/**
 * CONTACT
 *
 * @type pages
 */
/**
 * COMMON
 *
 * @type page
 * @use import common style.
 */
/**
 * UTILS
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  font-size: 0;
  height: 0;
  clear: both;
}
.hidden {
  display: none !important;
}
.visibility-hidden {
  visibility: hidden;
}
.break {
  clear: both;
  display: block;
}
.x-cross {
  cursor: pointer;
}
.wait {
  cursor: wait !important;
}
.relative {
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
.reset-button {
  background: transparent;
  font-family: Arial, sans-serif;
  margin: 0;
  border: 0 none;
  padding: 0;
  display: inline-block;
  cursor: pointer;
}
.reset-list,
.list-inline,
.list-bullet,
.list-def {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reset-white {
  font-size: 0;
}
.reset-address {
  font-style: normal;
}
.image-wrap {
  margin: 0;
}
.image-wrap img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
img.full {
  width: 100%;
}
.is-collapse {
  cursor: pointer;
}
.table-like {
  width: 100%;
  display: table;
}
.table-like > * {
  display: table-row;
}
.table-like > * > * {
  display: table-cell;
}
/**
 * BLOCK
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.block,
.block-big,
.block-small {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.block:first-child,
.block-big:first-child,
.block-small:first-child {
  margin-top: 0;
}
.block:last-child,
.block-big:last-child,
.block-small:last-child {
  margin-bottom: 0;
}
.block-big {
  margin-top: 40px;
  margin-bottom: 40px;
}
.block-small {
  margin-top: 10px;
  margin-bottom: 10px;
}
.unblock {
  margin-top: -10px;
  margin-bottom: -10px;
}
.inner-block {
  padding: 10px 20px;
}
.inner-big-block {
  padding: 20px;
}
.inner-small-block {
  padding: 10px;
}
.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.inner-box {
  margin: 10px 20px;
}
.primary-box,
.secondary-box,
.tertiary-box {
  background-color: #33bce9;
  color: #fff;
  padding: 20px;
}
.inner-small-block .primary-box,
.inner-small-block .secondary-box,
.inner-small-block .tertiary-box {
  margin: -20px -20px 20px;
}
.secondary-box {
  background-color: #33bce9;
}
.tertiary-box {
  background-color: #227cc3;
}
.border-box {
  border: 1px solid #ebebf4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.border-box-primary {
  border: 1px solid #b6d0ec;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.highlight {
  background-color: #eee;
}
.bg-white {
  background-color: #fff !important;
}
.bg-primary {
  background-color: #0b81c5;
  color: #fff;
}
.bg-secondary {
  background-color: #33bce9;
  color: #fff;
}
.bg-tertiary {
  background-color: #227cc3;
  color: #fff;
}
.shadow:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
/**
 * TYPE
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hyphens {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.inline {
  display: inline;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
p a {
  text-decoration: underline;
  color: #00abaa;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #00abaa;
}
.is-clickable {
  cursor: pointer;
}
.link {
  font-size: 16px;
  cursor: pointer;
}
.link-decoration {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.link-decoration:hover {
  text-decoration: none;
}
.unlink,
.unlink-group > a {
  color: inherit;
  text-decoration: none;
}
.primary {
  color: #0b81c5;
}
.secondary {
  color: #33bce9;
}
.tertiary {
  color: #227cc3;
}
.unused {
  color: #aaa;
}
small,
.small {
  font-size: 80%;
}
.large {
  font-size: 120%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.h1-like {
  font: 700 normal 30.848px "Trenda Regular", Arial, sans-serif;
  line-height: 1.25;
}
.h2-like {
  font: normal 24px "Trenda Regular", Arial, sans-serif;
  color: #0b81c5;
  text-transform: uppercase;
  margin: 60px 0 30px;
  position: relative;
}
.h3-like {
  font: normal 16px "Trenda Regular", Arial, sans-serif;
  line-height: 1.136;
  color: #0b81c5;
}
.h4-like {
  font: normal 16px "Trenda Regular", Arial, sans-serif;
  line-height: 1.111;
  text-transform: uppercase;
  color: #0b81c5;
  margin: 30px 0 16px;
}
.h5-like {
  font: normal 14px "Trenda Regular", Arial, sans-serif;
}
.h6-like {
  font: 700 normal 14px "Trenda Regular", Arial, sans-serif;
}
.img--logo {
  max-width: 100px;
  max-height: 35px;
}
/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
/**
 * LIST
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.list-inline > li {
  display: inline-block;
}
.list-bullet > li {
  margin: 2px 0 2px 10px;
  position: relative;
}
.list-bullet > li:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "•";
}
.list-def > dt {
  display: block;
}
.list-def > dd {
  margin: 0;
  display: inline-block;
}
/**
 * FORM
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.form-control {
  background-color: #fff;
  color: #555;
  font: 14px/30px "Trenda Regular", Arial, sans-serif;
  min-height: 30px;
  border: 1px solid #bbb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 18px;
  outline: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
.form-control select::-ms-expand {
  display: none;
}
.form-control::-webkit-input-placeholder {
  font: normal 14px "Trenda Regular", Arial, sans-serif;
  color: #555;
  line-height: normal;
}
.form-control:-moz-placeholder {
  font: normal 14px "Trenda Regular", Arial, sans-serif;
  color: #555;
  line-height: normal;
}
.form-control:-ms-input-placeholder {
  font: normal 14px "Trenda Regular", Arial, sans-serif;
  color: #555;
  line-height: normal;
}
.form-control.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-control:disabled {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  cursor: not-allowed;
}
.form-control.error {
  color: #e00042;
  border-color: #e00042;
}
.form-control.error::-webkit-input-placeholder {
  color: #e00042;
}
.form-control.error:-moz-placeholder {
  color: #e00042;
}
.form-control.error:-ms-input-placeholder {
  color: #e00042;
}
.form-control.large {
  padding: 20px;
}
.form-control.small {
  padding: 5px;
}
.select-wrap.input-control {
  position: relative;
}
.select-wrap.input-control input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  background-color: #fff;
  width: 100%;
  font-size: 14px;
  font-family: "Trenda Regular", Arial, sans-serif;
  padding: 6px 0 6px 7px;
  color: #808285;
}
.select-wrap.input-control:before {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 13px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #227cc3;
}
.select-wrap.input-control.is-open:before {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 13px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: none;
  border-bottom: 7px solid #227cc3;
}
.select-wrap.input-control-single input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  background-color: #fff;
  width: 100%;
  font-size: 14px;
  font-family: "Trenda Regular", Arial, sans-serif;
  padding: 6px 0 6px 7px;
  color: #808285;
}
.select-wrap select {
  padding-left: 8px;
}
.input-calendar-wrap {
  background-color: #fff;
  position: relative;
}
.input-calendar-wrap:after {
  font-family: "visit-europe";
  color: #ccc;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  content: "c";
}
.input-calendar-wrap > .form-control {
  background-color: transparent;
  width: 100%;
  position: relative;
  z-index: 2;
}
select.form-control {
  padding: 0 17px;
}
@supports (-webkit-appearance:none) and (x:0) {
  select.form-control {
    padding: 0 18px;
  }
}
.device-mobile div.form-control {
  padding: 0;
}
.device-mobile div.form-control:after {
  display: inline-block;
}
body:not(.device-mobile) div.form-control:after {
  display: none !important;
}
.label-control {
  font-size: 16px;
  display: inline-block;
}
input + .label-control {
  vertical-align: middle;
  margin-left: 5px;
}
input[type="hidden"] + .label-control {
  margin-left: 0;
}
.label-main {
  font-weight: bold;
  display: inline-block;
}
.form-align {
  vertical-align: middle;
}
.group-form-block .form-control {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.group-form-inline {
  font-size: 0;
}
.group-form-inline > * {
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 10px;
}
.group-form-inline > *:first-child {
  margin-left: 0;
}
.group-form-textarea .label {
  vertical-align: top;
}
.group-form-textarea .form-control {
  vertical-align: top;
  height: 80px;
}
/** ----------------------------------------------------------------
 * CUSTOM
 */
.custom-checkbox {
  position: relative;
}
.custom-checkbox input[type="checkbox"] {
  display: none;
}
.custom-checkbox .radio-label {
  padding-left: 30px;
}
.custom-checkbox .radio-label:hover {
  color: #0b81c5;
}
.custom-checkbox .radio-label:before {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 2px solid #ebebf4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}
.custom-checkbox input:checked + .radio-label {
  color: #0b81c5;
}
.custom-checkbox input:checked + .radio-label:before {
  border: 2px solid #0b81c5;
}
.custom-checkbox input:checked + .radio-label:after {
  font-family: 700 20px "visit-europe";
  color: #0C80D3;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "K";
}
.custom-checkbox input:disabled + .radio-label {
  opacity: 0.5;
}
.custom-checkbox input:disabled + .radio-label:before,
.custom-checkbox input:disabled + .radio-label:after {
  opacity: 0.9;
}
.custom-radio {
  position: relative;
}
.custom-radio input[type="radio"] {
  display: none;
}
.custom-radio .radio-label {
  padding-left: 35px;
}
.custom-radio .radio-label:before {
  background-color: #fff;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border: 1px solid #ebebf4;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  content: "";
}
.custom-radio input:checked + .radio-label:after {
  background-color: #0b81c5;
  width: 10px;
  height: 10px;
  border: 0 none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
}
.custom-radio input:disabled + .radio-label {
  opacity: 0.5;
}
.custom-radio input:disabled + .radio-label:before,
.custom-radio input:disabled + .radio-label:after {
  opacity: 0.9;
}
.indent--option-1 {
  font-family: "Trenda Regular", Arial, sans-serif !important;
}
.indent--option-2 {
  padding-left: 40px !important;
  font-family: "Trenda Regular", Arial, sans-serif !important;
}
.indent--option-3 {
  padding-left: 60px !important;
  font-family: "Trenda Regular", Arial, sans-serif !important;
}
/** ----------------------------------------------------------------
 * FORM WRAP
 */
.form-wrap .field {
  margin: 5px 0;
}
.form-wrap .field [class*="col-x-"]:first-child {
  padding-left: 0;
}
.form-wrap .field span.error:before {
  color: #e00042;
  width: 10px;
  height: 10px;
  margin-left: -10px;
  position: relative;
  left: -10px;
  content: "◄";
}
.form-wrap .field span.error {
  background-color: #e00042;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  margin-left: 10px;
  padding: 10px;
  top: 0;
  left: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 5;
}
legend {
  color: white;
  text-transform: uppercase;
  padding-top: 20px;
  margin-bottom: -4px;
  font-size: 1.1rem;
}
.booking-form fieldset.form-wrapper {
  border-bottom: 1px solid #7ac9d2;
}
/** ----------------------------------------------------------------
 * AGE CHILDREN SELECTION
 */
.age-children-selection .label {
  font-family: "Trenda Regular", Arial, sans-serif;
  margin-right: 5px;
}
.age-children-selection .children-item {
  margin: 20px 0 0 20px;
}
/** ----------------------------------------------------------------
 * list grid mode
 */
.content a.liste-mode,
.content a.grille-mode {
  color: #999;
}
.content a.liste-mode.active,
.content a.grille-mode.active {
  color: #ef7d7d;
}
/**
 * ICON
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.characteristics-list {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}
.characteristics-list [class*="icon-"] {
  margin-right: 5px;
  margin-left: 0px;
}
.characteristics-list .flexbox-characheristic {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-right: 10px;
  max-width: 139px;
}
.characteristics-list .icon-product-picto {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  article.margins-top-bottom-50 {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }
  .characteristics-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .characteristics-list .flexbox-characheristic {
    flex: 0 0 auto;
    width: 41%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    margin-bottom: 18px;
  }
  .characteristics-list .icon-product-picto {
    width: 30px;
    height: 30px;
    display: inline-block;
  }
  .characteristics-list .blue-text-info {
    max-width: 50px;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 0.8rem;
  }
  /* .product-program {
    margin-top: 20px;
    .progress {
      margin-left: 20px; padding-left: 20px;
      .col-md-3 { display: none; }
     }

  }*/
}
/**
 * ICON
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.portrait-photo {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  width: 120px;
  height: 120px;
  margin-right: 30px;
  overflow: hidden;
}
.portrait-photo figure {
  margin: 0 0;
}
.portrait-photo img {
  width: 120px;
  height: 120px;
}
.portrait-author {
  clear: both;
  display: block;
}
.portrait-author .author {
  color: #ef7d7d;
  text-transform: uppercase;
  font-weight: 600;
}
.portrait-bloc .content-text {
  width: 80%;
}
.portrait-bloc .flexbox-portrait-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 768px) {
  .portrait-bloc .flexbox-portrait-container {
    display: block;
  }
  .portrait-bloc .content-text {
    width: 100%;
  }
  .portrait-bloc .portrait-photo {
    margin: 0 auto 30px auto;
  }
}
/**
 * BUTTON
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
[class*="button--"] {
  font: 14px "Trenda Regular", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  padding: 6px 20px 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
[class*="button--"]:hover {
  text-decoration: none;
}
[class*="button--"].align-left {
  text-align: left;
}
[class*="button--"].icon-right {
  padding-right: 45px;
}
[class*="button--"].icon-right .svg-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
[class*="button--"].loading:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 35%;
  left: 45%;
  content: url("/visiteurope/css_imgs/loader/loader-horizontal.gif");
}
[class*="button--"] .button-icon:before {
  font-size: 22px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.button--primary {
  background: #fff;
  text-transform: uppercase;
  color: #0b81c5;
  border: 1px solid #0b81c5;
}
.button--primary:hover {
  background: #0b81c5;
  color: #fff;
}
.button--secondary {
  background: #33bce9;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid transparent;
}
.button--secondary:hover {
  background: transparent;
  color: #33bce9;
  border: 1px solid #33bce9;
}
.button--tertiary {
  background: #227cc3;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid transparent;
}
.button--tertiary:hover {
  background: transparent;
  color: #227cc3;
  border: 1px solid #227cc3;
}
.button--default {
  background: #fff;
  text-transform: uppercase;
  color: #555;
  border: 1px solid #bbb;
}
.button--default:hover {
  background: transparent;
  color: #227cc3;
  border: 1px solid #227cc3;
}
.button--search-form {
  background: #39b54a;
  color: #fff;
  text-transform: uppercase;
  line-height: 32px;
  width: 100%;
  border: 0 none;
  padding: 0;
}
.button--search-form:hover {
  background-color: #2d8e3a;
}
.button--result,
.button--offer {
  background: #39b54a;
  color: #fff;
  text-transform: uppercase;
  border: 0 none;
  padding: 0;
}
.button--result:hover,
.button--offer:hover {
  background-color: #2d8e3a;
}
.button--offer {
  padding: 2px;
}
.button--promo {
  background: #fff;
  text-transform: uppercase;
  color: #ee2a7b;
  border: 1px solid #ee2a7b;
}
.button--promo:hover {
  background: #ee2a7b;
  color: #fff;
}
.button--invert-primary {
  background: #0b81c5;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #0b81c5;
}
.button--banner {
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
}
.button--banner:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.button--services {
  background: #fff;
  font-size: 13px;
  color: #808285;
  text-transform: uppercase;
  margin-top: 10px;
  width: 100%;
  border: 1px solid #808285;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button--services:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #808285;
}
.button--heart-stroke {
  background: #fff;
  text-transform: uppercase;
  color: #808285;
  border: 1px solid #808285;
}
.button--heart-stroke:hover {
  background: #808285;
  color: #fff;
}
.button--flash-sales {
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.button--flash-sales:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.button--clear {
  background-color: transparent;
  text-transform: none;
  padding: 0;
}
.button--close {
  background-color: #0b81c5;
  color: #fff;
  padding: 6px;
}
.button--disabled,
[class*="button--"].disabled {
  background: #ccc;
  cursor: no-drop;
}
.button--action {
  font: 14px/1em "trenda bold";
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
  padding: 14px 15px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: background 0.25s;
  color: #fff;
}
.button-wrap {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button--settings {
  background-color: #9e98ac;
  color: #fff;
  font: 14px/1em "Trenda Bold", Arial, sans-serif;
  text-transform: uppercase;
  padding: 14px 15px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: background 0.25s;
}
.button--settings:hover,
.button--settings:active,
.button--settings:focus {
  background: rgba(158, 152, 172, 0.3);
  color: #fff;
}
/** ----------------------------------------------------------------
 * LAYOUT
 */
