:root {

  /* Spacing ----------------------------------------------- */
  --max-width: 1440px;
  --padding-top-body-mobile: 70px;
  --padding-top-body-desktop: 0;
  --margin-container-mobile: 20px;
  --margin-container-desktop: 20px;
  --margin-container-child-mobile: 10px;
  --margin-container-child-desktop: 10px;
  --margin-row-mobile: -10px;
  --margin-row-desktop: -10px;
  --gutter-col-mobile: 10px;
  --gutter-col-desktop: 10px;

  /* Colors ----------------------------------------------------- */
  --color-primary: #262f38
    /*#1F2D3D*/
  ;
  --color-secondary: #6d7079;
  --color-tertiary: #F9FAFC;
  --color-link: #cba040;

  --color-test: #ad4f09;

  --color-dark: #1c232b;
  --color-light: #fff;

  --color-gray-light: #E5E5E5;
  --color-gray-medium: #666666;
  --color-gray-dark: #4a4a4a;

  --color-success: #28a745;
  --color-error: #dc3545;
  --color-warning: #ffc107;
  --color-info: #17a2b8;

  --color-background: #262f38;

  /* Fonts ------------------------------------------------------ */
  --font-regular: 'Poppins';
  --font-text: 'Poppins';
  --font-text-light: 'Poppins';
  --font-head: 'Poppins';
  --font-special: 'Poppins';
  --font-mono: 'Poppins', monospace;

  /* Font Sizes ------------------------------------------------- */
  /* --> Hero --------------------------------------------------- */
  --size-hero1-mobile: 52px;
  --lineheight-hero1-mobile: 1.35;
  --size-hero1-desktop: 62px;
  --lineheight-hero1-desktop: 1.15;

  --size-hero2-mobile: 42px;
  --lineheight-hero2-mobile: 1.35;
  --size-hero2-desktop: 52px;
  --lineheight-hero2-desktop: 1.15;

  --size-hero3-mobile: 32px;
  --lineheight-hero3-mobile: 1.35;
  --size-hero3-desktop: 42px;
  --lineheight-hero3-desktop: 1.15;

  /* --> Eyebrow ------------------------------------------------ */
  --size-eyebrow-mobile: 16px;
  --lineheight-eyebrow-mobile: 1.35;
  --size-eyebrow-desktop: 18px;
  --lineheight-eyebrow-desktop: 1.15;

  /* --> Heading ------------------------------------------------ */
  --size-h1-homepage: calc(20px + 3vw);
  --size-h1-mobile: 38px;
  --lineheight-h1-mobile: 1.35;
  --size-h1-desktop: calc(20px + 3vw);
  --lineheight-h1-desktop: 1.15;

  --size-h2-homepage: 4rem;
  --size-h2-mobile: 28px;
  --lineheight-h2-mobile: 1.35;
  --size-h2-desktop: calc(10px + 2vw);
  --lineheight-h2-desktop: 1.15;

  --size-h3-homepage: calc(10px + 1.4vw);
  --size-h3-mobile: 24px;
  --lineheight-h3-mobile: 1.35;
  --size-h3-desktop: calc(10px + 1.4vw);
  --lineheight-h3-desktop: 1.15;

  --size-h4-mobile: 22px;
  --lineheight-h4-mobile: 1.35;
  --size-h4-desktop: 24px;
  --lineheight-h4-desktop: 1.15;

  --size-h5-mobile: 18px;
  --lineheight-h5-mobile: 1.35;
  --size-h5-desktop: 20px;
  --lineheight-h5-desktop: 1.15;

  --size-h6-mobile: 14px;
  --lineheight-h6-mobile: 1.35;
  --size-h6-desktop: 16px;
  --lineheight-h6-desktop: 1.15;

  /* --> Subtitle ----------------------------------------------- */
  --size-subtitle-mobile: 18px;
  --lineheight-subtitle-mobile: 1.35;
  --size-subtitle-desktop: 20px;
  --lineheight-subtitle-desktop: 1.15;


  /* --> Lead --------------------------------------------------- */
  --size-lead-mobile: 16px;
  --lineheight-lead-mobile: 1.5;
  --size-lead-desktop: 18px;
  --lineheight-lead-desktop: 1.75;

  /* --> Text --------------------------------------------------- */
  --size-text-mobile: 16px;
  --lineheight-text-mobile: 1.5;
  --size-primary-text-desktop: calc(14px + 1vw);
  --lineheight-primary-text-desktop: 1.3;
  --size-text-desktop: 18px;
  --lineheight-text-desktop: 1.7;


  /* --> Small -------------------------------------------------- */
  --size-small-mobile: 12px;
  --lineheight-small-mobile: 1.7;
  --size-small-desktop: 14px;
  --lineheight-small-desktop: 1.7;

  /* --> Blockquote --------------------------------------------- */
  --size-blockquote-mobile: var(--size-h3-mobile);
  --size-blockquote-desktop: var(--size-h3-desktop);

  /* --> List --------------------------------------------------- */
  --size-list-mobile: var(--size-text-mobile);
  --size-list-desktop: var(--size-text-desktop);
}

* {
  font-family: 'Poppins';
}


html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background-color: #fff;
  background-color: #fff;
  background-color: var(--color-light);
}

body {
  font-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Poppins';
  font-size: 16px;
  font-size: 16px;
  font-size: var(--size-text-mobile);
  line-height: 1.5;
  line-height: 1.5;
  line-height: var(--lineheight-text-mobile);
  padding-top: 70px;
  padding-top: 70px;
  padding-top: var(--padding-top-body-mobile);
  color: #1c232b;
  color: #1c232b;
  color: var(--color-dark)
}

@media (min-width: 992px) {

  body {
    font-size: 18px;
    font-size: 18px;
    font-size: var(--size-text-desktop);
    line-height: 1.7;
    line-height: 1.7;
    line-height: var(--lineheight-text-desktop);
    padding-top: 0;
    padding-top: 0;
    padding-top: var(--padding-top-body-desktop)
  }
}

* {
  box-sizing: border-box
}

*::-moz-selection {
  background: #1c232b;
  background: #1c232b;
  background: var(--color-dark);
  color: #fff;
  color: #fff;
  color: var(--color-light);
}

*::selection {
  background: #1c232b;
  background: #1c232b;
  background: var(--color-dark);
  color: #fff;
  color: #fff;
  color: var(--color-light);
}

a,
button {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a {
  color: #262f38;
  color: #262f38;
  color: var(--color-primary)
}

@media (hover: hover) {
  a:hover {
    color: #6d7079;
    color: #6d7079;
    color: var(--color-secondary);
  }
}

figure {
  margin: 0;
}

hr {
  border: none;
  border-bottom: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
  border-bottom: solid 1px var(--color-gray-light);
}

fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

img,
svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

img *,
svg * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}

strong,
b {
  font-weight: 700;
}

small {
  display: inline-block;
  font-size: 12px;
  font-size: 12px;
  font-size: var(--size-small-mobile);
  line-height: 1.7;
  line-height: 1.7;
  line-height: var(--lineheight-small-mobile);
}

@media (min-width: 992px) {

  small {
    font-size: 14px;
    font-size: 14px;
    font-size: var(--size-small-desktop);
    line-height: 1.7;
    line-height: 1.7;
    line-height: var(--lineheight-small-desktop);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins';
  font-weight: 300;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 38px;
  font-size: 38px;
  font-size: var(--size-h1-mobile);
  line-height: 1.35;
  line-height: 1.35;
  line-height: var(--lineheight-h1-mobile);
}

@media (min-width: 992px) {

  h1 {
    font-size: calc(20px + 3vw);
    font-size: calc(20px + 3vw);
    font-size: var(--size-h1-desktop);
    line-height: 1.15;
    line-height: 1.15;
    line-height: var(--lineheight-h1-desktop);
  }
}

h2 {
  font-size: 28px;
  font-size: 28px;
  font-size: var(--size-h2-mobile);
  line-height: 1.35;
  line-height: 1.35;
  line-height: var(--lineheight-h2-mobile);
}

@media (min-width: 992px) {

  h2 {
    font-size: calc(10px + 2vw);
    font-size: calc(10px + 2vw);
    font-size: var(--size-h2-desktop);
    line-height: 1.15;
    line-height: 1.15;
    line-height: var(--lineheight-h2-desktop);
  }
}

h3 {
  font-size: 24px;
  font-size: 24px;
  font-size: var(--size-h3-mobile);
  line-height: 1.35;
  line-height: 1.35;
  line-height: var(--lineheight-h3-mobile);
}

@media (min-width: 992px) {

  h3 {
    font-size: calc(10px + 1.4vw);
    font-size: calc(10px + 1.4vw);
    font-size: var(--size-h3-desktop);
    line-height: 1.15;
    line-height: 1.15;
    line-height: var(--lineheight-h3-desktop);
  }
}

h4 {
  font-size: 22px;
  font-size: 22px;
  font-size: var(--size-h4-mobile);
  line-height: 1.35;
  line-height: 1.35;
  line-height: var(--lineheight-h4-mobile);
}

@media (min-width: 992px) {

  h4 {
    font-size: 24px;
    font-size: 24px;
    font-size: var(--size-h4-desktop);
    line-height: 1.15;
    line-height: 1.15;
    line-height: var(--lineheight-h4-desktop);
  }
}

h5 {
  font-size: 18px;
  font-size: 18px;
  font-size: var(--size-h5-mobile);
  line-height: 1.35;
  line-height: 1.35;
  line-height: var(--lineheight-h5-mobile);
}

@media (min-width: 992px) {

  h5 {
    font-size: 20px;
    font-size: 20px;
    font-size: var(--size-h5-desktop);
    line-height: 1.15;
    line-height: 1.15;
    line-height: var(--lineheight-h5-desktop);
  }
}

h6 {
  font-size: 14px;
  font-size: 14px;
  font-size: var(--size-h6-mobile);
  line-height: 1.35;
  line-height: 1.35;
  line-height: var(--lineheight-h6-mobile);
}

@media (min-width: 992px) {

  h6 {
    font-size: 16px;
    font-size: 16px;
    font-size: var(--size-h6-desktop);
    line-height: 1.15;
    line-height: 1.15;
    line-height: var(--lineheight-h6-desktop);
  }
}

p {
  color: #6d7079;
  color: #6d7079;
  color: var(--color-secondary);
  font-size: 16px;
  font-size: 16px;
  font-size: var(--size-text-mobile);
  line-height: 1.5;
  line-height: 1.5;
  line-height: var(--lineheight-text-mobile);
}

@media (min-width: 992px) {

  p {
    font-size: 18px;
    font-size: 18px;
    font-size: var(--size-text-desktop);
    line-height: 1.7;
    line-height: 1.7;
    line-height: var(--lineheight-text-desktop);
  }
}

/* Slider */

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: auto;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url('../../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('../../fonts/slick.eot');
  src: url('../../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../fonts/slick.woff') format('woff'), url('../../fonts/slick.ttf') format('truetype'), url('../../fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;

  display: block;

  width: 100%;
  padding: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*!
 * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-integral:before {
  content: "\f667";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../../webfonts/fa-brands-400.eot");
  src: url("../../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../webfonts/fa-brands-400.woff2") format("woff2"), url("../../webfonts/fa-brands-400.woff") format("woff"), url("../../webfonts/fa-brands-400.ttf") format("truetype"), url("../../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../../webfonts/fa-light-300.eot");
  src: url("../../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../../webfonts/fa-light-300.woff2") format("woff2"), url("../../webfonts/fa-light-300.woff") format("woff"), url("../../webfonts/fa-light-300.ttf") format("truetype"), url("../../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../../webfonts/fa-regular-400.eot");
  src: url("../../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../webfonts/fa-regular-400.woff2") format("woff2"), url("../../webfonts/fa-regular-400.woff") format("woff"), url("../../webfonts/fa-regular-400.ttf") format("truetype"), url("../../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../../webfonts/fa-solid-900.eot");
  src: url("../../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../webfonts/fa-solid-900.woff2") format("woff2"), url("../../webfonts/fa-solid-900.woff") format("woff"), url("../../webfonts/fa-solid-900.ttf") format("truetype"), url("../../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

/*#wpadminbar{
 display: none;
}*/

/**************************************************************************************************/

/******************************************** BODY ***********************************************/

/************************************************************************************************/

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {

  font-family: 'Poppins';
  font-family: var(--font-regular);
}

select:focus,
input:focus {
  outline: none;
}

/*
body.logged-in.admin-bar {
 transform: translateY(-30px);
}
#wpadminbar {margin-top: -30px;} */

html {
  font-size: 62.5%;
}

/*.row {
 max-width: 100%;
}*/

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.container {
  margin-bottom: 50px;
}

/****************************************************************************************************/

/************************************** GENERAL STYLE **********************************************/

/**************************************************************************************************/

a:hover {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
}

/**************************************************************************************************/

/************************************* MENU HEADER ***********************************************/

/************************************************************************************************/

.home .header-wrapper {
  position: relative;
  width: 100%;
  height: 0;
}




/************************************************ MENU TOP *****************************************/

/******************** CONNECT FORM  // Accordion *****************/

.accordion {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.accordion form {
  padding: 10px 15px;
  background: #eee;
}

.accordion.open {
  margin-bottom: 15px;
  max-height: 90000px;
}

#verify {
  display: none;
}

.loginform__bloc input[type="text"],
.loginform__bloc input[type="email"],
.loginform__bloc input[type="password"] {
  background-color: #eee;
}

.accordion .loginform__bloc input[type="text"],
.accordion .loginform__bloc input[type="email"],
.accordion .loginform__bloc input[type="password"] {
  background-color: #fff;
}

.form-bloc.connexion-form__bloc input[type="submit"] {
  width: 30%;
  height: 30px;
  border: none;
  background-color: white;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  color: #666666;
  color: #666666;
  color: var(--color-gray-medium);
  font-size: 1.5rem;
}

.form-bloc.connexion-form__bloc input[type="submit"]:hover {
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
  color: white;
}

/******** hide menutop responsive on the left ******/

.mainmenu__submenu--responsive {
  display: none;
}

.menu__wrapper {
  position: relative;
  height: 100px;
}

.home .menu__wrapper {
  height: 0;
}

.menutop {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.menutop__inner {
  display: -webkit-box;
  display: flex;
  background: white;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.menutop__left {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  background-color: white;
  width: 350px;
  max-width: 100%;
}

.menutop__left--container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 65px 0 20px;
}

.menutop__burger {
  font-size: 37px;
  /*width: 50px;
 max-width: 100%;*/
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

/**********************/

.menutop__logo {
  margin: auto;
}

.menutop__img {
  width: 180px;
  max-width: 100%;
}

.burger-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 30px;
  max-width: 100%;
  width: 30px;
  max-width: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
}

.cross-icon {
  width: 30px;
  max-width: 100%;
  position: absolute;
  top: 10px;
  left: 15px;
}

.menutop__burger--text {
  font-size: 11px;
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
}

.menutop__burger:hover,
.menutop__logo:hover {
  cursor: pointer;
  color: #cba040;
}

.menutop__list {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding: 20px;
}

.menutop__list .menu-item {
  padding: 5px 10px;
  margin-right: 10px;
  display: inline-block;
}

.btn-menu a {
  padding: 8px 15px;
  letter-spacing: 0.8px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
  color: #fff !important;
  color: #fff !important;
  color: var(--color-light) !important;
  border: solid 1px #cba040;
  border: solid 1px #cba040;
  border: solid 1px var(--color-link);
}

.btn-menu a:hover {
  background-color: #fff;
  background-color: #fff;
  background-color: var(--color-light);
  color: #cba040 !important;
  border-width: 1px;
}

.menutop__list .menu-item a {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  padding-bottom: 13px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.menutop__list .menu-item a:hover {
  /*border-bottom: solid 2px #cba040;
 border-bottom: solid 2px var(--color-link);*/
  color: #262f38;
  color: var(--color-background);
}

.fa-search {
  font-size: 30px;
}

/*************************************** MENU LEFT *********************************************/

/***** SWITCH BURGER OR CLOSE BUTTON ******/

.displayNone {
  display: none !important;
}

/***** RETURN BUTTON ********/

/*.mainmenu__return-button {
 display: -webkit-box;
 display: flex;
}

.mainmenu__return-button a {
 color: #cba040;
 color: var(--color-link);
 font-family: 'Poppins';
 font-family: var(--font-text);
 letter-spacing: 1px;
 font-size: 2.3rem;
}

.mainmenu__return-button i {
 font-size: 40px;
 color: #cba040;
 color: var(--color-link);
 padding-right: 40px;
}*/

/* Par défaut on cache le menu */

.mainmenu {
  position: absolute;
  left: 0;
  background: white;
  width: 300px;
  max-width: 100%;
  height: auto;
  max-height: 0;
  top: 80px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  overflow: hidden;
}

.mainmenu.activeMenu {
  max-height: 565px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 1;
  z-index: 10;
}

/************* SCROLLBAR ************/

.mainmenu::-webkit-scrollbar {
  width: 6px;
}

.mainmenu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(160, 148, 148, 0.8);
  opacity: 0.5;
}

.mainmenu::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  /* -webkit-border-radius: 10px; */
  /* border-radius: 10px; */
}

.mainmenu .nav {
  padding: 20px 20px 10px 10px;
}

/*******************************/

.nav__list,
.first-column__list,
.second-column__list,
#menu-footer-colonne-gauche,
#menu-footer-colonne-gauche-anglais,
#menu-footer-colonne-droite,
#menu-footer-colonne-droite-anglais,
#menu-menu-haut-anglais,
#menu-menu-haut {
  list-style: none;
}

.nav__list .menu-item a {
  letter-spacing: 0.4px;
  font-size: 1.75rem;
  padding: 8px 5px;
}

.sub-menu a {
  line-height: 1.2;
}

#menu-menu-principal-eng,
#menu-menu-principal {
  padding: 0;
  margin: 0;
}

#menu-menu-principal-eng a,
#menu-menu-principal a {
  display: block;
}

.menu-item a {
  font-size: 1.75rem;
}

#menu-menu-principal-eng .menu-item a,
#menu-menu-principal .menu-item a {
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  text-transform: uppercase;
}

.menu-item-has-children span {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  /*display: inline-block;*/
  float: right;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children>a:after {
  content: "\203A";
  position: absolute;
  right: 0;
  top: -4px;
  color: #cba040;
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  font-size: 29px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.opened a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.opened>a {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
}

/*.active span {
 transform: rotate(90deg);
 transition: all 300ms;
}*/

/************* sub menu **************/

.sub-menu .menu-item {
  list-style: none;
}

/********* PAR DEFAUT ON CACHE LE SUB MENU + RETURN BUTTON***********/

.mainmenu__return-button {
  padding: 30px 0px 30px 60px;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

.showReturn {
  opacity: 1;
  pointer-events: auto;
  cursor: auto;
  cursor: initial;
}

#menu-menu-principal-eng .sub-menu,
#menu-menu-principal .sub-menu {
  width: auto;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  padding-left: 10px;
}

/********* QUAND ON CLICK SUR UN ITEM -> CLASS ACTIVE = show le sub menu ***********/

#menu-menu-principal-eng .opened .sub-menu,
#menu-menu-principal .opened .sub-menu {
  opacity: 1;
  height: auto;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  margin-bottom: 20px;
}

/********** return button ***********/

.mainmenu__return-button {
  padding: 30px 0px 30px 60px;
}

/***************************************************************************************************/

/***************************************** BURGER *************************************************/

/*************************************************************************************************/

/* on cache le menu au scroll */

.showMenu .nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  width: 100%;
}

/**********************/

/**************************************************************************************************/

/**************************************** SEARCHFORM ***********************************************/

/************************************************************************************************/

#searchblock {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#searchblock.active {
  opacity: 1;
  visibility: visible;
  background: rgba(20, 22, 24, 0.95);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100% !important;
  -webkit-transition: 400mss;
  transition: 400mss;
  z-index: 99999;
}

#searchform {
  position: relative;
  height: 100%;
  width: 100%;
}

.form-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.inner-content {
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -315px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.close-search {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.43922);
  padding: 30px;
  cursor: pointer;
}

.search-input {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  width: 630px !important;
  max-width: 100%;
  height: 50px;
  color: rgba(255, 255, 255, 0.43922);
  font-size: 30px;
}

.search-submit {
  background-color: transparent;
  border: none;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.43922);
  cursor: pointer;
}

/* .search-input::-webkit-input-placeholder { */

/* font-size: 30px; */

/* } */

/* .search-input::-moz-placeholder { */

/* font-size: 30px; */

/* } */

/* .search-input:-ms-input-placeholder { */

/* font-size: 30px; */

/* } */

/* .search-input::-ms-input-placeholder { */

/* font-size: 30px; */

/* } */

/* .search-input::placeholder { */

/* font-size: 30px; */

/* } */

input:focus {
  outline: none;
}

.close-search,
.search-submit {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.close-search:hover,
.search-submit:hover {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
}

/**************************************************************************************************/

/**************************************** HOMEPAGE ***********************************************/

/************************************************************************************************/

.introduction {
  position: relative;
  width: 100%;
  height: 100vh;
}

.introduction__splash {
  width: calc(100% - 300px);
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  right: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.scrolled .introduction__splash {
  width: 100%;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.title-block {
  position: relative;
  text-align: center;
  height: 100%;
}

.title-block__inner {
  color: #fff;
  color: #fff;
  color: var(--color-light);
  /*text-shadow: 2px 2px 6px black;*/
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

.title-block__main-title {
  font-family: 'Poppins';
  font-family: var(--font-head);
  font-size: calc(20px + 3vw);
  font-size: calc(20px + 3vw);
  font-size: var(--size-h1-homepage);
  margin-bottom: 20px;
}

.title-block__subtitle {
  font-family: 'Poppins';
  font-family: var(--font-head);
  font-size: 2rem;
  line-height: 1.15;
  line-height: 1.15;
  line-height: var(--lineheight-eyebrow-desktop);
}

/*********************************************************************************************************/

/****************************************** MAIN HOMEPAGE ***********************************************/

/*******************************************************************************************************/

.single-block {
  height: 100vh;
}

.single-block {
  height: 100vh;
}

.single-block__image {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.single-block__image:hover {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}

.single-block__desc {
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

/*.main-content__block--centered {
 display: flex;
 flex-direction: column;
 justify-content: center;
}*/

.title-block__main-title--primary {
  color: #262f38;
  color: #262f38;
  color: var(--color-primary);
}

.title-block__main-title--small {
  font-size: 4rem;
  font-size: 4rem;
  font-size: var(--size-h2-homepage);
  margin-bottom: 30px;
}

.title-block__subtitle--black {
  color: #262f38;
  color: #262f38;
  color: var(--color-primary);
  margin-bottom: 30px;
}

.main-content__text {
  font-size: calc(14px + 1vw);
  font-size: calc(14px + 1vw);
  font-size: var(--size-primary-text-desktop);
  margin: 0;
  margin-bottom: 50px;
  line-height: 1.3;
  line-height: 1.3;
  line-height: var(--lineheight-primary-text-desktop);
}

/*********** Buttons **************/

.btn {
  padding: 10px 40px;
  font-family: 'Poppins';
  font-family: var(--font-head);
  letter-spacing: 0.8px;
  background-color: #fff;
  background-color: #fff;
  background-color: var(--color-light);
  color: #262f38;
  color: #262f38;
  color: var(--color-background);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border: solid 1px #262f38;
  border: solid 1px #262f38;
  border: solid 1px var(--color-background);
  display: inline-block;
}

.btn.btn--gold {
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
  color: #fff !important;
  color: #fff !important;
  color: var(--color-light) !important;
  border: solid 1px #cba040;
  border: solid 1px #cba040;
  border: solid 1px var(--color-link);
}

.btn.btn--gold:hover {
  background-color: #fff;
  background-color: #fff;
  background-color: var(--color-light);
  color: #cba040 !important;
  color: #cba040 !important;
  color: var(--color-link) !important;
}

.single-block__inner {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 40px;
}

/************* row reverse 1/2 ****************/

.flex-odd:nth-child(even) {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  margin: auto;
}

.flex-odd {
  margin: auto;
}

/**********************************************************************************************/

/*************************************** BLOCK INSTAGRAM *************************************/

/********************************************************************************************/

.main-homepage .wp-block-group__inner-container {
  padding: 10rem 0rem;
}

.wp-block-group__inner-container a {
  font-family: 'ars_noveltybold';
  font-family: 'ars_noveltybold';
  font-family: var(--font-special);
  font-size: 4.3rem;
  color: #6d7079;
  color: #6d7079;
  color: var(--color-secondary);
}

.wp-block-group__inner-container h3 {
  font-size: calc(10px + 1.4vw);
  font-size: calc(10px + 1.4vw);
  font-size: var(--size-h3-homepage);
  color: #262f38;
  color: #262f38;
  color: var(--color-primary);
}

#sb_instagram {
  height: auto !important;
  margin-bottom: 30px !important;
}

/***************************************************************************************************/

/************************************* TEMPLATE PAGE TITLE *****************************************/

/***************************************************************************************************/

.page-title-bloc {
  margin-bottom: 40px;
  max-width: 100%;
}

.page-title__title {
  font-size: calc(20px + 3vw);
  font-size: calc(20px + 3vw);
  font-size: var(--size-h1-homepage);
  font-family: 'ars_noveltybold';
  font-family: 'ars_noveltybold';
  font-family: var(--font-special);
}

/**************************************************************************************************/

/************************************* INDEX - ACTUALITE *****************************************/

/************************************************************************************************/

/******* AJAX LOADING ************/

.loading,
#ajaxloader {
  background-image: url('../../img/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45px;
  width: 100%;
  height: 100px;
  background-color: rgba(211, 211, 211, 0.23137);
}

/**************************************** COLOR TEST *******************************************/

.blog #menu-item-5831 {
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
}

.blog .menutop__list .menu-item a {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
}

/**************************************** SLIDE TOP *******************************************/

.blog .actu-slider {
  margin-bottom: 40px;
}

.blog .slick-track {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px;
}

.blog .actu-slider__iner--padding {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding: 30px 0px;
}

.blog .actu-slider__intro-bloc {
  width: 350px;
  max-width: 100%;
  margin: auto;
  padding-left: 70px;
}

.blog .actu-slider__intro-bloc--title {
  font-family: 'ars_noveltybold';
  font-family: 'ars_noveltybold';
  font-family: var(--font-special);
  color: #fff;
  color: #fff;
  color: var(--color-light);
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.blog .actu-slider__slides-bloc {
  width: calc(100% - 350px);
  max-width: 100%;
}

.blog .actu-slider__iner--background {
  background: rgb(28, 35, 43);
  background: linear-gradient(90deg, rgba(28, 35, 43, 1) 450px, rgba(28, 35, 43, 1) 450px, rgba(255, 255, 255, 1) 450px);
}

.blog .actu-slider__arrows-block .fa-chevron-left,
.actu-slider__arrows-block .fa-chevron-right {
  font-size: 4rem;
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  padding-right: 80px;
}

.blog .actu-slider__arrows-block .fa-chevron-left:hover,
.actu-slider__arrows-block .fa-chevron-right:hover {
  cursor: pointer;
}

.blog .single-slide {
  margin: 0 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.blog .single-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.single-slide-cache {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  top: 0;
  left: 0;
  text-align: center;
  transition-duration: 300ms;
  opacity: 0;
  font-family: 'ars_noveltybold';
}

.blog .single-slide a:hover .single-slide-cache {
  opacity: 1;
}

.blog .single-slide a span.grid-item__cta--style {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  z-index: 9;
  opacity: 0;
  transition-duration: 300ms;
}

.blog .single-slide a:hover span.grid-item__cta--style {
  opacity: 1;
}

/************************* Only show active slide number + style *************************/

.blog .custom_paging li {
  display: none;
}

.blog .custom_paging .slick-active {
  display: block;
}

.blog .actu-slider__arrows-block {
  position: relative;
}

.blog .custom_paging {
  position: absolute;
  bottom: -20px;
  left: 25px;
  padding: 0;
}

.blog .slick-active .custom-dot {
  color: #fff;
  color: #fff;
  color: var(--color-light);
  font-size: 3.35rem;
  font-family: 'Poppins';
  font-family: var(--font-text-light);
  text-decoration: none;

}

a .custom-dot {
  text-decoration: none;
}

/************************************ MAIN CONTENT PAGE ********************************************/

.main-page__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 40px 0px 5px 0px;
}

@media screen and (min-width: 800px) {
  .main-page__head {
    justify-content: space-around !important;
  }
}

.main-page__head--form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  font-size: 2rem;
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  letter-spacing: 0.9px;
}

.main-page__head--title {
  font-family: 'ars_noveltybold';
  font-family: var(--font-special);
  color: var(--color-black);
  font-size: 3rem;
  margin: 0;
}

#search {
  position: relative;
}

#search i {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  position: absolute;
  top: 10px;
  left: 112px;
  z-index: 0;
  font-size: 20px;
  display: none;
}

#category-select {
  border: none;
  font-size: 2rem;
  font-family: 'Poppins';
  font-family: var(--font-text-light);
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  padding-left: 10px;
  background-color: white;
}

#category-select option {
  font-size: 20px;
}