.btn-group-block [class*="button--"] {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-group-list [class*="button--"] {
  margin: 10px 0;
}
.btn-block {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-align-label {
  margin-top: 18px;
}
.btn-large {
  font-size: 20.3px;
  padding: 11px 16px 10px;
}
.btn-large:after {
  font-size: 24px;
}
.btn-small {
  font-size: 14px;
  padding: 5px 6px 4px;
}
.btn-small:after {
  display: none;
  content: "";
}
.btn-mini {
  font: 400 11.2px Arial, sans-serif;
  min-width: inherit;
  padding: 2px 4px 1px;
}
.btn-mini:after {
  display: none;
  content: "";
}
.button-medium {
  line-height: 40px;
  width: 282px;
  max-width: calc(100% - 30px);
}
/***
  *
  * BUTTONS COLORS CONFIGURATIONS
  *
  ***/
.btn-blue {
  background: #00ABAA;
  color: #fff;
}
.btn-blue .ff-icon {
  color: #fff;
}
.btn-blue:hover {
  background: #007C7D;
  color: #fff;
}
.btn-blue:hover .ff-icon {
  color: #fff;
}
.btn-saumon {
  background: #EF7D7D;
  color: #fff;
}
.btn-saumon .ff-icon {
  color: #fff;
}
.btn-saumon:hover {
  background: #D46A6A;
  color: #fff;
}
.btn-saumon:hover .ff-icon {
  color: #fff;
}
.btn-darkBlue {
  background: #280071;
  color: #fff;
}
.btn-darkBlue .ff-icon {
  color: #fff;
}
.btn-darkBlue:hover {
  background: #280071;
  color: #EF7D7D;
}
.btn-darkBlue:hover .ff-icon {
  color: #EF7D7D;
}
.btn-white {
  background: #fff;
  color: #280071;
}
.btn-white .ff-icon {
  color: #280071;
}
.btn-white:hover {
  background: #fff;
  color: #EF7D7D;
}
.btn-white:hover .ff-icon {
  color: #EF7D7D;
}
.btn-moustard {
  background: #FDC652;
  color: #280071;
}
.btn-moustard .ff-icon {
  color: #280071;
}
.btn-moustard:hover {
  background: #D8A946;
  color: #280071;
}
.btn-moustard:hover .ff-icon {
  color: #280071;
}
.btn-middleBlue {
  background: #007498;
  color: #fff;
}
.btn-middleBlue .ff-icon {
  color: #fff;
}
.btn-middleBlue:hover {
  background: #004C64;
  color: #fff;
}
.btn-middleBlue:hover .ff-icon {
  color: #fff;
}
.btn-lightBlue {
  background: #7AC9D2;
  color: #280071;
}
.btn-lightBlue .ff-icon {
  color: #280071;
}
.btn-lightBlue:hover {
  background: #5D99A0;
  color: #280071;
}
.btn-lightBlue:hover .ff-icon {
  color: #280071;
}
.btn-purple {
  background: #A53074;
  color: #fff;
}
.btn-purple .ff-icon {
  color: #fff;
}
.btn-purple:hover {
  background: #772253;
  color: #fff;
}
.btn-purple:hover .ff-icon {
  color: #fff;
}
.btn-darkGreen {
  background: #295E4D;
  color: #fff;
}
.btn-darkGreen .ff-icon {
  color: #fff;
}
.btn-darkGreen:hover {
  background: #17342B;
  color: #fff;
}
.btn-darkGreen:hover .ff-icon {
  color: #fff;
}
.btn-pink {
  background: #DD6CA6;
  color: #fff;
}
.btn-pink .ff-icon {
  color: #fff;
}
.btn-pink:hover {
  background: #A8547F;
  color: #fff;
}
.btn-pink:hover .ff-icon {
  color: #fff;
}
.btn-gold {
  background: #D6AD3E;
  color: #fff;
}
.btn-gold .ff-icon {
  color: #fff;
}
.btn-gold:hover {
  background: #9D7F2E;
  color: #280071;
}
.btn-gold:hover .ff-icon {
  color: #280071;
}
.btn-green {
  background: #00A580;
  color: #fff;
}
.btn-green .ff-icon {
  color: #fff;
}
.btn-green:hover {
  background: #017359;
  color: #fff;
}
.btn-green:hover .ff-icon {
  color: #fff;
}
.btn-lightPurpule {
  background: #9E98AC;
  color: #fff;
}
.btn-lightPurpule .ff-icon {
  color: #fff;
}
.btn-lightPurpule:hover {
  background: #6E677E;
  color: #fff;
}
.btn-lightPurpule:hover .ff-icon {
  color: #fff;
}
.btn-electricBlue {
  background: #4568B2;
  color: #fff;
}
.btn-electricBlue .ff-icon {
  color: #fff;
}
.btn-electricBlue:hover {
  background: #2E4F93;
  color: #fff;
}
.btn-electricBlue:hover .ff-icon {
  color: #fff;
}
.btn-red {
  background: #DD4B39;
  color: #fff;
}
.btn-red .ff-icon {
  color: #fff;
}
.btn-red:hover {
  background: #C43A29;
  color: #fff;
}
.btn-red:hover .ff-icon {
  color: #fff;
}
.btn-blueSky {
  background: #59DCA;
  color: #fff;
}
.btn-blueSky .ff-icon {
  color: #fff;
}
.btn-blueSky:hover {
  background: #4172AC;
  color: #fff;
}
.btn-blueSky:hover .ff-icon {
  color: #fff;
}
/**
 * PRICE
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.price-wrap {
  text-align: right;
  line-height: 1;
}
.price-wrap .price {
  font: normal 30px "Trenda Regular", Arial, sans-serif;
  line-height: 1;
  color: #0b81c5;
  display: block;
}
.price-wrap .price sup {
  font: 50% "Trenda Regular", Arial, sans-serif;
  top: -8px;
}
.price-wrap .from,
.price-wrap .type {
  font-size: 12px;
  display: inline-block;
}
.price-wrap .from {
  color: #0b81c5;
}
.price-wrap .type {
  color: #666;
}
.price-wrap .old-price {
  font-family: "Trenda Regular", Arial, sans-serif;
  position: relative;
}
.price-wrap .old-price:after {
  font: 250% "Trenda Regular", Arial, sans-serif;
  position: absolute;
  top: -81%;
  left: 41%;
  z-index: 10;
  content: "|";
  transform: rotate(73deg);
}
/**
 * OVERLAY
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 70px;
}
.overlay-image {
  position: relative;
}
.overlay-image:after {
  background-color: rgba(0, 0, 0, 0.18);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.overlay-menu {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.search-main-overlay,
.filter-search-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 1;
}
/**
 * TITLE
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.title {
  font-family: "Korolev Compressed Bold";
  font-size: 48px;
  color: #280071;
  text-transform: uppercase;
  position: relative;
}
.title.align-left.underline:after {
  left: 0;
}
.title.align-right.underline:after {
  right: 0;
}
.title.align-center.underline:after {
  left: 50%;
  margin: 0 0 0 -15px;
}
.title.small {
  font-size: 30px;
}
.title.underline:after {
  content: "—";
  position: absolute;
  display: block;
  bottom: -20px;
  font-family: arial;
  font-weight: bold;
  font-size: 32px;
}
/**
 * LINK
 *
 * @type element
 */
.link {
  color: #ef7d7d;
  text-decoration: none;
}
.link:hover {
  color: #ef7d7d;
  text-decoration: underline;
}
/**
 * ZONE
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
[class*="zone--"] {
  position: relative;
}
[class*="zone--"]:before {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
}
.zone--a:before {
  border: 3px solid #00b6be;
}
.zone--b:before {
  border: 3px solid #79be00;
}
.zone--c:before {
  border: 3px solid #beb700;
}
/**
 * CONTENT
 *
 * @type composent
 */
.content {
  background-color: #f5f5fa;
  color: #280071;
  padding: 45px 0 70px;
  /*  a {
    text-decoration: none; color: @rose-ef7;
  }*/
}
.content .inner-container {
  margin: 0 auto;
  max-width: 966px;
}
.content .text-content {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 40px;
}
.content .bold {
  font-weight: bold;
}
.content h2 {
  font-family: "Korolev Compressed Bold", Arial, sans-serif;
  font-size: 30px;
  color: #280071;
  text-transform: uppercase;
}
.content ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.content ul li {
  padding: 5px 0 5px 20px;
  position: relative;
}
.content ul li:before {
  background-color: #ef7d7d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 20px;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
}
.content .iframe-container {
  padding-bottom: 56.25%;
  position: relative;
}
.content .iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .content .inner-container,
  .share .inner-container {
    margin: 0 0;
  }
  .content .inner-container .text-content,
  .share .inner-container .text-content,
  .content .inner-container .list-inline,
  .share .inner-container .list-inline {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
/**
 * WRAPPER
 *
 * @type element
 */
body > .wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
/**
 * LIST
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.favorites .multi-ellipsis {
  overflow: hidden;
  height: 36px;
  position: relative;
}
.favorites .multi-ellipsis:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
}
@supports (-webkit-line-clamp: 3) {
  .favorites .multi-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .favorites .multi-ellipsis:after {
    display: none;
  }
}
.thematic .multi-ellipsis {
  overflow: hidden;
  height: 200px;
}
@supports (-webkit-line-clamp: 3) {
  .thematic .multi-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
  }
}
.formula .multi-ellipsis {
  overflow: hidden;
  height: 200px;
}
@supports (-webkit-line-clamp: 3) {
  .formula .multi-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
  }
}
.push .multi-ellipsis {
  overflow: hidden;
  height: 36px;
  position: relative;
}
.push .multi-ellipsis:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
}
@supports (-webkit-line-clamp: 3) {
  .push .multi-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .push .multi-ellipsis:after {
    display: none;
  }
}
.for-inspiration .multi-ellipsis {
  overflow: hidden;
  height: 36px;
  position: relative;
}
.for-inspiration .multi-ellipsis:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
}
@supports (-webkit-line-clamp: 3) {
  .for-inspiration .multi-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .for-inspiration .multi-ellipsis:after {
    display: none;
  }
}
/**
 * HEADER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 *  COMMON - FIRST MOBILE
 */
.header {
  background-color: #fff;
}
.header .header-top {
  background-color: #280071;
  font-family: "Trenda Bold", Arial, sans-serif;
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
  padding: 0;
}
.header .header-top h2 {
  font-size: inherit;
}
.header .header-top .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .baseline {
  margin: 0;
}
.header .navbar-header-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header .navbar-header-top .navbar-nav {
  border-left: 1px solid #49317e;
  border-right: 1px solid #49317e;
  padding-left: 0;
  list-style: none;
  margin: 0 25px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header .navbar-header-top .navbar-nav li .nav-link,
.header .navbar-header-top .navbar-nav li .nav-panel {
  line-height: 2;
  color: #fff;
  padding: 0.5rem 0 0.5rem 22px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .navbar-header-top .navbar-nav li:last-child a {
  padding-right: 22px;
}
.header .contact {
  padding: 7px 0;
}
.header .contact .phone {
  color: #79b51c;
  margin: 0 16px 0 0;
  vertical-align: middle;
  display: inline-block;
}
.header .contact .phone .help {
  background-color: #79b51c;
  font-family: "Trenda Regular", Arial, sans-serif;
  font-size: 9px;
  line-height: 10px;
  font-weight: initial;
  letter-spacing: -0.5px;
  color: #fff;
  border: 1px solid #79b51c;
  margin: -1px 0 -1px 5px;
  padding: 2px 4px 2px 12px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 80px;
}
.header .contact .phone .help:before {
  content: "";
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.header .contact .schedules {
  font-family: "Trenda Regular", Arial, sans-serif;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  font-weight: normal;
  line-height: 1.14;
}
.header .popin-logout .popin-content {
  max-width: 370px;
}
.header .popin-logout .popin-main {
  padding: 30px 20px;
  text-align: left;
}
.header .popin-logout .lbl {
  color: #280071;
  font-family: "Trenda Bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 30px;
  display: block;
}
.header .popin-logout .wrap-button .button--action {
  border: 1px solid transparent;
  width: 39%;
}
.header .popin-logout .wrap-button .cancel {
  background: #9d98ad;
}
.header .popin-logout .wrap-button .cancel:hover {
  background: #545454;
}
.header .popin-logout .wrap-button .logout {
  background: #00abaa;
}
.header .popin-logout .wrap-button .logout:hover {
  background: #007576;
}
.header-logo {
  padding: 10px 0 0;
  text-align: center;
  position: relative;
}
.header-logo .logo {
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.header-logo img {
  position: relative;
  top: 14px;
  z-index: 1;
  max-height: 119px;
}
.header-logo .account {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 14px;
  color: #280071;
  cursor: pointer;
}
.header-logo .account .item {
  display: block;
  text-align: right;
}
.header-logo .account .lbl {
  font-weight: bold;
}
.header-logo .account .ff-icon {
  position: absolute;
  right: -30px;
  top: 32px;
}
.header-logo .account .nav-link,
.header-logo .account .nav-panel {
  padding: 22px 18px 12px;
  display: block;
}
.header-logo .account .nav-link .hello,
.header-logo .account .nav-panel .hello {
  text-transform: initial;
  vertical-align: middle;
  font-family: "trenda bold", sans-serif;
  margin-top: 15px;
}
.header-logo .account .nav-link .ff-icon,
.header-logo .account .nav-panel .ff-icon {
  font-size: 30px;
  color: #00abaa;
  vertical-align: middle;
  margin-left: 10px;
  top: 30px;
}
.header-logo .account .nav-link:hover,
.header-logo .account .nav-panel:hover {
  background-color: transparent;
  border-bottom-color: #fff;
}
.header-logo .account .nav-link:hover:after,
.header-logo .account .nav-panel:hover:after {
  display: none;
}
.header-logo .account:hover .dropdown {
  display: block;
}
.header-logo .account .dropdown {
  color: #280071;
  font-family: "trenda bold";
  font-size: 15px;
  top: 70px;
  width: 200px;
  right: -48px;
  text-align: left;
}
.items-menu-responsive {
  display: none;
}
.header-menu {
  border-top: 1px solid #ebebf4;
  padding: 0;
}
.header-menu > .container > .navbar-nav {
  list-style: none;
  width: 100%;
  margin: 0;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header-menu > .container > .navbar-nav > li {
  border-left: 1px solid #ebebf4;
  position: relative;
}
.header-menu > .container > .navbar-nav > li:last-child {
  border-right: 1px solid #ebebf4;
}
.header-menu > .container > .navbar-nav + .navbar-nav {
  float: right;
}
.header-menu .nav-link.active.mag,
.header-menu .nav-panel.active.mag {
  border-bottom-color: #ef7d7d;
}
.header-menu .nav-link,
.header-menu .nav-panel {
  font-family: "Trenda Bold", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #280071;
  border-bottom: 3px solid #fff;
  padding: 18px 18px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.header-menu .nav-link.mag,
.header-menu .nav-panel.mag {
  font: 22px "Satisfy", sans-serif;
  color: #ef7d7d;
  text-transform: inherit;
  padding: 11px 17px 10px 17px;
}
.header-menu .nav-link.mag:hover,
.header-menu .nav-panel.mag:hover {
  background: #ef7d7d !important;
  border-color: #ef7d7d !important;
}
.header-menu .nav-link.mag:hover span,
.header-menu .nav-panel.mag:hover span {
  color: #fff !important;
}
.header-menu .nav-link.file,
.header-menu .nav-panel.file {
  background: none;
  border: none;
  font: 22px "Satisfy", sans-serif;
  color: #ef7d7d;
  text-transform: inherit;
  padding: 12px 17px 12px 17px;
}
.header-menu .nav-link.file:hover,
.header-menu .nav-panel.file:hover {
  background: #ef7d7d !important;
  border-color: #ef7d7d !important;
}
.header-menu .nav-link.file:hover span,
.header-menu .nav-panel.file:hover span {
  color: #fff !important;
}
.header-menu .nav-link:hover,
.header-menu .nav-panel:hover,
.header-menu .nav-link.panel-open,
.header-menu .nav-panel.panel-open {
  background-color: #280071;
  color: #fff;
  border-bottom-color: #280071;
  position: relative;
}
.header-menu .nav-link:hover:after,
.header-menu .nav-panel:hover:after,
.header-menu .nav-link.panel-open:after,
.header-menu .nav-panel.panel-open:after {
  content: '';
  display: block;
  border-top: 7px solid #280071;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -17px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 9999;
}
.header-menu .nav-link:hover.active,
.header-menu .nav-panel:hover.active,
.header-menu .nav-link.panel-open.active,
.header-menu .nav-panel.panel-open.active {
  color: #fff;
  border-bottom-color: #280071;
}
.header-menu .nav-link.active,
.header-menu .nav-panel.active {
  color: #00abaa;
  border-bottom-color: #00abaa;
}
.header-menu .nav-link.home .ff-icon,
.header-menu .nav-panel.home .ff-icon {
  font-size: 18px;
  display: block;
}
.header-menu .nav-link.home:hover,
.header-menu .nav-panel.home:hover {
  color: #00abaa;
  background: transparent;
  border-color: #00abaa;
}
.header-menu .nav-link.home.active,
.header-menu .nav-panel.home.active {
  color: #00abaa;
  border-bottom-color: #00abaa;
}
.header-menu .nav-link.home img,
.header-menu .nav-panel.home img {
  width: 18px;
  height: 18px;
  display: block;
  margin: 0 auto;
}
.header-menu .nav-link.home.label-image,
.header-menu .nav-panel.home.label-image {
  font-size: 11px;
  padding: 14px 18px 8px;
}
.header-menu .nav-link.home.label-only,
.header-menu .nav-panel.home.label-only {
  font-size: 14px;
  padding: 18px;
}
.header-menu .nav-link:hover:after {
  display: none;
}
.header-menu.connected .account.navbar-nav > li {
  border-left: none;
}
.header-menu.connected .account.navbar-nav > li > a {
  font-size: 15px;
  color: #280071;
}
.header-menu.connected .account.navbar-nav > li > a:hover {
  color: #fff;
}
.header-menu-responsive {
  display: none;
}
.header-smenu {
  background-color: #f5f5fa;
  padding: 25px 0;
  width: 100%;
  display: none;
  position: absolute;
  z-index: 99;
  max-width: 1300px;
}
.header-smenu.open {
  display: block;
}
.header-smenu .menu-entry-list ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.header-smenu .menu-entry-list ul li {
  margin-bottom: 20px;
}
.header-smenu .menu-entry-list ul li img {
  width: 100%;
}
.header-smenu .menu-entry-list ul li:last-child {
  margin-bottom: 0;
}
.header-smenu a {
  font-family: "Trenda Bold", Arial, sans-serif;
  font-size: 15px;
  color: #280071;
}
.header-smenu a:hover {
  color: #ef7d7d;
}
.header-smenu .see-more {
  text-transform: uppercase;
}
.header-smenu .see-more .ff-icon {
  font-size: 12px;
  color: #ef7d7d;
  margin-left: 5px;
}
.header-smenu .map {
  -webkit-box-shadow: 0 5px 10px 0 #bbb;
  box-shadow: 0 5px 10px 0 #bbb;
  margin: 0;
}
.header-smenu .map img {
  vertical-align: top;
}
.header-smenu .card {
  background-color: #fff;
  font-family: "Trenda Bold", Arial, sans-serif;
  font-size: 15px;
  color: #280071;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 5px 10px 0 #bbb;
  box-shadow: 0 5px 10px 0 #bbb;
}
.header-smenu .card:hover {
  background-color: #fff;
  color: #ef7d7d;
}
.header-smenu .card figure {
  margin: 0;
}
.header-smenu .card figure img {
  vertical-align: top;
}
.header-smenu .card .card-content {
  flex: 1;
  position: relative;
}
.header-smenu .card .card-content .text-content {
  padding: 0 35px 0 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header-smenu .card .card-content .text-content span {
  padding: 0 20px 0 0;
}
.header-smenu .card .card-content .ff-icon {
  font-size: 9px;
  color: #ef7d7d;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header-smenu .submenu-picture .col-md-12 {
  text-align: center;
  margin: 25px 0 5px;
}
.dropdown {
  background-color: #fff;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin: 0;
  padding: 4px 19px 4px;
  display: none;
  position: absolute;
  z-index: 11;
  -webkit-box-shadow: 0 0 10px 0px #ebebf440;
  box-shadow: 0 0 10px 0px #ebebf440;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebebf4;
}
.dropdown.open {
  display: block;
}
.dropdown:before {
  content: '';
  display: block;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: -14px;
  right: 25px;
}
.dropdown:after {
  content: '';
  display: block;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ebebf4;
  position: absolute;
  top: -16px;
  right: 24px;
  z-index: -1;
}
.dropdown li {
  border-bottom: 1px solid #ebebf4;
}
.dropdown li a {
  padding: 15px 0;
  display: block;
}
.dropdown li a:hover {
  color: #ef7d7d;
}
.dropdown li:last-child {
  border-bottom: 0;
}
/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
.is-tablet .header-menu .nav-link:hover,
.is-tablet .header-menu .nav-panel:hover,
.is-tablet .header-menu .nav-link.panel-open,
.is-tablet .header-menu .nav-panel.panel-open {
  background-color: inherit;
  color: inherit;
  border: none;
  position: static;
}
.is-tablet .header-menu .nav-link:hover:after,
.is-tablet .header-menu .nav-panel:hover:after,
.is-tablet .header-menu .nav-link.panel-open:after,
.is-tablet .header-menu .nav-panel.panel-open:after {
  display: none;
}
.cpt-popin.popin-newsletter .popin-content {
  max-width: 600px;
  margin: 50px auto;
}
.cpt-popin.popin-newsletter .wrap-personal-space .form-personal-space {
  background: transparent;
  padding: 0;
}
.cpt-popin.popin-newsletter .wrap-personal-space .form-personal-space .form-wrapper {
  max-width: inherit;
  padding: 0;
  box-shadow: none;
}
.cpt-popin.popin-newsletter .wrap-personal-space .form-personal-space > p {
  max-width: inherit;
  margin: 30px 0 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-menu > .container > .navbar-nav.account .nav-link,
  .header-menu > .container > .navbar-nav.account .nav-panel {
    padding: 11px 11px 12px;
  }
  .header-menu > .container > .navbar-nav.account .nav-link .hello,
  .header-menu > .container > .navbar-nav.account .nav-panel .hello {
    display: none;
  }
  .header-menu .nav-link,
  .header-menu .nav-panel {
    padding: 18px 11px;
  }
}
@media (max-width: 1199px) {
  .header .baseline {
    flex: 0.8;
  }
  .header .navbar-header-top {
    flex: 0.2;
  }
  .header .contact {
    display: none;
  }
  .header .header-top .baseline {
    white-space: initial;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .header-logo {
    padding: 15px 0 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .header-logo img {
    position: static;
    max-height: 75px;
  }
  .header-logo .account.desktop {
    display: none;
  }
  .header-logo .account {
    position: static;
  }
  .header-logo .account .ff-icon {
    position: static;
  }
  .header-menu {
    display: none;
  }
  .items-menu-responsive {
    display: inline-block;
  }
  .burger-icon img {
    height: auto !important;
    width: auto !important;
  }
  .items-menu-responsive .ff-icon {
    font-size: 30px;
    color: #00abaa;
    vertical-align: middle;
    margin-left: 10px;
  }
  .header-menu-responsive.open {
    color: #280071;
    display: block;
    background: #f1f1f1;
  }
  .header-menu-responsive.open .navbar-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .header-menu-responsive.open .nav-item > ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .header-menu-responsive.open .nav-item > ul.open {
    display: block;
  }
  .header-menu-responsive.open .nav-item > ul > li {
    margin: 12px 0;
  }
  .header-menu-responsive.open .nav-item > ul > li:first-of-type {
    margin-top: 0;
  }
  .header-menu-responsive.open .nav-item:first-of-type .nav-link {
    border-top: 0;
  }
  .header-menu-responsive.open .nav-link,
  .header-menu-responsive.open .nav-panel {
    font-family: "Trenda Bold", Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    color: #280071;
    border-top: 1px solid #dfdfdf;
    padding: 18px 0;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-menu-responsive.open .nav-link.title-sub::after,
  .header-menu-responsive.open .nav-panel.title-sub::after {
    font-family: "visit-europe", sans-serif;
    color: #ef7d7d;
    content: "\e90c";
    position: absolute;
    right: 15px;
  }
  .header-menu-responsive.open .nav-link.title-sub.open-sub::after,
  .header-menu-responsive.open .nav-panel.title-sub.open-sub::after {
    content: "\e90d";
  }
  .header-menu-responsive.open .nav-link.mag,
  .header-menu-responsive.open .nav-panel.mag {
    font-family: "Satisfy", sans-serif;
    font-size: 22px;
    text-transform: initial;
    color: #ef7d7d;
    padding: 11px 17px 10px 17px;
  }
  .header-menu-responsive.open .contact-responsive {
    padding: 20px 0 50px 0;
    position: relative;
  }
  .header-menu-responsive.open .contact-responsive::before {
    background-color: #dfdfdf;
    width: 100vw;
    height: 1px;
    content: "";
    display: block;
    top: 0;
    position: absolute;
    left: -15px;
    right: -15px;
  }
  .header-menu-responsive.open .contact-responsive .phone .help {
    background-color: #79b51c;
    font-family: "Trenda Regular", Arial, sans-serif;
    font-size: 9px;
    line-height: 10px;
    font-weight: initial;
    letter-spacing: -0.5px;
    color: #fff;
    border: 1px solid #79b51c;
    margin: -1px 0 -1px 5px;
    padding: 2px 4px 2px 12px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 80px;
  }
  .header-menu-responsive.open .contact-responsive .phone .help:before {
    content: "";
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  .header-menu-responsive.open .contact-responsive .schedules {
    font: 13px/22px "Trenda Regular", Arial, sans-serif;
    vertical-align: middle;
    display: inline-block;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .header .baseline {
    line-height: 40px;
    text-align: center;
    flex: 1;
  }
  .header .navbar-header-top {
    display: none;
  }
}
/**
 * FOOTER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 *  COMMON - FIRST MOBILE
 */
footer.specific-footer {
  background: #f5f5fa;
}
footer.specific-footer h3 {
  font-family: "Korolev Compressed Bold";
  font-size: 24px;
  text-transform: uppercase;
  color: #ef7d7d;
  border-bottom: none;
  margin: 0 0 15px;
  padding: 0;
}
footer.specific-footer h4 {
  font-family: "Trenda Bold", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ef7d7d;
  margin: 0;
  padding: 25px 0 18px;
  border-bottom: 1px solid #e2e2e6;
}
footer.specific-footer .text-content {
  font-size: 15px;
  color: #280071;
  margin: 0;
}
footer.specific-footer .see-more {
  font-family: "Trenda Bold", Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
  color: #280071;
}
footer.specific-footer .see-more .ff-icon {
  font-size: 8px;
  color: #ef7d7d;
  margin-left: 5px;
}
footer.specific-footer .see-more:hover {
  color: #ef7d7d;
}
footer.specific-footer ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
footer.specific-footer ul li {
  display: inline-block;
}
footer.specific-footer ul li:last-child a {
  margin-right: 0;
}
footer.specific-footer ul li a:hover {
  color: #ef7d7d;
}
footer.specific-footer .rs {
  background: url('/visiteurope/assets/css_imgs/sprite-pictos-rs.png') no-repeat;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
footer.specific-footer .rs.facebook {
  background-position: -6px -4px;
}
footer.specific-footer .rs.facebook:hover {
  background-position: -199px -4px;
}
footer.specific-footer .rs.twitter {
  background-position: -6px -52px;
}
footer.specific-footer .rs.twitter:hover {
  background-position: -199px -52px;
}
footer.specific-footer .rs.instagram {
  background-position: -6px -99px;
}
footer.specific-footer .rs.instagram:hover {
  background-position: -199px -99px;
}
footer.specific-footer .rs.youtube {
  background-position: -6px -144px;
}
footer.specific-footer .rs.youtube:hover {
  background-position: -199px -144px;
}
footer.specific-footer .rs.linkedin {
  background-position: -6px -189px;
}
footer.specific-footer .rs.linkedin:hover {
  background-position: -199px -189px;
}
footer.specific-footer header {
  background-color: #280071;
  position: relative;
}
footer.specific-footer header .text-content {
  color: #fff;
}
footer.specific-footer header .social {
  padding: 25px 15px;
}
footer.specific-footer header .brochures {
  padding: 25px 15px;
}
footer.specific-footer header .brochures .text-content {
  padding: 0 160px 0 0;
}
footer.specific-footer header .wrap-img-brochures {
  position: absolute;
  right: 16px;
  bottom: 0;
}
footer.specific-footer header .wrap-img-brochures .img-brochures {
  vertical-align: bottom;
}
footer.specific-footer header .need-help {
  padding: 25px 15px;
}
footer.specific-footer header .need-help > .text-content {
  text-align: center;
  width: 100%;
  display: table;
}
footer.specific-footer header .need-help .contact-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
footer.specific-footer header .need-help .contact-link {
  background-color: #ef7d7d;
  font-family: "Trenda Bold", Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}
footer.specific-footer header .need-help .contact {
  display: table-cell;
  padding-top: 15px;
}
footer.specific-footer header .need-help .contact .phone {
  color: #79b51c;
  margin-left: 6px;
  padding: 0 5px;
  display: inline-block;
}
footer.specific-footer header .need-help .contact .phone .help {
  background-color: #79b51c;
  font-family: "Trenda Regular", Arial, sans-serif;
  font-size: 9px;
  line-height: 10px;
  font-weight: initial;
  letter-spacing: -0.5px;
  color: #fff;
  border: 1px solid #79b51c;
  margin: 0 0 0 5px;
  padding: 2px 4px 2px 10px;
  height: 22px;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
footer.specific-footer header .need-help .contact .phone .help:before {
  content: "";
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
footer.specific-footer header form input[type="email"] {
  font-size: 14px;
  line-height: 20px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 15px;
  margin-right: 5px;
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer.specific-footer header form input[type="submit"] {
  font-family: "Trenda Bold", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer.specific-footer main {
  padding-bottom: 35px;
}
footer.specific-footer main .footer-links {
  padding-bottom: 20px;
}
footer.specific-footer main .text-intro {
  background-color: #f5f5fa;
  font-size: 15px;
  border-top: 1px solid #e2e2e6;
  padding: 35px 0;
}
footer.specific-footer main .text-intro .text-content {
  margin-bottom: 25px;
}
footer.specific-footer main .text-intro .text-content .text-content {
  margin-bottom: 0;
}
footer.specific-footer main .text-intro .text-content .color-rose {
  color: #ef7d7d;
}
footer.specific-footer main ul {
  list-style: none;
  padding: 15px 0;
}
footer.specific-footer main ul.col-md-6 {
  padding-left: 15px;
}
footer.specific-footer main ul li {
  display: block;
}
footer.specific-footer main ul li a {
  font-size: 15px;
  color: #280071;
}
footer.specific-footer main .footer-logos {
  border-top: 1px solid #e2e2e6;
}
footer.specific-footer main .footer-logos h4 {
  border-bottom: none;
}
footer.specific-footer main .footer-logos ul .item-logo {
  display: inline-block;
}
footer.specific-footer main .footer-logos .container {
  padding: 0;
}
footer.specific-footer footer.footer-bottom {
  border-top: 1px solid #e2e2e6;
  padding: 20px 0;
}
footer.specific-footer footer.footer-bottom .copyright {
  font-size: 15px;
  color: #280071;
}
footer.specific-footer footer.footer-bottom ul li a {
  -webkit-box-shadow: 0 3px 10px 0 #bbb;
  box-shadow: 0 3px 10px 0 #bbb;
}
.cpt-popin.popin-newsletter-footer .popin-content {
  max-width: 320px;
  min-height: inherit;
  width: inherit;
  min-width: 300px;
}
.cpt-popin.popin-newsletter-footer .popin-content .popin-main {
  padding: 20px;
}
.cpt-popin.popin-newsletter-footer .popin-content .message {
  margin: 0 0 25px;
}
.cpt-popin.popin-newsletter-footer .popin-content .popin-close {
  border: none;
  padding: 5px 10px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "trenda bold";
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 991px) {
  footer.specific-footer header .need-help {
    text-align: center;
  }
  footer.specific-footer header .wrap-img-brochures {
    display: none;
  }
  footer.specific-footer footer.footer-bottom {
    text-align: center;
  }
  footer.specific-footer footer.footer-bottom .text-content,
  footer.specific-footer footer.footer-bottom .copyright {
    font-size: 13px;
  }
}
/**
 * BREADCRUMB
 *
 * @type component
 */
.breadcrumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: absolute;
  z-index: 12;
  margin-top: 15px;
}
.breadcrumb li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb li a {
  font-size: 14px;
  color: #fff;
  text-align: left;
}
.breadcrumb li a.capitalize {
  text-transform: capitalize;
}
.breadcrumb li:before {
  background-color: #ef7d7d;
  height: 3px;
  width: 3px;
  margin: 0 5px;
  border-radius: 50%;
  content: "";
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li:last-child a {
  font-family: "Trenda Bold";
}
.breadcrumb.dark-text a {
  color: #280071;
}
body.no-image .breadcrumb {
  position: static;
  margin-bottom: 30px;
}
body.no-image .breadcrumb a {
  color: #280071;
}
/** ----------------------------------------------------------------
* MEDIA-QUERIES
*/
@media screen and (max-width: 991px) {
  .breadcrumb {
    display: none;
  }
  .serp article.search {
    margin-top: 60px;
  }
  .serp.destination article.search {
    margin-top: 0;
  }
}
/**
 * POPIN
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-popin {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(245, 245, 250, 0.9);
  overflow-y: auto;
  z-index: 9999;
}
.cpt-popin .popin-content {
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  margin: auto;
  -webkit-box-shadow: 0 3px 10px 0 #ddd;
  box-shadow: 0 3px 10px 0 #ddd;
}
.cpt-popin .popin-head {
  padding: 20px;
  display: flex;
}
.cpt-popin .popin-head .popin-title {
  flex: 1;
}
.cpt-popin .popin-head .popin-close {
  background-color: transparent;
  font-size: 36px;
  color: #00abaa;
  border: none;
  cursor: pointer;
  outline: none;
  line-height: 22px;
  padding: 0;
  height: 22px;
}
.cpt-popin .popin-main {
  padding: 0 20px 20px;
}
.cpt-popin.popin-center .popin-content {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
body.popin-is-open {
  overflow: hidden;
}
/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-popin .popin-content {
    width: 95%;
    min-height: inherit;
  }
  .cpt-popin .popin-head {
    padding: 20px 20px;
  }
  .cpt-popin .popin-main {
    padding: 0 20px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .cpt-popin .popin-content {
    width: 992px;
  }
  .cpt-popin .popin-head {
    padding: 20px 20px;
  }
  .cpt-popin .popin-main {
    padding: 0 20px 20px;
  }
}
/**
 * COOKIE MESSAGE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-cookie-message {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.cpt-cookie-message .inner-cookie-message {
  background-color: #fff;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  border: 3px solid #00abaa;
  padding: 10px 40px;
  box-sizing: border-box;
  position: relative;
}
.cpt-cookie-message .message {
  font: 14px "Trenda Regular", Arial, sans-serif;
  color: #280071;
  text-align: center;
}
.cpt-cookie-message .message p {
  margin: 0;
}
.cpt-cookie-message .btn-close {
  font-family: "visit-europe";
  font-size: 25px;
  color: #00abaa;
  line-height: 1;
  padding: 0 7px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
body .cookie-overlay {
  display: none;
}
body.cookie-message-open .cookie-overlay {
  background: #f5f5fa;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 11;
}
/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-cookie-message .inner-cookie-message {
    width: 80%;
  }
}
.col-2-flexbox {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #ebebf4;
}
.col-2-flexbox img {
  object-fit: cover;
  width: 100%;
  height: 320px;
}
.col-2-flexbox .text-content {
  width: 50%;
  overflow: hidden;
  margin: 0;
}
.col-2-flexbox .text-content:first-child {
  margin-right: 10px;
}
.col-2-flexbox .text-content:nth-child(2) {
  margin-left: 10px;
}
.col-2-flexbox:nth-child(2) {
  border-bottom: 1px solid #ebebf4;
}
.col-2-flexbox h2 {
  -webkit-margin-before: 0;
}
.col-3-flexbox {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #ebebf4;
}
.col-3-flexbox img {
  object-fit: cover;
  width: 100%;
  height: 320px;
}
.col-3-flexbox .text-content {
  width: 33.33%;
  overflow: hidden;
  margin: 0;
}
.col-3-flexbox .text-content:first-child {
  margin-right: 10px;
}
.col-3-flexbox .text-content:nth-child(2) {
  margin: 0 10px;
}
.col-3-flexbox .text-content:last-child {
  margin-left: 10px;
}
.col-3-flexbox:nth-child(2) {
  border-bottom: 1px solid #ebebf4;
}
.col-3-flexbox h2 {
  -webkit-margin-before: 0;
}
.title {
  font-family: "Korolev Compressed Bold";
  font-size: 48px;
  text-transform: uppercase;
  color: #280071;
  margin: 10px 0 25px;
}
.satisfy {
  font-family: "Satisfy";
  color: #280071;
  font-size: 3rem;
  line-height: 4rem;
}
.turquois-title {
  font-family: "Trenda Bold", Arial, sans-serif;
  text-transform: uppercase;
  color: #00abaa;
}
.subtitle {
  font-family: "Trenda Bold", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ef7d7d;
  margin: 0;
  padding: 25px 0 18px;
}
.pink-text {
  color: #ef7d7d;
  font-weight: 600;
}
.blue-text-info,
.blue-text-title {
  color: #280071;
  font-family: "Trenda Bold";
}
.blue-text-title {
  text-transform: uppercase;
}
.content-text {
  font-size: 15px;
  line-height: 1.5;
}
.bg-white {
  background-color: #fff;
}
.margins-top-bottom-50 {
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}
.more-content:before {
  content: 'Agrandir';
  color: #ef7d7d;
}
.more-content:after {
  width: 5px;
  height: 5px;
  margin-left: 10px;
  position: relative;
  top: -3px;
  transform: rotate(45deg);
  content: ' ';
  border-top: 0 solid #ef7d7d;
  border-bottom: 1px solid #ef7d7d;
  border-left: 0 solid #ef7d7d;
  border-right: 1px solid #ef7d7d;
  display: inline-block;
}
.more-content.open:before {
  content: 'Reduire';
}
.more-content.open:after {
  transform: rotate(225deg);
}
.toggle-chevron {
  position: absolute;
  right: 20px;
  top: 33%;
  transform: rotate(45deg);
}
.toggle-chevron:after {
  width: 10px;
  height: 10px;
  content: ' ';
  border-top: 0 solid #ef7d7d;
  border-bottom: 1px solid #ef7d7d;
  border-left: 0 solid #ef7d7d;
  border-right: 1px solid #ef7d7d;
  display: inline-block;
}
.toggle-chevron.open:after {
  transform: rotate(180deg);
}
.chevron {
  content: ' ';
  border-top: 0 solid #ef7d7d;
  border-bottom: 1px solid #ef7d7d;
  border-left: 0 solid #ef7d7d;
  border-right: 1px solid #ef7d7d;
  display: inline-block;
}
.share.page-content {
  padding-top: 0;
}
.landing strong {
  font-weight: 600;
}
.landing .content .text-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
.landing .toggle-content .text-content {
  margin: 0;
}
.landing .nav-personal-space.container-adjust ul {
  justify-content: left;
}
.landing .nav-personal-space.container-adjust li {
  display: inline-block;
}
.landing .content-white-block > div > p {
  -webkit-margin-before: 0;
}
.landing .content-white-block .inner-container {
  position: relative;
  background: #fff;
  margin: 30px auto;
  padding: 35px 30px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
}
.landing .content-white-block .inner-container .text-content {
  margin-top: 0;
  margin-bottom: 0;
}
.serp .reassurance {
  padding-bottom: 45px;
}
a.color-rose {
  color: #ef7d7d;
}
.center-link {
  text-align: center;
  display: block;
  padding: 20px 0 0 0;
}
blockquote {
  -webkit-margin-start: 130px;
  position: relative;
}
blockquote:before {
  content: ' ';
  background: url('/visiteurope/assets/css_imgs/quote.svg') no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -38px;
}
blockquote cite {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  color: #280071;
  font-size: 14px;
  font-style: normal;
  font-family: "Trenda Bold", Arial, sans-serif;
}
.bloc-temoin,
.white-block {
  position: relative;
  background: #fff;
  margin: 30px auto;
  padding: 35px 30px;
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.bloc-temoin .text-content,
.white-block .text-content {
  margin-top: 0;
  margin-bottom: 0;
}
.bloc-price .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.no-in-desktop {
  display: none;
}
@media (max-width: 1199px) {
  .no-in-mobile {
    display: none;
  }
  .no-in-desktop {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .landing .content .text-content {
    margin: 0;
  }
  .landing .content .col-2-flexbox,
  .landing .content .col-3-flexbox {
    display: flex;
    flex-direction: column;
  }
  .landing .content .col-2-flexbox .text-content,
  .landing .content .col-3-flexbox .text-content {
    max-width: 100%;
    overflow: hidden;
    margin: 0;
  }
  .landing .content .col-2-flexbox .text-content:first-child,
  .landing .content .col-3-flexbox .text-content:first-child {
    margin-right: 0;
  }
  .landing .content .col-2-flexbox .text-content:nth-child(2),
  .landing .content .col-3-flexbox .text-content:nth-child(2) {
    margin-left: 0;
  }
  .landing .content .col-2-flexbox h2,
  .landing .content .col-3-flexbox h2 {
    -webkit-margin-before: 20px;
  }
  blockquote {
    -webkit-margin-start: 41px;
  }
}
.content {
  color: #280071;
}
.slick-loading .slick-list {
  background: none !important;
}
/**
 * AUTOCOMPLETE
 *
 * @type plug-in
 */
/** ----------------------------------------------------------------
 * PLUG CORE
 */
.autocomplete-suggestions {
  background: #fff;
  width: 250px !important;
  overflow: auto;
  cursor: default;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.autocomplete-suggestion {
  font-size: 12px;
  padding: 5px 5px;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 5px 5px;
}
.autocomplete-selected {
  background: #9e9e9e;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 5px 5px;
  display: block;
}
/**
 * CHOSEN
 *
 * @type plug-in
 */
/** ----------------------------------------------------------------
 * PLUG CORE
 *
 * Chosen, a Select Box Enhancer for jQuery and Prototype
 * by Patrick Filler for Harvest, http://getharvest.com
 *
 * Version 1.6.2
 * Full source at https://github.com/harvesthq/chosen
 * Copyright (c) 2011-2016 Harvest http://getharvest.com
 *
 * MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
 * This file is generated by `grunt build`, do not edit it by hand.
 */
.chosen-container {
  background-color: #fff;
  font-size: 14px;
  vertical-align: middle;
  width: auto !important;
  height: 100%;
  border: 1px solid #bbb;
  padding: 0 17px 0 18px;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container a {
  cursor: default;
}
.chosen-container .chosen-drop {
  background: #fff;
  min-width: 250px;
  width: 100%;
  border: 0 none;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
}
.chosen-container .chosen-drop:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #fff transparent transparent transparent;
  display: block;
  content: "";
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 20px;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container .chosen-results {
  font: 14px "Trenda Regular", Arial, sans-serif;
  color: #000;
  text-align: left;
  max-height: 240px;
  margin: 0;
  padding: 10px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  word-wrap: break-word;
  list-style: none;
  line-height: 15px;
  width: auto !important;
  margin: 0 10px 1px;
  padding: 7px 10px;
  float: none !important;
  display: none;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #eee;
  color: #0b81c5;
}
.chosen-container .chosen-results li.result-selected {
  background-color: #eee;
  font-family: "Trenda Bold", Arial, sans-serif;
  color: #0b81c5;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  font-weight: bold;
  font-size: 12px;
  color: #33bce9;
  text-transform: uppercase;
  display: list-item;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container .chosen-results::-webkit-scrollbar {
  width: 17px;
  height: 10px;
}
.chosen-container .chosen-results::-webkit-scrollbar-thumb {
  background: #babfbf;
}
.chosen-container .chosen-results::-webkit-scrollbar-track {
  background: #ddd;
}
.chosen-container .chosen-single .search-choice-close + div {
  display: none;
}
.chosen-container-single .chosen-single {
  text-decoration: none;
  line-height: 30px;
  white-space: nowrap;
  height: 100%;
  border: 0 none;
  border-radius: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.chosen-container-single .chosen-single span {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 26px;
  display: block;
  overflow: hidden;
}
.chosen-container-single .chosen-default span {
  color: #555;
}
.chosen-container-single .chosen-single abbr {
  line-height: initial;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.chosen-container-single .chosen-single abbr:after {
  font-size: 11px;
  color: #0b81c5;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-family: "visit-europe";
  text-transform: none;
  text-decoration: none;
  vertical-align: text-bottom;
  white-space: nowrap;
  display: inline-block;
  content: "x";
}
.chosen-container-single .chosen-single div {
  width: 11px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.chosen-container-single .chosen-single div b:after {
  font-size: 9px;
  color: #ccc;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-family: "visit-europe";
  text-transform: none;
  text-decoration: none;
  vertical-align: text-bottom;
  white-space: nowrap;
  display: inline-block;
  content: ">";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.chosen-container-single .chosen-search {
  white-space: nowrap;
  margin: 12px;
  padding: 0;
  position: relative;
  z-index: 1010;
}
.chosen-container-single .chosen-search:after {
  font-family: "visit-europe";
  color: #d5d5d5;
  width: 15px;
  height: 15px;
  content: "\e915";
  position: absolute;
  top: 25%;
  right: 15px;
  z-index: 1009;
}
.chosen-container-single .chosen-search:hover:after {
  color: #0b81c5;
}
.chosen-container-single .chosen-search input {
  font: 14px "Trenda Bold", Arial, sans-serif;
  color: #0b81c5;
  width: 100%;
  border: 1px solid #d5d5d5;
  padding: 9px 30px 9px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container-single .chosen-search input:focus {
  border-color: #0b81c5;
}
.chosen-container-single .chosen-drop {
  margin-top: 10px;
  border-radius: 0;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container-multi .chosen-choices {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  background: transparent !important;
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  box-shadow: none;
  color: #bbb;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 4px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 0 none;
  max-width: 100%;
  border-radius: 0;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: relative;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  font: 8px "visit-europe";
  color: #0b81c5;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-family: "visit-europe";
  text-transform: none;
  text-decoration: none;
  vertical-align: text-bottom;
  white-space: nowrap;
  display: inline-block;
  content: "X";
  font-weight: bold !important;
  position: absolute;
  top: 5px;
  right: 4px;
  cursor: pointer;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  background-color: #eee;
  padding-right: 5px;
  border: 1px solid #ccc;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #ddd;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  color: #ccc;
  display: list-item;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 0 none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single span {
  color: #33bce9;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  color: #33bce9;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
/** ----------------------------------------------------------------
 * PLUG CORE
 */
.engine-form-datepicker .datepicker-search-engine {
  font-weight: 700;
  font-family: "Trenda Regular", Arial, sans-serif;
  color: #0b81c5;
  font-size: 14px;
  border: 0;
}
.engine-form-datepicker .datepicker-flex-display {
  font-size: 12px;
  line-height: 12px;
  display: none;
  position: absolute;
  top: 50px;
  left: 23px;
}
.engine-form-datepicker.selected .engine-label-anime {
  font-size: 12px;
}
.engine-form-datepicker.selected .engine-label-anime:after {
  display: none;
}
.engine-form-datepicker.selected .datepicker-flex-display {
  display: block;
}
.engine-form-datepicker .wrap-datepicker-btn {
  text-align: right;
}
.engine-form-datepicker .wrap-datepicker-engine {
  position: absolute;
  left: -230px;
  top: 80px;
  z-index: 20;
  width: 640px;
  border: 1px solid #eee;
  background-color: #FFF;
  padding: 13px;
  display: none;
}
.engine-form-datepicker .wrap-datepicker-engine.open {
  display: block;
}
.engine-form-datepicker .wrap-datepicker-engine .wrap-datepicker-flex {
  text-align: right;
  padding: 10px;
  margin-bottom: 2px;
}
.engine-form-datepicker .wrap-datepicker-engine .wrap-datepicker-flex .datepicker-flex-text {
  color: #666;
  text-transform: uppercase;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  float: left;
  padding-top: 1px;
}
.engine-form-datepicker .wrap-datepicker-engine .wrap-datepicker-flex .datepicker-flex-btn {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
  background-color: #eee;
  padding: 12px 18px;
  border-radius: 18px;
  margin-left: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.engine-form-datepicker .wrap-datepicker-engine .wrap-datepicker-flex .datepicker-flex-btn:hover,
.engine-form-datepicker .wrap-datepicker-engine .wrap-datepicker-flex .datepicker-flex-btn.active {
  color: #fff;
  background-color: #0b81c5;
}
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #666;
  background: #fff;
  font-family: "Trenda Regular", Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  display: block;
}
.pika-single {
  *zoom: 1;
}
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-lendar {
  float: left;
  width: 290px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
  background-color: #eee;
  margin-bottom: 10px;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 0 3px;
  font-size: 14px;
  line-height: 38px;
  color: #666;
  text-transform: uppercase;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  outline: none;
  border: 0;
  padding: 0;
  width: 24px;
  min-height: 38px;
  font-family: "visit-europe";
  background-color: #fff;
  font-size: 14px;
  color: #0b81c5;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  color: #eee;
}
.pika-prev,
.is-rtl .pika-next {
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pika-next,
.is-rtl .pika-prev {
  right: 0;
}
.pika-select {
  display: inline-block;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.28571429%;
  padding: 5px;
}
.pika-table th {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 0 10px 0;
}
.pika-table abbr {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #999;
  padding-bottom: 12px;
}
.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 0;
  color: #666;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  background: #fff;
}
.is-today .pika-button {
  color: #333;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background-color: #0b81c5;
  border-radius: 3px;
}
.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #fff;
  background: #0b81c5;
  box-shadow: none;
  border-radius: 3px;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
/**
 * PLYR
 *
 * @type plug-in
 */
/** ----------------------------------------------------------------
 * PLUG CORE
 *
 * https://github.com/selz/plyr
 */
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  direction: ltr;
}
.plyr,
.plyr *,
.plyr *::after,
.plyr *::before {
  box-sizing: border-box;
}
.plyr a,
.plyr button,
.plyr input,
.plyr label {
  touch-action: manipulation;
}
.plyr:focus {
  outline: 0;
}
.plyr video,
.plyr audio {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}
.plyr input[type='range'] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  background: transparent;
}
.plyr input[type='range']::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
}
.plyr input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}
.plyr input[type='range']::-moz-range-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
}
.plyr input[type='range']::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}
.plyr input[type='range']::-ms-track {
  height: 8px;
  background: transparent;
  border: 0;
  color: transparent;
}
.plyr input[type='range']::-ms-fill-upper {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
}
.plyr input[type='range']::-ms-fill-lower {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
  background: #33bce9;
}
.plyr input[type='range']::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}
.plyr input[type='range']::-ms-tooltip {
  display: none;
}
.plyr input[type='range']:focus {
  outline: 0;
}
.plyr input[type='range']::-moz-focus-outer {
  border: 0;
}
.plyr input[type='range'].tab-focus:focus {
  outline-offset: 3px;
}
.plyr input[type='range']:active::-webkit-slider-thumb {
  background: #33bce9;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr input[type='range']:active::-moz-range-thumb {
  background: #33bce9;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr input[type='range']:active::-ms-thumb {
  background: #33bce9;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr--video input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}
.plyr--audio input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(84, 84, 84, 0.5);
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}
.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}
.plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}
.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  user-select: none;
}
.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}
.plyr .plyr__video-embed iframe {
  pointer-events: none;
}
.plyr video::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-40px);
  transition: transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(255, 255, 255, 0.7);
  box-decoration-break: clone;
  line-height: 150%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 992px) {
  .plyr__captions {
    font-size: 24px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr--hide-controls .plyr__captions {
  transform: translateY(-15px);
}
@media (min-width: 1200px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}
.plyr ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: center;
}
.plyr__controls > button,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time {
  margin-left: 5px;
}
.plyr__controls > button:first-child,
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child {
  margin-left: 0;
}
.plyr__controls .plyr__volume {
  margin-left: 5px;
}
.plyr__controls [data-plyr="pause"] {
  margin-left: 0;
}
.plyr__controls button {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  color: inherit;
}
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.plyr__controls button:focus {
  outline: 0;
}
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted,
.plyr__controls .icon--captions-on {
  display: none;
}
@media (min-width: 768px) {
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 10px;
  }
}
.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}
.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px 10px 10px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity 0.3s ease;
}
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background: #33bce9;
  color: #fff;
}
.plyr--audio .plyr__controls {
  padding: 5px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #d0e0ee;
  color: #545454;
}
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover {
  background: #33bce9;
  color: #fff;
}
.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
  background: #33bce9;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: all 0.3s ease;
}
.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}
.plyr__play-large:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}
.plyr .plyr__play-large {
  display: inline-block;
}
.plyr--audio .plyr__play-large {
  display: none;
}
.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}
.plyr__controls [data-plyr='pause'],
.plyr--playing .plyr__controls [data-plyr='play'] {
  display: none;
}
.plyr--playing .plyr__controls [data-plyr='pause'] {
  display: inline-block;
}
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block;
}
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg,
.plyr--captions-active .plyr__controls .icon--captions-on + svg {
  display: none;
}
.plyr [data-plyr='captions'],
.plyr [data-plyr='fullscreen'] {
  display: none;
}
.plyr--captions-enabled [data-plyr='captions'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block;
}
.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
}
.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}
.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.plyr button:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}
.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}
.plyr__progress {
  position: relative;
  display: none;
  flex: 1;
}
.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}
.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}
.plyr__progress input[type="range"]::-moz-range-track {
  background: transparent;
}
.plyr__progress input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.plyr__progress .plyr__tooltip {
  left: 0;
}
.plyr .plyr__progress {
  display: inline-block;
}
.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 100px;
}
.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}
.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #33bce9;
  background: transparent;
  transition: none;
}
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}
.plyr__progress--buffer::-webkit-progress-value {
  transition: width 0.2s ease;
}
.plyr__progress--buffer::-moz-progress-bar {
  transition: width 0.2s ease;
}
.plyr__progress--buffer::-ms-fill {
  transition: width 0.2s ease;
}
.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}
.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(200, 219, 232, 0.66);
}
.plyr--audio .plyr__progress--buffer {
  color: rgba(200, 219, 232, 0.66);
}
.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(200, 219, 232, 0.66);
}
.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.plyr__time + .plyr__time {
  display: none;
}
@media (min-width: 992px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}
.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 5px;
}
.plyr__volume {
  display: none;
}
.plyr .plyr__volume {
  flex: 1;
  position: relative;
}
.plyr .plyr__volume input[type="range"] {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}
@media (min-width: 992px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}
.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr='mute'] {
  display: none !important;
}
.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important;
}
.plyr--fullscreen-active video {
  height: 100%;
}
.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}
.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
/** ----------------------------------------------------------------
 * MIXIN
 */