#category-select:focus {
  outline: none;
}

/**************************************************************************************************/

/**************************************** SINGLE-BLOG ********************************************/

.single-blog .single-blog__main {
  max-width: 1000px;
  margin: auto;
}

@media(min-width:1200px) {
  .single-blog__blocks-wrapper {
    padding: 15px 35px;
  }
}

/************************************************************************************************/

/***************** Premier bloc *************/

/*** h1 special ok? ***/

.post-title {
  font-family: 'ars_noveltybold';
  font-family: 'ars_noveltybold';
  font-family: var(--font-special);
  font-size: 4.4rem;
  padding-bottom: 1.4rem;
}

.left-content__meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

.post-categories,
.post-date {
  color: #cba040 !important;
  color: #cba040 !important;
  color: var(--color-link) !important;
}

/* .single strong{ */

/* color: #1c232b; */

/* color: var(--color-dark); */

/* font-size: 23px; */

/* line-height: 1.3; */

/* letter-spacing: 0.5px; */

/* } */

.single h2 {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  font-style: italic;
  font-size: 40px;
  line-height: 1.3;
}

.single h3,
.single h4,
.single h5 {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  font-style: italic;
  line-height: 1.5;
}

.single-blog p {
  font-size: 18px;
  color: #262f38;
  color: #262f38;
  color: var(--color-background);
  line-height: 1.8;
  margin: 0 0 1.6rem 0;
}

.single__main ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 16px 1.1225em;
  padding: 0;
  position: relative;
}

.single__main ul li::before {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  content: "\2022";
  display: inline-block;
  font-size: 1em;
  left: -1.1225em;
  position: absolute;
  top: 0em;
}

.single__main a {
  font-weight: bold;
  font-style: italic;
}

/***** blocks customs ******/

.block-container,
.single-blog__first-content {
  margin-bottom: 50px;
}

.single-block__illustration {
  min-height: 70vh;
  /* test height */
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.page-template-default .single-blog__first-content--right {
  height: 100%;
}

.page-template-default .right-content {
  height: 100%;
}

/* TEST HEIGHT 2 */

.block-container__illustration-container {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

/****************/

.single-block__content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0 20px;
}


.texte_img_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

/* .imgtexte_image{
  width: 100%;
} */
.imgtexte_image img {

  min-height: 351px;
  object-position: center;
  object-fit: cover;
}

.single-blog__first-content .row {
  flex-wrap: nowrap;
}

@media screen and (max-width:992px) {
  .imgtexte_image {
    display: none;
  }
}

@media (min-width: 1200px) {
  .single-blog__blocks-wrapper {
    padding: 0 !important;
  }
}

/*********** Navigation basse **************/

/** Si il n'y a pas de posts **/

.no-posts {
  width: 200px !important;
  max-width: 100% !important;
}

/*****************************/

.low-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  justify-content: space-around;
  -webkit-box-align: end;
  align-items: flex-end;
  margin-bottom: 50px;
}

.previous-post {
  float: left;
}

.next-post {
  float: right;
}

.low-nav a {
  font-size: 20px;
  color: #cba040;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.previous-post a,
.next-post a {
  border-bottom: solid 2px #DDDDDD;
}

.low-nav a:hover {
  border-bottom: solid 2px #cba040;
  border-bottom: solid 2px #cba040;
  border-bottom: solid 2px var(--color-link);
  text-decoration: none;
}

.low-nav span {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
}

.low-nav .fas {
  font-size: 25px;
}

.low-nav .fa-chevron-right {
  padding: 5px 0px 0px 20px;
}

.low-nav .fa-chevron-left {
  padding: 5px 20px 0px 0px;
}

.all-post {
  margin-bottom: 10px;
}

.all-post__button {
  -webkit-box-pack: center;
  justify-content: center;

  width: 350px;
  margin: auto;
  max-width: 100%;
  font-family: 'Poppins';
  color: #1c232b !important;
  text-transform: uppercase;


  margin-left: 3%;
}

.all-post__button:hover {
  text-decoration: none;

  color: #cba040 !important;

}

.all-post__block_head {
  display: flex;
  align-items: flex-end;
}

.all-post__button_head {
  -webkit-box-pack: center;
  justify-content: center;

  width: 350px;
  margin: auto;
  max-width: 100%;
  font-family: 'Poppins';
  color: #1c232b !important;


}

.all-post__button_head:hover {
  text-decoration: none;

  color: #cba040 !important;

}

/**************************************************************************************************/

/************************************** SINGLE ARTICLE *******************************************/

/************************************************************************************************/

.single__subtitle {
  margin: 0;
  font-size: 35px;
  font-family: 'ars_noveltybold';
  font-family: 'ars_noveltybold';
  font-family: var(--font-special);
  color: #1c232b;
  color: #1c232b;
  color: var(--color-dark);
  line-height: 1.2;
}

.main-single__wrapper {
  margin-bottom: 50px;
  /*min-height: 950px;*/
}

.main-single__content-section {
  margin-bottom: 40px;
}

.main-single__content-section--background {
  background: rgb(28, 35, 43);
}

.main-single__content-section--padding {
  padding: 80px 100px 40px;
}

.main-single__content-section--content p {
  color: #fff;
  color: #fff;
  color: var(--color-light);
}

.main-single__thumbnail-section--background {
  background: rgb(28, 35, 43);
  background: -webkit-gradient(linear, left top, right top, from(rgba(28, 35, 43, 1)), color-stop(55%, rgba(28, 35, 43, 1)), color-stop(55%, rgba(255, 255, 255, 1)));
  background: linear-gradient(90deg, rgba(28, 35, 43, 1) 0%, rgba(28, 35, 43, 1) 55%, rgba(255, 255, 255, 1) 55%);

}

.main-single__thumbnail-section--padding {
  padding-top: 0;
}

.main-single__content-section--content a {
  color: #cba040;
}

/********* STYLE ECRITURE *********/

/*.single strong {
 color: #fff;
 color: var(--color-light);
 letter-spacing: 1px;
}

.single strong {
 letter-spacing: 0.7px;
}*/

/***** Test ******/

.main-single__content-section--content p {
  font-size: 14px;
  line-height: 1.6;
}

/******* Download button *********/

.main-single__download-section--background {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(28, 35, 43, 1)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(28, 35, 43, 1) 50%);
}

.main-single__download-section--button {
  margin-left: 100px;
}

.main-single__download-section--button a {
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
  color: #fff;
  color: #fff;
  color: var(--color-light);
  padding: 15px 20px;
  font-family: 'Poppins';
  font-family: var(--font-head);
  font-size: 20px;
  letter-spacing: 1.1px;
}

.main-single__download-section--button a:hover {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  background-color: white;
  border: solid;
}

/**************************************************************************************************/

/************************************ PROCHAINES VENTES ******************************************/

/************************************************************************************************/

.highlight-sales__block {
  background-color: #262f38;
  background-color: #262f38;
  background-color: var(--color-background);
}

.next-sales .highlight-sales__block {
  margin-bottom: 20px;
}

.highlight-sales__block--padding {
  padding: 25px 15px 25px 0px;
}

.sales__cat {
  /*width: 200px;
 max-width: 100%;*/
  float: left;
  display: block;
}

.highlight-sales__cat--list {
  list-style: none;
  background-color: #fff;
  background-color: #fff;
  background-color: var(--color-light);
  padding: 10px 30px;
  margin: 0;
  clear: left;
}

.sales__cat-list {
  text-transform: none;
  font-size: 2rem;
  font-family: 'Poppins';
  font-family: var(--font-head);
  text-align: center;
}

.highlight-sales__meta {
  padding: 30px 50px;
  clear: left;
}

.title-sales__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.title-sales__main-title {
  position: relative;
  font-family: 'Poppins';
  font-size: calc(20px + 3vw);
  font-size: calc(20px + 3vw);
  font-size: calc(20px + 3vw);
  font-size: var(--size-h1-homepage);
  /*margin-bottom: 20px;*/
  width: calc(60% - 20px);
  text-align: center;
  padding-right: 10px;
}

.title-sales__main-title:after {
  position: absolute;
  right: 0;
  content: "";
  width: 1px;
  height: 90px;
  top: 12px;
  z-index: 9;
  background-color: white;
}

.next-sales__title {
  font-family: 'ars_noveltybold';
  font-family: 'ars_noveltybold';
  font-family: var(--font-special);
  font-size: 4.5rem;
  color: #fff;
  color: #fff;
  color: var(--color-light);
}

.next-sales__subtitle {
  font-family: 'ars_noveltybold';
  font-family: 'ars_noveltybold';
  font-family: var(--font-special);
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  font-size: 3rem;
  margin: 0;
}

.title-block__meta {
  width: 45%;
  padding: 10px;
}

.title-block__meta p {
  margin: 0;
  color: white;
  font-family: 'Poppins';
  font-family: var(--font-text-light);
  font-size: 1.5rem;
}

.highlight-sales__desc {
  margin: 33px auto;
  width: 810px;
  max-width: 100%;
}

.highlight-sales__desc p {
  color: white;
  font-size: 1.5rem;
  font-family: 'Poppins';
  font-family: var(--font-text-light);
  font-style: italic;
  text-align: center;
}

.page-template-single-lot-template .highlight-sales__info,
.page-template-lots-template .highlight-sales__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 820px;
  margin: auto;
  max-width: 100%;
  height: 100%;
}

.highlight-sales__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 820px;
  margin: auto;
  max-width: 100%;
  height: 100%;
}

.page-template-next-sales-template

/*.highlight-sales__info*/
  {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.info__nav a {
  color: white;
}

.info__nav a:hover {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
}

.info__nav span {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
}

.contact__mode p,
.contact__mode strong {
  color: white;
  font-family: 'Poppins';
  font-family: var(--font-text-light);
  margin: 0;
  font-size: 1.5rem;
}

.page-template-next-sales-template .contact__mode a {
  color: white;
  display: block;
}

.contact__mode a:hover {
  color: #cba040;
  color: var(--color-link);
}

.contact__mode {
  margin-bottom: 20px;
}

.live-bid__button a {
  color: white;
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
  font-size: 1.5rem;
  padding: 10px;
  display: block;
  width: 320px;
  max-width: 100%;
  text-align: center;
  margin: auto;
}

.live-bid__button a:hover {
  background-color: white;
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
}

/****************** Ventes passées *************/

#past-sales .highlight-sales__block {
  margin-bottom: 30px;
}

/************************************ Thumbnail ******************************************/

.highlight-sales__thumbnail {
  height: 100%;
  width: 100%;
  /*background-color: #fff;
 background-color: var(--color-light); */
}

.highlight-sales__img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

.fixed-height__img {
  height: 300px;
}

/*************************** petits blocs ***********************/

.small-sales__single-block {
  display: block;
  margin-bottom: 20px;
  min-height: 530px;
  padding: 10px 0 20px 0;
}

.small-sales__single-block:hover {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  color: gray;
}

.bloc0 {
  background-color: #c9937e;
}

.bloc1 {
  background-color: #d4746e;
}

.bloc2 {
  background-color: #b3626b;
}

.bloc3 {
  background-color: #ef7570;
}

.single-block__top-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.top-info {
  color: #fff;
  color: #fff;
  color: var(--color-light);
  font-family: 'Poppins';
  font-family: var(--font-text-light);
  font-style: italic;
  font-size: 1.8rem;
  width: 340px;
  max-width: 100%;
  margin-left: 20px;
  line-height: 1.2;
}

.small-sales__cat .cat--list {
  background-color: #262f38;
  background-color: #262f38;
  background-color: var(--color-background);
  color: white;
}

.small-sales__title {
  font-size: 4rem;
}

.small-sales__subtitle {
  color: #262f38;
  color: #262f38;
  color: var(--color-background);
  font-size: 2.2rem;
}

.small-sales__title-block-meta {
  padding: 0px 10px;
}

.small-sales__title-block-meta p {
  font-size: 1.3rem;
}

.small-sales__main-title:after {
  top: 6px;
  height: 100px;
}

.small-title-sales__container {
  margin: 75px 0px 60px;
}

.single-block__contact {
  margin-bottom: 70px;
}

.single-block__contact p,
.single-block__contact strong {
  color: white;
  font-size: 1.8rem;
  font-family: 'Poppins';
  font-family: var(--font-text-light);
  text-align: center;
}

.single-block__logo {
  text-align: center;
}

.single__logo {
  width: 180px;
  max-width: 100%;
}

/**************************************************************************************************/

/************************************* PAGE PAR DEFAUT *******************************************/

/************************************************************************************************/

.page-template-default .single-blog__first-content,
.page-template-default .block-container {
  margin-bottom: 0;
}

.page-template-default .post-title {
  font-size: 80px;
}

.page-template-default .single-blog__first-content--left {
  padding: 0px 50px;
}

.page-template-default .single-block__content {
  padding: 40px 60px;
}

.page-template-default p,
.page-template-expertise-template p {
  color: var(--color-black);
}

.left-content__custom-text {
  border: solid 2px #cba040;
  border: solid 2px #cba040;
  border: solid 2px var(--color-link);
}

.left-content__custom--text {
  padding: 30px;
}

.left-content__custom--text p,
.left-content__custom--text a,
.left-content__custom--text em,
.left-content__custom--text ul,
.left-content__custom--text li,
.left-content__custom--text strong {
  color: #cba040 !important;
  color: #cba040 !important;
  color: var(--color-link) !important;
  font-family: 'Poppins';
  font-family: var(--font-head);
}

.left-content__custom--text a:hover {
  color: #262f38 !important;
  color: #262f38 !important;
  color: var(--color-background) !important;
}

.page-template-default h2 {
  font-family: 'ars_noveltybold';
  font-family: 'ars_noveltybold';
  font-family: var(--font-special);
  font-size: 50px;
}

/**************************************************************************************************/

/************************************* EXPERTISE EN LIGNE ****************************************/

/************************************************************************************************/

.page-template-expertise-template .page-title-bloc {
  margin-bottom: 20px;

}

.page-template-expertise-template .left-content__introduction--text p {
  font-size: 2rem;
  margin-top: 0;
  font-family: 'Poppins';
  font-family: var(--font-text-light);
}

/*************************** Expertise form *****************************/

.cf7-text-browser a {
  background: #cba040;
  background: #cba040;
  background: var(--color-link);
}

.cf7-dragandrophandler {
  border: 2px dashed rgba(203, 160, 64, 0.58824) !important;
  color: rgba(203, 160, 64, 0.58824);
  padding: 5px;
}

input[type=submit] {
  cursor: pointer;
}

.expertise-page__content,
.account-form {
  background-color: #e8e6e6;
}

.form-bloc {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.form-bloc br {
  display: none;
}

.max-width-bloc br {
  display: none;
}

.form-bloc span,
.page-template-account-template .Ajouterdesfichiers {
  width: 48%;
}

.wpcf7 {
  padding: 25px;
}

.account-form__inner {
  padding: 30px;
}

.wpcf7-form-control-wrap .large-input,
.max-width-bloc input {
  width: 100%;
}

.large-input {
  height: 50px;
  margin-bottom: 20px;
  border: none;
  padding: 10px;
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  font-size: 1em;
  color: #666666;
  color: #666666;
  color: var(--color-gray-medium);
}

textarea.large-input {
  min-height: 100px;
}

.max-width-bloc .large-input {
  width: 100%;
}

.form-bloc .large-input {
  width: 49%;
}

.expertise-page__content input::-webkit-input-placeholder,
.expertise-page__content textarea::-webkit-input-placeholder,
.page-template-account-template input::-webkit-input-placeholder,
.page-template-account-template textarea::-webkit-input-placeholder {
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  font-size: 1em;
  color: #666666;
  color: #666666;
  color: var(--color-gray-medium);
}

.expertise-page__content input::-moz-placeholder,
.expertise-page__content textarea::-moz-placeholder,
.page-template-account-template input::-moz-placeholder,
.page-template-account-template textarea::-moz-placeholder {
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  font-size: 1em;
  color: #666666;
  color: #666666;
  color: var(--color-gray-medium);
}

.expertise-page__content input:-ms-input-placeholder,
.expertise-page__content textarea:-ms-input-placeholder,
.page-template-account-template input:-ms-input-placeholder,
.page-template-account-template textarea:-ms-input-placeholder {
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  font-size: 1em;
  color: #666666;
  color: #666666;
  color: var(--color-gray-medium);
}

.expertise-page__content input::-ms-input-placeholder,
.expertise-page__content textarea::-ms-input-placeholder,
.page-template-account-template input::-ms-input-placeholder,
.page-template-account-template textarea::-ms-input-placeholder {
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  font-size: 1em;
  color: #666666;
  color: #666666;
  color: var(--color-gray-medium);
}

.expertise-page__content input::placeholder,
.expertise-page__content textarea::placeholder,
.page-template-account-template input::placeholder,
.page-template-account-template textarea::placeholder {
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  font-size: 1em;
  color: #666666;
  color: #666666;
  color: var(--color-gray-medium);
}

.small-input {
  width: 100px;
}

.backgrey {
  background: #eee;
}

.file {
  display: block;
}

.file-bloc {
  /*display: inline-block;*/
  width: 310px;
  vertical-align: top;
  max-width: 100%;
}

.fixed-width {
  /*width: calc( 100% - 320px);
 max-width: 100%;*/
  /*display: inline-block;*/
  /*width: 310px;*/
}

.file small {
  font-size: 11px;
  line-height: 1;
}

.wpcf7 input[type="file"] {
  height: 50px;
}

.file-block span {
  position: relative;
  width: 100%;
  display: block;
}

.file-button {
  position: relative;
  display: block;
  width: 49%;
}

.file-button:before {
  position: absolute;
  left: 0;
  padding: 10px 25px;
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  cursor: pointer;
  background-color: #e8e6e6;
  font-size: 20px;
  font-family: 'Poppins';
  font-family: var(--font-head);
  border: solid;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: calc(100% - 56px);
  max-width: 100%;
}

.page-template-account-template .file-button:before {
  content: "Envoyer une pièce d'identité";
}

.file-bloc:hover :before {
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
  color: white;
  border: solid 3px #cba040;
  border: solid 3px #cba040;
  border: solid 3px var(--color-link);
}

.wpcf7 textarea {
  width: 100%;
  padding: 10px;
}

#expertise-form textarea:focus,
#account-form textarea:focus {
  outline: none;
}

span.color {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
}

.submit {
  margin: 20px 0px;
  text-align: center;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding: 10px 20px;
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  letter-spacing: 0.8px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  font-size: 1.6rem;
  border: none;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  max-width: 100%;
}

input[type="submit"] {
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
  color: #fff !important;
  color: #fff !important;
  color: var(--color-light) !important;
  border: solid 1px #cba040;
  border: solid 1px #cba040;
  border: solid 1px var(--color-link);
  max-width: 100%;
  text-align: center;
  padding: 12px 20px;
  font-size: 2rem;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

input[type="submit"]:hover {
  background-color: white;
  color: #cba040 !important;
  color: #cba040 !important;
  color: var(--color-link) !important;
}

form .cf7-text-drop,
form .cf7-text-or {
  font-size: 20px;
  font-weight: bold;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa !important;
}

input:-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #aaa !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa !important;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #aaa !important;
}

input::placeholder,
textarea::placeholder {
  color: #aaa !important;
}

/*
input:hover {
 background-color: var(--color-light);
 color: var(--color-link) !important;
}
*/

/**************************************************************************************************/

/********************************* TEMPLATE HEAD LOTS ****************************************/

/************************************************************************************************/

.liste-lots-template .highlight-sales__block p,
.single-lots-template .highlight-sales__block p {
  line-height: 1.3;
}

.liste-lots-template .title-block__meta p,
.single-lots-template .title-block__meta p {
  line-height: 1.7;
}

.liste-lots-template .title-sales__container,
.single-lots-template .title-sales__container {
  margin-bottom: 10px;
}

.liste-lots-template .highlight-sales__meta,
.single-lots-template .highlight-sales__meta {
  padding: 0;
}

.liste-lots-template .highlight-sales__desc p,
.single-lots-template .highlight-sales__desc p {
  margin: 0;
  padding: 0 15px;
}

.liste-lots-template .highlight-sales__desc,
.single-lots-template .highlight-sales__desc {
  margin-bottom: 0;
}

.liste-lots-template .next-sales__title,
.single-lots-template .next-sales__title {
  font-size: 50px;
}

.liste-lots-template .next-sales__subtitle,
.single-lots-template .next-sales__subtitle {
  font-size: 29px;
}

.liste-lots-template .title-block__meta p,
.single-lots-template .title-block__meta p {
  font-size: 15px;
}

/*.liste-lots-template .highlight-sales__info, .single-lots-template .highlight-sales__info{*/

/*flex-direction: column;
 height: 100%;
 justify-content: space-between;*/

/* display: block;
}*/

.liste-lots-template .info__contact,
.single-lots-template .info__contact {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.liste-lots-template .info__nav a,
.single-lots-template .info__nav a {
  color: black;
  font-size: 1.7rem;
}

.liste-lots-template .contact__mode,
.single-lots-template .contact__mode {
  margin: 10px 0;
}

.liste-lots-template .contact__mode p,
.single-lots-template .contact__mode p {
  word-break: break-word;
}

/*.liste-lots-template .info__nav, .single-lots-template .info__nav{
 margin-bottom: 45px;
}*/

.info__nav a:hover {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
}

.liste-lots-template .contact__mode p,
.liste-lots-template .contact__mode strong,
.single-lots-template .contact__mode p,
.single-lots-template .contact__mode strong {
  color: black;
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
}

.liste-lots-template .live-bid__button a,
.single-lots-template .live-bid__button a {
  width: 330px;
  max-width: 100%;
}

.highlight-sales__contact .live-bid__button a {
  width: 100%;
  border: solid 1px #cba040;
}

/**************************************************************************************************/

/********************************** TEMPLATE LOT EN VENTES ***************************************/

/************************************************************************************************/

.liste-lots-template .main-page__head--form {
  max-width: 100%;
}

@media(max-width:1100px) {
  .liste-lots-template .main-page__head {
    max-width: 100%;
    display: block;
  }
}

#search-all-lots {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#search-all-lots label {
  letter-spacing: normal;
  font-size: 17px;
  margin-right: 5px;
}

#search-all-lots input[type="text"],
#search-all-lots input[type="number"] {
  border: none;
  border-bottom: solid 2px #262f38;
  border-bottom: solid 2px #262f38;
  border-bottom: solid 2px var(--color-background);
  display: inline-block;
  margin: 0;
  font-size: 1.5rem;
  padding: 0 0 5px 5px;
  width: 100px;
  max-width: 100%;
  background: none;
}

.search-block {
  margin-left: 10px;
}

#lot-number {
  width: 80px;
  max-width: 100%;
}