/*!
 * React-tabs
 * The reactjs GitHub organization (henceforth "reactjs" or "the org")
 * was created to ensure critical open source projects in the React community
 * receive long-term support and maintenance.
 *
 * https://github.com/reactjs/react-tabs
 */
/** ----------------------------------------------------------------
 * PLUG CORE
 */
.react-tabs__tab-list {
  margin: 0;
  border-bottom: 1px solid #aaa;
  padding: 0;
}
.react-tabs__tab {
  font: 14px "Trenda Bold", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  list-style: none;
  display: inline-block;
  cursor: pointer;
}
.react-tabs__tab--selected {
  background: #fff;
  color: #0b81c5;
  position: relative;
}
.react-tabs__tab--selected:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #fff transparent transparent transparent;
  display: block;
  content: "";
}
.react-tabs__tab--disabled {
  color: #aaa;
  cursor: default;
}
.react-tabs__tab-panel {
  display: none;
}
.react-tabs__tab-panel--selected {
  display: block;
}
/**
 * SLICK
 *
 * @type plug-in
 */
/** ----------------------------------------------------------------
 * PLUG CORE
 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.no-loader .slick-list {
  background: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-track.anime-swipe {
  -webkit-animation: swipeRight 0.7s ease 0.3s forwards;
  -moz-animation: swipeRight 0.7s ease 0.3s forwards;
  -ms-animation: swipeRight 0.7s ease 0.3s forwards;
  -o-animation: swipeRight 0.7s ease 0.3s forwards;
  animation: swipeRight 0.7s ease 0.3s forwards;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  outline: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  color: #280071;
}
.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;
}
.slick-arrow.slick-hidden {
  display: none;
}
/** ----------------------------------------------------------------
 * PLUG THEME
 */