.autocheck {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.autocheck input[type="checkbox"] {
  display: inline-block;
  border: solid;
  width: 15px;
  height: 15px;
  top: 1px;
  position: absolute;
  right: 0;
}

.autocheck input[type="checkbox"]:checked {
  background: black;
}

/************ bloc lot *****************/

.single-lot {
  box-shadow: 2px 1px 10px 1px rgba(0, 0, 0, 0.25);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hover__desc {
  height: auto;
  width: 100%;
  position: relative;
}

.single-lot__img {
  display: block;
  height: auto;
  width: 100%;
  position: relative;
}

.single-lot__img img {
  width: 100%;
  /*  height: auto; */
  height: 250px;
  /*  display: block; */
  object-fit: cover;
}

.single-lot__number {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 10;
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
  width: auto;
}

.single-lot__number p {
  margin: 0;
  padding: 5px 30px;
  color: white;
  font-size: 1.6rem;

  font-family: 'Poppins';
}

.hover-desc__block-text {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-lot__img:hover .hover-desc__block-text {
  height: 100%;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0px 5%;
  width: 100%;
}

.height2 .single-lot__img:hover .hover-desc__block-text {
  z-index: 99;
}

.single-lot__img:hover .hover-desc__block-text p {
  color: white;
  font-size: 1.25rem;
}

.single-lot__inner {
  padding: 20px 30px;
}

.single-lot__block-desc {
  margin-bottom: 30px;
}

.single-lot__block-desc p {
  margin: 0;
}

.color-yellow {
  font-size: 2.23rem;
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  font-family: 'Poppins';
  font-family: var(--font-head);
}

.single-lot--bold {
  font-size: 1.6rem;
  font-family: 'Poppins';
  font-family: var(--font-head);
}

.single-lot--bold.vendu {
  font-size: 2rem;
}

.single-lot__price--small {
  font-size: 1.2rem;
}

.single-lot__price--font-special {
  font-family: 'Poppins';
  font-family: var(--font-text);
  font-size: 1.6rem;
}

.single-lot--bold,
.single-lot__price--small,
.single-lot__price--font-special {
  color: #262f38;
  color: #262f38;
  color: var(--color-background);
}

.single-lot__cta:hover {
  color: #262f38;
  color: var(--color-background);
}

.single-lot__cta {
  display: block;
  text-align: right;
  color: #cba040;
  color: var(--color-link);
  font-family: 'Poppins';
  font-family: var(--font-text);
  font-size: 1rem;
  margin: 10px;
  margin-top: auto;
}

h1.single-lot__title {
  font-size: 2rem;
  padding: 1rem 0 1.5rem 0;
  font-style: italic;
}

h2.single-lot_subtitle {
  font-size: 2rem;
}

/*********** BUTTON WIDTH 100*************/

.btn--width-100 {
  width: 100%;
  display: block;
  text-align: center;
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  font-size: 2rem;
  padding: 4px;
}

/***********************************/

/*******************************************************************************/

/*************************** TEMPLATE SINGLE LOT *******************************/

/*******************************************************************************/

.main-page__single-lots {
  margin: 30px;
}

.product-desc__block {
  position: relative;
}

.page-template-single-lot-template .single-lot__inner {
  padding: 0;
}

.page-template-single-lot-template .single-lot__number {
  position: relative;
  margin-bottom: 15px;
  max-width: 100%;
  text-align: center;
  top: 0;
  float: left;
}

.single-lot__desc {
  clear: left;
}

.page-template-single-lot-template .single-lot__block-desc {
  margin-bottom: 0;
}

.page-template-single-lot-template .single-lot__inner p {
  margin: auto;
}

.page-template-single-lot-template .single-lot__block-desc p {
  line-height: 1.5;
  font-family: 'Poppins';
  font-family: var(--font-head);
}

.page-template-single-lot-template .single-lot__block-desc .single-lot__price--small {
  margin-bottom: 20px;
  font-family: 'Poppins';
  font-family: var(--font-head);
}

.single-lot__text-desc p {
  color: black;
  font-size: 1.7rem;
}

.page-template-single-lot-template .fas.fa-chevron-down {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  padding: 10px 0px;
  color: white;
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
  width: 40px;
  text-align: center;
  bottom: 0;
  height: 45px;
  font-size: 3rem;
}

.page-template-single-lot-template .fas.fa-chevron-up {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  padding: 10px 0px;
  color: white;
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
  width: 40px;
  text-align: center;
  top: 0;
  height: 45px;
  font-size: 3rem;
}

.single-lot__links {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 20px 0px;
}

.single-lot__links a {
  line-height: 2.5;
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  color: black;
  font-size: 1.7rem;
}

.single-lot__links a:hover {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
}

.single-lot__links span {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
}

#encherir {
  padding: 15px 20px;
  margin-bottom: 10px;
  background: #eee;
}

.single-lot__artiste {
  font-size: 2rem;
  color: #1c232b;
}

h2.single-lot_subtitle {
  font-family: 'Poppins';
}

/****************** SLIDER WITH THUMBNAIL CUSTOM CSS ***********************/

.slick-list.draggable {
  max-height: 880px;
}

img.slide {
  cursor: pointer;
}

/**************************************************************************************************/

/********************************** TEMPLATE PAGE MON COMPTE *************************************/

/************************************************************************************************/

.create-form__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.create-form__head label {
  display: block;
  margin-bottom: 13px;
}

.tab-title {
  font-family: 'Poppins';
  font-family: var(--font-head);
  color: black;
  font-size: 2rem;
}

.single-sale p {
  cursor: pointer;
  color: #000000;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.single-sale p:hover {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
}

/**************** tab select display none *******************/

.tab-select {
  border: none;
  font-family: 'Poppins';
  font-family: var(--font-head);
  font-size: 1.2em;
  color: #999;
  border: solid 1px;
  width: 100%;
  padding: 5px;
}

.tab-form {
  display: none;
  margin: 30px 0px;
}

.paiment-confirm {
  border: solid 3px #cba040;
  border: solid 3px #cba040;
  border: solid 3px var(--color-link);
  margin-bottom: 15px;
}

.paiment-confirm__inner {
  display: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.paiment-confirm__text p {
  font-family: 'ars_noveltybold';
  font-family: 'ars_noveltybold';
  font-family: var(--font-special);
  font-size: 3rem;
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  margin: 0;
}

.paiment-confirm__btn {
  width: 250px;
  max-width: 100%;
  text-align: center;
  padding: 8px;
  font-size: 2rem;
}

label.strong-title {
  font-family: 'Poppins';
  font-family: var(--font-head);
  font-size: 1.8rem;
  color: black;
  margin-bottom: 5px;
  display: block;
}

.account-nav__list {
  list-style: none;
  padding: 0;
}

.account-nav__list li {
  margin-bottom: 20px;
}

.account-nav__item {
  font-family: 'Poppins';
  font-family: var(--font-head);
  font-size: 1.8rem;
  color: #ccc7c7;
}

.account-nav__item:hover,
.tab-active a {
  color: #262f38;
  color: #262f38;
  color: var(--color-primary);
}

/******************** CONTENT TABS ( Ordre d'achat ) *****************************/

.content-tab__inner .single-sale__container {
  border-bottom: solid 1px #eee;
}

.single-sale__lots-container {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  opacity: 0;
}

.active-sale .single-sale__lots-container {
  height: auto;
  opacity: 1;
}

.single-sale__lots-container .lots-grid-item {
  display: inline-block;
}

.page-template-account-template .single-lot {
  margin-bottom: 20px;
  margin-right: 15px;
}

.content-tab__inner .paiment-confirm__inner {
  padding: 10px 0;
  border-bottom: solid 1px #eee;
}

.content-tab__inner .paiment-confirm__inner p {
  margin: 0;
}

.page-template-account-template .single-lot__inner p {
  margin: 5px 0px;
  font-size: 1.8rem;
}

.ordre-achat__bloc label {
  font-size: 1.5rem;
}

.ordre-confirm {
  background-color: whitesmoke;
}

.confirm__inner {
  padding: 30px 10px;
}

.confirm__inner label {
  font-size: 1.5rem;
}

#submit-ordre {
  margin: 5px auto;
  display: block;
  padding: 7px 23px;
}

.download-list {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  list-style: none;
}

.active-list .download-list {
  height: auto;
  opacity: 1;
  padding: 0;
}

.download-list__item {
  margin-bottom: 10px;
}

.download-list__title {
  cursor: pointer;
  font-size: 1.4rem;
}

.download-list__item a {
  font-size: 1.5rem;
}

.download-list__title:hover {
  color: black;
}

.transport-price__link {
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  margin-bottom: 10px !important;
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  padding: 10px 5px;
}

.transport-price__link:hover {
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
  color: white;
}

.sales__transport-price {
  font-size: 1.25rem;
}

/**************************************************************************************************/

/****************************************** SEARCH ***********************************************/

/************************************************************************************************/

.search .page-title-bloc {
  margin-bottom: 10px;
}

.search__flexbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.sales-date {
  color: black;
  font-size: 1.5rem;
}

.search-head {
  background-color: #262f38;
  background-color: #262f38;
  background-color: var(--color-background);
  margin-bottom: 20px;
}

.search-head__inner {
  padding: 20px 30px 10px 30px;
}

.search-head label {
  color: white;
  font-size: 1.7rem;
}

.searchform__button {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.searchform__button input {
  margin: 10px;
}

.small--input input[type="text"] {
  width: 100px;
}

.btn--transparent {
  background-color: transparent;
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  border: solid 2px #cba040;
  border: solid 2px #cba040;
  border: solid 2px var(--color-link);
  padding: 10px 20px;
}

.btn--transparent:hover {
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
  color: white;
}

.search__flexbox input[type="text"] {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px white;
  color: white;
  font-size: 1.6rem;
  font-family: 'Poppins';
  font-family: var(--font-regular);
  padding: 5px;
}

.search__flexbox input::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: white;
  font-family: 'Poppins';
  font-family: var(--font-regular);
}

.search__flexbox input::-moz-placeholder {
  font-size: 1.6rem;
  color: white;
  font-family: 'Poppins';
  font-family: var(--font-regular);
}

.search__flexbox input:-ms-input-placeholder {
  font-size: 1.6rem;
  color: white;
  font-family: 'Poppins';
  font-family: var(--font-regular);
}

.search__flexbox input::-ms-input-placeholder {
  font-size: 1.6rem;
  color: white;
  font-family: 'Poppins';
  font-family: var(--font-regular);
}

.search__flexbox input::placeholder {
  font-size: 1.6rem;
  color: white;
  font-family: 'Poppins';
  font-family: var(--font-regular);
}

.searchform__button .btn {
  font-size: 1.5rem;
}

.searchform__bloc select {
  border: none;
  background-color: transparent;
  color: white;
  font-family: 'Poppins';
  font-family: var(--font-text-light);
  font-size: 1.5rem;
}

.searchform__bloc select option {
  color: black;
}

.search-filter {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
}

.search-filter a {
  font-family: 'ars_noveltybold';
  font-family: 'ars_noveltybold';
  font-family: var(--font-special);
  font-size: 3rem;
  margin: 0px 40px;
  border-bottom: solid 2px white;
}

.search-filter a:active,
.search-filter a:hover,
.search-filter a.active {
  border-bottom: solid 2px #cba040;
  border-bottom: solid 2px #cba040;
  border-bottom: solid 2px var(--color-link);
  color: #262f38;
  color: #262f38;
  color: var(--color-background);
}

.search-sort {
  text-align: center;
  margin: 10px 0px 20px;
}

#search-sort-select {
  border: none;
  font-size: 1.4rem;
  font-family: 'Poppins';
  font-family: var(--font-regular);
}

.search-sort label {
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  font-size: 1.4rem;
}

.search__headform input[type="text"] {
  display: inline-block;
  width: 130px;
}

/* Past Sales Search */

#search-past-sales {
  width: 600px;
  float: right;
  clear: both;
  margin-top: -45px;
  max-width: 100%;
}

@media(max-width:767px) {
  #search-past-sales {
    width: 100%;
    float: none;
    clear: both;
    margin-top: -10px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 70px;
  }

  #search-past-sales label,
  #search-past-sales select,
  #search-past-sales input {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 0 15px 0;
  }
}

.searchform input[type="submit"] {
  padding: 4px 10px;
  float: right
}

.searchform select {
  font-family: 'Poppins';
  font-family: var(--font-text-light);
  font-size: 1.5rem;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 2px;
  padding: 5px;
}

/**************************************************************************************************/

/****************************************** LANDING PAGE ***********************************************/

/************************************************************************************************/

.page-template-landing-page-template .menu__wrapper,
.page-template-landing-page-template .footer__inner {
  display: none;
}

.landing-page__head .slick-slide {
  display: -webkit-box;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

.landing-page__head {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  margin-bottom: 50px;
}

.landing-page__head--bg {
  background: rgb(186, 181, 181);
  background: radial-gradient(circle, rgba(186, 181, 181, 0) 23%, rgba(69, 67, 67, 1) 90%);
  height: 100%;
  width: 100%;
  position: relative;
}

.landing-top__inner {
  margin: 0px 100px;
  padding: 20px 0px;
}

.landing-page__head--bg .fal {
  position: absolute;
  top: 50%;
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  font-size: 40px;
  cursor: pointer;
}

.landing-page__head--bg .fa-chevron-left {
  left: 20px;
}

.landing-page__head--bg .fa-chevron-right {
  right: 20px;
}

.landing-head__top a {
  float: left;
  width: 50%;
  display: block;
}

.landing-head__inner .menutop__img {
  width: 140px;
  max-width: 100%;
}

.landing-head__top-info {
  float: right;
  width: 50%;
}

.top-info__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin: 0;
  justify-content: space-around;
}

.info-list__items {
  width: 240px;
  max-width: 100%;
  color: white;
  font-size: 1.3rem;
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  word-break: break-word;
  list-style: none;
  border-left: solid 2px #cba040;
  border-left: solid 2px #cba040;
  border-left: solid 2px var(--color-link);
  padding: 2px 0px 2px 14px;
  line-height: 1.3;
}

.info-list__items a {
  width: 100%;
  color: white;
  display: block;
}

.info-list__items a:hover {
  color: #cba040;
  color: var(--color-link);
}

.single-bloc .single-product {
  width: 50%;
}

/* ******************************************** */

/* *** CSS AMENE A CHANGER CAR PAS EN DUR **** */

/******************************************* */

.landing-slider__slide iframe {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}

.head-slider__inner {
  margin: 70px auto;
  text-align: center;
  width: 700px;
  max-width: 100%;
}

.slider-title {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  font-family: 'ars_noveltybold';
  font-family: 'ars_noveltybold';
  font-family: var(--font-special);
  font-size: 2.7rem;
}

.slider-text p {
  color: white;
  font-family: 'Poppins';
  font-family: var(--font-text-light);
}

/*************************************************/

.landing__expert-bloc {
  position: relative;
  margin-bottom: 50px;
}

.landing__btn {
  position: absolute;
  left: 50%;
  margin-left: -339px;
  bottom: -27px;
}

.expert-bloc__text {
  text-align: center;
  margin: auto;
  width: 650px;
  max-width: 100%;
}

.expert-bloc__text p {
  color: black;
  font-family: 'Poppins';
  font-family: var(--font-head);
  font-size: 1.8rem;
  line-height: 1.5;
}

.step {
  margin-bottom: 30px;
}

.step-text p {
  margin: 0;
  text-align: center;
}

.step-border {
  border: solid 2px #cba040;
  border: solid 2px #cba040;
  border: solid 2px var(--color-link);
  border-radius: 50%;
  position: relative;
  width: 90px;
  max-width: 100%;
  text-align: center;
  margin: auto;
}

.step-border__inner {
  padding: 20px;
}

.number {
  position: absolute;
  top: -5px;
  left: -10px;
  margin: 0;
  color: white;
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
  padding: 5px 13px;
  border-radius: 50%;
  font-size: 1.5rem;
  font-family: 'Poppins';
  font-family: var(--font-head);
}

.step-border__inner i {
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  font-size: 40px;
}

.landing__commitment-bloc {
  position: relative;
  background-color: #e8e6e6;
  margin-bottom: 50px;
}

.landing__commitment-bloc .btn {
  top: 0;
  bottom: unset;
  margin-top: -26px;
  z-index: 10;
}

.commitment-bloc__text {
  padding: 50px 110px 0px;
}

.commitment-text__intro {
  margin-bottom: 50px;
}

.steps__list {
  padding: 0;
  position: relative;
}

.commitment-text__intro p {
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  line-height: 1.4;
  font-size: 1.7rem;
}

.steps-list__items {
  position: relative;
  margin-bottom: 50px;
  list-style: none;
}

.steps-list__items p {
  text-align: left;
}

.steps-list__items .expert-bloc__text {
  margin-left: 40px;
}

.commitment-bloc__img {
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.steps__list::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  height: 190px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.30196);
  z-index: 0;
}

.landing__form-bloc {
  background-color: #e8e6e6;
  position: relative;
}

.landing__object-bloc {
  margin-bottom: 100px;
}

.object-bloc__intro-text {
  width: 590px;
  margin: auto;
  max-width: 100%;
  margin-bottom: 40px;
}

.object-bloc__intro-text p {
  text-align: center;
  font-family: 'Poppins';
  font-family: var(--font-head);
  color: black;
  font-size: 1.6rem;
}

.landing__form-bloc .btn {
  top: 0;
  bottom: auto;
  z-index: 99;
  margin-top: -30px;
  margin-left: -230px;
}

.landing__form-bloc .left-content__introduction--text {
  padding: 40px 10px 0px 25px;
  width: 400px;
  max-width: 100%;
}

.landing__form-bloc .left-content__introduction--text p {
  font-family: 'Poppins';
  font-family: var(--font-head);
  color: black;
  font-size: 1.6rem;
}

.landing-page__footer {
  display: none;
}

.page-template-landing-page-template .landing-page__footer {
  text-align: center;
  display: block;
}

.page-template-landing-page-template .landing-page__footer p {
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  color: white;
  font-size: 1.5rem;
}

.page-template-landing-page-template .footer {
  padding: 40px 0px 1px;
}

/************** landing page sales slider **********************/

.single-bloc__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  padding: 10px;
  box-shadow: 2px 1px 10px 1px rgba(0, 0, 0, 0.25);
  margin: 10px;
  min-height: 440px;
}

.product1 {
  margin-right: 5px;
}

.product2 {
  margin-left: 5px;
}

.landing-slider__title {
  font-family: 'ars_noveltybold';
  font-family: 'ars_noveltybold';
  font-family: var(--font-special);
  font-size: 2.1rem;
  line-height: 1.5;
  margin: 0.5em 0em;
  color: black;
}

.landing-slider__desc p {
  margin: 0.5em 0px;
  color: black;
  font-family: 'Poppins';
  font-family: var(--font-regular);
  font-size: 0.8em;
}

.landing-slider__price {
  margin: 0.5em 0em;
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  font-size: 1.1em;
}

.slick-dots li button:before {
  font-size: 20px !important;
}

/***************** ALERTES **********************/

.alert {
  padding: 10px 15px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  display: block;
  text-align: center;
}

.alert-danger {
  background: pink;
  color: red;
}

.alert-success {
  color: green;
  background: lightgreen;
}

/**************************************************************************************************/

/************************************** CONTACT LOGIN ***************************************/

/************************************************************************************************/

.condensed-form {
  max-width: 320px;
  display: block;
}

input.fullwidth-input {
  width: 100%;
}

/**************************************************************************************************/

/************************************** CREATE NEW ACCOUNT ***************************************/

/************************************************************************************************/

.new-account-template {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

#new-account-form label {
  color: black;
}

.new-account__title {
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  font-size: 1em;
}

.new-account__desc {
  font-size: 0.9em;
}

/**************************************************************************************************/

/****************************************** FOOTER ***********************************************/

/************************************************************************************************/

.footer {
  background-color: #262f38;
  background-color: #262f38;
  background-color: var(--color-background);
  padding: 80px 0px 30px;
}

.footer .container {
  margin-bottom: 0;
}

.footer__inner a {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  color: white;
}

.footer__inner a:hover {
  color: #cba040 !important;
  color: #cba040 !important;
  color: var(--color-link) !important;
  /*color: var(--color-secondary) !important;*/
}

.footer ul li::before {
  content: none;
}

[dir="ltr"] .footer ul li {
  padding-left: 0
}

[dir="rtl"] .footer ul li {
  padding-right: 0
}

.footer ul li {
  list-style: none;
  display: block;
  margin: 0;
}

.footer__inner,
#menu-footer-colonne-gauche-anglais a,
#menu-footer-colonne-gauche a,
#menu-footer-colonne-droite-anglais a,
#menu-footer-colonne-droite a {
  color: #fff;
  color: #fff;
  color: var(--color-light);
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
}

.footer .widget-title {
  margin-bottom: 50px;
  font-family: 'Poppins';
  font-family: var(--font-head);
  font-size: 2rem !important;
  color: white;
  font-style: normal;
  font-weight: 700;
}

.first-column__list,
.second-column__list,
#menu-footer-colonne-gauche-anglais,
#menu-footer-colonne-gauche,
#menu-footer-colonne-droite-anglais,
#menu-footer-colonne-droite {
  padding: 0;
}

.fourth-column .widget-item {
  margin-bottom: 40px;
}

.widget-item {
  width: 400px;
  max-width: 100%;
  margin: auto;
}

.footer__logo {
  width: 80%;
  max-width: 100%;
  margin: 0 !important;
  text-align: unset !important;
}

.footer__img {
  max-width: 100%;
  width: 250px;
  height: auto;
}

.mailpoet_submit:hover {
  background-color: #cba040 !important;
  background-color: #cba040 !important;
  background-color: var(--color-link) !important;
  color: #fff !important;
  color: #fff !important;
  color: var(--color-light) !important;
}

/************************ MASONRY ****************************

.grid {
 max-width: 2000px;
 margin: 0 -15px; 
}

/* clearfix 

.grid:after {
 content: '';
 display: block;
 clear: both;
}
*/

/* ---- grid-item INDEX---- */

.grid-sizer,
.grid-item {
  width: 25%;
  background-color: aliceblue !important;
}

.grid-item {
  height: 350px;
  float: left;
  border: 10px solid;
  border-color: #fff;
  border-color: #fff;
  border-color: var(--color-light);
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.grid-item:hover {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
}

.grid-item__inner {
  position: inherit;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #E5E5E5;
  color: #E5E5E5;
  color: var(--color-gray-light);
}

.grid-item__cat--list {
  list-style: none;
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
  padding: 7px 20px;
  float: left;
}

.cat-list__item {
  text-transform: uppercase;
  font-family: 'Poppins';
  font-family: 'Poppins';
  font-family: var(--font-text);
  font-size: 13px;
}

.grid-item__title {
  width: 80%;
  margin: auto;
}

.grid-item__title--style {
  text-align: center;

}

@media screen and (min-width: 768px) {
  .grid-item__title--style {
    font-size: 18px;
  }

  .search-head__inner {
    padding: 80px 30px 10px 30px;
  }

  #menu-item-23588, #menu-item-23838 {
    display: none;
  }

  .call-button {
    display: none;
  }
}

#menu-item-23588 a {
  color: #cba040;
}

.call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #cba040;
  /* Couleur dorée */
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.call-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.call-button a:hover {
  text-decoration: none;
}

.call-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: transparent;
}

.call-button:hover {}



/****** style en fonction de la taille de la grid *********/

/*.grid-item--width2 .grid-item__title--style {
 font-size: 35px;
 line-height: 44px;
}*/

/********************************************************/

.grid-item__cta--style {
  float: right;
  padding: 20px;
  color: #cba040;
  color: #cba040;
  color: var(--color-link);
  font-family: 'Poppins';
  font-family: var(--font-head);
  font-size: 20px;
}

.grid-item__cta--style:hover {
  color: #d6c6a3;
}

.grid-item.grid-item--width2 {
  width: 50%;
}

.grid-item.grid-item--height2 {
  height: 700px;
}

/* ---- grid-item LISTE DES LOTS---- */

.lots-grid {
  width: 100%;
  margin: 0 auto;
}

.lots-grid-sizer,
.lots-grid-item {
  width: 24%;
  margin-bottom: 20px;
}

.height1 {
  height: auto;
}

.height2 {
  height: auto;
}

/*********************** Simple popup *******************/

.popup {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 0;
  max-width: 0;
  z-index: -99999;
}

.popup.active {
  max-height: 100vh;
  opacity: 1;
  max-width: 100%;
  left: 0;
  z-index: 99999;
}

.popup .close {
  font-size: 50px;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}

.popup iframe {
  height: 100vh !important;
  margin: auto;
  display: block;
  width: 100vw !important;
}

/*************** MASONRY RESPONSIVE **************/

@media(max-width: 1330px) {

  .lots-grid-sizer,
  .lots-grid-item {
    width: 32%;
  }

  .height1 {
    height: auto;
  }

  .height2 {
    height: auto;
  }
}

@media(max-width: 1100px) {

  .height1 {
    height: auto;
  }

  .height2 {
    height: auto;
  }

  .paiment-confirm__text p {
    font-size: 2.5rem;
  }

  .page-template-account-template .single-lot__inner p {
    font-size: 1.5rem;
  }
}

@media(max-width: 980px) {

  .lots-grid-sizer,
  .lots-grid-item {
    width: 49%;
  }

  .height1 {
    height: auto;
  }

  .height2 {
    height: auto;
  }

  /************ page mon compte ***************/
  .paiment-confirm__text p {
    font-size: 2.1rem;
  }

  .paiment-confirm__btn {
    width: 190px;
  }
}

@media(max-width: 768px) {

  .lots-grid-sizer,
  .lots-grid-item {
    width: 100%;
  }

  .height1 {
    height: auto;
    margin-bottom: 20px;
  }

  .height2 {
    height: auto;
    margin-bottom: 20px;
  }
}

/* Block Newsletter */

.mc4wp-form-fields h3 {
  font-size: 2.5rem;
  padding-bottom: 1.25rem;
}

.mc4wp-form-fields input[type="text"] {
  width: calc(50% - 3px);
  display: inline-block;
  font-size: 1.25rem;
  padding: 10px;
}

.mc4wp-form-fields input[type="email"] {
  display: inline-block;
  font-size: 1.25rem;
  padding: 10px;
  width: 100%;
}

.mc4wp-form-fields input[type="submit"] {
  font-size: 1.25rem;
}

/**********************************************************************************************************/

/********************************************** RESPONSIVE ************************************************/

/**********************************************************************************************************/

@media(max-width: 1330px) {

  /************** VENTES A VENIR ****************/
  .small-title-sales__container {
    -webkit-box-align: normal;
    align-items: normal;
  }

  .small-sales__main-title:after {
    height: 80px;
  }

  /******************************************************/
  /****************** LOTS EN VENTES *******************/
  /*****************************************************/

  /*********** BANNER **************/
  .page-template-lots-template .highlight-sales__more,
  .page-template-single-lot-template .highlight-sales__more {
    text-align: left;
  }

  .page-template-lots-template .live-bid__button a,
  .page-template-single-lot-template .live-bid__button a {
    font-size: 10px;
  }

  .page-template-lots-template .info__nav,
  .page-template-single-lot-template .info__nav {
    margin: 0;
    margin-bottom: 0;
  }
}

@media(max-width: 1210px) {

  /************** VENTES A VENIR ****************/
  .highlight-sales__meta {
    padding: 30px;
  }

  .next-sales__title {
    font-size: 4rem;
  }

  .next-sales__subtitle {
    font-size: 2.5rem;
  }

  .title-block__meta {
    padding: 0px 20px;
  }

  .small-sales__title {
    font-size: 37px;
  }

  .small-sales__subtitle {
    font-size: 21px;
  }

  .small-sales__title-block-meta p {
    font-size: 13px;
  }

  .small-sales__main-title:after {
    height: 80px;
  }

  /*********** PAGE PAR DEFAUT *************/
  .page-template-default .single-blog__first-content--left {
    padding: 0px 10px;
  }

  .page-template-default .single-block__content {
    padding: 20px 20px;
  }
}