.slick-loading .slick-list {
  background: white url("slick-loader.gif") center center no-repeat;
}
.slick-arrow {
  font-size: 70px;
  color: #999;
  width: 20px;
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
}
.slick-arrow.icon-next-arrow {
  position: absolute;
  right: -30px;
}
.slick-arrow.icon-next-arrow .ff-icon {
  margin-left: -35px;
}
.slick-arrow.icon-prev-arrow {
  position: absolute;
  left: -30px;
}
.slick-arrow.icon-prev-arrow .ff-icon {
  margin-right: -35px;
  display: block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-dots {
  list-style: none;
  text-align: center;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  display: block;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 1px solid #0b81c5;
  border-radius: 100%;
  background: transparent;
  display: block;
  width: 10px;
  height: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  margin: 0 auto;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  background-color: #d5d5d5;
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #d5d5d5;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eee;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eee;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eee;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #3c3f40;
  fill: #3c3f40;
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: #3c3f40;
  fill: #3c3f40;
}
.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #f64747;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(64, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(64, 72, 72, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(64, 72, 72, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(60, 63, 64, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #3c3f40;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #3c3f40;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(60, 63, 64, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days .prevMonthDay,
.flatpickr-days .nextMonthDay {
  color: #ececec !important;
  cursor: default !important;
}
.flatpickr-days .prevMonthDay:hover,
.flatpickr-days .nextMonthDay:hover {
  background-color: white !important;
  color: #ececec !important;
  cursor: default !important;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #eee;
  box-shadow: -1px 0 0 #eee;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #404848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e9e9e9;
  border-color: #e9e9e9;
}
.flatpickr-day.today {
  border-color: #f64747;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #f64747;
  background: #f64747;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #4f99ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #4f99ff;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #4f99ff;
  box-shadow: -10px 0 0 #4f99ff;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
  box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(64, 72, 72, 0.3);
  background: transparent;
  border-color: #e9e9e9;
  cursor: default;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(64, 72, 72, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
  box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #eee;
  box-shadow: 1px 0 0 #eee;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(64, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #404848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #404848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #404848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #404848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f6f6f6;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  width: 307.875px;
}
.dayContainer {
  padding: 0;
  border-right: 0;
}
span.flatpickr-day,
span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay {
  border-radius: 0 !important;
  border: 1px solid #e9e9e9;
  border-right-color: transparent;
}
span.flatpickr-day:nth-child(n+8),
span.flatpickr-day.prevMonthDay:nth-child(n+8),
span.flatpickr-day.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent;
}
span.flatpickr-day:nth-child(7n-6),
span.flatpickr-day.prevMonthDay:nth-child(7n-6),
span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
  border-left: 0;
}
span.flatpickr-day:nth-child(n+36),
span.flatpickr-day.prevMonthDay:nth-child(n+36),
span.flatpickr-day.nextMonthDay:nth-child(n+36) {
  border-bottom: 0;
}
span.flatpickr-day:nth-child(-n+7),
span.flatpickr-day.prevMonthDay:nth-child(-n+7),
span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
  margin-top: 0;
}
span.flatpickr-day.today:not(.selected),
span.flatpickr-day.prevMonthDay.today:not(.selected),
span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-color: #e9e9e9;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #f64747;
}
span.flatpickr-day.today:not(.selected):hover,
span.flatpickr-day.prevMonthDay.today:not(.selected):hover,
span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid #f64747;
}
span.flatpickr-day.startRange,
span.flatpickr-day.prevMonthDay.startRange,
span.flatpickr-day.nextMonthDay.startRange,
span.flatpickr-day.endRange,
span.flatpickr-day.prevMonthDay.endRange,
span.flatpickr-day.nextMonthDay.endRange {
  border-color: #4f99ff;
}
span.flatpickr-day.today,
span.flatpickr-day.prevMonthDay.today,
span.flatpickr-day.nextMonthDay.today,
span.flatpickr-day.selected,
span.flatpickr-day.prevMonthDay.selected,
span.flatpickr-day.nextMonthDay.selected {
  z-index: 2;
}
.rangeMode .flatpickr-day {
  margin-top: -1px;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flatpickr-weekwrapper span.flatpickr-day {
  border: 0;
  margin: -1px 0 0 -1px;
}
.hasWeeks .flatpickr-days {
  border-right: 0;
}
/**
 * ANIMATE
 *
 * @type mixin
 * @see https://github.com/euskadi31/animate.less
 */
/*
  @import "../base-variables";*/
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * COLOR
 *
 * @type mixin
 */
/*  @import "../base-variables";*/
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * ELEMENT
 *
 * @type mixin
 */
/*  @import "../base-variables";*/
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * FILTER
 *
 * @type mixin
 */
/*  @import "../base-variables";*/
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * FIX
 *
 * @type mixin
 */
/*  @import "../base-variables";*/
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * FLEXBOX
 *
 * @type mixin
 */
/*  @import "../base-variables";*/
/** ----------------------------------------------------------------
 * COMMON - The spec: http://www.w3.org/TR/css3-flexbox
 */
/**
 * GRID
 *
 * @type mixin
 */
/*  @import "../base-variables";*/
/** ----------------------------------------------------------------
 * COMMON
 * Bootstrap: generate semantic grid columns with these mixins.
 */
/**
 * GRID
 *
 * @type mixin
 */
/*
  @import "../base-variables";*/
/** ----------------------------------------------------------------
 * COMMON
 * Bootstrap: Used only by Bootstrap to generate the correct number of grid classes given
 * any value of `@grid-columns`.
 */
/**
 * ICON
 *
 * @type element
 */
/*  @import "../base-variables";*/
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * LAYOUT
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.col-2-flexbox {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #ebebf4;
}
.col-2-flexbox img {
  object-fit: cover;
  width: 100%;
  height: 320px;
}
.col-2-flexbox .text-content {
  width: 50%;
  overflow: hidden;
  margin: 0;
}
.col-2-flexbox .text-content:first-child {
  margin-right: 10px;
}
.col-2-flexbox .text-content:nth-child(2) {
  margin-left: 10px;
}
.col-2-flexbox:nth-child(2) {
  border-bottom: 1px solid #ebebf4;
}
.col-2-flexbox h2 {
  -webkit-margin-before: 0;
}
.col-3-flexbox {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #ebebf4;
}
.col-3-flexbox img {
  object-fit: cover;
  width: 100%;
  height: 320px;
}
.col-3-flexbox .text-content {
  width: 33.33%;
  overflow: hidden;
  margin: 0;
}
.col-3-flexbox .text-content:first-child {
  margin-right: 10px;
}
.col-3-flexbox .text-content:nth-child(2) {
  margin: 0 10px;
}
.col-3-flexbox .text-content:last-child {
  margin-left: 10px;
}
.col-3-flexbox:nth-child(2) {
  border-bottom: 1px solid #ebebf4;
}
.col-3-flexbox h2 {
  -webkit-margin-before: 0;
}
.title {
  font-family: "Korolev Compressed Bold";
  font-size: 48px;
  text-transform: uppercase;
  color: #280071;
  margin: 0 0 25px;
}
.satisfy {
  font-family: "Satisfy";
  color: #280071;
  font-size: 3rem;
  line-height: 4rem;
}
.turquois-title {
  font-family: "Trenda Bold", Arial, sans-serif;
  text-transform: uppercase;
  color: #00abaa;
  font-size: 15px;
}
.subtitle {
  font-family: "Trenda Bold", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ef7d7d;
  margin: 0;
  padding: 25px 0 18px;
}
.pink-text {
  color: #ef7d7d;
  font-weight: 600;
}
.blue-text-info,
.blue-text-title {
  color: #280071;
  font-family: "Trenda Bold";
}
.characheristic-text-info {
  color: #280071;
  font-family: "Trenda Regular";
  font-size: 12px;
}
.blue-text-title {
  text-transform: uppercase;
}
.content-text {
  font-size: 15px;
  line-height: 1.5;
}
.bg-white {
  background-color: #fff;
}
.margins-top-bottom-50 {
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}
.more-content:before {
  content: 'Agrandir';
  color: #ef7d7d;
}
.more-content:after {
  width: 5px;
  height: 5px;
  margin-left: 10px;
  position: relative;
  top: -3px;
  transform: rotate(45deg);
  content: ' ';
  border-top: 0 solid #ef7d7d;
  border-bottom: 1px solid #ef7d7d;
  border-left: 0 solid #ef7d7d;
  border-right: 1px solid #ef7d7d;
  display: inline-block;
}
.more-content.open:before {
  content: 'Reduire';
}
.more-content.open:after {
  transform: rotate(225deg);
}
.toggle-chevron {
  position: absolute;
  right: 20px;
  top: 33%;
  transform: rotate(45deg);
}
.toggle-chevron:after {
  width: 10px;
  height: 10px;
  content: ' ';
  border-top: 0 solid #ef7d7d;
  border-bottom: 1px solid #ef7d7d;
  border-left: 0 solid #ef7d7d;
  border-right: 1px solid #ef7d7d;
  display: inline-block;
}
.toggle-chevron.open:after {
  transform: rotate(180deg);
}
.chevron {
  content: ' ';
  border-top: 0 solid #ef7d7d;
  border-bottom: 1px solid #ef7d7d;
  border-left: 0 solid #ef7d7d;
  border-right: 1px solid #ef7d7d;
  display: inline-block;
}
.share.page-content {
  padding-top: 0;
}
.landing strong {
  font-weight: 600;
}
.landing .content .text-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
.landing .toggle-content .text-content {
  margin: 0;
}
.landing .nav-personal-space.container-adjust ul {
  justify-content: left;
}
.landing .nav-personal-space.container-adjust li {
  display: inline-block;
}
.landing .content-white-block > div > p {
  -webkit-margin-before: 0;
}
.landing .content-white-block .inner-container {
  position: relative;
  background: #fff;
  margin: 30px auto;
  padding: 35px 30px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
}
.landing .content-white-block .inner-container .text-content {
  margin-top: 0;
  margin-bottom: 0;
}
.serp .reassurance {
  padding-bottom: 45px;
}
a.color-rose {
  color: #ef7d7d;
}
.center-link {
  text-align: center;
  display: block;
  padding: 20px 0 0 0;
}
blockquote {
  -webkit-margin-start: 130px;
  position: relative;
}
blockquote:before {
  content: ' ';
  background: url('/visiteurope/assets/css_imgs/quote.svg') no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -38px;
}
blockquote cite {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  color: #280071;
  font-size: 14px;
  font-style: normal;
  font-family: "Trenda Bold", Arial, sans-serif;
}
.bloc-temoin,
.white-block {
  position: relative;
  background: #fff;
  margin: 30px auto;
  padding: 35px 30px;
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.bloc-temoin .text-content,
.white-block .text-content {
  margin-top: 0px;
  margin-bottom: 0px;
}
.bloc-price .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.no-in-desktop {
  display: none;
}
@media (max-width: 1199px) {
  .no-in-mobile {
    display: none;
  }
  .no-in-desktop {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .landing .content .text-content {
    margin: 0;
  }
  .landing .content .col-2-flexbox,
  .landing .content .col-3-flexbox {
    display: flex;
    flex-direction: column;
  }
  .landing .content .col-2-flexbox .text-content,
  .landing .content .col-3-flexbox .text-content {
    max-width: 100%;
    overflow: hidden;
    margin: 0;
  }
  .landing .content .col-2-flexbox .text-content:first-child,
  .landing .content .col-3-flexbox .text-content:first-child {
    margin-right: 0px;
  }
  .landing .content .col-2-flexbox .text-content:nth-child(2),
  .landing .content .col-3-flexbox .text-content:nth-child(2) {
    margin-left: 0px;
  }
  .landing .content .col-2-flexbox h2,
  .landing .content .col-3-flexbox h2 {
    -webkit-margin-before: 20px;
  }
  blockquote {
    -webkit-margin-start: 41px;
  }
}
/**
 * POSITION
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * RESPONSIVE UTILITIES
 *
 * @type mixin
 */
/*  @import "../base-variables";*/
/** ----------------------------------------------------------------
 * COMMON
 * Bootstrap: More easily include all the states for responsive-utilities.less.
 */
/**
 * TEXT
 *
 * @type mixin
 */
/*  @import "../base-variables";*/
/** ----------------------------------------------------------------
 * COMMON
 */
/** ----------------------------------------------------------------
   * FONTS
   */
/**
 * NORMALIZE
 *
 * @type base
 */
/*  @import "base-variables";
  @import "specific/theme";
  @import "base-mixins";*/
/** ----------------------------------------------------------------
 * COMMON
 *
 * normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
a,
a:hover {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: normal;
  font-family: "Trenda Bold";
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
button,
input {
  /* 1 */
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
map area {
  outline: none;
}
/**
 * FONTS
 *
 * @type base
 */
/** ----------------------------------------------------------------
 * COMMON
 */
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Trenda Regular";
  src: url('/visiteurope/assets/fonts/trenda-regular.woff') format('truetype');
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Trenda Bold";
  src: url('/visiteurope/assets/fonts/trenda-bold.woff') format('truetype');
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Trenda Black";
  src: url('/visiteurope/assets/fonts/trenda-black.woff') format('truetype');
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Trenda Extra Light";
  src: url('/visiteurope/assets/fonts/trenda-extra-light.woff') format('truetype');
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Trenda Heavy";
  src: url('/visiteurope/assets/fonts/trenda-heavy.woff') format('truetype');
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Trenda Light";
  src: url('/visiteurope/assets/fonts/trenda-light.woff') format('truetype');
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Trenda Semi Bold";
  src: url('/visiteurope/assets/fonts/trenda-semi-bold.woff') format('truetype');
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Trenda Thin";
  src: url('/visiteurope/assets/fonts/trenda-thin.woff') format('truetype');
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Korolev Compressed Light";
  src: url('/visiteurope/assets/fonts/korolev-compressed-light.woff') format('truetype');
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Korolev Compressed Thin";
  src: url('/visiteurope/assets/fonts/korolev-compressed-thin.woff') format('truetype');
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Korolev Compressed Medium";
  src: url('/visiteurope/assets/fonts/korolev-compressed-medium.woff') format('truetype');
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Korolev Compressed Bold";
  src: url('/visiteurope/assets/fonts/korolev-compressed-bold.woff') format('truetype');
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Korolev Compressed Heavy";
  src: url('/visiteurope/assets/fonts/korolev-compressed-heavy.woff') format('truetype');
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "Satisfy";
  src: url('/visiteurope/assets/fonts/satisfy-regular.woff') format('truetype');
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "visit-europe";
  src: url('/visiteurope/assets/fonts/visit-europe.woff') format('truetype');
}
.icon-wb {
  font-family: "visit-europe" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wb-account:before {
  content: "\e900";
}
.wb-agenda:before {
  content: "\e901";
}
.wb-anim:before {
  content: "\e902";
}
.wb-avis-verifies:before {
  content: "\e924";
}
.wb-croisiere:before {
  content: "\e903";
}
.wb-croix:before {
  content: "\e904";
}
.wb-culture-gen:before {
  content: "\e905";
}
.wb-decalage-horaire:before {
  content: "\e906";
}
.wb-depart-garanti:before {
  content: "\e907";
}
.wb-etoile-selectionne .path1:before {
  content: "\e908";
  color: #000000;
}
.wb-etoile-selectionne .path2:before {
  content: "\e909";
  margin-left: -1.07128906em;
  color: #e7e4ef;
}
.wb-etoile:before {
  content: "\e90a";
}
.wb-fleche-haut:before {
  content: "\e90b";
}
.wb-fleche-champs-bas:before {
  content: "\e90c";
}
.wb-fleche-champs-haut:before {
  content: "\e90d";
}
.wb-fleche-droite:before {
  content: "\e90e";
}
.wb-fleche-gauche:before {
  content: "\e90f";
}
.wb-hebergement:before {
  content: "\e910";
}
.wb-home:before {
  content: "\e911";
}
.wb-interlocuteur-unique:before {
  content: "\e912";
}
.wb-langue:before {
  content: "\e913";
}
.wb-list:before {
  content: "\e914";
}
.wb-loupe:before {
  content: "\e915";
}
.wb-meilleur-saison:before {
  content: "\e916";
}
.wb-monnaie:before {
  content: "\e917";
}
.wb-mosaic:before {
  content: "\e918";
}
.wb-oeil:before {
  content: "\e919";
}
.wb-papier:before {
  content: "\e91a";
}
.wb-paysage:before {
  content: "\e91b";
}
.wb-prix-juste:before {
  content: "\e91c";
}
.wb-puce:before {
  content: "\e91d";
}
.wb-quote-inverse:before {
  content: "\e91e";
}
.wb-quote:before {
  content: "\e91f";
}
.wb-repas:before {
  content: "\e920";
}
.wb-select:before {
  content: "\e921";
}
.wb-site-exceptionnelle:before {
  content: "\e922";
}
.wb-voyages-bien-penses:before {
  content: "\e923";
}
/**
 * LAYOUT
 *
 * @type base
 */
/*  @import "base-variables";
  @import "../specific/theme";
  @import "base-mixins";*/
/** ----------------------------------------------------------------
 * COMMON
 */
body {
  background-color: #fff;
  font: 400 16px/1.25 "Trenda Regular", Arial, sans-serif;
  color: #333;
  margin: 0;
  position: relative;
}
.wrapper > .bg-highlight {
  background-color: #f5f5fa;
}
.wrapper > .block,
.wrapper > .block-big,
.wrapper > .block-small {
  padding: 30px 0;
  margin: 0;
}
.wrapper > .block.thematic,
.wrapper > .block-big.thematic,
.wrapper > .block-small.thematic {
  padding: 30px 0 50px 0;
}
.wrapper > .block.reassurance,
.wrapper > .block-big.reassurance,
.wrapper > .block-small.reassurance {
  padding: 20px 0 30px;
}
.wrapper > .block.push,
.wrapper > .block-big.push,
.wrapper > .block-small.push {
  padding: 30px 0 0 0;
}
.wrapper > .block.search,
.wrapper > .block-big.search,
.wrapper > .block-small.search {
  padding: 0 0 30px;
}
.wrapper .mod-block-html h1:first-child,
.wrapper .mod-block-html h2:first-child,
.wrapper .mod-block-html h3:first-child,
.wrapper .mod-block-html h4:first-child {
  margin-top: 0;
}
.wrapper .reassurance + .mod-block-html {
  padding-top: 0;
}
/** ----------------------------------------------------------------
 * GRID SYSTEM
 */
img {
  max-width: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.container .clearfix:before,
.container .clearfix:after {
  content: "";
  display: table;
}
.container .clearfix:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-adjust {
  max-width: 1024px;
  margin: 0 auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.container-fluid .clearfix:before,
.container-fluid .clearfix:after {
  content: "";
  display: table;
}
.container-fluid .clearfix:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row .clearfix:before,
.row .clearfix:after {
  content: "";
  display: table;
}
.row .clearfix:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.col-md-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-2-4 {
    float: left;
    width: 20%;
  }
}
.col-lg-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-lg-2-4 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-push-2-4 {
    left: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-pull-2-4 {
    right: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-2-4 {
    margin-left: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-push-2-4 {
    left: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-pull-2-4 {
    right: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-2-4 {
    margin-left: 20%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.hidden-sm-max-flex {
  display: flex !important;
}
@media (max-width: 991px) {
  .hidden-sm-max-flex {
    display: none !important;
  }
}
.visible-sm-max {
  display: none !important;
}
@media (max-width: 991px) {
  .visible-sm-max {
    display: block !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.border-top-separator {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.margin-top-20 {
  margin-top: 20px;
}
.small-text {
  font-size: 0.9rem;
}
/**
 * VARIABLES
 *
 * @type base
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/*! CATALOG */
.build-date {
  content: "`new Date()`";
}
/** ----------------------------------------------------------------
 * COLOR
 */
/** ----------------------------------------------------------------
 * TYPE
 */
/** ----------------------------------------------------------------
 * SPACING
 */
/** ----------------------------------------------------------------
 * IMAGES
 */
/** ----------------------------------------------------------------
 * GRID - Bootstrap
 */
/** ----------------------------------------------------------------
 * LAYOUT
 */
/** ----------------------------------------------------------------
 * COMPONENTS
 */
/**
 * ICON
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.ff-icon {
  font-family: "visit-europe" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ff-icon:before {
  content: attr(data-icon);
}
.svg-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.svg-icon.primary {
  fill: #0b81c5;
}
.svg-icon.secondary {
  fill: #33bce9;
}
.svg-icon.tertiary {
  fill: #227cc3;
}
.chosen-container {
  border: none;
  color: #280071;
  padding: 5px 17px 5px 18px;
}
.chosen-container .chosen-single b {
  display: none;
}
.chosen-container .chosen-single:hover {
  color: #280071;
}
.chosen-container.chosen-container-active .chosen-single span {
  color: #280071;
}
.chosen-container .chosen-default span {
  color: #9c9c9c;
}
.chosen-container .chosen-results {
  padding: 0;
  color: #280071;
}
.chosen-container .chosen-results .active-result {
  margin: 0;
  padding: 12.5px 17px 12.5px 10px;
}
.chosen-container .chosen-results .active-result.highlighted {
  background: #ef7d7d;
  color: #fff;
}
.chosen-container .chosen-results .active-result.result-selected {
  background: #ef7d7d;
  color: #fff;
  padding: 12.5px 17px 12.5px 10px;
}
.chosen-container .chosen-results li.disabled-result {
  margin: 0;
}
.chosen-container .chosen-results li.disabled-result.result-selected {
  color: #ccc;
  background: #fff;
}
.chosen-container .chosen-drop {
  box-shadow: none;
  border: 1px solid #ebebf4;
  margin-top: 0;
}
.chosen-container .chosen-drop:before {
  display: none;
}
.elt_select {
  border: 1px solid #ebebf4;
  border-radius: 2px;
  color: #280071;
  position: relative;
  background: #fff;
}
.elt_select select {
  -webkit-appearance: none;
  border: none;
  margin: 0!important;
  color: #280071;
}
.elt_select:after {
  font-family: "visit-europe";
  color: #ef7d7d;
  content: "\e90c";
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 3;
  pointer-events: none;
}
.is-mobile .elt_select {
  height: 50px;
}
.is-mobile .elt_select select {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.is-mobile .elt_select:after {
  top: 15px;
}
@media (max-width: 991px) {
  .elt_select .chosen-container {
    padding: 10px;
  }
  .elt_select .chosen-container .chosen-default span {
    visibility: hidden;
  }
  .elt_select:after {
    top: 16px;
  }
}
/*.is-mobile, .is-tablet {
  .elt_select {
    margin: 0 0 10px; padding: 14px 12px; position: relative;
    select {  -webkit-appearance: none; border: none; margin: 0 !important; }
    &:after { top: 14px; }
  }
  .datepicker-home { padding: 15px 12px !important; }
  .cpt-date-picker:after { top: 16px !important;  }
}*/
.elt_message {
  padding: 10px;
  margin: 25px 0 10px 0;
}
.elt_message.error {
  color: #e00042;
  background: rgba(224, 0, 66, 0.2);
}
.elt_message.success {
  color: #18a701;
  background: rgba(24, 167, 1, 0.2);
}
.elt_message.info {
  color: #01a4e6;
  background: rgba(1, 164, 230, 0.2);
}
.elt_message.warning {
  color: #ffce4c;
  background: rgba(255, 206, 76, 0.2);
}
/**
 * ALL DESIRES
 *
 * @type component
 */
/** ----------------------------------------------------------------
 *  COMMON - FIRST MOBILE
 */
article.reassurance .see-more {
  font-family: "Trenda Bold", Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 15px 2px #ddd;
  box-shadow: 4px 4px 15px 2px #ddd;
  display: inline-block;
}
article.reassurance .see-more .ff-icon {
  font-size: 8px;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 5px;
  display: inline-block;
  color: #ef7d7d;
}
article.reassurance h3 {
  background-color: #280071;
  font-family: "Korolev Compressed Bold";
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 5px 13px;
  display: inline-block;
  position: relative;
  top: 17px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
article.reassurance .case {
  font-family: "Trenda Bold", Arial, sans-serif;
  font-size: 15px;
  vertical-align: middle;
  width: 20%;
  height: 120px;
  border-right: 1px solid #31b9bb;
  padding: 30px 22px;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article.reassurance .case > .ff-icon {
  font-size: 40px;
  color: #fff;
}
article.reassurance .case .popover {
  background-color: #fff;
  font-family: "Trenda Regular", Arial, sans-serif;
  color: #280071;
  width: 110%;
  padding: 20px;
  display: none;
  position: absolute;
  top: 80%;
  left: -5%;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px 0 #999;
  box-shadow: 0 0 10px 0 #999;
}
article.reassurance .case .popover:before {
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
article.reassurance .case .popover .text-content {
  margin-bottom: 20px;
}
article.reassurance .case .popover .savoir-plus {
  padding: 10px 15px;
  display: inline-block;
}
article.reassurance .case:last-child {
  border-right: none;
}
article.reassurance .case:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
article.reassurance .case:hover .popover {
  display: block;
}
article.reassurance .slider-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
article.reassurance .slider-item .text-content {
  margin: 0 0 0 10px;
}
article.reassurance .slider-item > .ff-icon:before {
  font-size: 3rem;
}
article.reassurance .slider-reassurance.desktop {
  display: block;
  height: 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
article.reassurance .slider-reassurance.desktop .case {
  width: inherit;
}
article.reassurance .slider-reassurance.mobile {
  display: none;
}
.reassurance {
  position: relative;
  background-color: #f5f5fa;
}
.reassurance .container {
  position: relative;
  z-index: 2;
}
.reassurance:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 125px;
  z-index: 1;
}
.bg-highlight + .reassurance {
  position: relative;
  background: #fff;
}
.bg-highlight + .reassurance .container {
  position: relative;
  z-index: 2;
}
.bg-highlight + .reassurance:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f5f5fa;
  width: 100%;
  z-index: 1;
}
.other-countries + article.reassurance {
  padding: 35px 0 43px;
}
/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media (max-width: 991px) {
  article.reassurance {
    padding: 0;
  }
  article.reassurance h3 {
    font-size: 20px;
  }
  article.reassurance .case {
    height: 90px;
    padding: 25px 15px 10px;
    text-align: center;
    border-right: none;
  }
  article.reassurance .case > .ff-icon {
    font-size: 30px;
    margin-right: 15px;
    display: block;
    position: relative;
    float: left;
  }
  article.reassurance .case:hover {
    background-color: initial !important;
  }
  article.reassurance .case:hover .popover {
    display: none;
  }
  article.reassurance .slick-arrow {
    position: relative;
    font-family: "visit-europe";
    font-size: 18px;
    color: #fff;
    border: none;
    width: 35px;
    height: 100%;
    padding: 0 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    background: transparent;
  }
  article.reassurance .slick-arrow:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 36px;
    bottom: 0;
    right: 0;
    top: 59%;
    font-size: 1.2rem;
  }
  article.reassurance .slick-arrow.slick-prev {
    left: 0;
    font-size: 0;
  }
  article.reassurance .slick-arrow.slick-next {
    right: 0;
    font-size: 0;
  }
  article.reassurance .slick-arrow.slick-next:before {
    content: "\e90e";
  }
  article.reassurance .slick-arrow:before {
    margin-right: 15px;
    content: "\e90f";
    font-size: 1.2rem;
  }
  article.reassurance .ff-icon {
    font-size: 3rem;
    float: left;
  }
  .other-countries + article.reassurance {
    margin-bottom: 0;
  }
  .slider-reassurance.mobile {
    display: block !important;
  }
  .slider-reassurance.mobile .slick-list {
    margin: 0 45px;
    padding: 0 !important;
  }
  .slider-reassurance.desktop {
    display: none !important;
  }
}
/**
 * Notification
 *
 * @type component
 */
/** ----------------------------------------------------------------
 *  COMMON
 */
.wrapper .notification {
  background-color: #ef7d7d;
  font-family: "trenda bold";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
}
.wrapper .notification .container {
  color: #fff;
  position: relative;
}
.wrapper .notification .container .close {
  background-color: transparent;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -15px 0 0 0;
  border: none;
  cursor: pointer;
  outline: none;
}
.wrapper .notification.top {
  top: 0;
}
.wrapper .notification.bottom {
  bottom: 0;
}
.wrapper .notification.sticky {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  z-index: 9;
}
@media (max-width: 1199px) {
  .wrapper .notification .container {
    padding-left: 30px;
    padding-right: 50px;
  }
}
/**
 * BACKTOP
 *
 * @type component
 */
/** ----------------------------------------------------------------
 *  COMMON - FIRST MOBILE
 */
.backtop {
  background-color: #00abaa;
  font-size: 16px;
  color: #fff;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  -webkit-box-shadow: #007c7d 0px 3px 1px;
  box-shadow: #007c7d 0px 3px 1px;
}
.backtop .ff-icon {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.backtop:hover {
  background-color: #007c7d;
  color: #fff;
  -webkit-box-shadow: #007576 0px 3px 1px;
  box-shadow: #007576 0px 3px 1px;
}
/** ----------------------------------------------------------------
* MEDIA-QUERIES
*/
@media (max-width: 767px) {
  .backtop {
    background-color: rgba(0, 171, 170, 0.75);
    bottom: 10px;
    right: 10px;
  }
  .backtop .ff-icon {
    font-size: 1rem;
  }
}
/**
 * PERSONAL-SPACE
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * SLIDER
 */
.slider {
  position: relative;
}
.slider .slider-item {
  height: auto !important;
  display: block !important;
}
.slider .slider-item h2 {
  font-family: "Korolev Compressed Bold";
  font-size: 70px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 !important;
  margin: 0;
}
.slider .slider-item h2:after {
  background: #fff;
  height: 4px;
  width: 30px;
  display: block;
  margin: auto;
  margin-top: 15px;
  content: "";
}
.slider .slider-item .image-wrap {
  height: 300px;
}
.slider .slider-item .image-wrap img {
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.slider .slider-item .container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 0;
}
.slider .slider-item .wrapper {
  color: #fff;
  height: 100%;
  min-height: 300px;
  text-align: center;
  justify-content: center;
  padding: 25px 0 69px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: static !important;
  flex-direction: column;
  object-fit: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .slider .slider-item h2 {
    padding-bottom: 0;
  }
  .slider .slider-item h2:after {
    display: none;
  }
  .slider .slider-item p {
    display: none;
  }
  .slider .slider-item .wrapper {
    min-height: 200px;
  }
}
.serp article.search form {
  top: -79px;
}
.serp article.search .container {
  padding: 0;
}
.serp .slider .slider-item h2:after {
  display: none;
}
.serp .slider-full-with-arrows .slick-list .slider-item h2,
.serp .slider-full .slick-list .slider-item h2 {
  font-size: 70px;
  line-height: 70px;
}
.slider-mag {
  width: 100%;
  padding: 0;
}
.slider-mag .slider-item h2 {
  z-index: 1;
  font-family: "Satisfy";
  text-transform: initial;
}
.slider-mag .slider-item p {
  z-index: 1;
}
.slider-mag .slider-item .image-wrap img {
  position: absolute;
  z-index: 0;
}
.slider-mag .slider-item .wrapper {
  font-size: 24px;
  max-width: 600px;
  padding: 25px;
}
/** ----------------------------------------------------------------
 * FORM
 */
.name-item {
  font: 15px/1.2em "Trenda Bold", Arial, sans-serif;
  color: #280071;
  margin-bottom: 9px;
  display: block;
}
hr {
  color: rgba(0, 0, 0, 0);
  margin: 30px 0;
}
hr:after {
  background: #dfdfdf;
  height: 1px;
  width: 100%;
  display: block;
  content: "";
}
form div {
  position: relative;
}
.form-eye {
  width: 25px;
  position: absolute;
  right: 10px;
  bottom: 3px;
}
.information-text-blue {
  color: #00abaa;
}
.information-text-blue strong {
  font-weight: initial;
  font-family: "Trenda Bold", Arial, sans-serif;
}
.information-text-rose {
  color: #ef7d7d;
}
.information-text-rose strong {
  font-weight: initial;
  font-family: "Trenda Bold", Arial, sans-serif;
}
.text-uppercase {
  text-transform: uppercase;
}
.link-details {
  color: #ef7d7d;
  font: 16px / 2em;
}
@media (max-width: 991px) {
  .slider .slider-item .image-wrap {
    height: 200px;
  }
  .slider .slider-item .wrapper {
    padding: 25px 25px 28px;
  }
  .serp article.search form {
    top: -28px;
  }
  .serp .slider-full-with-arrows .slick-list .slider-item h2,
  .serp .slider-full .slick-list .slider-item h2 {
    font-size: 48px;
    line-height: 48px;
  }
}
.wrap-personal-space {
  /* LOGIC */
}
.wrap-personal-space .form-personal-space {
  background: #f5f5fa;
  color: #280071;
  padding: 40px 0 0 0;
  /** ----------------------------------------------------------------
    * MEDIA-QUERIES
    */
}
.wrap-personal-space .form-personal-space .form-wrapper {
  background: #fff;
  max-width: 575px;
  padding: 35px 30px;
  margin: auto;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
}
.wrap-personal-space .form-personal-space .form-wrapper form > div {
  margin-top: 15px;
}
.wrap-personal-space .form-personal-space .form-wrapper .choose-card [type="radio"]:checked + label {
  border: 1px solid #808285;
  margin-top: 1px;
}
.wrap-personal-space .form-personal-space .form-wrapper .choose-card [type="radio"] + label {
  font-size: 0;
  vertical-align: top;
  width: 45px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}
.wrap-personal-space .form-personal-space .form-wrapper .choose-card [type="radio"] + label.rbt_label_blue {
  background: url('/visiteurope/assets/css_imgs/01.jpg') no-repeat center / 45px;
}
.wrap-personal-space .form-personal-space .form-wrapper .choose-card [type="radio"] + label.rbt_label_mastercard {
  background: url('/visiteurope/assets/css_imgs/02.jpg') no-repeat center / 45px;
}
.wrap-personal-space .form-personal-space .form-wrapper .choose-card [type="radio"] + label.rbt_label_visa {
  background: url('/visiteurope/assets/css_imgs/03.jpg') no-repeat center / 45px;
}
.wrap-personal-space .form-personal-space .form-wrapper .choose-card [type="radio"] + label::before {
  display: none;
}
.wrap-personal-space .form-personal-space .form-wrapper .name-item {
  font: 15px/1.2em "Trenda Bold", Arial, sans-serif;
  color: #280071;
  margin-bottom: 9px;
  display: block;
}
.wrap-personal-space .form-personal-space .form-wrapper h3 {
  font-size: 36px;
  font-family: "Korolev Compressed Bold", Arial, sans-serif;
  color: #280071;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.wrap-personal-space .form-personal-space .form-wrapper h4 {
  font-size: 18px;
  font-family: "Trenda Bold", Arial, sans-serif;
  color: #00abaa;
}
.wrap-personal-space .form-personal-space .form-wrapper .item-inline {
  display: inline-block;
  width: 150px;
}
.wrap-personal-space .form-personal-space .form-wrapper .required::after {
  color: #ef7d7d;
  content: " *";
}
.wrap-personal-space .form-personal-space .form-wrapper input,
.wrap-personal-space .form-personal-space .form-wrapper label,
.wrap-personal-space .form-personal-space .form-wrapper select {
  color: #280071;
  font: 15px/1.5em "Trenda Regular", Arial, sans-serif;
}
.wrap-personal-space .form-personal-space .form-wrapper select {
  border: 1px solid #ebebf4;
  border-radius: 2px;
  padding: 9px;
}
.wrap-personal-space .form-personal-space .form-wrapper [type="radio"] {
  display: none;
}
.wrap-personal-space .form-personal-space .form-wrapper [type="radio"] + label {
  margin-right: 40px;
}
.wrap-personal-space .form-personal-space .form-wrapper [type="radio"] + label:before {
  background: white;
  vertical-align: sub;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ebebf4;
  border-radius: 10px;
  display: inline-block;
  content: "";
}
.wrap-personal-space .form-personal-space .form-wrapper [type="radio"]:checked + label:before {
  background: url('/visiteurope/assets/css_imgs/input.svg') no-repeat center / 10px;
}
.wrap-personal-space .form-personal-space .form-wrapper [type="checkbox"] {
  display: none;
}
.wrap-personal-space .form-personal-space .form-wrapper [type="checkbox"]:checked + label:before {
  background: url('/visiteurope/assets/css_imgs/check.svg') no-repeat center / 15px;
}
.wrap-personal-space .form-personal-space .form-wrapper [type="checkbox"] + label:before {
  vertical-align: sub;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ebebf4;
  border-radius: 2px;
  display: inline-block;
  content: "";
}
.wrap-personal-space .form-personal-space .form-wrapper .box-zip-code {
  margin-right: 20px;
  display: inline-block;
  width: 100px;
}
.wrap-personal-space .form-personal-space .form-wrapper .box-city {
  width: calc(100% - 125px);
  display: inline-block;
}
.wrap-personal-space .form-personal-space .form-wrapper [type="text"],
.wrap-personal-space .form-personal-space .form-wrapper [type="email"],
.wrap-personal-space .form-personal-space .form-wrapper [type="number"],
.wrap-personal-space .form-personal-space .form-wrapper [type="password"] {
  width: 100%;
  padding: 5px 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #ebebf4;
  color: #280071;
}
.wrap-personal-space .form-personal-space .form-wrapper [type="text"].ipt_indicative,
.wrap-personal-space .form-personal-space .form-wrapper [type="email"].ipt_indicative,
.wrap-personal-space .form-personal-space .form-wrapper [type="number"].ipt_indicative,
.wrap-personal-space .form-personal-space .form-wrapper [type="password"].ipt_indicative,
.wrap-personal-space .form-personal-space .form-wrapper [type="text"].ipt_zip-code,
.wrap-personal-space .form-personal-space .form-wrapper [type="email"].ipt_zip-code,
.wrap-personal-space .form-personal-space .form-wrapper [type="number"].ipt_zip-code,
.wrap-personal-space .form-personal-space .form-wrapper [type="password"].ipt_zip-code,
.wrap-personal-space .form-personal-space .form-wrapper [type="text"] label[for="ipt_zip-code"],
.wrap-personal-space .form-personal-space .form-wrapper [type="email"] label[for="ipt_zip-code"],
.wrap-personal-space .form-personal-space .form-wrapper [type="number"] label[for="ipt_zip-code"],
.wrap-personal-space .form-personal-space .form-wrapper [type="password"] label[for="ipt_zip-code"] {
  width: 100px;
  margin-right: 20px;
  display: inline-block;
}
.wrap-personal-space .form-personal-space .form-wrapper [type="text"].ipt_phone,
.wrap-personal-space .form-personal-space .form-wrapper [type="email"].ipt_phone,
.wrap-personal-space .form-personal-space .form-wrapper [type="number"].ipt_phone,
.wrap-personal-space .form-personal-space .form-wrapper [type="password"].ipt_phone {
  width: calc(100% - 125px);
  max-width: 250px;
  display: inline-block;
}
.wrap-personal-space .form-personal-space .form-wrapper [type="text"].ipt_city,
.wrap-personal-space .form-personal-space .form-wrapper [type="email"].ipt_city,
.wrap-personal-space .form-personal-space .form-wrapper [type="number"].ipt_city,
.wrap-personal-space .form-personal-space .form-wrapper [type="password"].ipt_city {
  display: inline-block;
}
.wrap-personal-space .form-personal-space .form-wrapper .password-wrapper {
  position: relative;
}
.wrap-personal-space .form-personal-space .form-wrapper .ipt_password {
  padding-right: 35px;
}
.wrap-personal-space .form-personal-space .form-wrapper .ipt_password + .btn-unmask-password {
  background: url('/visiteurope/assets/css_imgs/eye.svg') no-repeat center center / 15px;
  height: 100%;
  width: 20px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
}
.wrap-personal-space .form-personal-space .form-wrapper [type="email"]:valid {
  background: url('/visiteurope/assets/css_imgs/check.svg') no-repeat right 10px center / 15px;
  padding-right: 35px;
}
.wrap-personal-space .form-personal-space .form-wrapper [type="submit"] {
  background-color: #00abaa;
  color: #fff;
  font: 14px/1em "Trenda Bold", Arial, sans-serif;
  text-transform: uppercase;
  padding: 14px 15px;
  width: 100%;
  border: 0;
  display: inline-block;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.25s;
}
.wrap-personal-space .form-personal-space .form-wrapper [type="submit"]:hover,
.wrap-personal-space .form-personal-space .form-wrapper [type="submit"]:active,
.wrap-personal-space .form-personal-space .form-wrapper [type="submit"]:focus {
  background: #007c7d;
  color: #fff;
}
.wrap-personal-space .form-personal-space > p {
  color: #280071;
  font: 13px/16px "Trenda Regular", Arial, sans-serif;
  max-width: 636px;
  margin: 30px auto 0;
}
.wrap-personal-space .form-personal-space > p span {
  color: #ef7d7d;
}
.wrap-personal-space .form-personal-space + article.reassurance {
  padding: 35px 0 43px;
}
.wrap-personal-space .form-personal-space .phone-box {
  margin-left: 35px;
}
.wrap-personal-space .form-personal-space .ipt_favourites-destinations,
.wrap-personal-space .form-personal-space .ipt_start-airport {
  width: 100%;
}
.wrap-personal-space .form-personal-space hr {
  border: 0;
}
.wrap-personal-space .form-personal-space .form-wrapper .birth-date .elt_select {
  display: inline-block;
  width: 100px;
  margin: 0 10px 0 0;
}
.wrap-personal-space .form-personal-space .form-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  background: #00abaa;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 5px;
}
.wrap-personal-space .form-personal-space .form-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  margin: 0 5px 0 10px;
}
.wrap-personal-space .form-personal-space .form-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  color: #fff;
  content: "";
  vertical-align: middle;
  margin: 0 0 0 8px;
}
.wrap-personal-space .form-personal-space .form-wrapper .chosen-container .chosen-results .result-selected {
  background: transparent;
  color: #ccc;
  padding: 12.5px 17px 12.5px 10px;
  margin: 0;
  font-family: "Trenda Regular", Arial, sans-serif;
}
.wrap-personal-space .form-personal-space .form-wrapper .chosen-container-multi {
  padding: 10px 40px 10px 10px;
}
@media screen and (max-width: 991px) {
  .wrap-personal-space .form-personal-space {
    padding: 0 10px 10px 10px;
  }
  .wrap-personal-space .form-personal-space > p {
    margin: 15px auto;
  }
  .wrap-personal-space .form-personal-space .form-wrapper .item-inline {
    width: 75px;
  }
  .wrap-personal-space .form-personal-space .form-wrapper [type="radio"] + label {
    margin-right: 20px;
  }
  .wrap-personal-space .form-personal-space .form-wrapper [type="radio"] + label::before {
    margin-right: 5px;
  }
}
.wrap-personal-space .advantages-wrapper .btn-open-sponsorships {
  background-color: #00abaa;
}
.wrap-personal-space .advantages-wrapper .btn-open-sponsorships:hover,
.wrap-personal-space .advantages-wrapper .btn-open-sponsorships:active,
.wrap-personal-space .advantages-wrapper .btn-open-sponsorships:focus {
  background: #007c7d;
  color: #fff;
}
.wrap-personal-space .advantages-wrapper .popin-sponsorships .offer {
  font-size: 16px;
  color: #280071;
  font-family: "Trenda Bold", Arial, sans-serif;
  line-height: 1.5;
}
.wrap-personal-space .advantages-wrapper .popin-sponsorships .offer .next-offer {
  color: #00abaa;
  font-family: "Trenda Bold", Arial, sans-serif;
}
.wrap-personal-space .advantages-wrapper .popin-sponsorships .popin-content {
  max-width: 470px;
}
.wrap-personal-space .advantages-wrapper .popin-sponsorships .popin-title {
  font-size: 36px;
  font-family: "Korolev Compressed Bold";
  color: #280071;
  text-align: center;
  text-transform: uppercase;
}
.wrap-personal-space .advantages-wrapper .popin-sponsorships .lbl-email {
  font-size: 15px;
  font-family: "Trenda Bold", Arial, sans-serif;
  color: #280071;
  display: block;
  margin: 0 0 10px 0;
}
.wrap-personal-space .advantages-wrapper .popin-sponsorships [type="email"] {
  width: 100%;
  padding: 5px 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #ebebf4;
  color: #280071;
}
.wrap-personal-space .advantages-wrapper .popin-sponsorships [type="email"]:valid {
  background: url('/visiteurope/assets/css_imgs/check.svg') no-repeat right 10px center / 15px;
  padding-right: 35px;
}
.wrap-personal-space .advantages-wrapper .popin-sponsorships [type="submit"] {
  background-color: #00abaa;
  color: #fff;
  font: 14px/1em "Trenda Bold", Arial, sans-serif;
  text-transform: uppercase;
  padding: 14px 15px;
  width: 100%;
  border: 0;
  display: inline-block;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.25s;
}
.wrap-personal-space .advantages-wrapper .popin-sponsorships [type="submit"]:hover,
.wrap-personal-space .advantages-wrapper .popin-sponsorships [type="submit"]:active,
.wrap-personal-space .advantages-wrapper .popin-sponsorships [type="submit"]:focus {
  background: #007c7d;
  color: #fff;
}
.wrap-personal-space .advantages-wrapper .popin-sponsorships .item {
  margin: 0 0 20px 0;
}
.wrap-personal-space .advantages-wrapper .popin-sponsorships .item:first-child {
  margin: 0 0 30px 0;
}
.wrap-personal-space .advantages-wrapper .popin-sponsorships .item:last-child {
  margin: 0;
}
.wrap-personal-space .nav-personal-space {
  background: #f5f5fa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  /** ----------------------------------------------------------------
    * MEDIA QUERIES
    */
}
.wrap-personal-space .nav-personal-space.sticky {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
  z-index: 7;
}
.wrap-personal-space .nav-personal-space ul {
  background: #280071;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.wrap-personal-space .nav-personal-space ul li {
  font-family: "Trenda Bold", Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.wrap-personal-space .nav-personal-space:hover,
.wrap-personal-space .nav-personal-space:focus,
.wrap-personal-space .nav-personal-space .selected {
  color: #00abaa;
}
.wrap-personal-space .nav-personal-space .button-menu {
  height: 60px;
  position: absolute;
  right: 0;
  width: 60px;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .wrap-personal-space .nav-personal-space {
    padding: 10px;
  }
  .wrap-personal-space .nav-personal-space .button-menu::after {
    content: "\e90c";
    font-family: 'visit-europe' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 26px;
  }
  .wrap-personal-space .nav-personal-space .is-open .button-menu::after {
    content: "\e90d";
  }
  .wrap-personal-space .nav-personal-space .tabs li:not(.selected) {
    display: none;
  }
  .wrap-personal-space .nav-personal-space ul {
    display: block;
    cursor: pointer;
  }
  .wrap-personal-space .nav-personal-space ul.is-open li {
    display: block !important;
  }
  .wrap-personal-space .nav-personal-space ul li {
    width: 100%;
  }
  .wrap-personal-space .nav-personal-space ul li.active {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .wrap-personal-space .nav-personal-space .is-open .button-menu::after {
    content: "\e90d";
  }
  .wrap-personal-space .nav-personal-space ul {
    display: block;
    cursor: pointer;
    overflow: hidden;
    height: 48px;
  }
  .wrap-personal-space .nav-personal-space ul.is-open {
    height: auto;
    overflow: visible;
  }
  .wrap-personal-space .nav-personal-space ul.is-open li {
    display: block;
  }
}
.wrap-personal-space .tabs-initialized .tab-content {
  display: none;
}
.wrap-personal-space .tabs-initialized .tab-content.selected {
  display: block;
}
.wrap-personal-space .tabs-initialized .tab-content .title-tab {
  display: none;
}
.is-mobile .wrap-personal-space .form-personal-space input:not([type="submit"]),
.is-tablet .wrap-personal-space .form-personal-space input:not([type="submit"]) {
  -webkit-appearance: none;
  border: 1px solid #ebebf4;
  padding: 9px !important;
}
.is-mobile .wrap-personal-space .form-personal-space .form-wrapper select,
.is-tablet .wrap-personal-space .form-personal-space .form-wrapper select {
  border: 0;
}
.is-mobile .wrap-personal-space .form-personal-space .form-wrapper .birth-date .elt_select,
.is-tablet .wrap-personal-space .form-personal-space .form-wrapper .birth-date .elt_select {
  display: inline-block;
  width: 31.5%;
  margin: 0 0 0 0;
}
.is-mobile .popin-sponsorships input[type="email"],
.is-tablet .popin-sponsorships input[type="email"] {
  -webkit-appearance: none;
  border: 1px solid #ebebf4;
  padding: 9px !important;
}
/**
 * CONTACT FORM
 *
 * @type component
 */
.cpt-contact {
  background: #f5f5fa;
  color: #280071;
  padding: 1px 40px 140px;
}
.cpt-contact .form-wrapper {
  background: #fff;
  max-width: 575px;
  padding: 35px 30px;
  margin: auto;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
}
.cpt-contact .form-wrapper.phone {
  text-align: center;
  margin: 20px auto 30px;
}
.cpt-contact .form-wrapper.phone .edito {
  line-height: 30px;
}
.cpt-contact .title {
  font-size: 36px;
  text-align: center;
}
.cpt-contact .lbl {
  font: 15px/1.2em "Trenda Bold", Arial, sans-serif;
  color: #280071;
  margin-bottom: 9px;
  display: block;
}
.cpt-contact .form-control {
  width: 100%;
  padding: 5px 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
}
.cpt-contact .phoneBox {
  display: flex;
  flex-direction: row;
}
.cpt-contact .phoneBox .indicative {
  width: 100px;
  margin-right: 20px;
  display: inline-block;
}
.cpt-contact select.form-control {
  padding: 12px 9px;
}
.cpt-contact .login-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.cpt-contact .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px 10px 0 0;
}
.cpt-contact .newsletter {
  display: none;
}
.cpt-contact .bg-image {
  height: 700px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background-size: cover;
}
.cpt-contact .btn-blue {
  background: #00abaa;
  color: #fff;
  font: 14px/1em "Trenda Bold", Arial, sans-serif;
  text-transform: uppercase;
  padding: 14px 15px;
  height: 42px;
  width: 100px;
  border: 0;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  transition: background 0.25s;
}
.cpt-contact .btn-blue:hover {
  background: #007576;
}
.cpt-contact .elt_message {
  display: block;
  margin: 25px 0 0 0;
}
.cpt-contact [type="checkbox"] {
  display: none;
}
.cpt-contact [type="checkbox"]:checked + label:before {
  background: url('/visiteurope/assets/css_imgs/check.svg') no-repeat center / 15px;
}
.cpt-contact [type="checkbox"] + label:before {
  vertical-align: sub;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ebebf4;
  border-radius: 2px;
  display: inline-block;
  content: "";
}
.cpt-contact .form-wrapper .required:after {
  color: #ef7d7d;
  content: " *";
}
.cpt-contact .required-field {
  font-family: "Trenda Regular";
  color: #ef7d7d;
  font-size: 15px;
  margin: 0 0 15px;
}
.cpt-contact textarea::placeholder {
  color: #b7b3c2;
  font-family: "Trenda Regular";
  font-size: 15px;
}
/** ----------------------------------------------------------------
* MEDIA-QUERIES
*/
@media (max-width: 767px) {
  .cpt-contact {
    padding: 1px 10px 20px;
  }
}
.form-personal-space .newsletter-popin .popin-content {
  max-width: 700px;
}
.form-personal-space .newsletter-popin .popin-title {
  font-size: 36px;
  font-family: "Korolev Compressed Bold";
  color: #280071;
  text-align: center;
  text-transform: uppercase;
}
.form-personal-space .chosen-container .chosen-choices .search-field:only-child input {
  width: 259px !important;
}
.form-personal-space .form-wrapper .checkboxLabel [type="checkbox"] + label:before {
  border: 1px solid #808080;
}
.wrap-personal-space .form-personal-space .form-wrapper [type="email"] {
  border: 1px solid #808080;
  outline: none 0;
}
.contact-slider .slider-item .wrapper {
  padding: 25px 0 25px;
}
.contact-slider .slider-item .wrapper h2:after {
  display: none;
}
.reassurance:before {
  background: #f5f5fa;
}
@media (max-width: 767px) {
  .contact-slider .slider-item .wrapper h2 {
    font-size: 48px;
  }
}