@media(max-width: 1130px) {
  body {
    margin: 0;
    padding: 0;
  }

  /************** HEADER ****************/
  .menutop__list {
    padding: 0;
    padding-top: 20px;
  }

  .menu-item a {
    font-size: 1.50rem;
  }

  /************* HOME ****************/
  .title-block__main-title--small {
    font-size: 3rem;
  }

  .title-block__subtitle {
    font-size: 1.8rem;
  }

  .single-block__inner {
    padding: 20px;
  }

  /************* ACTUALITE ***************/
  .menutop__left {
    padding: 10px 20px;
    height: 100px;
  }

  /************ ARTICLE ******************/
  .main-single__content-section--padding {
    padding: 30px;
  }

  .main-single__content-section--content p {
    font-size: 15px;
  }

  /************* VENTES A VENIR *************/
  .liste-lots-template .title-block__meta,
  .single-lots-template .title-block__meta {
    margin: auto;
    padding: 0 10px;
    text-align: center;
  }

  .liste-lots-template .next-sales__title,
  .single-lots-template .next-sales__title {
    font-size: 40px;
  }

  .liste-lots-template .next-sales__subtitle,
  .single-lots-template .next-sales__subtitle {
    font-size: 23px;
  }

  /*************** small blocks *************/
  .small-sales__title {
    font-size: 32px;
  }

  .small-sales__subtitle {
    font-size: 18px;
  }

  .small-sales__title-block-meta p {
    text-align: left;
  }

  .small-sales__main-title:after {
    height: 80px;
  }

  .top-info {
    font-size: 15px;
  }

  /***************** EXPERTISE EN LIGNE ***********/
  /* .expertise-page__content input::-webkit-input-placeholder, .expertise-page__content textarea::-webkit-input-placeholder { */
  /* font-size: 15px; */
  /* } */
  /* .expertise-page__content input::-moz-placeholder, .expertise-page__content textarea::-moz-placeholder { */
  /* font-size: 15px; */
  /* } */
  /* .expertise-page__content input:-ms-input-placeholder, .expertise-page__content textarea:-ms-input-placeholder { */
  /* font-size: 15px; */
  /* } */
  /* .expertise-page__content input::-ms-input-placeholder, .expertise-page__content textarea::-ms-input-placeholder { */
  /* font-size: 15px; */
  /* } */
  /* .expertise-page__content input::placeholder, .expertise-page__content textarea::placeholder { */
  /* font-size: 15px; */
  /* } */

  /*************** LOTS EN VENTE ******************/
  .liste-lots-template .info__nav a,
  .single-lots-template .info__nav a {
    font-size: 16px;
  }

  /********************* SEARCH *******************/
  .search__flexbox input[type="text"] {
    width: 80px;
    max-width: 100%;
  }

  .search-head label {
    font-size: 1.5rem;
  }

  /*********************************************************************/
  /*  Landing Page  */
  /*********************************************************************/
  .landing-top__inner {
    margin: 0px 20px;
  }

  /************** FOOTER ***************/
  #mailpoet_form_2 .mailpoet_form {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  #mailpoet_form_2 .mailpoet_text {
    text-align: left;
  }

  .widget-title {
    margin-bottom: 0;
  }

  .widget-title {
    font-size: 20px;
  }

  .footer__inner li {
    font-size: 15px;
  }

}

@media(max-width: 960px) {

  /**************** HEADER *****************/
  .menutop__left {
    width: 350px;
    max-width: 100%;
    height: 80px;
  }

  .menu-item a {
    font-size: 1.30rem;
  }

  .menutop__list .menu-item {
    padding: 0;
    margin-right: 10px;
  }

  #menu-menu-principal-eng,
  #menu-menu-principal {
    padding: 0 !important;
  }

  .btn-menu a {
    padding: 5px;
  }

  .menutop__list .menu-item a {
    padding-bottom: 5px;
  }

  /*.nav__list .menu-item {
  font-size: 1.7rem;
  padding: 10px 25px;
 }*/

  .showMenu {
    height: calc(100vh - 110px) !important;
    width: 350px;
  }

  .mainmenu {
    top: 110px !important;
  }

  .mainmenu__return-button {
    padding: 30px 0px 10px 25px;
  }

  .mainmenu__return-button i {
    font-size: 30px;
  }

  /********** Page actualité *************/
  .grid-item.grid-item--width2 {
    width: 100%;
  }

  .grid-item.grid-item--height2 {
    height: 350px;
  }

  .grid-sizer,
  .grid-item {
    width: 50%;
  }

  /********* VENTES A VENIR ***************/
  .title-sales__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .title-sales__main-title:after {
    content: none;
  }

  .title-sales__main-title,
  .title-block__meta {
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 0;
  }

  .title-block__meta p {
    margin: auto;
  }

  .highlight-sales__more {
    text-align: center;
  }

  .highlight-sales__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .info__nav {
    margin: auto;
    margin-bottom: 15px;
  }

  .info__contact {
    text-align: center;
  }

  .page-template-lots-template .info__contact,
  .page-template-single-lot-template .info__contact {
    text-align: left;
  }

  /************ small blocks***************/
  .small-sales__title-block-meta p {
    text-align: center;
  }

  /************ page par default ************/
  .page-template-default .post-title {
    font-size: 4.4rem;
  }

  .left-content__custom--text {
    padding: 10px 20px;
  }

  .page-template-default h2 {
    font-size: 30px;
  }

  /***************** expertise en ligne ***********/
  /*.submit input {
  font-size: 14px;
 }*/
  /**************** PAGE LOTS EN VENTES ***************/
  .liste-lots-template .info__nav a,
  .single-lots-template .info__nav a {
    font-size: 12px;
  }

  .page-template-lots-template .main-page__head,
  .page-template-single-lot-template .main-page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .page-template-lots-template .main-page__head--form,
  .page-template-single-lot-template .main-page__head--form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .page-template-lots-template #search-all-lots,
  .page-template-single-lot-template #search-all-lots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  input#keyword,
  input#lot-number {
    width: calc(100% - 350px);
  }

  /************** SINGLE LOT MIS EN VENTE *****************/
  .single-lot__number p {
    padding: 1px 15px 2px 12px;
  }

  .color-yellow,
  .single-lot--bold {
    font-size: 2rem;
  }

  .page-template-single-lot-template .single-lot__number {
    margin-bottom: 15px;
  }

  .page-template-single-lot-template .single-lot__block-desc .single-lot__price--small {
    margin-bottom: 0;
  }

  .single-lot__text-desc p {
    font-size: 1.3rem;
  }

  .single-lot__links {
    margin: 15px 0;
  }

  .single-lot__links a {
    line-height: 1.8;
    font-size: 1.4rem;
  }

  /************ SEARCH ****************/
  .search__flexbox {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .searchform__bloc {
    margin-bottom: 15px;
  }

  .searchform__button {
    flex-wrap: wrap;
  }

  .search-filter a {
    font-size: 2rem;
  }

  /*********************************************************************/
  /*  Landing Page  */
  /*********************************************************************/
  .commitment-bloc__text {
    padding: 50px 30px 0px;
  }

  .slider-title {
    font-size: 2rem;
    width: 500px;
    margin: auto;
    max-width: 100%;
  }

  .slider-text {
    width: 500px;
    max-width: 100%;
    margin: auto;
  }

  .landing__btn {
    margin-left: -305px;
  }

  .landing-slider__slide iframe {
    width: 85%;
  }
}

@media(max-width: 767px) {

  /*************** Searchform ******************/
  .inner-content {
    margin-left: -150px;
    width: 300px;
    -webkit-box-pack: center;
    justify-content: center;
  }


  /*************** wtf ******************/
  .row>* {
    flex-basis: auto;
  }

  /************* HOMEPAGE **************/
  .introduction__splash {
    width: 100%;
  }

  .menutop__left,
  .mainmenu {
    width: 100%;
  }

  .menutop__left--container {
    -webkit-box-pack: unset;
    justify-content: unset;
    padding: 0;
  }

  /** Hide menu top on responsive **/
  .menutop__list {
    display: none;
  }

  .mainmenu {
    top: 70px !important;
    /* height: 100vh; */
    overflow: scroll;
  }

  .mainmenu .nav {
    padding: 0px 20px;
  }

  /** show left menu responsive ***/
  .mainmenu__submenu--responsive {
    display: block;
  }

  /** Menu top responsive style **/
  .menutop__responsive {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .menutop__responsive li {
    padding: 5px 25px;
    font-family: 'Poppins';
    font-family: 'Poppins';
    font-family: var(--font-text);
  }

  #menu-menu-haut-anglais,
  #menu-menu-haut {
    background-color: rgba(239, 239, 239, 0.72157);
  }

  #menu-menu-haut-anglais a,
  #menu-menu-haut a {
    letter-spacing: 0.4px;
    font-size: 1.25rem;
    font-family: 'Poppins';
    font-family: 'Poppins';
    font-family: var(--font-text);
  }

  .fa-search {
    font-size: 20px;
  }

  .nav__list .menu-item a {
    font-size: 1.25rem;
    padding: 5px 5px;
  }

  .wpml-ls-menu-item .wpml-ls-flag {
    width: 30px !important;
    height: auto !important;
  }

  #menu-item-wpml-ls-26-fr {
    float: right;
    width: 50%;
  }

  #menu-item-wpml-ls-26-en {
    float: left;
    width: 50%;
  }

  /********** hide return button on small screen ***********/
  .mainmenu__return-button {
    display: none;
  }

  /*******************************/
  /****** CONTENT HOMEPAGE ******/
  /******************************/
  .flex-odd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }

  .flex-odd:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }

  .single-block__link {
    display: block;
    width: 100%;
    height: 100vh;
  }

  .single-block__desc {
    height: auto;
  }

  /******************************/
  /****** PAGE ACTUALITE ********/
  .blog .actu-slider__iner--padding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 30px 0px 40px;
  }

  .blog .actu-slider__iner--background {
    background: rgb(28, 35, 43);
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgba(28, 35, 43, 1)), color-stop(100%, rgba(28, 35, 43, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(90deg, rgba(28, 35, 43, 1) 100%, rgba(28, 35, 43, 1) 100%, rgba(255, 255, 255, 1) 100%);
  }

  .blog .actu-slider__intro-bloc {
    padding-left: 0px;
    padding-bottom: 35px;
  }

  .blog .actu-slider__intro-bloc--title {
    text-align: center;
  }

  .blog .slick-slider {
    width: 100%;
  }

  .blog .single-slide.slick-slide.slick-active {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .blog .actu-slider__arrows-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    justify-content: space-around;
  }

  .blog .actu-slider__arrows-block .fas.fa-chevron-left,
  .actu-slider__arrows-block .fas.fa-chevron-right {
    padding: 0;
  }

  .blog .custom_paging {
    left: 50%;
    margin-left: -35px;
  }

  .blog .actu-slider__arrows-block .fa-chevron-left,
  .actu-slider__arrows-block .fa-chevron-right {
    padding-right: 0;
  }

  .main-page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .blog .main-page__head--title {
    margin-bottom: 10px;
  }

  .main-page__head--form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .all-post__block_head {
    justify-content: center;
    margin-bottom: 13px;
  }

  #category-select {
    padding-left: 0;
  }

  .form-section {
    margin-bottom: 15px;
  }

  /***************************************************************/
  /************************ PAGE SINGLE BLOG *********************/
  /**************************************************************/
  .right-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }

  .single-block__content--text-left {
    text-align: left;
  }

  .single-block__content {
    padding: 0;
  }

  .block-container,
  .single-blog__first-content {
    margin-bottom: 100px;
  }



  /***************************************************************/
  /************************ NAVIGATION BASSE *********************/
  /**************************************************************/
  /*.low-nav a{
  font-size: 13px;
 }
 .all-post__button{
  width: 220px;
  max-width: 100%;
 }
 .low-nav .fa-chevron-right {
  padding: 0px 0px 0px 10px;
 }
 .low-nav .fa-chevron-left {
  padding: 0px 10px 0px 0px;
 }*/
  /************* NAV BASSE **************/
  .low-nav {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .all-post__block {
    margin: 30px 0px;
  }

  .low-nav a {
    font-size: 15px;
  }

  .all-post__button {
    width: 280px;
  }

  .low-nav .fa-chevron-left,
  .low-nav .fa-chevron-right {
    padding: 0px 10px;
  }

  /******************************************************************/
  /*************************** PAGE ARTICLE ************************/
  /*************************************** ************************/
  .main-single__thumbnail-section--background {
    background: white;
    background: white;
    background: white;
    max-height: 100%;
  }

  .main-single__thumbnail-section--padding {
    text-align: center;
  }

  /******************************************************************/
  /************************* VENTES A VENIR ************************/
  /*************************************** ************************/
  .highlight-sales__thumbnail {
    height: 300px;
    display: block;
  }

  .top-info {
    font-size: 1.4rem;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 10px;
  }

  .small-sales__title {
    font-size: 42px;
  }

  .small-sales__subtitle {
    font-size: 24px;
  }

  .small-sales__title-block-meta p {
    font-size: 16px;
    padding: 0 20px;
  }

  .small-title-sales__container {
    margin: 50px 0px;
  }

  /************** cacher les details sur mobile  *********************/
  .page-template-lots-template .highlight-sales__desc {
    display: none;
  }

  .page-template-single-lot-template .highlight-sales__desc {
    display: none;
  }

  /******************************** Ventes passées *********************/
  .fixed-height__img {
    height: 300px;
    background-position: center;
  }

  /******************************************************************/
  /************************* PAGE PAR DEFAUT ************************/
  /*************************************** ************************/

  .page-template-default h2 {
    font-size: 50px;
  }

  /*******************************************************************/
  /********************** SINGLE LOT **********************************/
  /**********************************************************************/
  .main-page__single-lots {
    margin: 30px 0;
  }

  /******************************************************************/
  /********************** BANNER LOTS EN VENTE *********************/
  /*************************************** ************************/
  .highlight-sales__block {
    margin-bottom: 30px;
  }

  .liste-lots-template .info__nav a,
  .single-lots-template .info__nav a {
    font-size: 17px;
  }

  /*.highlight-sales__block--padding {
  padding: 20px;
 }*/
  .page-template-lots-template .info__nav,
  .liste-lots-template .contact__mode,
  .page-template-single-lot-template .info__nav,
  .single-lots-template .contact__mode {
    margin-bottom: 30px;
  }

  .page-template-lots-template .live-bid__button a,
  .page-template-single-lot-template .live-bid__button a {
    font-size: 13px;
    margin: auto;
  }

  .next-sales__thumb {
    background-position: center;
    height: 300px;
  }

  .liste-lots-template .next-sales__subtitle,
  .single-lots-template .next-sales__subtitle {
    font-size: 22px;
  }

  .liste-lots-template .title-block__meta p,
  .single-lots-template .title-block__meta p {
    font-size: 13px;
  }

  .highlight-sales__desc p {
    font-size: 14px;
  }

  .highlight-sales__block--padding {
    padding: 25px 0;
  }

  /******************************************************************/
  /************************* LOTS EN VENTE ************************/
  /*************************************** ************************/
  .single-lot {
    min-height: auto;
  }

  input#keyword,
  input#lot-number {
    width: calc(100% - 220px);
  }

  .btn--width-100 {
    width: 70%;
    margin: auto;
  }

  .product__slider-thmb {
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .page-template-single-lot-template .fas.fa-chevron-down {
    left: unset;
    right: 0;
    margin-left: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .page-template-single-lot-template .fas.fa-chevron-up {
    left: 0;
    right: unset;
    margin-left: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 0 !important;
    top: unset;
  }

  /********************* PAGE MON COMPTE ****************/
  .tab-form {
    display: block;
  }

  .account-nav__list {
    display: none;
  }

  .paiment-confirm__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .paiment-confirm__text p {
    font-size: 2.5rem;
  }

  .paiment-confirm__text {
    margin-bottom: 20px;
  }

  .form-bloc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .account-form__inner {
    padding: 20px;
  }

  .form-bloc span,
  .page-template-account-template .Ajouterdesfichiers {
    width: 100%;
  }

  .form-bloc .large-input {
    width: 100%;
  }

  /* Search page */
  .search-filter {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  .search-filter a {
    font-size: 2rem;
    width: 100%;
    display: block;
    margin: 0;
    padding: 10px 0;
  }

  .searchform__bloc {
    width: 100%;
  }

  .search-head label {
    font-size: 1.5rem;
    width: 100%;
    /* text-align: center; */
  }
  .single-lot__img:hover .hover-desc__block-text {
    height: 0;

  }

  /*********************************************************************/
  /*  Landing Page  */
  /*********************************************************************/
  .landing-head__top a {
    clear: left;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .landing-top__inner {
    padding-bottom: 0;
  }

  .head-slider__inner {
    margin: 30px auto;
  }

  .landing-head__top-info {
    clear: both;
    width: 100%;
    text-align: center;
    margin: auto;
    float: none;
  }

  .top-info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .info-list__items {
    width: 100%;
    border: none;
    margin-bottom: 10px;
  }

  .sider-title {
    font-size: 2rem;
  }

  .slider-text {
    font-size: 1.5rem;
  }

  .landing__btn {
    font-size: 1.2rem;
    width: 100%;
    margin: 0;
    left: 0;
    text-align: center;
  }

  .commitment-bloc__img {
    height: 300px;
  }

  .landing__form-bloc .btn {
    margin-left: 0;
  }

  .landing__form-bloc .left-content__introduction--text {
    margin: auto;
  }

  .landing__form-bloc .left-content__introduction--text p {
    text-align: center;
  }
}

@media(max-width: 575px) {

  .live-bid__button a {
    width: 100%;
  }

  input[type="submit"] {
    width: 100%;
  }

  /********** Page actualité *************/
  .grid-item.grid-item--width2 {
    width: 100%;
  }

  /*.grid-item.grid-item--height2 {
  height: 350px;
 }*/
  .grid-sizer,
  .grid-item {
    width: 100%;
    border-top: none;
  }

  /************** SINGLE LOT *************/
  .single-lot__links a {
    font-size: 1.2rem;
  }

  /************* LANDING PAGE *************/
  .landing-page__head {
    height: auto !important;
  }

  .landing-head__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .landing-page__head--bg .fal {
    top: unset;
    bottom: 20px;
    margin-bottom: 10px;
  }

  .top-info__list {
    padding: 0;
  }

  .head-slider__inner {
    margin: 0;
  }

  .info-list__items {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .step {
    margin-bottom: 30px;
  }

  .landing__btn {
    width: 100%;
    text-align: center;
    left: 0;
    margin-left: 0;
    display: block;
    padding: 6px;
  }

  .landing-slider__slide iframe {
    width: 100%;
    height: 250px;
    margin-bottom: 60px;
  }

  .left-content__introduction--text {
    width: unset !important;
  }

  .file-button:before {
    width: calc(100% - 130px);
  }

  /************** FOOTER ***************/
  .footer {
    text-align: center;
  }

  #mailpoet_form_2 .mailpoet_text {
    margin: auto !important;
  }
}

@media(max-width: 480px) {
  .menutop__inner {
    background: transparent;
  }

  .menutop {
    height: 80px;
  }

  .page-title-bloc {
    margin-bottom: 15px;
  }

  .main-single__download-section--button a {
    font-size: 15px;
  }

  .main-single__download-section--button {
    margin-left: 0px;
  }

  /************************ VENTES A VENIR *********************/
  /*.highlight-sales__block--padding {
  padding: 20px;
 }*/
  .highlight-sales__meta {
    padding: 10px;
  }

  .title-block__meta p {
    font-size: 15px;
  }

  .title-sales__main-title {
    margin-bottom: 10px;
  }

  .next-sales__title {
    font-size: 30px;
  }

  .next-sales__subtitle {
    font-size: 18px;
  }

  .highlight-sales__desc p {
    font-size: 17px;
  }

  .highlight-sales__desc {
    margin-bottom: 20px;
  }

  .live-bid__button {
    margin-bottom: 20px;
  }

  .live-bid__button a {
    font-size: 10px;
  }

  /**************** EXPERTISE EN LIGNE ******************/
  .file-button:before {
    font-size: 16px;
  }

  .submit input {
    font-size: 11px;
    padding: 7px 10px;
  }

  /**************** LOTS EN VENTE BANNER ******************/
  .liste-lots-template .next-sales__title,
  .single-lots-template .next-sales__title {
    font-size: 30px;
  }

  .liste-lots-template .next-sales__subtitle,
  .single-lots-template .next-sales__subtitle {
    font-size: 17px;
  }

  .btn--width-100 {
    width: 100%;
  }

  /****************** footer ********************/
  .widget-item {
    margin-bottom: 40px;
  }

  .footer .widget-title {
    margin-bottom: 0px;
  }

}

/************************ MIN HEIGHT *****************************/

@media(max-height: 810px) {
  .mainmenu {
    overflow: scroll;
  }
}

/***************************** No Masonry ***************/
@media(min-width: 768px) {
  .lots-grid-nojs {
    /* column-count: 3; */
    /* column-gap: 10px; */
    /* 		display: grid;
		grid-template-columns: repeat( auto-fill, minmax( 300px, 1fr ) );  */
    display: flex;
    flex-wrap: wrap;
  }

  .hover__desc {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .lots-grid-item {
    /* 		display: inline-block;
		vertical-align: top;
		width: 100%; */
    padding: 10px;
    display: grid;
    flex: 1 1 338px;
  }

}

/* Vertical Slider */
.slick-vertical .slick-track {
  display: block;
}

/* Last Sales Slider */
#last-sales-slider {
  margin-bottom: 100px;
}

.last-sales__slider .slick-prev {
  left: 25px;
  transform: scale(3);
  top: calc(100% + 25px);
}

.last-sales__slider .slick-next {
  right: 25px;
  transform: scale(3);
  top: calc(100% + 25px);
}

.last-sales__slider .slick-prev::before {
  font-family: 'Poppins';
  content: '<';
  color: #cba040;
}

.last-sales__slider .slick-next::before {
  font-family: 'Poppins';
  content: '>';
  color: #cba040;
}

.single-bloc__inner a {
  display: block;
  width: 100%;
}

.blocLoopMobile {
  display: none;
}

@media(max-width: 767px) {
  .last-sales__slider .slick-prev {
    top: 100%;
  }

  .last-sales__slider .slick-next {
    top: 100%;
  }
}

.new-footer-2024 {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-direction: row;
}

@media(max-width: 767px) {
  .new-footer-2024 {
    flex-wrap: wrap;
  }
}

.slick-next {
  right: -15px;
  left: -15px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #search-past-sales {
    margin-bottom: 0 !important;
  }

  .resultFilterFormPast {
    display: flex;
    flex-direction: column;
    padding: 8%;
  }

  .resultFilterFormPast select {
    display: inline-block;
    font-size: 1.5rem;
    padding: 4%;
    width: 100%;
    max-width: 100%;
    background-color: #eee;
    border: none;
  }

  .blocSingleLotInfo {
    flex-direction: column !important;
  }

  /*.itemSingleLotInfo{
		    width: 100% !important; 
    flex-basis: 50% !important;
	}*/

  .itemSingle1 {
    width: 100%;
    align-items: center !important;
  }

  .itemSingle2 {
    padding: 4%;
  }

  .slickNavImg,
  .slickMainImg {
    width: 47vh !important;
  }

  .blocSingleLotInfo {
    align-items: stretch;
  }

  .venduSingleLot {
    font-size: 4rem !important;
  }

  .yellow-singleLot {
    font-size: 2rem !important;
  }


  .estimation-form {
    width: 100%;
  }

  .blocfiles {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sendgrid-subscription-widget {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .sg-widget {
    width: 80% !important;
  }

  .textwidget {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4%;
  }


  /*.blocLoopMobile{
		display: block;
		margin-right: 10px;
	}
	.blocLoopMobile li{
		list-style: none;
	}

	.close-button {
    top: -23px !important;
    left: 30rem !important;
	}*/

  /*.principalMenu nav{
		display: block;
    position: fixed;
	}*/

  /*logoHeaderFauve{
		text-align: center;
	}*/

}

.fancybox__container.has-toolbar {
  z-index: 99999 !important;
}

.f-carousel__track .f-carousel__slide img {
  width: 100%;
  height: auto;

}

.f-carousel__slide {
  display: flex;
  justify-content: center;
}

.menu-item a {
  text-decoration: none;
  font-weight: 500;
}

.new-footer-2024 .first-column {
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.new-footer-2024 span {
  font-size: 1.5rem;
  font-weight: 500;
}

.blocContactInfo-item {
  display: flex;
  flex-direction: column;
}

.blocContactInfo {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.containerFooter2024 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.itemFooter2024 {
  width: 33%;
}

.blocContactInfo-item strong,
.sg-consent-text label {
  color: #fff !important;
}

.bloc_next_sales {
  padding-top: 8% !important;
}

.main-single__thumbnail-section--padding img {
  width: 55% !important;
  height: auto;

}

.logoHeaderFauveMobile {}

.mobileHeader {
  display: none;
}

/* single.php */
.section_block_container {
  display: flex;
  flex-direction: row;

  align-items: start;
  gap: 4%;
}

.section_texte {}

.section_image img {
  max-width: 400px !important;
}

@media screen and (max-width: 992px) {
  .section_block_container {
    display: flex;
    flex-direction: column;

    align-items: center;
  }

  .section_texte {
    margin-top: 20px;
  }

  .section_image img {
    max-width: 300px !important;
  }

  .all-post__block_article {
    display: none;
  }
  .new-description-container{
    flex-direction: column;
  }
  .hero-intro-desc{
    font-size: 12px !important;
  }
}

.containerpresse {
  padding-top: 15% !important;
}

.new-full-description span{
  font-size: 13px !important;
}
.new-description-container{
  font-size: 13px !important;
}
.topheadermenu{
  display: flex;
}

.wpml-ls-legacy-dropdown{
  width: 66px !important;
}

.wpml-ls-legacy-dropdown a {
  background-color: #282F37 !important;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 0 !important;
  margin-right: 10px;
}


.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
  padding-right: 0 !important;
  margin-right: 10px;
}
.wpml-ls-legacy-dropdown-click a {
  background-color: #282F37 !important;
}

.wpml-ls-legacy-dropdown-click{
  width: 66px !important;
}