@charset "UTF-8";
/**
 * SERP
 *
 * @type pages
 */
/**
 * MIXIN BORDER
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN CLAMP
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN FLEX
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * RESET INPUT
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/*
 * MIXIN SCROLLBAR
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * TRANSFORM
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * TRANSITION
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN SIZE
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * NORMALIZE
 *
 * @type base
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css";
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * BLOCK
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.hidden {
  display: none !important;
}

.visibility-hidden {
  visibility: hidden;
}

.break {
  clear: both;
  display: block;
}

.x-cross {
  cursor: pointer;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

/**
 * CURSOR
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.wait {
  cursor: wait !important;
}

.is-collapse, .cpt-top-result .top-result-wrapper .btn-wrapper [class*="elem-button--"] {
  cursor: pointer;
}

/**
 * IMAGE
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
img.full {
  width: 100%;
}

/**
 * RESET
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.reset-button {
  background: transparent;
  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;
}

.reset-input {
  border: 0 none;
}

.reset-input:focus {
  outline: 0;
}

.reset-input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

::-webkit-search-decoration {
  display: none;
}

/**
 * TYPE
 *
 * $type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.ellipsis {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.inline {
  display: inline;
}

.link-decoration {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.link-decoration:hover {
  text-decoration: none;
}

.unlink,
.unlink-group > a {
  color: inherit;
  text-decoration: none;
}

small,
.small {
  font-size: 80%;
}

.large {
  font-size: 120%;
}

/**
 * VARIABLES
 *
 * $type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/*! HAVAS CATALOG */
/** ----------------------------------------------------------------
 * COLOR
 */
/** ----------------------------------------------------------------
 * TYPE
 */
/** ----------------------------------------------------------------
 * SPACING
 */
/** ----------------------------------------------------------------
 * LAYOUT
 */
/** ----------------------------------------------------------------
 * PLUGINS
 */
/**
 * BOOTSTRAP
 *
 * @type specific
 */
/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1360px) {
  .container {
    max-width: 1324px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1360px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1360px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1360px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1360px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/**
 * FONTS
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
@font-face {
  font-family: "Icon havas";
  src: url("/havas/assets/fonts/havas-icon.eot?#iefix") format("embedded-opentype"), url("/havas/assets/fonts/havas-icon.woff") format("woff"), url("/havas/assets/fonts/havas-icon.ttf") format("truetype"), url("/havas/assets/fonts/havas-icon.svg#Icon havas") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("/havas/assets/fonts/Montserrat-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("/havas/assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("/havas/assets/fonts/Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("/havas/assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("/havas/assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "GothamLight";
  src: url("/havas/assets/fonts/GothamLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "GothamBook";
  src: url("/havas/assets/fonts/GothamBook.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "GothamLight";
  src: url("/havas/assets/fonts/GothamLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

/**
 * LAYOUT
 *
 * $type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body {
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

.is-clickable {
  cursor: pointer;
}

body.no-scroll {
  overflow: hidden;
}

body.no-scroll.is-mobile, body.no-scroll.is-tablet {
  position: fixed;
  width: 100%;
}

.main-layout {
  position: relative;
}

.main-layout .container {
  background-color: #fff;
}

.page-package .main-layout .container,
.page-serp .main-layout .container {
  max-width: 100%;
}

.main-layout .container-fluid {
  padding: 0;
  background-color: #fff;
  position: relative;
}

.is-loading {
  background: #fff url("/havas/assets/css_imgs/loader/slick.gif") center center no-repeat;
}

.page-destination .first-module {
  margin-top: 0;
}

.super-panel-active .cpt-header,
.se-layout-panel-active .cpt-header {
  z-index: 1;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .page-package .main-layout .container,
  .page-serp .main-layout .container {
    max-width: 1324px;
  }
  .main-layout .container .bigger-padding {
    padding-inline-start: 45px;
  }
}

/**
 * COLOR
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.primary {
  color: #199bd7;
}

.secondary {
  color: #33bce9;
}

.tertiary {
  color: #396298;
}

.unused {
  color: #aaa;
}

.bg-primary, .elem-tag.bg-tag-primary {
  background-color: #199bd7;
}

.bg-secondary {
  background-color: #33bce9;
}

.bg-tertiary {
  background-color: #396298;
}

/**
 * HEADING
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
h1, h2, h3,
h4, h5, h6 {
  font-weight: normal;
}

.h1-like {
  font: 700 normal 30.848px "Montserrat-Regular", Arial, sans-serif;
  line-height: 1.25;
}

.h2-like {
  font: normal 24px "Montserrat-Regular", Arial, sans-serif;
  color: #199bd7;
  text-transform: uppercase;
  margin: 60px 0 30px;
  position: relative;
}

.h3-like {
  font: normal 16px "Montserrat-Regular", Arial, sans-serif;
  line-height: 1.136;
  color: #199bd7;
}

.h4-like {
  font: normal 16px "Montserrat-Regular", Arial, sans-serif;
  line-height: 1.111;
  text-transform: uppercase;
  color: #199bd7;
  margin: 30px 0 16px;
}

.h5-like {
  font: normal 14px "Montserrat-Regular", Arial, sans-serif;
}

.h6-like {
  font: 700 normal 14px "Montserrat-Regular", Arial, sans-serif;
}

h2 {
  color: #000 !important;
}

h3 {
  color: #000 !important;
}

/**
 * LIST
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * 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;
}

/**
 * POSITION
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.position-top-1 {
  top: 10px;
  z-index: 1;
}

.position-top-2 {
  top: 70px;
  z-index: 1;
}

.position-top-3 {
  top: 75px;
  z-index: 1;
}

/**
 * SHADOW
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.shadow-box, .elem-select-choosen .chosen-drop, .cpt-step-navigation .btns-navigation button[id*="btn-prev"] {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

/**
 * FORM
 *
 * $type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
input,
select,
textarea {
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
}

::placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

/**
 * ANIMATION
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.fade-in-init {
  opacity: 0;
}

.fade-in {
  opacity: 1;
  transition: opacity 500ms;
}

/* Slider */
.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;
}

.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;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/havas/assets/css_imgs/loader/slick.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/havas/assets/fonts/slick.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  padding: 0;
}

.slick-dots {
  position: relative;
  bottom: inherit;
  text-align: center;
  padding: 15px 0 0 0;
  margin: 0;
  width: 100%;
  line-height: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin: 0 4px 0 0;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-family: "slick";
  font-size: 6px;
  line-height: 12px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! 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%;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  user-select: none;
  outline: none;
  width: 100% !important;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.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: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 18px;
  height: 55px;
  line-height: 54px;
  border: 1px solid #9F9FA1;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 none;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/havas/assets/css_imgs/chosen/chosen-empty.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #000 transparent transparent;
  border-width: 8px 6px 0;
  position: absolute;
  top: 25px;
  right: 15px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("/havas/assets/css_imgs/chosen/chosen-empty.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 400px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -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: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.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"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  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: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/havas/assets/css_imgs/chosen/chosen-empty.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.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;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("/havas/assets/css_imgs/chosen/chosen-empty.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/havas/assets/css_imgs/chosen/chosen-empty.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/**
 * REACT DAY PICKER
 *
 * @type vendor
 */
/* DayPicker styles */
.DayPicker {
  display: inline-block;
  font-size: 1rem;
}

.DayPicker-wrapper {
  position: relative;
  flex-direction: row;
  padding-bottom: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;
  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC");
}

.DayPicker-NavButton--next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==");
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5em;
}

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer;
}

/* Default modifiers */
.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */
.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  background-color: #4A90E2;
  color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
}

/* DayPickerInput */
.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/**
 * REACT DAY PICKER THEME
 *
 * @type vendor
 */
/** ----------------------------------------------------------------
 * THEME
 */
/** ----------------------------------------------------------------
 * OVERRIDE
 */
.DayPicker-Caption {
  color: #199bd7;
  text-align: center;
  text-transform: capitalize;
}

.DayPicker-NavButton {
  color: #888;
}

.DayPicker-NavButton:before {
  font: normal 14px "Icon havas";
  color: #000;
  width: 16px;
  height: 16px;
  display: block;
  content: "v";
}

.DayPicker-NavButton--prev {
  background-image: none;
  left: 1.5em;
}

.DayPicker-NavButton--prev:before {
  transform: rotate(-180deg) translateY(-2px);
}

.DayPicker-NavButton--next {
  background-image: none;
  right: 1.5em;
  left: auto;
}

.DayPicker-NavButton--next:before {
  transform: translateY(4px);
}

.DayPicker-Month {
  width: calc(100% - 2em);
}

.DayPicker-Weekday {
  color: #444;
}

.DayPicker-WeekNumber {
  color: #888;
  border-right: 1px solid #eee;
}

.DayPicker-TodayButton {
  color: #000;
}

.DayPicker-Day {
  border-radius: 0;
}

.DayPicker-Day--today {
  color: #199bd7;
}

.DayPicker-Day--outside {
  color: #444;
}

.DayPicker-Day--disabled {
  cursor: default;
}

.DayPicker-Day--start {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.DayPicker-Day--end {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
  background-color: #199bd7;
  color: #fff;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  background-color: #199bd7;
  color: #fff;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #199bd7;
  color: #fff;
}

.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #199bd7;
  color: #fff;
  border-radius: 2px;
}

.DayPickerInput-Overlay {
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

/**
 * REACT DAY PICKER THEME
 *
 * @type vendor
 */
/** ----------------------------------------------------------------
 * THEME
 */
/**
 * REACT SELECT THEMES
 *
 * @type vendor
 */
/**
 * BUTTON
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
[class*="elem-button--"] {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font: 14px "Montserrat-Regular", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  border-radius: 15px;
  padding: 16px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

[class*="elem-button--"]:hover {
  text-decoration: none;
}

[class*="elem-button--"].align-left {
  text-align: left;
}

[class*="elem-button--"].disabled {
  background: #ccc;
  cursor: no-drop;
}

.elem-button--default {
  border: 1px solid #bbb;
  background: #9ea0a6;
  color: #fff;
}

.elem-button--default:hover {
  background: #fff;
  color: #9ea0a6;
}

.elem-button--primary {
  border: 1px solid transparent;
  background: #199bd7;
  color: #fff;
}

.elem-button--primary:hover {
  border: 1px solid #199bd7;
  background: #fff;
  color: #199bd7;
}

.elem-button--primary.loader-active {
  color: #199bd7;
  cursor: inherit;
  position: relative;
}

.elem-button--primary.loader-active:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  content: "";
  background-color: #199bd7;
}

.elem-button--primary.loader-active:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 18px;
  background: url("/havas/assets/css_imgs/loader/loader.svg");
  content: "";
  color: #fff;
  z-index: 99;
  margin-left: -40px;
  margin-top: -9px;
}

.elem-button--primary.loader-active:hover {
  background: #199bd7;
  color: #199bd7;
}

.elem-button--primary-invert {
  border: 1px solid #199bd7;
  background: #fff;
  color: #199bd7;
}

.elem-button--primary-invert:hover {
  border: 1px solid #fff;
  background: #199bd7;
  color: #fff;
}

.elem-button--primary-alt {
  border: 1px solid transparent;
  background: #b20d30;
  color: #fff;
}

.elem-button--primary-alt:hover {
  border: 1px solid #b20d30;
  background: #fff;
  color: #b20d30;
}

.elem-button--primary-alt.loader-active {
  color: #b20d30;
  cursor: inherit;
  position: relative;
}

.elem-button--primary-alt.loader-active:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #b20d30;
  z-index: 98;
}

.elem-button--primary-alt.loader-active:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 18px;
  content: "";
  background: url("/havas/assets/css_imgs/loader/loader.svg");
  color: #fff;
  margin-left: -40px;
  margin-top: -9px;
  z-index: 99;
}

.elem-button--primary-alt.loader-active:hover {
  background: #b20d30;
  color: #b20d30;
}

.elem-button--primary-alt-invert {
  border: 1px solid #b20d30;
  background: #fff;
  color: #b20d30;
}

.elem-button--primary-alt-invert:hover {
  border: 1px solid #b20d30;
  background: #b20d30;
  color: #fff;
}

.elem-button--secondary {
  border: 1px solid transparent;
  background: #33bce9;
  color: #fff;
}

.elem-button--secondary:hover {
  border: 1px solid #33bce9;
  background: #fff;
  color: #33bce9;
}

.elem-button--tertiary {
  border: 1px solid transparent;
  background: #396298;
  color: #fff;
}

.elem-button--tertiary:hover {
  border: 1px solid #396298;
  background: #fff;
  color: #396298;
}

.elem-button--tertiary.loader-active {
  color: #396298;
  cursor: inherit;
  position: relative;
}

.elem-button--tertiary.loader-active:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  content: "";
  background-color: #396298;
}

.elem-button--tertiary.loader-active:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 18px;
  background: url("/havas/assets/css_imgs/loader/loader.svg");
  content: "";
  color: #fff;
  z-index: 99;
  margin-left: -40px;
  margin-top: -9px;
}

.elem-button--tertiary.loader-active:hover {
  background: #199bd7;
  color: #199bd7;
}

.elem-button--flash-sales {
  border: 1px solid transparent;
  background: #F2115D;
  color: #fff;
}

.elem-button--flash-sales:hover {
  border: 1px solid #F2115D;
  background: #fff;
  color: #F2115D;
}

.elem-button--flash-sales.loader-active {
  color: #F2115D;
  cursor: inherit;
  position: relative;
}

.elem-button--flash-sales.loader-active:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #F2115D;
  z-index: 98;
}

.elem-button--flash-sales.loader-active:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 18px;
  background: url("/havas/assets/css_imgs/loader/loader.svg");
  content: "";
  color: #fff;
  z-index: 99;
  margin-left: -40px;
  margin-top: -9px;
}

.elem-button--flash-sales.loader-active:hover {
  background: #F2115D;
  color: #F2115D;
}

.elem-button--arrow {
  border: 1px solid #ccc;
  background-color: #fff;
  height: 30px;
  width: 45px;
  padding: 0;
  border-radius: 0;
  position: relative;
}

.elem-button--arrow .elem-ff-icon, .elem-button--arrow .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .elem-button--arrow .chosen-search {
  font-size: 6px;
  color: #555;
  vertical-align: middle;
  position: absolute;
  top: 38%;
}

.elem-button--arrow.arrow-prev {
  transform: rotate(-180deg);
}

.elem-button--clear {
  background-color: transparent;
  text-transform: none;
  padding: 0;
}

.elem-button--disabled {
  background: #ccc;
  cursor: no-drop;
}

/** ----------------------------------------------------------------
 * LAYOUT
 */
.btn-group-block [class*="elem-button--"] {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.btn-group-list [class*="elem-button--"] {
  margin: 10px 0;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-align-label {
  margin-top: 18px;
}

.btn-no-radius {
  border-radius: 0;
}

.btn-large {
  font-size: 20.3px;
  padding: 11px 16px 10px;
}

.btn-large:after {
  font-size: 24px;
}

.btn-small {
  font-size: 14px;
  padding: 4px 16px 5px;
}

.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: "";
}

/**
 * ICON
 *
 * $type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-ff-icon, .elem-select-choosen .chosen-drop .chosen-search {
  font-weight: normal !important;
  font-style: normal !important;
  font-family: "Icon havas" !important;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.elem-ff-icon:before, .elem-select-choosen .chosen-drop .chosen-search:before {
  content: attr(data-icon);
}

/**
 * ICON
 *
 * $type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
[class^="ico-serp-"]:before {
  content: "\6f";
}

.ico-serp-adult-only:before {
  content: "\e906";
}

.ico-serp-circuits-autocar:before, .ico-serp-camping-car:before, .ico-serp-4x4:before {
  content: "\5c";
}

.ico-serp-autotour:before, .ico-serp-CPV:before {
  content: "\60";
}

.ico-serp-baby-club:before, .ico-serp-mini-club:before, .ico-serp-club-ados:before {
  content: "\b2";
}

.ico-serp-club-aquatique:before {
  content: "\5e";
}

.ico-serp-golf:before {
  content: "\7b";
}

.ico-serp-marches-noel:before, .ico-serp-noel:before {
  content: "\5b";
}

.ico-serp-plongee.before {
  content: "\40";
}

.ico-serp-Piscine:before, .ico-serp-piscine-interieure:before {
  content: "\3d";
}

.ico-serp-pieds-dans-leau:before {
  content: "\7e";
}

.ico-serp-ski-pieds:before, .ico-serp-PMS.before {
  content: "\7c";
}

.ico-serp-thalasso:before, .ico-serp-thalasso-etranger:before {
  content: "\30";
}

/**
 * EDITO
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-edito a {
  color: #efefef;
}

/**
 * PRICE
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-price-wrap {
  text-align: right;
}

.elem-price-wrap .price {
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  font-size: 28px;
  color: #199bd7;
  line-height: 1;
}

.elem-price-wrap .price-mention {
  font-family: "Montserrat-Medium", Arial, sans-serif;
  font-size: 16px;
  color: #199bd7;
  line-height: 1;
}

.elem-price-wrap .from {
  font-size: 12px;
  color: #b7b7b7;
}

.elem-price-wrap .brochure-price {
  font-family: "Montserrat-Regular", Arial, sans-serif;
  font-size: 12px;
  font-size: 12px;
  color: #545454;
  margin-block-start: 2px;
}

.elem-price-wrap .brochure-price .line-through {
  text-decoration: line-through;
}

.elem-price-wrap.flash-sales .price {
  color: #F2115D;
}

.elem-price-wrap.flash-sales .from,
.elem-price-wrap.flash-sales .brochure-price {
  color: #fff;
}

/**
 * REDUCTION RATE
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.price-reduction {
  position: absolute;
  top: 65px;
  right: 10px;
  background-color: #fdb92a;
  font-size: 16px;
  color: #fff;
  padding: 2px 10px;
  border-radius: 15px;
}

.cpt-pushing-traveler .price-reduction {
  inset-block-start: 80px;
}

.calendar .price-reduction {
  font-size: 12px;
  inset-block-start: 2px;
  inset-inline-start: 2px;
  inline-size: 38px;
}

.sticky-top .cpt-package-information .price-reduction {
  inset-block-start: inherit;
  inset-block-end: 10px;
  font-size: 14px;
}

.booking-list .line .price-reduction {
  font-size: 12px;
  inset-block-start: 12px;
  inset-inline-end: 120px;
}

.booking-list .line.simple-line .price-reduction {
  inset-block-start: 7px;
  inset-inline-end: 100px;
}

/**
 * PROGRESS BAR
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-progress-bar .bar {
  width: 90px;
  height: 4px;
  background-color: #dadada;
  display: inline-block;
  position: relative;
}

.elem-progress-bar .bar .inner-bar {
  width: 0;
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.elem-progress-bar .rate {
  font-size: 16px;
  margin-left: 5px;
}

/**
 * TAG
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-tag {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 12px;
  color: #fff;
  margin-right: 5px;
  padding: 3px 16px;
  display: inline-block;
}

.elem-tag.is-ellipsis {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.elem-tag .delete-tag {
  font-size: 8px;
  margin-left: 5px;
  cursor: pointer;
}

.elem-tag.bg-tag-gray {
  background-color: #ccc;
}

.elem-tag.bg-tag-orange {
  background-color: #e78665;
}

.elem-tag .ico-more {
  display: none;
  margin-left: 5px;
  font-size: 8px;
}

.elem-tag.add-tag {
  background-color: #949494;
}

.elem-tag.add-tag .ico-more {
  display: inline-block;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .elem-tag {
    padding: 5px 16px;
  }
}

/**
 * IMAGE
 *
 * @type element
 */
/**
 * STYLES
 *
 * @type variable
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-image {
  margin: 0;
  position: relative;
}

.elem-image.size-100 {
  width: 100%;
  height: 100%;
}

.elem-image:not(.logo) img {
  width: 100%;
  height: 100%;
  background-color: transparent;
  vertical-align: top;
  object-fit: cover;
  display: inline-block;
}

.elem-image .overlay-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.elem-image .overlay-image.overlay-white {
  background-color: rgba(255, 255, 255, 0.4);
}

/**
 * IMAGE WRAP
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-image-wrap {
  margin: 0;
}

.elem-image-wrap img {
  width: 100%;
  height: 100%;
  background-color: #199bd7;
  vertical-align: top;
  object-fit: cover;
  display: block;
}

.elem-image-wrap .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.elem-image-wrap .img-overlay.color-overlay-black {
  background-color: rgba(0, 0, 0, 0.4);
}

.elem-image-wrap .img-overlay.color-overlay-white {
  background-color: rgba(255, 255, 255, 0.4);
}

/**
 * TITLE ICON
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-title-icon {
  background-color: #199bd7;
  text-align: center;
  min-width: 60px;
  max-width: 80px;
  height: 90px;
  margin-right: 20px;
  padding: 10px 5px 5px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.elem-title-icon .elem-image-wrap {
  width: 25px;
  height: auto;
  margin: auto;
}

.elem-title-icon .title-icon-text {
  font-size: 12px;
  color: #fff;
  margin: auto;
}

/**
 * ARROW ORDER BY
 *
 * @type elements
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-arrow-order-by {
  width: 25px;
  display: inline-block;
}

.elem-arrow-order-by .btn-up,
.elem-arrow-order-by .btn-down {
  color: #717171;
  font-size: 10px;
  margin-left: 0;
  display: inline-block;
}

.elem-arrow-order-by .btn-up:hover, .elem-arrow-order-by .btn-up:focus, .elem-arrow-order-by .btn-up.active,
.elem-arrow-order-by .btn-down:hover,
.elem-arrow-order-by .btn-down:focus,
.elem-arrow-order-by .btn-down.active {
  color: #199bd7;
}

.elem-arrow-order-by .btn-up {
  transform: rotate(-90deg);
}

.elem-arrow-order-by .btn-down {
  transform: rotate(90deg);
}

/**
 * ELEM HOTEL STARS
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-hotel-stars sup {
  font-size: 9px;
  position: relative;
  top: -11px;
}

/**
 * TITLEANDSUBTITLE
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-title-and-subtitle .style {
  font-size: 30px;
  margin: 0 0 5px;
  color: #222;
}

.elem-title-and-subtitle .subtitle {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 300;
  margin: 0 0 15px;
  color: #199bd7;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .elem-title-and-subtitle .style {
    font-size: 36px;
  }
  .elem-title-and-subtitle .subtitle {
    font-size: 26px;
  }
}

/**
 * TITLE LIGHT
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-title-light .title {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 20px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .elem-title-light .title {
    font-size: 30px;
  }
}

/**
 * NOTE
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-note {
  font-size: 14px;
  margin-left: 5px;
}

/**
 * BURGER
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/* ICON BURGER */
.elem-icon-burger {
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
}

.elem-icon-burger:before, .elem-icon-burger:after {
  width: 20px;
  height: 3px;
  background: #fff;
  display: block;
  content: "";
  transition: all 0.3s;
}

.elem-icon-burger:before {
  position: absolute;
  top: 0;
  left: 0;
}

.elem-icon-burger:after {
  position: absolute;
  bottom: 0;
  left: 0;
}

.elem-icon-burger .middle-bar {
  width: 15px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  transform: translateY(-50%);
  transition: all 0.3s;
}

/**
 * ICON WRAP
 *
 * @type elements
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.icon-border {
  width: 30px;
  height: 30px;
  border: 1px solid #c8dbe8;
  color: #a9a9ab;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-border .elem-ff-icon, .icon-border .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .icon-border .chosen-search {
  font-size: 12px;
}

.icon-border:hover {
  color: #199bd7;
  border-color: #199bd7;
}

.icon-border:hover .elem-ff-icon, .icon-border:hover .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .icon-border:hover .chosen-search {
  color: #199bd7;
}

.icon-border.active {
  color: #199bd7;
  border-color: #199bd7;
}

/**
 * select
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-select {
  position: relative;
}

.elem-select .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #efefef;
  color: #545454;
  line-height: 35px;
  padding-right: 25px;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}

.elem-select .select::placeholder {
  color: #c2c2c2;
}

.elem-select:after {
  position: absolute;
  right: 5px;
  bottom: 15px;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #199bd7 transparent transparent;
  border-width: 7px 5px 0;
  content: " ";
  display: block;
  z-index: 0;
}

.elem-select label {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: #b2b2b2;
  margin-top: 20px;
  margin-bottom: 5px;
}

.elem-select.error select {
  border: solid 1px #e00042;
}

.elem-select.inline {
  display: inline-block;
}

/**
 * ARROW TOP
 *
 * @type elements
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-arrow-top {
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 60px;
  height: 60px;
  background-color: #199bd7;
  border: 1px solid #fff;
  border-radius: 15px;
  cursor: pointer;
  z-index: 999;
}

.elem-arrow-top .arrow-up {
  color: #fff;
  transform: rotate(-90deg);
  font-size: 20px;
  position: relative;
  top: -9px;
  display: block;
}

.elem-arrow-top {
  display: none;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .elem-arrow-top {
    display: block;
  }
}

/**
 * RADIO
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-radio {
  margin-right: 15px;
  margin-left: 15px;
}

.elem-radio .input-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 10px;
  border: solid 1px #bbb;
  border-radius: 100%;
  outline-style: none;
}

.elem-radio .input-radio:checked:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background-color: #199bd7;
  display: block;
  border-radius: 100%;
  content: " ";
}

.elem-radio.error .input-radio {
  border: solid 1px #e00042;
}

/**
 * checkbox
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-checkbox {
  margin-right: 15px;
  margin-left: 15px;
}

.elem-checkbox .input-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #bbb;
  margin-inline-end: 10px;
  outline-style: none;
  position: relative;
}

.elem-checkbox .input-checkbox:checked:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background-color: #199bd7;
  display: block;
  content: " ";
}

.elem-checkbox.error .input-checkbox {
  border-color: #e00042;
}

/**
 * iconAction
 *
 * @type  element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-icon-action {
  display: inline-block;
  border: 1px solid #ccc;
  color: #ccc;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

.elem-icon-action.error {
  border-color: #e00042;
  color: #e00042;
}

.elem-icon-action.primary {
  border-color: #199bd7;
  color: #199bd7;
}

.elem-icon-action.white {
  border-color: #fff;
  color: #fff;
}

/**
 * SELECT CHOOSEN
 *
 * @type component | element | module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-select-choosen {
  width: 100%;
}

.elem-select-choosen .chosen-container-single .chosen-single {
  background-image: none;
  line-height: 22px;
  height: 22px;
  border: none;
  padding: 0;
}

.elem-select-choosen .chosen-container-single .chosen-single div b {
  top: 8px;
  right: 0;
  border-color: #199bd7 transparent transparent;
  border-width: 7px 5px 0;
}

.elem-select-choosen .chosen-container-single.chosen-container-active .chosen-single {
  box-shadow: none;
}

.cpt-search-engine-criterion .elem-select-choosen .chosen-drop {
  border: none;
  top: 50px;
  padding: 10px;
}

.elem-select-choosen .chosen-drop .chosen-search:after {
  position: relative;
  top: 3px;
  right: 25px;
  color: #ccc;
  content: "Q";
}

.elem-select-choosen .chosen-drop .chosen-results {
  height: 400px;
  overflow-y: scroll;
}

.elem-select-choosen .chosen-drop .chosen-results li.highlighted {
  background-color: #199bd7;
  background-image: none;
}

.elem-select-choosen .chosen-drop .chosen-results li.level-1 {
  padding-left: 20px;
}

.elem-select-choosen .chosen-drop .chosen-results li.level-2 {
  padding-left: 40px;
}

.elem-select-choosen .chosen-drop .chosen-results li.level-3 {
  padding-left: 60px;
}

.elem-select-choosen .chosen-drop .chosen-results li.level-4 {
  padding-left: 80px;
}

.elem-select-choosen .chosen-drop .chosen-results li.level-5 {
  padding-left: 100px;
}

.elem-select-choosen .chosen-drop .chosen-results li.level-6 {
  padding-left: 120px;
}

.elem-select-choosen .chosen-drop .chosen-results li.level-7 {
  padding-left: 140px;
}

.elem-select-choosen .chosen-drop .chosen-results li.level-8 {
  padding-left: 160px;
}

.elem-select-choosen .chosen-drop .chosen-results li.level-9 {
  padding-left: 180px;
}

.elem-select-choosen .chosen-drop .chosen-results li.level-10 {
  padding-left: 200px;
}

.elem-select-choosen .arrow-select-mobile {
  position: absolute;
  top: 38px;
  right: 20px;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #199bd7 transparent transparent;
  border-width: 7px 5px 0;
  outline-style: none;
  display: inline-block;
}

.elem-select-choosen .chosen-container ~ .arrow-select-mobile {
  display: none;
}

.elem-select-choosen select.chosen-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #545454;
  line-height: 35px;
  width: 100%;
  padding-right: 25px;
  outline-style: none;
  border: none;
  display: block;
  position: relative;
  z-index: 2;
}

/**
 * INCREMENTAL FIELD
 *
 * @type  element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-incremental-field .incremental-label span {
  font-size: 14px;
  color: #bbb;
  display: block;
}

.elem-incremental-field .incremental-controller {
  font-weight: bold;
  color: #199bd7;
  font-size: 20px;
  width: 120px;
  display: flex;
  border: 1px solid #ccc;
}

.elem-incremental-field .incremental-controller .btn-decrement,
.elem-incremental-field .incremental-controller .btn-increment {
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  flex-shrink: 0;
}

.elem-incremental-field .incremental-controller .btn-decrement.btn-decrement,
.elem-incremental-field .incremental-controller .btn-increment.btn-decrement {
  border-right: 1px solid #ccc;
}

.elem-incremental-field .incremental-controller .btn-decrement.btn-increment,
.elem-incremental-field .incremental-controller .btn-increment.btn-increment {
  border-left: 1px solid #ccc;
}

.elem-incremental-field .incremental-controller .input-field {
  text-align: center;
  color: #199bd7;
  min-width: 30px;
  border: none;
  flex-shrink: 1;
}

/**
 * DATE CALENDAR
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-date-calendar {
  /* - */
}

/**
 * FIELD
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-field [type='color'], .elem-field [type='date'], .elem-field [type='datetime'], .elem-field [type='datetime-local'], .elem-field [type='email'], .elem-field [type='month'], .elem-field [type='number'], .elem-field [type='password'], .elem-field [type='search'], .elem-field [type='tel'], .elem-field [type='text'], .elem-field [type='time'], .elem-field [type='url'], .elem-field [type='week'], .elem-field input:not([type]), .elem-field textarea {
  width: 100%;
  height: 35px;
  color: #545454;
  border: none;
  border-bottom: 1px solid #efefef;
  /* outline-style: none; */
  display: block;
}

.elem-field [type='color']::-webkit-input-placeholder, .elem-field [type='color']:-ms-input-placeholder, .elem-field [type='color']:-moz-placeholder, .elem-field [type='date']::-webkit-input-placeholder, .elem-field [type='date']:-ms-input-placeholder, .elem-field [type='date']:-moz-placeholder, .elem-field [type='datetime']::-webkit-input-placeholder, .elem-field [type='datetime']:-ms-input-placeholder, .elem-field [type='datetime']:-moz-placeholder, .elem-field [type='datetime-local']::-webkit-input-placeholder, .elem-field [type='datetime-local']:-ms-input-placeholder, .elem-field [type='datetime-local']:-moz-placeholder, .elem-field [type='email']::-webkit-input-placeholder, .elem-field [type='email']:-ms-input-placeholder, .elem-field [type='email']:-moz-placeholder, .elem-field [type='month']::-webkit-input-placeholder, .elem-field [type='month']:-ms-input-placeholder, .elem-field [type='month']:-moz-placeholder, .elem-field [type='number']::-webkit-input-placeholder, .elem-field [type='number']:-ms-input-placeholder, .elem-field [type='number']:-moz-placeholder, .elem-field [type='password']::-webkit-input-placeholder, .elem-field [type='password']:-ms-input-placeholder, .elem-field [type='password']:-moz-placeholder, .elem-field [type='search']::-webkit-input-placeholder, .elem-field [type='search']:-ms-input-placeholder, .elem-field [type='search']:-moz-placeholder, .elem-field [type='tel']::-webkit-input-placeholder, .elem-field [type='tel']:-ms-input-placeholder, .elem-field [type='tel']:-moz-placeholder, .elem-field [type='text']::-webkit-input-placeholder, .elem-field [type='text']:-ms-input-placeholder, .elem-field [type='text']:-moz-placeholder, .elem-field [type='time']::-webkit-input-placeholder, .elem-field [type='time']:-ms-input-placeholder, .elem-field [type='time']:-moz-placeholder, .elem-field [type='url']::-webkit-input-placeholder, .elem-field [type='url']:-ms-input-placeholder, .elem-field [type='url']:-moz-placeholder, .elem-field [type='week']::-webkit-input-placeholder, .elem-field [type='week']:-ms-input-placeholder, .elem-field [type='week']:-moz-placeholder, .elem-field input:not([type])::-webkit-input-placeholder, .elem-field input:not([type]):-ms-input-placeholder, .elem-field input:not([type]):-moz-placeholder, .elem-field textarea::-webkit-input-placeholder, .elem-field textarea:-ms-input-placeholder, .elem-field textarea:-moz-placeholder {
  color: #c2c2c2;
}

.elem-field label {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: #b2b2b2;
  margin-top: 20px;
  margin-bottom: 5px;
}

.elem-field.error input {
  border-bottom: solid 1px #e00042;
}

/**
 *  SEARCH INPUT
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-search-input {
  display: flex;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 5px;
}

.elem-search-input input {
  flex: 1 0 auto;
  width: 20px;
  height: 100%;
  border: none;
}

.elem-search-input i {
  flex: 0 0 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  color: #b7b7b7;
}

/**
 * stepTitle
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-step-title {
  text-align: center;
}

.elem-step-title h2 {
  font-size: 25px;
  margin-top: 0;
}

.elem-step-title h3 {
  font-size: 18px;
  margin-bottom: 0;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .elem-step-title {
    text-align: left;
  }
  .elem-step-title h2 {
    font-size: 32px;
  }
  .elem-step-title h3 {
    font-size: 20px;
  }
}

/**
 * BREADCRUMB
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-breadcrumb {
  background-color: #fff;
  padding: 10px 0;
}

.cpt-breadcrumb > .container {
  padding: 0;
}

.cpt-breadcrumb .elem-button--breadcrumb {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  block-size: 20px;
  margin: 0;
  padding: 0;
  padding-inline-start: 10px;
}

.cpt-breadcrumb .elem-button--breadcrumb:hover {
  color: #199bd7;
}

.cpt-breadcrumb .elem-button--breadcrumb .elem-ff-icon, .cpt-breadcrumb .elem-button--breadcrumb .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-breadcrumb .elem-button--breadcrumb .chosen-search {
  font-size: 10px;
  margin: 0 14px;
}

.cpt-breadcrumb .elem-button--breadcrumb:last-child {
  color: #333;
}

.cpt-breadcrumb .elem-button--breadcrumb:last-child .elem-ff-icon, .cpt-breadcrumb .elem-button--breadcrumb:last-child .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-breadcrumb .elem-button--breadcrumb:last-child .chosen-search {
  display: none;
}

.cpt-breadcrumb .elem-button--breadcrumb:last-child:hover {
  color: #333;
  cursor: default;
}

.cpt-breadcrumb .elem-button--breadcrumb:last-child:hover .elem-ff-icon, .cpt-breadcrumb .elem-button--breadcrumb:last-child:hover .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-breadcrumb .elem-button--breadcrumb:last-child:hover .chosen-search {
  display: none;
}

.page-package .cpt-breadcrumb > .container {
  display: none;
  inline-size: calc(100% - 30px);
  margin-inline: 15px;
}

.page-package .cpt-breadcrumb .elem-button--breadcrumb {
  padding-inline-start: 0;
}

.page-package .cpt-breadcrumb .elem-button--breadcrumb .elem-ff-icon, .page-package .cpt-breadcrumb .elem-button--breadcrumb .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .page-package .cpt-breadcrumb .elem-button--breadcrumb .chosen-search {
  margin-inline: 4px;
}

.page-serp.is-mobile .cpt-breadcrumb {
  display: none;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .page-package .cpt-breadcrumb > .container {
    display: block;
    inline-size: 100%;
    margin-inline: 0;
    padding-inline: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .page-package .cpt-breadcrumb {
    background: #199bd7;
    margin-block-start: 117px;
    margin-block-end: 10px;
  }
  .page-package .cpt-breadcrumb .container {
    max-inline-size: "only screen and (min-width: 1360px)";
    margin-inline: auto;
  }
  .page-package .cpt-breadcrumb .elem-button--breadcrumb {
    color: #fff;
  }
}

/**
 * STARS
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-stars {
  font-size: 12px;
}

/**
 * MORE
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-more {
  text-align: right;
  margin-block-start: 30px;
}

.cpt-more a {
  background-color: #b20d30;
  font-size: 14px;
  color: #fff;
  border: 1px solid #b20d30;
  border-radius: 15px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cpt-more a:hover {
  background-color: #fff;
  color: #b20d30;
}

.cpt-more .elem-ff-icon, .cpt-more .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-more .chosen-search {
  font-size: 10px;
  margin-inline-start: 5px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-more a {
    font-size: 18px;
  }
  .cpt-more .elem-ff-icon, .cpt-more .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-more .chosen-search {
    font-size: 12px;
    margin-inline-start: 5px;
  }
}

/**
 * HEADER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 73px;
  background-color: #fff;
  z-index: 110;
  padding-block: 7px;
  border-block-end: 4px solid #d9d9d9;
  transition: all 0.2s ease-in-out;
}

.cpt-header .container {
  inline-size: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-inline-size: none;
  padding-inline: 24px;
}

.cpt-header .container .logo-and-icons-container {
  inline-size: 100%;
  padding-block: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cpt-header .header-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}

.cpt-header .header-icons-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.cpt-header .header-icons-wrap .icon-wrap .elem-ff-icon, .cpt-header .header-icons-wrap .icon-wrap .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-header .header-icons-wrap .icon-wrap .chosen-search {
  color: #222;
  font-size: 20px;
  font-weight: bold !important;
}

.cpt-header .header-icons-wrap .close-wrap .icon-close {
  width: 17.5px;
  height: 20px;
  display: grid;
  place-content: center;
}

.cpt-header .header-icons-wrap .close-wrap .icon-close .elem-ff-icon, .cpt-header .header-icons-wrap .close-wrap .icon-close .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-header .header-icons-wrap .close-wrap .icon-close .chosen-search {
  font-size: 25px;
  color: #222;
}

.page-home .cpt-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 92;
}

.cpt-header.sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.no-scroll .cpt-header .logo-and-icons-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 19px 24px 20px;
  z-index: 1;
  background-color: #fff;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-header .header-icons-wrap .icon-wrap .elem-ff-icon, .cpt-header .header-icons-wrap .icon-wrap .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-header .header-icons-wrap .icon-wrap .chosen-search {
    font-size: 20px;
  }
  .cpt-header .header-icons-wrap .icon-menu {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background-color: #fff;
    padding: 0;
    border-block-end: none;
  }
  .cpt-header .header-wrap {
    inline-size: 100%;
  }
  .cpt-header .container {
    min-inline-size: 970px;
    max-inline-size: 1294px;
    padding: 5px 24px;
    display: flex;
  }
  .cpt-header .container .logo-and-icons-container {
    inline-size: auto;
    padding-block: 0;
    margin-inline-end: 24px;
  }
  .page-home .cpt-header {
    background-color: #fff;
  }
  .cpt-header.header-hide {
    top: -117px;
  }
  .no-scroll.js-noscroll-by-fastsearch .cpt-header .logo-and-icons-container {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: inherit;
    z-index: auto;
    background-color: #fff;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-header .container {
    max-inline-size: 1294px;
    margin: 0 auto;
  }
  .cpt-header .header-wrap {
    inline-size: auto;
  }
}

/**
 * FAST SEARCH
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-fast-search-select {
  background-color: #fff;
  margin-inline: 24px;
  position: relative;
}

.cpt-fast-search-select .async-select {
  display: flex;
  justify-content: flex-end;
}

.cpt-fast-search-select .fast-search__indicator-separator,
.cpt-fast-search-select .fast-search__indicator {
  display: none;
}

.cpt-fast-search-select .fast-search__control {
  background-color: transparent;
  min-block-size: 36px;
  inline-size: 100%;
  border-color: #ddd;
  border-radius: 13px;
  position: relative;
  z-index: 104;
  transition: width 0.2s ease-in-out;
}

.cpt-fast-search-select .fast-search__control .fast-search__value-container {
  block-size: 36px;
  padding-inline-start: 43px;
  padding-block: 0;
  margin: 0;
}

.cpt-fast-search-select .fast-search__control:after {
  position: absolute;
  top: 7px;
  left: 18px;
  font-family: "Icon havas";
  color: #222;
  content: "Q";
  z-index: 0;
}

.cpt-fast-search-select .fast-search__control:before {
  width: 100%;
  height: calc(100% - 116px);
  background-color: #fff;
  opacity: 0;
  content: "";
  transition: opacity 0.2s ease-in-out;
}

.cpt-fast-search-select .fast-search__control.fast-search__control--is-focused {
  inline-size: 90%;
  border-color: #666;
  box-shadow: inherit;
}

.cpt-fast-search-select .fast-search__control.fast-search__control--is-focused:before {
  position: fixed;
  top: 116px;
  left: 0;
  opacity: 1;
}

.cpt-fast-search-select .fast-search__control.fast-search__control--is-focused .fast-search__value-container {
  overflow: inherit;
}

.cpt-fast-search-select .fast-search__control.fast-search__control--is-focused .fast-search__value-container:before {
  position: absolute;
  top: 50%;
  left: -35px;
  font-family: "Icon havas";
  content: "v";
  pointer-events: none;
  z-index: 0;
  transform: translateY(-50%) rotate(180deg);
}

.cpt-fast-search-select .fast-search__menu {
  border-color: transparent;
  box-shadow: inherit;
  min-block-size: inherit;
  padding-block: 16px;
  z-index: 105;
}

.cpt-fast-search-select .fast-search__menu-list {
  max-block-size: calc(100% - 119px);
  padding-block: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cpt-fast-search-select .fast-search__menu-list .fast-search__menu-notice {
  padding: 0;
}

.cpt-fast-search-select .fast-search__option {
  background-color: #fff;
  padding: 0;
}

.cpt-fast-search-select .fast-search__option:hover {
  background-color: #fff;
}

.cpt-fast-search-select .fast-search__placeholder {
  color: #666;
  font-size: 14px;
  margin-inline: 0;
}

.cpt-fast-search-select .skeleton-box,
.cpt-fast-search-select .skeleton-line,
.cpt-fast-search-select .skeleton-line--short {
  background-color: #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  animation: skeletonPulse 600ms ease-in-out infinite;
}

.cpt-fast-search-select .cpt-fast-search__skeleton-list {
  display: grid;
  gap: 8px;
}

.cpt-fast-search-select .cpt-fast-search-product-item {
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: inherit;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s ease-in-out;
}

.cpt-fast-search-select .cpt-fast-search-product-item.is-skeleton {
  border: 1px solid transparent;
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
}

.cpt-fast-search-select .cpt-fast-search-product-item.is-skeleton .fast-search-product-item-name {
  width: 100%;
  height: 24px;
  border-radius: 4px;
  margin-block-end: 4px;
}

.cpt-fast-search-select .cpt-fast-search-product-item.is-skeleton .fast-search-product-item-destination {
  width: 163px;
  height: 17px;
  border-radius: 4px;
}

.cpt-fast-search-select .cpt-fast-search-product-item.is-skeleton .fast-search-product-item-description {
  gap: 8px;
}

.cpt-fast-search-select .cpt-fast-search-product-item.is-skeleton .fast-search-product-item-description .fast-search-ref {
  width: 61px;
  height: 17px;
  border-radius: 4px;
  display: block;
}

.cpt-fast-search-select .cpt-fast-search-product-item .image-wrap {
  width: 96px;
  height: 96px;
  border-radius: 15px 0 0 15px;
}

.cpt-fast-search-select .cpt-fast-search-product-item .image-wrap img {
  width: 100%;
  height: 100%;
  background-color: #222;
  border-radius: 15px 0 0 15px;
  vertical-align: top;
  object-fit: cover;
  display: block;
}

.cpt-fast-search-select .cpt-fast-search-product-item .fast-search-product-item-wrap {
  flex: 1;
  padding-inline-end: 16px;
}

.cpt-fast-search-select .cpt-fast-search-product-item .fast-search-product-item-wrap .fast-search-product-item-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  color: #b20d30;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-block-end: 4px;
}

.cpt-fast-search-select .cpt-fast-search-product-item .fast-search-product-item-wrap .fast-search-product-item-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.cpt-fast-search-select .cpt-fast-search-product-item .fast-search-product-item-wrap .fast-search-product-item-destination {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  color: #222;
  font-size: 14px;
  line-height: 24px;
  flex: 1;
}

.cpt-fast-search-select .cpt-fast-search-product-item .fast-search-product-item-wrap .fast-search-ref {
  color: #666;
  font-size: 12px;
}

.cpt-fast-search-select .cpt-fast-search-no-options-message {
  margin-block-start: 15px;
  position: relative;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cpt-fast-search-select .cpt-fast-search-no-options-message .fast-search-no-options-message-illustration {
  width: 120px;
  height: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-fast-search-select .cpt-fast-search-no-options-message .fast-search-no-options-message-illustration .fast-search-mg-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.cpt-fast-search-select .cpt-fast-search-no-options-message .fast-search-no-options-message-text-wrap {
  color: #222;
  text-align: center;
}

.cpt-fast-search-select .cpt-fast-search-no-options-message .fast-search-no-options-message-text-wrap .fast-search-no-options-message-title {
  font-size: 20px;
}

.cpt-fast-search-select .cpt-fast-search-no-options-message .fast-search-no-options-message-text-wrap .fast-search-no-options-message-subtitle {
  font-size: 16px;
  margin-block-end: 16px;
}

.cpt-fast-search-select .fast-search-see-more {
  width: 100%;
  height: 40px;
  background-color: transparent;
  color: #b20d30;
  font-weight: 600;
  font-size: 14px;
  border: 0 none;
  margin-block: 20px 0;
  padding-block: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fast-search-skeleton {
  display: none;
}

.fast-search-overlay {
  display: none;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-fast-search-select {
    margin-inline: 0;
    z-index: 100;
  }
  .cpt-fast-search-select .async-select {
    display: block;
  }
  .cpt-fast-search-select .fast-search__control {
    inline-size: 255px;
    transition: width 0.2s ease-in-out;
  }
  .cpt-fast-search-select .fast-search__control.fast-search__control--is-focused {
    inline-size: 719px;
  }
  .cpt-fast-search-select .fast-search__control.fast-search__control--is-focused:before {
    display: none;
  }
  .cpt-fast-search-select .fast-search__control.fast-search__control--is-focused .fast-search__value-container {
    overflow: hidden;
  }
  .cpt-fast-search-select .fast-search__control.fast-search__control--is-focused .fast-search__value-container:before {
    display: none;
  }
  .cpt-fast-search-select .fast-search__menu {
    min-inline-size: 622px;
    border-radius: 13px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    padding-inline: 16px;
  }
  .cpt-fast-search-select .fast-search__menu-list {
    max-block-size: 400px;
  }
  .cpt-fast-search-select .cpt-fast-search-product-item:hover, .cpt-fast-search-select .cpt-fast-search-product-item.focused-option {
    border-color: #b20d30;
    box-shadow: inset 0 0 0 1px #b20d30;
  }
  .cpt-fast-search-select .cpt-fast-search-product-item .image-wrap {
    width: 95px;
    height: 72px;
  }
  .cpt-fast-search-select .cpt-fast-search-product-item .fast-search-product-item-wrap .fast-search-product-item-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    font-size: 20px;
  }
  .cpt-fast-search-select .cpt-fast-search-product-item .fast-search-product-item-wrap .fast-search-product-item-destination {
    font-size: 16px;
  }
  .cpt-fast-search-select .cpt-fast-search-product-item.is-skeleton:hover {
    border-color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
  }
  .cpt-fast-search-select .cpt-fast-search-no-options-message {
    margin-block-start: 0;
  }
  .cpt-fast-search-select .fast-search-see-more {
    justify-content: flex-start;
    cursor: pointer;
  }
  .cpt-fast-search-select .fast-search-see-more:hover {
    text-decoration: underline;
  }
  .fast-search-overlay {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 16;
    opacity: 0;
    display: block;
    transition: opacity 0.3s ease-in-out;
  }
  .fast-search-overlay.js-overlay-by-search {
    block-size: calc(100% - 118px);
    inset-block-start: 118px;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }
  .fast-search-skeleton {
    border: 1px solid #ddd;
    width: 100%;
    height: 36px;
    background-color: #fff;
    min-inline-size: 253px;
    inline-size: 100%;
    border-radius: 13px;
    padding-inline: 35px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
  }
  .fast-search-skeleton .fast-search-skeleton-icon:after {
    position: absolute;
    top: 7px;
    left: 18px;
    font-family: "Icon havas";
    color: #222;
    content: "Q";
    z-index: 0;
  }
  .fast-search-skeleton .fast-search-skeleton-label {
    width: 155px;
    height: 16px;
    background-color: #e5e5e5;
    border-radius: 4px;
    animation: skeletonPulse 600ms ease-in-out infinite;
  }
}

/** ----------------------------------------------------------------
 * ANIMATIONS
 */
@keyframes skeletonPulse {
  0% {
    background-color: #e5e5e5;
  }
  50% {
    background-color: #d1d1d1;
  }
  100% {
    background-color: #e5e5e5;
  }
}

/**
 * HEADER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-menu-header {
  display: none;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-menu-header {
    position: fixed;
    top: 56px;
    left: 0;
    display: block;
    z-index: 90;
    width: 100%;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    border-top: 1px solid #D9D9D9;
  }
  .cpt-menu-header.hover-background {
    background: #F3F3F3;
  }
  .cpt-menu-header.header-hide {
    top: -117px;
  }
  .cpt-menu-header .overlay-background {
    position: fixed;
    top: 116px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .cpt-menu-header .container {
    min-inline-size: 970px;
    max-inline-size: 1294px;
    margin: 0 auto;
    padding: 18px 24px;
    display: flex;
    gap: 22px;
    overflow-x: auto;
  }
  .cpt-menu-header .container .burger-menu-icon {
    color: #222;
    font-size: 20px;
    margin-inline-end: 10px;
  }
  .cpt-menu-header .container .burger-menu-icon .menu-icon {
    block-size: 24px;
    display: grid;
    place-content: center;
  }
  .cpt-menu-header .container .burger-menu-wrapper {
    position: fixed;
    top: 116px;
    left: 0;
    display: block;
    z-index: 90;
    width: 100%;
  }
  .cpt-menu-header .container .burger-menu-wrapper .burger-menu-container {
    min-inline-size: 970px;
    max-inline-size: 1294px;
    margin: 0 auto;
  }
  .cpt-menu-header .container .burger-menu-wrapper .burger-menu-container .burger-menu-links-container {
    background-color: #fff;
    padding: 24px 24px 16px;
    inline-size: fit-content;
    margin-inline-start: 13px;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 15px 15px;
  }
  .cpt-menu-header .container .burger-menu-wrapper .burger-menu-container .burger-menu-links-container .burger-menu-link {
    color: #222;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    block-size: 40px;
  }
  .cpt-menu-header .container .burger-menu-wrapper .burger-menu-container .burger-menu-links-container .burger-menu-link .link-icon-wrapper {
    width: 24px;
    height: 24px;
  }
  .cpt-menu-header .container .burger-menu-wrapper .burger-menu-container .burger-menu-links-container .burger-menu-link .link-icon-wrapper .link-icon {
    width: 24px;
    height: 24px;
  }
  .cpt-menu-header .container .burger-menu-wrapper .burger-menu-container .burger-menu-links-container .burger-menu-link .label {
    transition: 0.3s;
  }
  .cpt-menu-header .container .burger-menu-wrapper .burger-menu-container .burger-menu-links-container .burger-menu-link:hover .link-icon {
    filter: invert(16%) sepia(97%) saturate(5215%) hue-rotate(341deg) brightness(70%) contrast(97%);
  }
  .cpt-menu-header .container .burger-menu-wrapper .burger-menu-container .burger-menu-links-container .burger-menu-link:hover .label {
    color: #b20d30;
  }
  .cpt-menu-header .container .sub-menu-link {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .cpt-menu-header .container .sub-menu-link .label, .cpt-menu-header .container .sub-menu-link svg {
    transition: 0.3s;
  }
  .cpt-menu-header .container .sub-menu-link:hover {
    color: #b20d30;
  }
  .cpt-menu-header .container .sub-menu-link-wrapper:hover .sub-menu-link {
    color: #b20d30;
  }
  .cpt-menu-header .container .sub-menu-link-wrapper:hover .sub-menu-link svg {
    fill: #b20d30;
    transform: rotate(180deg);
  }
}

/**
 * HEADER MENU
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-header-menu {
  margin-right: 20px;
}

.cpt-header-menu-label {
  font-size: 9px;
  margin: 0;
  color: #fff;
}

/**
 * TITLE HEADER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-title-header {
  color: #fff;
  font-weight: 300;
  line-height: 1.15;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
}

.cpt-title-header .title-lvl1 {
  font: 300 32px/31px "GothamLight", Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: -1.28px;
  max-inline-size: 165px;
  margin-block-end: 15px;
}

.cpt-title-header .title-lvl1:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 140px);
  height: 0;
  content: "";
  background: transparent;
  box-shadow: 0 0 50px 70px rgba(20, 20, 20, 0.6);
  transform: translate(-50%, -50%);
  display: block;
  z-index: -1;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-title-header {
    justify-content: flex-start;
  }
  .cpt-title-header .title-lvl1 {
    font-size: 45px;
    line-height: 1.1;
    max-inline-size: 257px;
    position: relative;
    inset-block-end: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-title-header {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.78);
    margin-block-end: 10px;
  }
  .cpt-title-header .title-lvl1 {
    font-size: 62px;
    line-height: 60px;
    inset-block-end: 0;
    max-inline-size: 340px;
    block-size: 330px;
    display: flex;
    align-items: end;
  }
  .cpt-title-header .title-lvl1:empty {
    display: none !important;
  }
  .cpt-title-header .title-lvl1:after {
    position: absolute;
    top: 73%;
    left: 60%;
    width: calc(100% - 140px);
    height: 0;
    content: "";
    background: transparent;
    box-shadow: 0 0 50px 70px rgba(20, 20, 20, 0.6);
    display: block;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

/**
 * BACKGROUND HEADER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-background-header {
  block-size: 100%;
  position: relative;
}

.cpt-background-header .inner-background-header {
  position: absolute;
  top: 15%;
  left: 50%;
  inline-size: calc(100% - 30px);
  margin-inline-start: calc((100% - 30px) / 2 * -1);
  z-index: 2;
}

.cpt-background-header .links-and-button-wrap {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: stretch;
}

.cpt-background-header .bg-header-image {
  display: none;
}

.cpt-background-header .cpt-title-header {
  margin-block-end: 10px;
}

.cpt-background-header .search-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cpt-background-header .outer-search-engine {
  flex: 1;
}

.cpt-background-header .btn-open-layout-panel {
  font-size: 16px;
}

.cpt-background-header .btn-specialist-call {
  width: 100%;
  height: 51px;
  font-size: 16px;
  border-radius: 15px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cpt-background-header .cpt-sub-header-links {
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cpt-background-header .cpt-sub-header-links::-webkit-scrollbar {
  display: none;
}

.cpt-background-header .overlay-image {
  background: linear-gradient(to bottom, #0f222e 0%, rgba(255, 255, 255, 0) 100%);
}

.cpt-background-header.size-1 {
  max-block-size: 900px;
  block-size: 100vh;
  margin-block-end: 20px;
  position: relative;
}

.cpt-background-header.size-1 .inner-background-header {
  position: absolute;
  top: inherit;
  bottom: 80px;
  left: 20px;
  inline-size: calc(100% - 40px);
  transform: none;
  margin-inline-start: 0;
  z-index: 2;
}

.cpt-background-header.size-1 .bg-header-image {
  display: block;
}

.cpt-background-header.size-1 .cpt-sub-header-links {
  inset-block-end: 130px;
}

.cpt-background-header.size-1 .mod-block-html {
  display: none;
}

.cpt-background-header.size-1 .cpt-search-engine-layout .se-layout-panel {
  inset-block-start: 0;
}

.cpt-background-header.size-2 {
  block-size: 508px;
  margin-block-end: 0;
}

.cpt-background-header.size-2 .inner-background-header {
  position: absolute;
  top: 5%;
  left: 50%;
}

.cpt-background-header.size-2 .bg-header-image {
  display: block;
}

.cpt-background-header.size-3 {
  margin-block-end: 0;
}

.cpt-background-header.size-3 .cpt-sub-header-links {
  margin-block-start: 0;
}

.cpt-background-header.size-3 .bg-header-image {
  display: block;
}

.cpt-background-header.serp-mode-style .bg-header-image {
  block-size: 180px;
}

.cpt-background-header.serp-mode-style .inner-background-header {
  inline-size: 100%;
  margin-inline-start: calc((100% / 2) * -1);
  margin-block-start: 0;
  position: relative;
}

.cpt-background-header.serp-mode-style .links-and-button-wrap {
  display: none;
}

.cpt-background-header.nested-style {
  block-size: 50vh;
  margin-block-end: 20px;
}

.cpt-background-header.nested-style .bg-header-image {
  display: block;
}

.page-error .cpt-background-header .inner-background-header {
  display: none;
}

.se-layout-panel-active .inner-background-header {
  transform: none;
}

.page-serp.switch-map-control .se-layout-content {
  margin-block-start: 0;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-background-header .inner-background-header {
    inline-size: calc(720px - 30px);
    margin-inline-start: calc((720px - 30px) / 2 * -1);
    inset-block-start: 180px;
  }
  .cpt-background-header .cpt-sub-header-links {
    justify-content: center;
  }
  .cpt-background-header.size-1 {
    max-block-size: 1024px;
  }
  .cpt-background-header.size-1 .inner-background-header {
    position: absolute;
    top: auto;
    bottom: 100px;
    left: 50%;
    inline-size: calc(720px - 30px);
    margin-inline-start: calc((720px - 30px) / 2 * -1);
    transform: none;
  }
  .cpt-background-header.size-1 .inner-background-header .cpt-sub-header-links {
    inline-size: 100%;
    justify-content: center;
  }
  .cpt-background-header.size-2 .inner-background-header {
    position: absolute;
    top: 15%;
    left: 50%;
    block-size: 500px;
  }
  .cpt-background-header.size-3 .inner-background-header .cpt-sub-header-links {
    inline-size: 100%;
    inset-block-end: 135px;
  }
  .cpt-background-header.serp-mode-style .inner-background-header {
    inset-block-start: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-background-header {
    margin-block-end: -130px;
  }
  .cpt-background-header .inner-background-header {
    inset-block-start: 60%;
    inline-size: calc(960px - 30px);
    margin-inline-start: calc((960px - 30px) / 2 * -1);
    left: 50%;
  }
  .cpt-background-header .links-and-button-wrap {
    display: flex;
    flex-direction: row;
    position: relative;
    inset-block-end: 120px;
  }
  .cpt-background-header .bg-header-image {
    display: block;
  }
  .cpt-background-header .cpt-title-header {
    margin-block-end: 60px;
    line-height: 1;
  }
  .cpt-background-header .search-header {
    flex-direction: row;
  }
  .cpt-background-header .cpt-sub-header-links {
    block-size: 51px;
    margin: 0;
    flex: 1;
    justify-content: flex-start;
    top: inherit;
    position: relative;
  }
  .cpt-background-header .cpt-sub-header-links .links-item {
    position: relative;
  }
  .cpt-background-header .cpt-sub-header-links .links-item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    background: #199bd7;
    display: block;
  }
  .cpt-background-header .cpt-sub-header-links .links-item:hover:before {
    width: 100%;
    height: 2px;
    transition: all 0.3s ease;
  }
  .cpt-background-header .button-specialist-wrap .btn-specialist-call {
    font-size: 16px;
    line-height: 1;
    inline-size: 210px;
    padding: 5px;
    border-radius: 0 15px 15px 0;
    transition: all 0.2s ease;
  }
  .cpt-background-header.size-1 {
    block-size: 90vh;
  }
  .cpt-background-header.size-1 .bg-header-image {
    block-size: 90vh;
  }
  .cpt-background-header.size-1 .inner-background-header {
    inset-block-start: auto;
    inset-block-end: 30px;
    inline-size: calc(960px - 30px);
    margin-inline-start: calc((960px - 30px) / 2 * -1);
  }
  .cpt-background-header.size-1 .inner-background-header .cpt-sub-header-links {
    justify-content: left;
    inset-block-end: 0;
  }
  .cpt-background-header.size-2 {
    block-size: 450px;
  }
  .cpt-background-header.size-2 .bg-header-image {
    max-block-size: 90vh;
    block-size: 450px;
  }
  .cpt-background-header.size-2 .inner-background-header {
    position: absolute;
    top: 35%;
    left: 50%;
  }
  .cpt-background-header.size-3 {
    block-size: 450px;
  }
  .cpt-background-header.size-3 .bg-header-image {
    block-size: 450px;
  }
  .cpt-background-header.size-3 .cpt-sub-header-links {
    inset-block-start: 0;
    position: relative;
  }
  .cpt-background-header.size-3.serp-mode-style .cpt-title-header {
    display: none;
  }
  .cpt-background-header.serp-mode-style .inner-background-header {
    position: absolute;
    top: 230px;
    left: 50%;
    inline-size: calc(960px - 30px);
    margin-inline-start: calc((960px - 30px) / 2 * -1);
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-background-header .inner-background-header {
    inset-block-start: 40%;
    inline-size: calc(1324px - 30px);
    margin-inline-start: calc((1324px - 30px) / 2 * -1);
  }
  .cpt-background-header:after {
    display: none;
  }
  .cpt-background-header.size-1 .inner-background-header {
    inline-size: calc(1324px - 30px);
    margin-inline-start: calc((1324px - 30px) / 2 * -1);
  }
  .cpt-background-header.size-2 .inner-background-header {
    position: absolute;
    top: 15%;
    left: 50%;
  }
  .cpt-background-header.size-3 .inner-background-header {
    position: absolute;
    top: 60%;
    left: 50%;
    inline-size: calc(1324px - 30px);
    margin-inline-start: calc((1324px - 30px) / 2 * -1);
  }
  .cpt-background-header.size-3.serp-mode-style .inner-background-header {
    inline-size: calc(1324px - 30px);
    margin-inline-start: calc((1324px - 30px) / 2 * -1);
    inset-inline-start: 50%;
    inset-block-start: 250px;
  }
  .page-home .cpt-background-header .cpt-background-header .inner-background-header {
    inset-block-start: calc(58% - 25px);
  }
}

/**
 * HEADER LINKS LIST
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-header-links-list {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cpt-header-links-list #fast-search-mobile-slot {
  background-color: #fff;
  padding-block: 3px 10px;
  position: relative;
  z-index: 100;
}

.cpt-header-links-list .cpt-header-links-inner {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding-block-start: 73px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  z-index: 10;
  overflow-y: scroll;
}

.cpt-header-links-list .cpt-header-links-inner.no-scroll {
  overflow-y: hidden;
}

.cpt-header-links-list .cpt-header-links-inner .close-wrap {
  position: absolute;
  top: 17px;
  right: 24px;
}

.cpt-header-links-list .cpt-header-links-inner .close-wrap .icon-close .elem-ff-icon, .cpt-header-links-list .cpt-header-links-inner .close-wrap .icon-close .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-header-links-list .cpt-header-links-inner .close-wrap .icon-close .chosen-search {
  font-size: 28px;
  color: #222;
}

.cpt-header-links-list .cpt-header-links-inner .phone-wrap {
  position: absolute;
  top: 24px;
  right: 55.5px;
}

.cpt-header-links-list .cpt-header-links-inner .phone-wrap .contact-phone {
  padding: 0 10px;
}

.cpt-header-links-list .cpt-header-links-inner .phone-wrap .contact-phone .elem-ff-icon, .cpt-header-links-list .cpt-header-links-inner .phone-wrap .contact-phone .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-header-links-list .cpt-header-links-inner .phone-wrap .contact-phone .chosen-search {
  font-size: 20px;
  color: #222;
  font-weight: 700 !important;
}

.cpt-header-links-list .cpt-header-links-inner .header-links-list-item {
  background-color: #fafafa;
  padding-inline: 24px;
  padding-block-end: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.cpt-header-links-list .cpt-header-links-inner .header-links-list-item.last-burger-menu {
  padding-block-end: 40px;
}

.cpt-header-links-list .cpt-header-links-inner .header-links-list-item.first-burger-menu {
  padding-block-start: 12px;
}

.cpt-header-links-list .cpt-header-links-inner .header-links-list-item.tel {
  display: none;
}

.cpt-header-links-list .cpt-header-links-inner .header-links-list-item .link {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.cpt-header-links-list .cpt-header-links-inner .header-links-list-item .link.contact-phone .d-lg-none {
  color: #b20d30;
}

.cpt-header-links-list .cpt-header-links-inner .header-links-list-item .link.contact-phone .phone-number {
  font-size: 20px;
  block-size: 24px;
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  color: #b20d30;
}

.cpt-header-links-list .cpt-header-links-inner .header-links-list-item .link .label {
  font-size: 14px;
  font-weight: 300;
  color: #222;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: 0.3s;
}

.cpt-header-links-list .cpt-header-links-inner .header-links-list-item .link svg {
  transition: 0.3s;
  color: #222;
}

.cpt-header-links-list .cpt-header-links-inner .header-links-list-item .contact-phone .contact-phone-info {
  font-size: 14px;
  white-space: nowrap;
}

.cpt-header-links-list .cpt-header-links-inner .header-links-list-item:last-child {
  border-bottom: none;
}

.cpt-header-links-list .cpt-header-links-inner .header-links-list-item.disabled {
  opacity: 0.35;
}

.cpt-header-links-list .cpt-header-links-inner .header-links-list-item.disabled .link .label {
  color: gray;
}

.cpt-header-links-list .cpt-header-links-inner .header-links-list-item:hover .link .label {
  color: #b20d30;
}

.cpt-header-links-list .cpt-header-links-inner .header-links-list-item:hover .link svg {
  fill: #b20d30;
}

.cpt-header-links-list .cpt-header-links-inner .new-links-container {
  padding: 8px 24px 28px 24px;
}

.cpt-header-links-list .cpt-header-links-inner .new-links-container .burger-menu-main-link-container {
  display: flex;
  flex-direction: column;
  padding-block: 0 12px;
}

.cpt-header-links-list .cpt-header-links-inner .new-links-container .burger-menu-main-link-container .sub-menu-link {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  align-items: center;
  block-size: 48px;
}

.cpt-header-links-list .cpt-header-links-inner .new-links-container .burger-menu-main-link-container .sub-menu-link svg {
  margin: 0 14px;
}

.cpt-header-links-list .cpt-header-links-inner .new-links-container .burger-menu-main-link-container .burger-menu-link {
  block-size: 48px;
  line-height: 48px;
}

.cpt-header-links-list .cpt-header-links-inner .new-links-container .burger-menu-main-link-container .label {
  line-height: 24px;
  color: #222;
  font-weight: 500;
}

.cpt-header-links-list .cpt-header-links-inner .new-links-container .divider {
  width: 100%;
  height: 1px;
  margin-block: 8px;
  background-color: #d9d9d9;
}

.cpt-header-links-list .cpt-header-links-inner .new-links-container .burger-menu-link-container {
  display: flex;
  flex-direction: column;
  padding-block-start: 12px;
}

.cpt-header-links-list .cpt-header-links-inner .new-links-container .burger-menu-link-container .burger-menu-link {
  color: #222;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  block-size: 48px;
}

.cpt-header-links-list .cpt-header-links-inner .new-links-container .burger-menu-link-container .burger-menu-link .link-icon-wrapper {
  width: 24px;
  height: 24px;
}

.cpt-header-links-list .cpt-header-links-inner .new-links-container .burger-menu-link-container .burger-menu-link .link-icon-wrapper .link-icon {
  width: 24px;
  height: 24px;
}

.cpt-header-links-list .header-links-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}

.no-scroll {
  overflow: hidden;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-header-links-list {
    position: relative;
    top: auto;
    left: auto;
  }
  .cpt-header-links-list #fast-search-mobile-slot {
    display: none;
  }
  .cpt-header-links-list .cpt-header-links-inner {
    width: 100%;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    flex-direction: row-reverse;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item {
    border-bottom: none;
    block-size: inherit;
    text-shadow: inherit;
    margin-inline-end: 16px;
    padding: 0;
    background-color: #fff;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item.without-margin {
    margin: 0;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item.last-burger-menu {
    padding-block-end: 0;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item.first-burger-menu {
    padding-block-start: 0;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item.tel {
    display: block;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item.header-links-list-item-specific .link {
    background-color: #199bd7;
    padding-inline: 12px;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item.header-links-list-item-specific .link .label {
    color: #fff;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item .link.contact-phone .label {
    margin-inline-start: 10px;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item .link .icon-wrap .elem-ff-icon, .cpt-header-links-list .cpt-header-links-inner .header-links-list-item .link .icon-wrap .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-header-links-list .cpt-header-links-inner .header-links-list-item .link .icon-wrap .chosen-search {
    color: #b20d30;
    font-size: 16px;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item .link .label {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    margin: 0;
    white-space: nowrap;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item .link .label strong {
    font-weight: 400;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item .link .label .label {
    display: none;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item .contact-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item .contact-phone .contact-phone-info {
    color: #222;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-mask {
    position: absolute;
    top: 50%;
    left: 50%;
    inline-size: 90%;
    z-index: -1;
    transform: translate(-50%);
  }
  .cpt-header-links-list .cpt-header-links-inner .divider {
    width: 1px;
    height: 25px;
    background-color: #d9d9d9;
    margin-inline: 24px;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item .link .label {
    font-size: 14px;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item .link .label .label {
    display: flex;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-list-item .contact-phone {
    margin-inline-end: 0;
  }
  .cpt-header-links-list .cpt-header-links-inner .header-links-mask {
    position: absolute;
    top: 50%;
    right: 0;
    inline-size: 50%;
    transform: inherit;
  }
}

/**
 * HEADER LINKS LIST
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-header-sub-module {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 110;
  inline-size: 100%;
  background-color: #fff;
  padding-block-start: 73px;
  display: flex;
  flex-direction: column;
}

.cpt-header-sub-module .sub-module-title {
  background-color: #b20d30;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  margin-block-end: 24px;
}

.cpt-header-sub-module .sub-module-title .title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-inline-start: 12px;
}

.cpt-header-sub-module .sub-module-title svg {
  margin-inline-start: 10px;
  fill: #fff;
}

.cpt-header-sub-module .cpt-sub-menu-links {
  padding: 0 24px 40px;
}

.cpt-header-sub-module .cpt-sub-menu-links .module-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cpt-header-sub-module .cpt-sub-menu-links .module-item-wrapper .item-wrapper {
  color: #222;
}

.cpt-header-sub-module .cpt-sub-menu-links .module-item-wrapper .item-wrapper .item-card-header {
  margin-block: 8px;
}

.cpt-header-sub-module .cpt-sub-menu-links .module-item-wrapper .item-wrapper .item-card-header .title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.cpt-header-sub-module .cpt-sub-menu-links .item {
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

.cpt-header-sub-module .cpt-sub-menu-links .item .link {
  color: #222;
  block-size: 40px;
  display: flex;
  align-items: center;
}

.cpt-header-sub-module .cpt-sub-menu-links .see-more-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #b20d30;
  text-decoration: underline;
  margin-block-start: 16px;
}

.cpt-header-sub-module .cpt-sub-menu-links.destination .destination-card-header .title {
  text-transform: uppercase;
}

/**
 * HEADER LINKS LIST
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-desktop-header-sub-module {
    position: fixed;
    top: 116px;
    left: 0;
    z-index: 90;
    inline-size: 100%;
    background-color: #fff;
    padding: 24px 24px 40px;
  }
  .cpt-desktop-header-sub-module .container {
    flex-direction: column;
    gap: 32px;
    padding: 0;
  }
  .cpt-desktop-header-sub-module .container .sub-module-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
  }
  .cpt-desktop-header-sub-module .container .sub-module-title .title {
    font-size: 20px;
    font-family: "Montserrat-SemiBold", Arial, sans-serif;
  }
  .cpt-desktop-header-sub-module .container .sub-module-title .cta-button {
    background-color: #b20d30;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    border: 1px solid #b20d30;
    border-radius: 15px;
    transition: all 0.2s ease;
    block-size: 40px;
  }
  .cpt-desktop-header-sub-module .container .sub-module-title .cta-button .cta-icon {
    width: 24px;
    height: 24px;
    filter: invert(100%) sepia(1%) saturate(7478%) hue-rotate(89deg) brightness(105%) contrast(104%);
  }
  .cpt-desktop-header-sub-module .container .sub-module-title .cta-button .label {
    font-family: "Montserrat-SemiBold", Arial, sans-serif;
    color: #fff;
    font-size: 16px;
  }
  .cpt-desktop-header-sub-module .container .sub-module-title .cta-button:hover {
    background-color: #fff;
  }
  .cpt-desktop-header-sub-module .container .sub-module-title .cta-button:hover .cta-icon {
    filter: invert(16%) sepia(97%) saturate(5215%) hue-rotate(341deg) brightness(70%) contrast(97%);
  }
  .cpt-desktop-header-sub-module .container .sub-module-title .cta-button:hover .label {
    color: #b20d30;
  }
  .cpt-desktop-header-sub-module .container .see-more-link {
    width: auto;
    height: 24px;
    max-inline-size: 400px;
    color: #b20d30;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
  }
  .cpt-desktop-header-sub-module .container .inspiration-card .card {
    position: relative;
    border-radius: 15px;
    inline-size: 100%;
    max-inline-size: 410px;
    overflow: hidden;
  }
  .cpt-desktop-header-sub-module .container .inspiration-card .card .card-image {
    display: block;
    inline-size: 100%;
    block-size: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
  }
  .cpt-desktop-header-sub-module .container .inspiration-card .card .card-title {
    position: absolute;
    bottom: 12px;
    left: 12px;
    font: 16px "Montserrat-Bold", Arial, sans-serif;
    color: #fff;
    max-inline-size: 80%;
    text-overflow: ellipsis;
    z-index: 1;
  }
  .cpt-desktop-header-sub-module .container .inspiration-card .card::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    inline-size: 100%;
    block-size: 100%;
    border-radius: 0 0 15px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.3) 80%, black 100%);
    pointer-events: none;
  }
  .cpt-desktop-header-sub-module .container .inspiration-card:hover .card-image {
    transform: scale(110%);
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-inspiration {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    justify-content: center;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-inspiration.greater-than-three .inspiration-card .card .card-image {
    aspect-ratio: 16 / 7;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-inspiration.greater-than-three .inspiration-card .card .card-title {
    bottom: 12px;
    left: 12px;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-side {
    display: flex;
    gap: 64px;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-side .main-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 0 0;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-side .main-section .sub-title {
    font-size: 18px;
    font-weight: 600;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-side .main-section .card-wrapper {
    flex: 1 0 0;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    justify-content: center;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-side .main-section .card-wrapper .inspiration-card .card .card-title {
    bottom: 12px;
    left: 12px;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-side .main-section .card-wrapper .inspiration-card .card .card-image {
    aspect-ratio: 241/109;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-side .side-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    inline-size: 316px;
    max-inline-size: 316px;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-side .side-section .title {
    font-size: 18px;
    font-weight: 600;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-side .side-section .link {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    transition: 0.3s;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-side .side-section .link:hover {
    color: #b20d30;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-destination {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, 305px);
    justify-content: center;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-destination .item-wrapper {
    display: flex;
    gap: 16px;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-destination .item-wrapper .item-image {
    object-fit: cover;
    block-size: 100%;
    aspect-ratio: 24 / 35;
    border-radius: 8px;
    max-inline-size: 144px;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-destination .item-wrapper .item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 8px 0;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-destination .item-wrapper .item .link-list {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-destination .item-wrapper .item .link-list .title {
    color: #222;
    font: 14px "Montserrat-Bold", Arial, sans-serif;
    margin-block-end: 2px;
    text-transform: uppercase;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-destination .item-wrapper .item .link-list .link {
    color: #222;
    font-size: 14px;
    transition: 0.3s;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-destination .item-wrapper .item .link-list .link:hover {
    color: #b20d30;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-destination .item-wrapper .item .see-more-link {
    color: #222;
    text-decoration: underline;
    font: 16px "Montserrat-Bold", Arial, sans-serif;
    transition: 0.3s;
  }
  .cpt-desktop-header-sub-module .container .cpt-sub-menu-links-destination .item-wrapper .item .see-more-link:hover {
    color: #b20d30;
  }
}

/**
 * HEAD SEARCH
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-head-search {
  position: relative;
  margin: 0 7%;
}

.cpt-head-search a {
  color: #199bd7;
}

.cpt-head-search .icon-wrap {
  color: #199bd7;
  position: relative;
  top: inherit;
  left: inherit;
}

.cpt-head-search .number {
  position: absolute;
  top: -9px;
  left: 12px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #199bd7;
  font-size: 13px;
  line-height: 20px;
  border-radius: 25px;
  text-align: center;
}

.cpt-head-search input {
  display: none;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-head-search {
    margin: 0 10px;
  }
  .cpt-head-search a {
    color: #878787;
  }
  .cpt-head-search .icon-wrap {
    color: #878787;
    position: absolute;
    top: 5px;
    left: 9px;
  }
  .cpt-head-search input {
    color: #878787;
    height: 30px;
    width: 180px;
    padding: 0 10px 0 30px;
    background-color: transparent;
    border: 1px solid #878787;
    border-radius: 20px;
    outline: none;
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-head-search {
    margin: 0 10px;
  }
  .cpt-head-search ::placeholder {
    color: #fff;
  }
  .cpt-head-search :-ms-input-placeholder {
    color: #fff;
  }
  .cpt-head-search ::-ms-input-placeholder {
    color: #fff;
  }
  .cpt-head-search a {
    color: #fff;
  }
  .cpt-head-search .icon-wrap {
    color: #fff;
    position: absolute;
    top: 5px;
    left: 9px;
  }
  .cpt-head-search input {
    color: #fff;
    height: 30px;
    max-width: 200px;
    padding: 0 10px 0 30px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 20px;
    outline: none;
    display: block;
    cursor: pointer;
  }
}

/**
 * HEAD MAP
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-head-map {
  position: relative;
  margin: 0 7%;
  color: #fff;
  display: none;
}

.cpt-head-map .label {
  display: none;
}

.cpt-head-map a {
  color: #199bd7;
}

.cpt-head-map .icon-wrap {
  color: #199bd7;
  position: relative;
  top: inherit;
  left: inherit;
}

.cpt-head-map .number {
  position: absolute;
  top: -9px;
  left: 12px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #199bd7;
  font-size: 13px;
  line-height: 20px;
  border-radius: 25px;
  text-align: center;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-head-map {
    margin: 0 10px;
    display: inherit;
  }
  .cpt-head-map .label {
    display: none;
  }
  .cpt-head-map a {
    color: #878787;
  }
  .cpt-head-map .icon-wrap {
    color: #878787;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-head-map {
    margin: 0 10px;
  }
  .cpt-head-map .label {
    font-size: 16px;
    display: block;
  }
  .cpt-head-map a {
    color: #fff;
  }
  .cpt-head-map .icon-wrap {
    display: none;
    color: #fff;
  }
}

/**
 * HEAD FILTER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-head-filter {
  position: relative;
  margin: 0 7%;
  display: none;
}

.cpt-head-filter a {
  color: #199bd7;
}

.cpt-head-filter .icon-wrap {
  color: #199bd7;
  position: relative;
  top: inherit;
  left: inherit;
  margin-right: 10px;
}

.cpt-head-filter .number {
  position: absolute;
  top: -9px;
  left: 12px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #199bd7;
  font-size: 13px;
  line-height: 20px;
  border-radius: 25px;
  text-align: center;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-head-filter {
    margin: 0 10px;
    display: block;
  }
  .cpt-head-filter a {
    color: #878787;
    display: flex;
    align-items: center;
  }
  .cpt-head-filter .icon-wrap {
    color: #878787;
  }
  .cpt-head-filter .label {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-head-filter {
    margin: 0 10px;
  }
  .cpt-head-filter a {
    color: #fff;
  }
  .cpt-head-filter .icon-wrap {
    color: #fff;
  }
  .cpt-head-filter .label {
    display: block;
  }
}

/**
 * HEAD BASKET
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-head-basket {
  position: relative;
  margin: 0 7%;
}

.cpt-head-basket a {
  color: #199bd7;
}

.cpt-head-basket .icon-wrap {
  color: #199bd7;
  position: relative;
  top: inherit;
  left: inherit;
}

.cpt-head-basket .number {
  position: absolute;
  top: -9px;
  left: 12px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #199bd7;
  font-size: 13px;
  line-height: 20px;
  border-radius: 25px;
  text-align: center;
}

.cpt-head-basket {
  display: none;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-head-basket {
    margin: 0 10px;
  }
  .cpt-head-basket a {
    color: #878787;
  }
  .cpt-head-basket .icon-wrap {
    color: #878787;
  }
  .cpt-head-basket {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-head-basket {
    margin: 0 10px;
  }
  .cpt-head-basket a {
    color: #fff;
  }
  .cpt-head-basket .icon-wrap {
    color: #fff;
  }
}

/**
 * HEAD FAVORITES
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-head-favorites {
  position: relative;
  margin: 0 7%;
  display: none;
}

.cpt-head-favorites a {
  color: #199bd7;
}

.cpt-head-favorites .icon-wrap {
  color: #199bd7;
  position: relative;
  top: inherit;
  left: inherit;
}

.cpt-head-favorites .number {
  position: absolute;
  top: -9px;
  left: 12px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #199bd7;
  font-size: 13px;
  line-height: 20px;
  border-radius: 25px;
  text-align: center;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-head-favorites {
    margin: 0 10px;
    display: block;
  }
  .cpt-head-favorites a {
    color: #878787;
  }
  .cpt-head-favorites .icon-wrap {
    color: #878787;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-head-favorites {
    margin: 0 10px;
  }
  .cpt-head-favorites a {
    color: #fff;
  }
  .cpt-head-favorites .icon-wrap {
    color: #fff;
  }
}

/**
 * HEAD ACCOUNT
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-head-account {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 0 7%;
  border: 1px solid #199bd7;
  border-radius: 25px;
  text-align: center;
  line-height: 33px;
}

.cpt-head-account a {
  color: #199bd7;
}

.cpt-head-account .icon-wrap {
  color: #199bd7;
  position: relative;
  top: inherit;
  left: inherit;
}

.cpt-head-account .number {
  position: absolute;
  top: -9px;
  left: 12px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #199bd7;
  font-size: 13px;
  line-height: 20px;
  border-radius: 25px;
  text-align: center;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-head-account {
    margin: 0 10px;
  }
  .cpt-head-account a {
    color: #878787;
  }
  .cpt-head-account .icon-wrap {
    color: #878787;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-head-account {
    margin: 0 10px;
    border: 1px solid #fff;
  }
  .cpt-head-account a {
    color: #fff;
  }
  .cpt-head-account .icon-wrap {
    color: #fff;
  }
}

/**
 * LOGO
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-logo a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}

.cpt-logo .image-wrap {
  margin: 0;
  inline-size: 185px;
}

.cpt-logo .image-wrap img {
  width: 100%;
  height: 100%;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-logo .image-wrap {
    width: 265px;
    align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-logo {
    position: relative;
    top: auto;
    left: 0;
  }
}

/**
 * FOOTER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
a[href^="tel"] {
  color: inherit;
  text-decoration: inherit;
  cursor: default;
}

.cpt-footer {
  background-color: #2A3436;
  text-align: left;
  position: relative;
}

.cpt-footer .container {
  position: relative;
}

.cpt-footer .container.border-bottom {
  height: 500px;
  padding-bottom: 40px;
  margin: 20px auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.cpt-footer .foot-top {
  background-color: #fff;
  color: #9ea0a6;
  padding: 25px 0 35px;
}

.cpt-footer .foot-top .elem-step-title {
  color: #222;
}

.cpt-footer .foot-top .elem-field {
  text-align: left;
}

.cpt-footer .foot-top .elem-select {
  text-align: left;
}

.cpt-footer .foot-top .subscribe-button {
  display: block;
  padding: 16px;
}

.cpt-footer .foot-top.bg-color {
  background-color: #fcfcfc;
}

.cpt-footer .foot-top .h4-style {
  margin: 0 0 40px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  color: #2a3436;
  text-transform: none;
  text-align: left;
}

.cpt-footer .foot-top .h4-style .light {
  font-size: 24px;
  font-weight: 400;
  color: #199bd7;
  display: block;
}

.cpt-footer .foot-top .h4-style .phone-block {
  font-size: 18px;
  font-weight: 300;
  margin: 8px 0 0 3px;
  display: block;
}

.cpt-footer .foot-top .h4-style .phone-block .phone {
  color: #199bd7;
  font-size: 26px;
  font-weight: 400;
  margin-right: 8px;
  display: block;
}

.cpt-footer .foot-bottom {
  background-color: #2A3436;
  color: #fff;
}

.cpt-footer .foot-bottom .title {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cpt-footer .foot-bottom .icon-title {
  display: block;
  margin-bottom: 18px;
}

.chosen-container-single .chosen-single div b {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #000 transparent transparent;
  border-width: 8px 6px 0;
  position: absolute;
  top: 25px;
  right: 15px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-footer .foot-top {
    padding: 60px 0 100px;
  }
  .cpt-footer .foot-top .h4-style {
    font-size: 50px;
  }
  .cpt-footer .foot-top .h4-style .phone-block .phone {
    display: inline-block;
  }
  .cpt-footer .foot-top .cpt-foot-contact {
    text-align: center;
  }
  .cpt-footer .foot-top .cpt-foot-contact .col-12 {
    text-align: center;
  }
  .cpt-footer .foot-top .cpt-foot-contact .title {
    text-align: center;
  }
  .cpt-footer .foot-top .cpt-newsletter .select-wrap input {
    width: 80%;
  }
  .cpt-footer .foot-bottom .list-style {
    border-bottom: 0 solid transparent;
    padding-bottom: inherit;
    margin-bottom: inherit;
  }
  .cpt-footer .foot-bottom .list-style.last {
    padding-left: 10%;
  }
  .cpt-footer .foot-bottom .cpt-foot-payment {
    text-align: left;
  }
  .cpt-footer .foot-bottom .cpt-foot-payment .icon-wrap.icon-title {
    margin-bottom: 0;
  }
  .cpt-footer .foot-bottom .cpt-foot-security {
    text-align: right;
    margin-top: 0;
  }
  .cpt-footer .foot-bottom .icon-title {
    display: inline-block;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-footer .container-full {
    max-width: 960px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-footer .container-full {
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * LINK BOX
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-link-box .inner-container {
  padding: 15px 25px;
  border-radius: 5px;
}

.cpt-link-box .link-box-title {
  font-size: 21px;
  margin: 0 0 10px;
}

.cpt-link-box .link-box-list {
  margin-inline-start: 10px;
}

.cpt-link-box .link-box-list .link-box-item {
  margin-block-end: 5px;
}

.cpt-link-box .link-box-list .link-box-item::marker {
  color: #199bd7;
  content: "■";
}

.cpt-link-box .link {
  font-weight: 400;
  font-size: 14px;
  color: #717171;
  margin-inline-start: 1ch;
  animation: 250ms ease-in-out color;
}

.cpt-link-box .link:hover {
  color: #199bd7;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-link-box .link-box-list {
    column-count: 2;
    column-gap: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-link-box .link-box-list {
    column-count: 4;
  }
}

/**
 * HEADING
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-heading {
  color: #fff;
  text-align: left;
  text-transform: none;
  position: relative;
}

.cpt-heading .container {
  background-color: transparent;
  height: auto;
  padding: 0;
}

.cpt-heading p {
  margin: 0;
  padding: 0;
}

.cpt-heading a, .cpt-heading a:hover, .cpt-heading a:visited {
  color: #fff;
  text-decoration: underline;
}

.cpt-heading .name {
  font-weight: 300;
  font-size: 20px;
  margin: 0 0 5px;
}

.cpt-heading .message {
  font-size: 22px;
  line-height: 1.1;
  margin: 5px 0 5px 15px;
}

.cpt-heading .message h1, .cpt-heading .message h2, .cpt-heading .message h3, .cpt-heading .message h4 {
  font-size: 22px;
  margin: 0;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-heading .message {
    max-width: 60%;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-heading {
    padding: 160px 0 170px;
  }
  .cpt-heading p {
    margin: 0;
    padding: 0;
  }
  .cpt-heading .name {
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 16px;
  }
  .cpt-heading .message {
    font-size: 50px;
    max-width: 80%;
  }
  .cpt-heading .message h1, .cpt-heading .message h2, .cpt-heading .message h3, .cpt-heading .message h4 {
    font-size: 50px;
  }
  .cpt-heading.heading-small {
    padding: 0;
  }
  .cpt-heading.heading-small .message {
    font-size: 40px;
  }
}

/**
 * TRAVEL PLANNER AGENT
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-travel-planer-agent {
  background-color: #fff;
  border-radius: 15px;
  margin-block-end: 20px;
}

.cpt-travel-planer-agent .traveler-background .elem-image-wrap {
  block-size: 180px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.cpt-travel-planer-agent .traveler-wrap {
  padding: 40px 20px;
  position: relative;
}

.cpt-travel-planer-agent .traveler-wrap .traveler-photo .elem-image-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
  position: absolute;
  top: -40px;
}

.cpt-travel-planer-agent .traveler-wrap .identity .name {
  font-size: 22px;
  color: #1b2124;
  margin-block-end: 10px;
  display: block;
}

.cpt-travel-planer-agent .traveler-wrap .identity .speciality {
  font-size: 14px;
  color: #1b2124;
  margin-right: 10px;
  display: block;
}

.cpt-travel-planer-agent .buttons-wrap {
  margin-top: 20px;
}

.cpt-travel-planer-agent .buttons-wrap .btn-small {
  width: 100%;
  height: 49px;
  font-size: 16px;
  line-height: 19px;
  outline: none;
  padding: 0 20px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/**
 * SLIDER PUSHING
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-slider-pushings .slick-list,
.cpt-slider-pushings-full .slick-list {
  padding-bottom: 10px !important;
}

.cpt-slider-pushings .slick-list .slider-pushings-item,
.cpt-slider-pushings-full .slick-list .slider-pushings-item {
  margin: 0 10px;
}

.cpt-slider-pushings .slick-dots,
.cpt-slider-pushings-full .slick-dots {
  text-align: center;
  margin: 10px 0;
  position: relative;
  bottom: 0;
}

.cpt-slider-pushings .slick-dots li button,
.cpt-slider-pushings-full .slick-dots li button {
  width: 14px;
  height: 14px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  background-color: transparent;
  border: 1px solid #199bd7;
  outline: none;
  padding: 5px;
  cursor: pointer;
  display: block;
}

.cpt-slider-pushings .slick-dots li button:before,
.cpt-slider-pushings-full .slick-dots li button:before {
  display: none;
}

.cpt-slider-pushings .slick-dots li.slick-active button,
.cpt-slider-pushings-full .slick-dots li.slick-active button {
  background-color: #199bd7;
  border: 1px solid #199bd7;
}

.cpt-slider-pushings.slick-dotted.slick-slider,
.cpt-slider-pushings-full.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 1360px) {
  .cpt-slider-pushings .slick-list,
  .cpt-slider-pushings-full .slick-list {
    margin-left: -10px;
  }
}

/**
 * CONNECTION BLOCK
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-connection-block .connection-inner {
  margin: 20px;
}

.cpt-connection-block .title .primary {
  font-size: 17px;
  color: #199bd7;
  margin-right: 5px;
}

.cpt-connection-block .title .bigger {
  font-size: 28px;
  color: #333;
}

.cpt-connection-block .elem-edito {
  font-size: 17px;
  color: #2a3436;
  margin: 20px 0;
}

.cpt-connection-block .buttons-wrap .elem-button {
  margin-right: 10px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-connection-block {
    min-width: 285px;
  }
  .cpt-connection-block .connection-inner {
    margin: 0 20px 0 0;
  }
  .cpt-connection-block .title .primary {
    display: block;
  }
}

/**
 * TRAVEL PLANNER BLOCK
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-travel-planer-block {
  background-color: #fff;
  width: 203px;
  padding: 0 10px;
}

.cpt-travel-planer-block .intro-wrap {
  background-color: transparent;
  padding-left: 0;
}

.cpt-travel-planer-block .intro-wrap .title-small {
  color: #199bd7;
  font-size: 12px;
  font-weight: 400;
  margin-top: 20px;
}

.cpt-travel-planer-block .intro-wrap .title {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cpt-travel-planer-block .travel-planner-details {
  padding: 42px 10px 10px;
}

.cpt-travel-planer-block .travel-planner-details .arrows-wrap {
  width: 100%;
  text-align: right;
}

.cpt-travel-planer-block .travel-planner-details .traveler-wrap {
  margin-bottom: 10px;
}

.cpt-travel-planer-block .travel-planner-details .traveler-wrap .traveler-photo {
  margin: 0 auto;
}

.cpt-travel-planer-block .travel-planner-details .traveler-wrap .traveler-photo .elem-image-wrap {
  width: 50px;
  height: 50px;
}

.cpt-travel-planer-block .travel-planner-details .traveler-wrap .traveler-photo .elem-image-wrap img {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}

.cpt-travel-planer-block .travel-planner-details .traveler-wrap .identity {
  padding: 0 5px 0 0;
}

.cpt-travel-planer-block .travel-planner-details .traveler-wrap .identity .name {
  text-transform: lowercase;
}

.cpt-travel-planer-block .travel-planner-details .traveler-wrap .identity .name:first-letter {
  text-transform: uppercase;
}

.cpt-travel-planer-block .travel-planner-details .traveler-wrap .agency-name {
  font-size: 12px;
  color: #199bd7;
}

.cpt-travel-planer-block .travel-planner-details .buttons-wrap {
  text-align: right;
}

.cpt-travel-planer-block .travel-planner-details .buttons-wrap .more-details {
  position: inherit;
  transform: inherit;
  display: inline-block;
}

.cpt-travel-planer-block .travel-planner-details .buttons-wrap .more-details a {
  font-size: 16px;
}

.cpt-travel-planer-block .travel-planner-details hr {
  background-color: #ccc;
  height: 1px;
  line-height: 1px;
  margin: 20px -10px;
  border: 0;
}

.cpt-travel-planer-block .travel-planner-details .travel-planner-description {
  min-height: 149px;
}

.cpt-travel-planer-block .travel-planner-details .travel-planner-description .tag-wrap {
  max-height: 62px;
  overflow: hidden;
}

.cpt-travel-planer-block .travel-planner-details .travel-planner-description .bg-tag-gray {
  font-size: 14px;
  margin-right: 10px;
  margin-top: 6px;
}

.cpt-travel-planer-block .travel-planner-details .travel-planner-description .elem-edito {
  color: #ccc;
  font-size: 12px;
  margin-top: 10px;
}

.cpt-travel-planer-block .travel-planner-details .all-experts {
  text-align: right;
}

.cpt-travel-planer-block .travel-planner-details .all-experts a {
  font-size: 12px;
}

.cpt-travel-planer-block .travel-planner-details .all-experts .elem-ff-icon, .cpt-travel-planer-block .travel-planner-details .all-experts .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-travel-planer-block .travel-planner-details .all-experts .chosen-search {
  font-size: 9px;
}

.cpt-travel-planer-block .buttons-wrap,
.cpt-travel-planer-block .arrows-wrap,
.cpt-travel-planer-block .elem-tags,
.cpt-travel-planer-block hr,
.cpt-travel-planer-block .cpt-more {
  display: block;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-travel-planer-block .travel-planner-details .travel-planner-description {
    min-height: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-travel-planer-block .travel-planner-details {
    padding: 42px 20px 10px;
  }
  .cpt-travel-planer-block .travel-planner-details hr {
    margin: 20px -20px;
  }
  .cpt-travel-planer-block .travel-planner-details .travel-planner-description .tag-wrap {
    max-height: 35px;
  }
  .cpt-travel-planer-block .travel-planner-details .travel-planner-description .all-experts {
    position: relative !important;
    top: inherit;
    left: inherit;
    right: inherit;
    transform: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-travel-planer-block .travel-planner-details .travel-planner-description {
    min-height: 129px;
  }
}

/**
 * RESULT-ROW
 *
 * @type component
 */
/** ----------------------------------------------------------------
* COMMON
*/
.cpt-top-result > .title {
  color: #199bd7;
  font-size: 25px;
}

.cpt-top-result .top-result-wrapper {
  color: #717171;
  padding-bottom: 0;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
}

.bp-md .cpt-top-result .top-result-wrapper {
  box-shadow: none;
}

.cpt-top-result .top-result-wrapper .col-left-wrapper {
  padding: 15px;
}

.cpt-top-result .top-result-wrapper .col-left-wrapper h2 {
  font-weight: lighter;
}

.cpt-top-result .top-result-wrapper .col-left-wrapper .breadcrumb a, .cpt-top-result .top-result-wrapper .col-left-wrapper .breadcrumb i {
  color: #199bd7;
}

.cpt-top-result .top-result-wrapper .col-left-wrapper .breadcrumb i {
  font-size: 12px;
}

.cpt-top-result .top-result-wrapper .col-left-wrapper .cpt-traveler-note .elem-ff-icon, .cpt-top-result .top-result-wrapper .col-left-wrapper .cpt-traveler-note .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-top-result .top-result-wrapper .col-left-wrapper .cpt-traveler-note .chosen-search {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12px;
}

.cpt-top-result .top-result-wrapper .col-left-wrapper .wrapper-ref-flight {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: -22px;
}

.cpt-top-result .top-result-wrapper .col-left-wrapper .wrapper-ref-flight .ref-flight {
  font-size: 16px;
  margin-right: 10px;
  color: #b7b7b7;
}

.cpt-top-result .top-result-wrapper .col-left-wrapper .wrapper-ref-flight .wish-list {
  color: silver;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

.cpt-top-result .top-result-wrapper .col-left-wrapper .wrapper-ref-flight .wish-list.active {
  color: #ff3d4b;
}

.cpt-top-result .top-result-wrapper .pension-info {
  background-color: #f4f8f9;
  padding: 25px;
  color: #545454;
}

.cpt-top-result .top-result-wrapper .pension-info i {
  display: inline-block;
  width: 22px;
  margin-right: 5px;
  text-align: center;
}

.cpt-top-result .top-result-wrapper .pension-info .days {
  margin-bottom: 10px;
  display: block;
}

.cpt-top-result .top-result-wrapper .wrapper-price-btn .from-price,
.cpt-top-result .top-result-wrapper .wrapper-price-btn .from-space {
  font-size: 14px;
  color: #2a3436;
}

.cpt-top-result .top-result-wrapper .price-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 5px 20px;
  background-color: #f4f8f9;
}

.cpt-top-result .top-result-wrapper .price-wrapper .price {
  font-size: 28px;
}

.cpt-top-result .top-result-wrapper .price-wrapper .ref-flight {
  color: #2a3436;
  float: right;
  margin-top: -22px;
}

.cpt-top-result .top-result-wrapper .btn-wrapper [class*="elem-button--"] {
  background-color: #199bd7;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 80px;
  padding: 0;
  font-size: 20px;
  border: none;
  border-radius: 0;
}

.cpt-top-result .top-result-wrapper .cpt-matching {
  float: right;
  margin-top: -6px;
}

.cpt-top-result .top-result-wrapper .cpt-matching .title,
.cpt-top-result .top-result-wrapper .cpt-matching .label,
.cpt-top-result .top-result-wrapper .cpt-matching .tags-list {
  display: none;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-top-result .top-result-wrapper {
    padding-bottom: 56px;
  }
  .cpt-top-result .top-result-wrapper .wrapper-price-btn {
    width: 50%;
    position: absolute;
    right: 0;
    top: 299px;
  }
  .cpt-top-result .top-result-wrapper .price-wrapper {
    padding: 5px 8px;
    background-color: transparent;
  }
  .cpt-top-result .top-result-wrapper .price-wrapper .price {
    font-size: 22px;
  }
  .cpt-top-result .top-result-wrapper .cpt-matching {
    float: none;
    margin-top: auto;
    position: relative;
    top: 25px;
  }
  .cpt-top-result .top-result-wrapper .cpt-matching .title,
  .cpt-top-result .top-result-wrapper .cpt-matching .label,
  .cpt-top-result .top-result-wrapper .cpt-matching .tags-list {
    display: block;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-top-result .top-result-wrapper .wrapper-price-btn {
    top: 382px;
  }
}

/**
 *  ORDER BY
 *
 * @type component
 */
/** ----------------------------------------------------------------
* COMMON
*/
.cpt-order-by-bar h1 {
  font-size: 19px;
  display: inline;
}

.cpt-order-by-bar .filter-bar-title {
  color: #199bd7;
  font-size: 20px;
  margin-bottom: 20px;
  display: none;
}

.cpt-order-by-bar .elem-arrow-order-by {
  margin-left: 5px;
}

.cpt-order-by-bar .filter-bar-options {
  display: block;
  margin-bottom: 20px;
}

.cpt-order-by-bar .filter-bar-options > * {
  width: 100%;
}

.cpt-order-by-bar .filter-bar-options .option-price {
  margin-top: 5px;
}

.cpt-order-by-bar .filter-bar-options .option-price #sortOptions {
  font-size: 14px;
  font-weight: 400;
  color: #199bd7;
  margin-left: 5px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 6px;
}

.cpt-order-by-bar .filter-bar-options .option-travel .hide-only-mobile {
  display: none;
}

/** ----------------------------------------------------------------
* MEDIA-QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-order-by-bar .filter-bar-title {
    display: block;
  }
  .cpt-order-by-bar .filter-bar-options {
    display: flex;
  }
  .cpt-order-by-bar .filter-bar-options > * {
    width: 50%;
  }
  .cpt-order-by-bar .filter-bar-options .option-price {
    margin-top: -7px;
    text-align: right;
  }
  .cpt-order-by-bar .filter-bar-options .option-travel .hide-only-mobile {
    display: inline-block;
  }
}

/**
 * RESULT-ROW
 *
 * @type component
 */
/** ----------------------------------------------------------------
* COMMON
*/
.cpt-result {
  border-radius: 15px;
  margin-block-end: 25px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.cpt-result .promo-notification {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
}

.cpt-result .promo-notification .icon-bookmark {
  background-color: #fdb92a;
  color: #fff;
  padding: 2px 10px;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
}

.cpt-result .promo-notification .text-promo {
  color: #fff;
  padding-inline-start: 30px;
  inset-block-start: 8px;
  position: relative;
}

.cpt-result .price-reduction {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
}

.cpt-result.unavailable {
  position: relative;
}

.cpt-result.unavailable:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "Produit indisponible";
  font-size: 21px;
  font-weight: bold;
  display: block;
  z-index: 11;
  background-color: #fff;
  color: #199bd7;
  inline-size: 100%;
  padding: 27px 25px;
  text-align: center;
}

.cpt-result.unavailable:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 234, 234, 0.6);
  z-index: 10;
  content: "";
}

.cpt-result.unavailable .icon-bookmark {
  display: none !important;
}

.cpt-result .operator-name {
  position: absolute;
  right: 18px;
  bottom: -2px;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}

.cpt-result .diaporama-wrap {
  width: 100%;
  height: 180px;
  background: #f1f1f1;
}

.cpt-result .diaporama-wrap .cpt-diaporama {
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  overflow: hidden;
}

.cpt-result .diaporama-wrap .cpt-diaporama .arrow-square {
  width: 32px;
  height: 32px;
  border-radius: 49px;
  display: none !important;
}

.cpt-result .diaporama-wrap .cpt-diaporama .arrow-square .elem-ff-icon, .cpt-result .diaporama-wrap .cpt-diaporama .arrow-square .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-result .diaporama-wrap .cpt-diaporama .arrow-square .chosen-search {
  font-family: "Montserrat-Medium", Arial, sans-serif;
  font-size: 18px;
  inset-block-start: -7px;
  inset-inline-start: 13px;
}

.cpt-result .diaporama-wrap .cpt-diaporama .slick-dots {
  inset-block-end: 35px;
  display: none !important;
}

.cpt-result .diaporama-wrap .cpt-diaporama .elem-image-wrap {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.cpt-result .diaporama-wrap .cpt-diaporama .elem-image-wrap.product-blurred .elem-button--primary {
  position: absolute;
  top: 43%;
  left: 50%;
  font-size: 16px;
  font-weight: 400;
  border-radius: calc(2 * $orxapi-border-big-radius);
  padding: 8px 15px 10px;
  white-space: nowrap;
  transform: translateX(-50%);
  z-index: 1;
}

.cpt-result .diaporama-wrap .cpt-diaporama .elem-image-wrap.product-blurred:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 0.8;
  display: block;
}

.cpt-result .diaporama-wrap .cpt-diaporama .elem-image-wrap img {
  transition: all 0.2s ease-in;
}

.cpt-result .diaporama-wrap .cpt-diaporama:hover .arrow-square {
  display: inline !important;
}

.cpt-result .content-wrap {
  inline-size: 100%;
  position: relative;
}

.cpt-result .content-wrap .main-info-travel {
  padding-inline: 14px;
  padding-block: 14px 0;
  position: relative;
}

.cpt-result .content-wrap .main-info-travel .elem-favorites-product {
  position: absolute;
  top: 10px;
  right: 20px;
}

.cpt-result .content-wrap .main-info-travel .product-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cpt-result .content-wrap .main-info-travel .product-info .title-travel .title-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  font-size: 20px;
  color: #199bd7;
  line-height: 1.25;
}

.cpt-result .content-wrap .main-info-travel .product-info .breadcrumb-product {
  position: absolute;
  top: -28px;
  left: 14px;
  width: calc(100% - 28px);
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  color: #fff;
  border-radius: 5px;
  padding-inline: 8px;
  overflow-x: hidden;
}

.cpt-result .content-wrap .main-info-travel .cpt-tripadvisor {
  margin-block-start: 8px;
}

.cpt-result .content-wrap .main-info-travel .cpt-traveler-note {
  font-size: 14px;
  margin: 10px 0;
  display: none;
}

.cpt-result .content-wrap .main-info-travel .cpt-traveler-note .traveler-note-item {
  display: block;
}

.cpt-result .content-wrap .main-info-travel .cpt-traveler-note .elem-note {
  margin-inline-end: 5px;
}

.cpt-result .content-wrap .main-info-travel .cpt-traveler-note .elem-note.cpt-stars {
  font-size: 12px;
}

.cpt-result .content-wrap .main-info-travel .travel-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  margin-block-end: 7px;
}

.cpt-result .content-wrap .main-info-travel .travel-description ul {
  margin: 0;
}

.cpt-result .content-wrap .main-info-travel .travel-description {
  display: none;
}

.cpt-result .content-wrap .main-info-travel .travel-description.selected {
  display: block;
}

.cpt-result .content-wrap .main-info-travel .cpt-matching {
  max-inline-size: inherit;
  inline-size: auto;
}

.cpt-result .content-wrap .main-info-travel .cpt-matching .label {
  font-size: 14px;
  color: #bbb;
  line-height: inherit;
}

.cpt-result .content-wrap .main-info-travel .cpt-matching .tag-list {
  max-block-size: 50px;
  overflow: hidden;
}

.cpt-result .content-wrap .main-info-travel .cpt-matching .elem-progress-bar {
  margin-block-end: 5px;
}

.cpt-result .content-wrap .main-info-travel .cpt-matching .elem-tag {
  max-inline-size: 150px;
}

.cpt-result .content-wrap .main-info-travel .value-ref {
  font-size: 12px;
  color: #b7b7b7;
  margin-block: 10px 4px;
}

.cpt-result .bottom-wrap {
  inline-size: 100%;
}

.cpt-result .bottom-wrap .aside-info-travel {
  padding-inline: 14px;
  padding-block: 8px 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.cpt-result .bottom-wrap .aside-info-travel .aside-info-1 .elem-ff-icon, .cpt-result .bottom-wrap .aside-info-travel .aside-info-1 .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-result .bottom-wrap .aside-info-travel .aside-info-1 .chosen-search {
  display: inline-block;
  inline-size: 22px;
  margin-inline-end: 5px;
  text-align: center;
}

.cpt-result .bottom-wrap .aside-info-travel .aside-info-1 .days {
  margin-block-end: 10px;
  display: block;
}

.cpt-result .bottom-wrap .aside-info-travel .aside-info-1 {
  display: none;
}

.cpt-result .bottom-wrap .aside-info-travel .aside-info-2 {
  inline-size: calc(100% - 170px);
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cpt-result .bottom-wrap .aside-info-travel .aside-info-2 .elem-price-wrap {
  text-align: inherit;
}

.cpt-result .bottom-wrap .aside-info-travel .aside-info-2 .elem-price-wrap .price {
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  font-size: 32px;
  display: flex;
  align-items: baseline;
}

.cpt-result .bottom-wrap .aside-info-travel .aside-info-2 .elem-price-wrap .price .price-mention {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  font-size: 16px;
}

.cpt-result .bottom-wrap .aside-info-travel .aside-info-2 .elem-price-wrap sup {
  font-size: 30px;
  top: 0.0625em;
}

.cpt-result .bottom-wrap .aside-info-travel .aside-info-btn [class*="elem-button--"] {
  font-size: 18px;
  padding: 10px;
  inline-size: 160px;
}

/** ----------------------------------------------------------------
 * MEDIA-QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-result .row {
    flex-direction: row;
  }
  .cpt-result .price-reduction {
    position: absolute;
    top: 14px;
    right: inherit;
    left: calc(50% - 14px);
    transform: translateX(-100%);
  }
  .cpt-result .diaporama-wrap {
    width: 50%;
    height: 350px;
  }
  .cpt-result .diaporama-wrap .cpt-diaporama {
    width: 100%;
    height: 350px;
  }
  .cpt-result .diaporama-wrap .cpt-diaporama .elem-image-wrap {
    block-size: 350px;
  }
  .cpt-result .content-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: calc(100% - 70px);
  }
  .cpt-result .content-wrap .main-info-travel {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .cpt-result .content-wrap .main-info-travel .product-info .title-travel .title-content {
    font-size: 22px;
  }
  .cpt-result .content-wrap .main-info-travel .product-info .breadcrumb-product {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    background: none;
    font-size: 13px;
    color: #717171;
    padding: 0;
    border-radius: 0;
  }
  .cpt-result .content-wrap .main-info-travel .aside-info-1 {
    margin-block: 10px 14px;
    flex-direction: column;
    gap: 4px;
  }
  .cpt-result .content-wrap .main-info-travel .aside-info-1 .criteria {
    font-size: 14px;
    color: #545454;
    padding-inline-start: 20px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .cpt-result .content-wrap .main-info-travel .aside-info-1 .criteria .elem-ff-icon, .cpt-result .content-wrap .main-info-travel .aside-info-1 .criteria .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-result .content-wrap .main-info-travel .aside-info-1 .criteria .chosen-search {
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    font-size: 12px;
    margin-inline-end: 6px;
    transform: translateY(-50%);
    z-index: 2;
  }
  .cpt-result .content-wrap .main-info-travel .aside-info-1 .criteria:before {
    position: absolute;
    top: 50%;
    left: 2px;
    content: ">";
    font-family: "Icon havas";
    font-size: 12px;
    font-weight: 700;
    margin-inline-end: 6px;
    display: block;
    transform: translateY(-50%);
    z-index: 0;
  }
  .cpt-result .content-wrap .main-info-travel .cpt-tripadvisor {
    position: relative;
    top: inherit;
  }
  .cpt-result .content-wrap .main-info-travel .cpt-tripadvisor .tripadvisor-label {
    white-space: nowrap;
  }
  .cpt-result .content-wrap .main-info-travel .cpt-traveler-note .traveler-note-item {
    display: inline-block;
  }
  .cpt-result .content-wrap .main-info-travel .cpt-matching {
    position: absolute;
    inset-block-end: 10px;
  }
  .cpt-result .content-wrap .main-info-travel .cpt-matching .tag-list {
    max-height: 26px;
    overflow: hidden;
  }
  .cpt-result .content-wrap .main-info-travel .pension {
    font-size: 14px;
    color: #199bd7;
  }
  .cpt-result .content-wrap .main-info-travel .value-ref {
    position: absolute;
    bottom: 14px;
    left: 14px;
    margin: inherit;
  }
  .cpt-result .bottom-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    inline-size: 50%;
  }
  .cpt-result .bottom-wrap .aside-info-travel {
    padding-block: 0 14px;
    padding-inline: 14px;
  }
  .cpt-result .bottom-wrap .aside-info-travel .aside-info-2 [class*="value-"] {
    display: block;
  }
  .cpt-result .bottom-wrap .aside-info-travel .aside-info-2 [class*="label-"] {
    display: block;
  }
  .cpt-result .bottom-wrap .aside-info-travel .aside-info-2 [class*="label-"].label-start {
    display: none;
  }
  .cpt-result .bottom-wrap .aside-info-travel .price-reduction {
    top: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-result {
    transition: all .2s ease-in-out;
  }
  .cpt-result .price-reduction {
    position: absolute;
    top: 14px;
    right: inherit;
    left: calc(40% - 14px);
  }
  .cpt-result .diaporama-wrap {
    width: 40%;
    height: 250px;
  }
  .cpt-result .diaporama-wrap .cpt-diaporama {
    width: 100%;
    height: 250px;
  }
  .cpt-result .diaporama-wrap .cpt-diaporama .elem-image-wrap {
    block-size: 250px;
  }
  .cpt-result .diaporama-wrap .cpt-diaporama .elem-image-wrap img:hover {
    transform: scale(1.1);
  }
  .cpt-result .content-wrap {
    position: absolute;
    top: 0;
    right: 25%;
    width: 35%;
    height: 100%;
  }
  .cpt-result .content-wrap .main-info-travel .title-travel .title-content {
    inline-size: 100%;
  }
  .cpt-result .content-wrap .main-info-travel .cpt-tripadvisor {
    position: absolute;
    top: 14px;
    left: 110%;
  }
  .cpt-result .content-wrap .main-info-travel .value-ref {
    inset-block-end: 14px;
    inset-inline-start: 14px;
    inset-inline-end: inherit;
  }
  .cpt-result .bottom-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .cpt-result .bottom-wrap:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: calc(100% - 28px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    content: "";
    transform: translateY(-50%);
  }
  .cpt-result .bottom-wrap .aside-info-travel {
    padding: 14px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .cpt-result .bottom-wrap .aside-info-travel .aside-info-2 {
    inline-size: inherit;
    margin-block: 14px 50px;
    text-align: center;
  }
  .cpt-result .bottom-wrap .aside-info-travel .aside-info-2 .value-price .label-from,
  .cpt-result .bottom-wrap .aside-info-travel .aside-info-2 .value-price .brochure-price {
    font-size: 14px;
  }
  .cpt-result .bottom-wrap .aside-info-travel .aside-info-2 .value-price .brochure-price {
    margin-block-start: 8px;
  }
  .cpt-result .bottom-wrap .aside-info-travel .aside-info-2 .value-price .brochure-price .line-through {
    font-size: 14px;
  }
  .cpt-result .bottom-wrap .aside-info-travel .aside-info-2 [class*="label-"].label-start {
    display: block;
  }
  .cpt-result .bottom-wrap .aside-info-travel .aside-info-btn [class*="elem-button--"] {
    inline-size: 180px;
  }
  .cpt-result:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    cursor: pointer;
  }
}

/**
 * PAGINATION
 *
 * @type component
 */
/** ----------------------------------------------------------------
* COMMON
*/
.cpt-pagination {
  margin-bottom: 40px;
  border-bottom: solid 1px #f1f1f1;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.cpt-pagination .pagination-by {
  margin-bottom: 10px;
  position: relative;
}

.cpt-pagination .pagination-by .ff-icon {
  position: absolute;
  top: 16px;
  right: 28px;
  width: 16px;
  height: 17px;
  background: #fff;
  transform: rotate(90deg);
}

.cpt-pagination .pagination-by select {
  height: 43px;
  margin-right: 20px;
  border: solid 1px #ddd;
  padding: 0 25px;
  border-radius: 5px;
}

.cpt-pagination .pagination-btns {
  display: inline-flex;
}

.cpt-pagination .pagination-btns a {
  color: #666;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  width: 40px;
  margin-right: -1px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.cpt-pagination .pagination-btns a:hover, .cpt-pagination .pagination-btns a:focus, .cpt-pagination .pagination-btns a.active {
  background-color: #199bd7;
  color: #fff;
}

.cpt-pagination .pagination-btns a.btn-first, .cpt-pagination .pagination-btns a.btn-last {
  color: #199bd7;
  border-radius: 5px;
}

.cpt-pagination .pagination-btns a.btn-first:hover, .cpt-pagination .pagination-btns a.btn-first:focus, .cpt-pagination .pagination-btns a.btn-first.active, .cpt-pagination .pagination-btns a.btn-last:hover, .cpt-pagination .pagination-btns a.btn-last:focus, .cpt-pagination .pagination-btns a.btn-last.active {
  color: #fff;
}

.cpt-pagination .pagination-btns a.btn-last {
  margin-left: 30px;
}

.cpt-pagination .pagination-btns a.btn-first {
  margin-right: 30px;
  transform: scaleX(-1);
}

.cpt-pagination .pagination-btns #firstPage {
  border-radius: 5px 0 0 5px;
}

.cpt-pagination .pagination-btns #lastPage {
  border-radius: 0 5px 5px 0;
}

.page-serp-tp .cpt-pagination {
  margin-bottom: 0;
}

/** ----------------------------------------------------------------
* MEDIA-QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-pagination {
    flex-direction: row;
  }
  .cpt-pagination .pagination-by {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-pagination .pagination-btns a.btn-first, .cpt-pagination .pagination-btns a.btn-last {
    width: 80px;
  }
}

/**
 * TRAVELER NOTE
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-traveler-note .title {
  font-size: 14px;
  color: #2a3436;
  display: block;
}

/**
 * MATCHING
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-matching {
  width: 60%;
  max-width: 150px;
}

.cpt-matching .label {
  font-size: 12px;
  line-height: 28px;
}

.cpt-matching .tags-list .elem-tag {
  display: inline-block;
  max-width: 48%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.cpt-matching .tags-list .elem-tag.one-tag {
  max-width: 100%;
}

.cpt-matching .elem-progress-bar {
  margin-bottom: 10px;
}

/**
 * AGENCY CARD
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-agency-card {
  position: relative;
  width: auto;
  z-index: 10;
}

.cpt-agency-card .row {
  margin: 0;
}

.cpt-agency-card > .row {
  align-items: flex-end;
}

.cpt-agency-card .elem-image-wrap {
  width: 100%;
  height: auto;
  margin-right: 0;
  padding: 0;
}

.cpt-agency-card .agency-address {
  padding: 15px;
  margin-bottom: 20px;
}

.cpt-agency-card .agency-address .locate-me {
  width: 105px;
}

.cpt-agency-card .name {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #2a3436;
}

.cpt-agency-card .address {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #a9a9ab;
}

.cpt-agency-card .address span {
  display: block;
}

.cpt-agency-card .description {
  font-size: 18px;
  font-weight: 300;
  color: #a9a9ab;
  margin-bottom: 40px;
}

.cpt-agency-card .description br {
  display: none;
}

.cpt-agency-card .button-wrap {
  padding: 0 5px;
}

.cpt-agency-card [class*="elem-button--"] {
  font-size: 14px;
  padding: 9px 14px 10px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-agency-card .row {
    margin: auto;
  }
  .cpt-agency-card .agency-address {
    padding: inherit;
  }
  .cpt-agency-card .name {
    font-size: calc(30px + 6px);
  }
  .cpt-agency-card .address {
    font-size: 20px;
  }
  .cpt-agency-card .description {
    font-size: 20px;
  }
  .cpt-agency-card .description br {
    display: inline-block;
  }
  .cpt-agency-card .elem-image-wrap {
    flex-grow: inherit;
    max-width: inherit;
    flex-basis: inherit;
  }
  .cpt-agency-card [class*="elem-button--"] {
    padding: calc(10px + 1) 20px calc(12px + 1);
  }
}

@media only screen and (min-width: 768px) {
  .cpt-agency-card {
    position: relative;
    top: -70px;
    width: auto;
    z-index: 10;
  }
  .cpt-agency-card .agency-address {
    margin-bottom: 0;
  }
  .cpt-agency-card .elem-image-wrap {
    width: 260px;
    height: 320px;
    margin-right: 25px;
    flex-grow: inherit;
    max-width: inherit;
    flex-basis: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-agency-card .elem-image-wrap {
    flex-grow: inherit;
    max-width: inherit;
    flex-basis: inherit;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-agency-card {
    position: relative;
    top: -98px;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 10;
    padding-left: calc(50px + 10px);
  }
  .cpt-agency-card > .row {
    align-items: flex-end;
  }
  .cpt-agency-card .elem-image-wrap {
    width: 370px;
    height: 372px;
    margin-right: calc(50px + 10px);
  }
  .cpt-agency-card .name {
    font-size: calc(35px + 1);
    font-weight: 400;
    margin-bottom: 10px;
    color: #2a3436;
  }
  .cpt-agency-card .address {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #a9a9ab;
  }
  .cpt-agency-card .address span {
    display: block;
  }
  .cpt-agency-card .description {
    font-size: 20px;
    font-weight: 300;
    color: #a9a9ab;
    margin-bottom: 40px;
  }
  .cpt-agency-card .button-wrap {
    margin-right: 10px;
  }
  .cpt-agency-card [class*="elem-button--"] {
    font-size: 16px;
  }
  .cpt-agency-card .agency-address .locate-me {
    width: 115px;
  }
}

/**
 * FOOT AGENCY
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-foot-agency {
  position: relative;
}

.cpt-foot-agency .col-12 {
  margin: 0 0 20px;
}

.cpt-foot-agency .elem-button--primary-alt {
  padding: 12px 40px;
  text-align: center;
  display: block;
}

.is-mobile .cpt-foot-agency .chosen-footer-select {
  font-family: "Montserrat-Regular", Arial, sans-serif;
  border-radius: 5px;
  width: 100%;
  padding: 5px 3px;
  -webkit-appearance: none;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-foot-agency .row {
    justify-content: space-between;
  }
  .cpt-foot-agency .col-12 {
    margin: auto;
  }
}

/**
 * FOOT CONTACT
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-foot-contact {
  text-align: left;
}

.cpt-foot-contact .col-12 {
  margin: 0 0 20px;
  text-align: center;
}

.cpt-foot-contact .title {
  color: #199bd7;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
}

.cpt-foot-contact .newsletter {
  position: relative;
}

.cpt-foot-contact .newsletter .select-wrap {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}

.cpt-foot-contact .newsletter .select-wrap input {
  background-color: transparent;
  width: 100%;
  border: 0 none;
  outline: 0 none;
  padding: 0 0 15px 2px;
}

.cpt-foot-contact .newsletter .select-wrap .button--transparent {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #2a3436;
  font-weight: 300;
  border: 0 none;
  background-color: transparent;
  outline: 0 none;
  padding: 15px;
  margin-left: -3px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cpt-foot-contact .newsletter .select-wrap .button--transparent:hover {
  background-color: #199bd7;
  color: #fff;
}

.cpt-foot-contact .follow-us {
  position: relative;
}

.cpt-foot-contact .follow-us .title {
  text-align: center;
}

.cpt-foot-contact .follow-us .icon-wrap {
  color: #2a3436;
  font-size: 22px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cpt-foot-contact .follow-us .icon-wrap:hover {
  color: #199bd7;
}

.cpt-foot-contact .contact .title {
  text-align: center;
}

.cpt-foot-contact .contact .elem-button--primary-alt {
  padding: 8px 20px;
  font-size: 16px;
  margin: 0 auto;
}

.cpt-foot-contact .col-12 {
  margin: 0 0 30px;
}

.cpt-foot-contact .elem-button--primary-alt {
  display: block;
  padding: 12px 40px;
  text-align: center;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-foot-contact {
    text-align: center;
  }
  .cpt-foot-contact .col-12 {
    text-align: center;
  }
  .cpt-foot-contact .title {
    text-align: left;
  }
  .cpt-foot-contact .contact .title {
    text-align: left;
  }
  .cpt-foot-contact .contact .elem-button--primary-alt {
    margin: inherit;
  }
}

/**
 * FOOT ADS SLIDER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-foot-ads-slider {
  text-align: center;
  box-sizing: border-box;
  margin: 40px 0 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.cpt-foot-ads-slider .ads-slider-item {
  padding: 10px 30px;
  min-height: 122px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
  box-sizing: border-box;
  position: relative;
}

.cpt-foot-ads-slider .ads-slider-item:last-child {
  border-right: 0 none;
}

.cpt-foot-ads-slider .ads-slider-item .number {
  font-size: 20px;
  font-weight: 600;
}

.cpt-foot-ads-slider .ads-slider-item p {
  position: relative;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}

/**
 * FOOT LINKS
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-foot-links .list-style {
  color: #fff;
  text-align: left;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.cpt-foot-links .list-style .link {
  color: rgba(255, 255, 255, 0.6);
}

.cpt-foot-links .list-style .link:hover {
  color: #fff;
}

.cpt-foot-links .list-style .row {
  flex-wrap: nowrap;
}

/**
 * FOOT PAYMENT
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-foot-payment {
  text-align: center;
  padding: 20px 0;
  color: #fff;
}

.cpt-foot-payment .icon-wrap {
  margin: 0 4px;
}

.cpt-foot-payment .icon-wrap.icon-title {
  margin-bottom: 18px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-foot-payment {
    text-align: left;
  }
  .cpt-foot-payment .icon-wrap {
    margin: 0 10px;
  }
  .cpt-foot-payment .icon-wrap.icon-title {
    margin-bottom: 0;
  }
}

/**
 * FOOT SECURITY
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-foot-security {
  text-align: center;
  padding-top: 25px;
  color: #fff;
}

.cpt-foot-security .icon-wrap {
  margin: 0 10px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-foot-security {
    text-align: right;
    margin-top: 0;
  }
}

/**
 * FOOT EDITO
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-foot-edito {
  font-weight: 300;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  padding: 40px 0;
}

/**
 * FADE SLIDER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-fade-slider {
  border: 1px solid #f1f1f1;
  margin: 20px 16px;
  position: relative;
}

.page-serp .cpt-fade-slider {
  height: 240px;
  overflow: hidden;
}

.page-serp .cpt-fade-slider .slick-list,
.page-serp .cpt-fade-slider .slick-track,
.page-serp .cpt-fade-slider .slick-track,
.page-serp .cpt-fade-slider .cpt-fade-slider-item,
.page-serp .cpt-fade-slider .elem-image-wrap {
  height: 240px;
}

.cpt-fade-slider.bridge .elem-image-wrap {
  height: auto;
}

.cpt-fade-slider.bridge .edito .title {
  text-align: right;
}

.cpt-fade-slider .cpt-fade-slider-item {
  position: relative;
}

.cpt-fade-slider .elem-image-wrap {
  height: 240px;
}

.cpt-fade-slider .edito {
  position: relative;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 16px 20px;
}

.cpt-fade-slider .edito .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}

.cpt-fade-slider .edito .list-style {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 26px;
}

.cpt-fade-slider .slick-arrow {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -23px;
  left: -1px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  padding: 20px 30px;
  z-index: 5;
}

.cpt-fade-slider .slick-arrow:before {
  position: absolute;
  top: 16px;
  left: auto;
  content: "a";
  font-size: 10px;
  font-family: "Icon havas";
  color: #333;
  display: inline-block;
}

.cpt-fade-slider .slick-arrow.slick-prev:before {
  left: 26px;
  transform: rotate(180deg);
}

.cpt-fade-slider .slick-arrow.slick-next {
  left: 60px;
}

.cpt-fade-slider .slick-arrow.slick-next:before {
  left: 27px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .page-serp .cpt-fade-slider {
    height: 337px;
  }
  .page-serp .cpt-fade-slider .slick-list,
  .page-serp .cpt-fade-slider .slick-track,
  .page-serp .cpt-fade-slider .slick-track,
  .page-serp .cpt-fade-slider .cpt-fade-slider-item,
  .page-serp .cpt-fade-slider .elem-image-wrap {
    height: 337px;
  }
  .cpt-fade-slider .elem-image-wrap {
    height: 400px;
  }
  .cpt-fade-slider .edito {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 30%;
    height: 100%;
  }
  .cpt-fade-slider.small-item::after {
    display: block;
    clear: both;
    content: "";
  }
  .cpt-fade-slider.small-item .fade-slider-container {
    width: 45% !important;
    float: left;
    margin-right: 32px;
  }
  .cpt-fade-slider.small-item .fade-slider-container .cpt-fade-slider-item > .edito {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
  }
  .cpt-fade-slider.small-item .edito {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    background-color: transparent;
  }
  .cpt-fade-slider.small-item-and-txt .elem-image-wrap {
    width: 45% !important;
  }
  .cpt-fade-slider.small-item-and-txt .edito {
    width: 55% !important;
  }
  .cpt-fade-slider.full.bridge {
    position: relative;
  }
  .cpt-fade-slider.full.bridge .elem-image-wrap {
    height: auto;
    padding-top: 40px;
  }
  .cpt-fade-slider.full.bridge .elem-image-wrap .img {
    object-fit: inherit;
  }
  .cpt-fade-slider.full.bridge .edito {
    width: auto;
    height: 100%;
    background-color: #199bd7;
    color: #fff;
    top: 0;
    bottom: auto;
    padding: 6px 10px;
  }
  .cpt-fade-slider.full.bridge .edito .title {
    margin-bottom: 0;
    text-align: left;
  }
  .cpt-fade-slider.full.bridge .edito .txt {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .page-serp .cpt-fade-slider {
    height: 342px;
  }
  .page-serp .cpt-fade-slider .slick-list,
  .page-serp .cpt-fade-slider .slick-track,
  .page-serp .cpt-fade-slider .slick-track,
  .page-serp .cpt-fade-slider .cpt-fade-slider-item,
  .page-serp .cpt-fade-slider .elem-image-wrap {
    height: 340px;
  }
}

/**
 * FADE SLIDER ITEM
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * ITEM PRODUCT SUGGESTED
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-item-product-suggested {
  color: #222;
  padding: 15px 0 15px 0;
  margin: 20px 0;
  position: relative;
}

.cpt-item-product-suggested .breadcrumb-product {
  color: #199bd7;
  font-size: 12px;
}

.cpt-item-product-suggested .align-right {
  text-align: right;
}

.cpt-item-product-suggested .hotel-name {
  font-size: 24px;
  font-weight: 300;
  margin: 5px 0 10px;
  max-height: 70px;
  overflow: hidden;
}

.cpt-item-product-suggested .travel-notation {
  font-size: 14px;
  font-weight: 300;
}

.cpt-item-product-suggested .travel-notation .elem-note {
  font-weight: 600;
  margin: 0 8px;
}

.cpt-item-product-suggested .travel-notation .cpt-stars {
  margin-left: 8px;
}

.cpt-item-product-suggested .travel-notation .view {
  margin: 0 0 0 8px;
  font-weight: 600;
}

.cpt-item-product-suggested .reference {
  color: #a9a9ab;
  font-size: 12px;
  margin-right: 40px;
}

.cpt-item-product-suggested .elem-image-wrap {
  margin: 15px -15px 0;
}

.cpt-item-product-suggested .elem-image-wrap > img {
  max-height: 327px;
}

.cpt-item-product-suggested .information {
  margin: 0 -15px;
  background-color: #f1f1f1;
  padding: 20px;
  font-size: 14px;
}

.cpt-item-product-suggested .information .day {
  margin: 0 0 5px;
}

.cpt-item-product-suggested .information .icon-wrap {
  width: 20px;
  font-size: 11px;
  text-align: center;
  display: inline-block;
}

.cpt-item-product-suggested .button-wrap {
  margin-right: -16px;
  height: 100%;
}

.cpt-item-product-suggested .button-wrap [class*="elem-button--"] {
  width: 100%;
  height: 100%;
  font-size: 19px;
  border-radius: 0;
  line-height: 53px;
}

.cpt-item-product-suggested .cpt-matching {
  width: 100%;
  max-width: 100%;
}

.cpt-item-product-suggested .cpt-matching .elem-progress-bar .bar {
  width: 30%;
}

.cpt-item-product-suggested .description-suggested {
  margin: 20px 0 30px;
  max-height: 195px;
  overflow: hidden;
  position: relative;
}

.cpt-item-product-suggested .description-suggested .title {
  font-weight: 600;
  margin-bottom: 10px;
}

.cpt-item-product-suggested .description-suggested p {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 15px;
}

.cpt-item-product-suggested .price-block {
  padding: 8px 0;
}

.cpt-item-product-suggested .price-block .txt {
  color: #a9a9ab;
  font-size: 12px;
  font-weight: 300;
}

.cpt-item-product-suggested .price-block .price {
  color: #199bd7;
  font-size: 24px;
}

.cpt-item-product-suggested .price-block .price span {
  font-size: 12px;
  font-weight: 300;
}

.cpt-item-product-suggested .price-block .departureCity {
  font-size: 12px;
  color: #2a3436;
  margin: 2px 0;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-item-product-suggested .elem-image-wrap {
    margin: -15px -15px 0;
  }
}

/**
 * SWITCH MAP
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-switch-map {
  position: relative;
  margin: 30px 0;
}

.cpt-switch-map .show-map {
  width: 100%;
  border-radius: 0;
  text-align: left;
  font-size: 20px;
  padding-left: 40px;
  position: relative;
}

.cpt-switch-map .show-map:before {
  position: absolute;
  top: auto;
  left: 15px;
  content: "l";
  font-family: "Icon havas";
  display: inline-block;
}

.switch-map-control .switch-serp-content {
  display: block;
}

.switch-map-control .switch-serp-content .no-result {
  color: #e00042;
  margin: 15px;
}

.switch-map-control .switch-map-content {
  display: none;
}

.switch-map-control.map-active .switch-serp-content {
  display: none;
}

.switch-map-control.map-active .switch-map-content {
  display: block;
}

.switch-map-control.map-active .show-map:before {
  content: "h";
}

/**
 * SIDEBAR SEO LINK
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-sidebar-seo-link {
  margin-bottom: 30px;
  position: relative;
}

.cpt-sidebar-seo-link .title {
  display: block;
  padding: 20px 14px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
}

.cpt-sidebar-seo-link .sidebar-seo-content {
  margin: 0;
  padding: 20px;
}

.cpt-sidebar-seo-link .sidebar-seo-item {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 300;
}

.cpt-sidebar-seo-link .sidebar-seo-item .link {
  color: #2a3436;
  line-height: 1.2;
  padding-right: 14px;
  display: block;
  position: relative;
}

.cpt-sidebar-seo-link .sidebar-seo-item .link:hover {
  color: #199bd7;
}

.cpt-sidebar-seo-link .sidebar-seo-item .link:after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #000;
  border-width: 5px 0 5px 6px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  content: "";
}

.cpt-sidebar-seo-link.seo-type-full {
  box-shadow: 0 0 0 transparent;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-sidebar-seo-link {
    position: sticky;
    top: 210px;
  }
}

/**
 * TRAVEL PLANNER BOX
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-travel-planner-box {
  background-color: #fff;
}

.cpt-travel-planner-box.active .tp-container {
  height: 249px;
}

.cpt-travel-planner-box > .row {
  align-items: center;
  border: 1px solid #e6eef2;
  position: relative;
}

.cpt-travel-planner-box .d-flex {
  justify-content: center;
}

.cpt-travel-planner-box .expert-tp-border {
  width: 50px;
  height: 50px;
}

.cpt-travel-planner-box .expert-tp-border > img {
  border-radius: 100%;
}

.cpt-travel-planner-box .expert-tp-description {
  position: relative;
  padding: 14px 0;
}

.cpt-travel-planner-box .expert-tp-description .title {
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.cpt-travel-planner-box .expert-tp-description .expert-tp-name {
  font-weight: 300;
  font-size: 18px;
  color: #333;
}

.cpt-travel-planner-box .expert-tp-description .expert-tp-agency {
  font-weight: 300;
  font-size: 14px;
  color: #2a3436;
}

.cpt-travel-planner-box .arrow-button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.cpt-travel-planner-box .arrow-button .elem-ff-icon, .cpt-travel-planner-box .arrow-button .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-travel-planner-box .arrow-button .chosen-search {
  font-size: 10px;
  transform: rotate(90deg);
  display: inline-block;
}

.cpt-travel-planner-box .tp-container {
  width: 100%;
  height: 0;
  position: absolute;
  overflow: hidden;
  border: 1px solid #e6eef2;
  border-top: 0 none;
  transition: all 0.3s;
  z-index: 900;
}

.cpt-travel-planner-box .tp-container .item:nth-child(odd) {
  background-color: #fff;
}

.cpt-travel-planner-box .tp-container .item:nth-child(even) {
  background-color: #f4f8f9;
}

.cpt-travel-planner-box .tp-container .item:hover {
  background-color: #199bd7;
}

.cpt-travel-planner-box .tp-container .item:hover .link {
  color: #fff;
}

.cpt-travel-planner-box .tp-container .link {
  padding: 20px 10px 20px 50px;
  color: #333;
  font-weight: 300;
  letter-spacing: -1px;
  position: relative;
  display: block;
}

.cpt-travel-planner-box .tp-container .elem-ff-icon, .cpt-travel-planner-box .tp-container .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-travel-planner-box .tp-container .chosen-search {
  position: absolute;
  left: 14px;
}

.cpt-travel-planner-box .tp-container .elem-ff-icon.share, .cpt-travel-planner-box .tp-container .elem-select-choosen .chosen-drop .share.chosen-search, .elem-select-choosen .chosen-drop .cpt-travel-planner-box .tp-container .share.chosen-search {
  font-size: 18px;
}

.cpt-travel-planner-box .tp-container .elem-ff-icon.phone, .cpt-travel-planner-box .tp-container .elem-select-choosen .chosen-drop .phone.chosen-search, .elem-select-choosen .chosen-drop .cpt-travel-planner-box .tp-container .phone.chosen-search {
  font-size: 20px;
  top: 17px;
}

.cpt-travel-planner-box .tp-container .elem-ff-icon.send, .cpt-travel-planner-box .tp-container .elem-select-choosen .chosen-drop .send.chosen-search, .elem-select-choosen .chosen-drop .cpt-travel-planner-box .tp-container .send.chosen-search {
  font-size: 17px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-travel-planner-box.sticky {
    position: sticky;
    top: 100px;
    right: auto;
    min-width: 286px;
    z-index: 80;
    margin-bottom: 30px;
    padding: 0;
    visibility: hidden;
  }
  .cpt-travel-planner-box.landing-tp {
    position: fixed;
    right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-travel-planner-box .arrow-button {
    position: relative;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-travel-planner-box .arrow-button {
    position: absolute;
  }
}

/**
 * GMAP
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-gmap {
  position: relative;
}

.cpt-gmap .gmap-container {
  margin-bottom: 40px;
}

/**
 * LOADER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-loader.fullscreen-display {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 9999;
}

.cpt-loader.black-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.cpt-loader.white-overlay {
  background-color: rgba(255, 255, 255, 0.8);
}

.cpt-loader.primary-overlay {
  background-color: rgba(25, 155, 215, 0.1);
}

.cpt-loader .loader-image-wrap {
  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%);
  background: #fff;
  border-radius: 100%;
  text-align: center;
  padding: 35px;
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);
}

.cpt-loader.bgi-transparent .loader-image-wrap {
  background-color: transparent;
  box-shadow: none;
}

.cpt-loader .loader-image {
  vertical-align: top;
}

/**
 * newsletter subscription
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-newsletter-subscription .elem-field {
  margin-bottom: 20px;
}

.cpt-newsletter-subscription .elem-field label {
  color: #199bd7;
}

.cpt-newsletter-subscription .elem-select {
  margin-bottom: 20px;
  padding-right: 30%;
}

.cpt-newsletter-subscription .elem-select label {
  color: #199bd7;
}

.cpt-newsletter-subscription .elem-select:after {
  right: 31%;
}

.cpt-newsletter-subscription .password-lost {
  display: block;
  color: #999;
  margin-top: 20px;
}

.cpt-newsletter-subscription .elem-checkbox {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  margin-left: 0;
}

.cpt-newsletter-subscription .step--footer {
  line-height: 13px;
  font-size: 11px;
  text-align: left;
  padding: 15px 15px 15px 25px;
  margin-top: 5px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-newsletter-subscription .elem-field {
    padding-right: 30%;
  }
  .cpt-newsletter-subscription [id^="btn-"] {
    margin-top: 30px;
    margin-left: 5px;
  }
}

/**
 * POPIN
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-popin {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
}

.cpt-popin .popin-content {
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  margin: auto;
}

.cpt-popin .popin-head {
  background-color: #199bd7;
  color: #fff;
  padding: 14px;
  display: flex;
}

.cpt-popin .popin-head .popin-title {
  flex: 1;
}

.cpt-popin .popin-head .popin-close {
  cursor: pointer;
}

.cpt-popin .popin-main {
  padding: 0 14px 14px;
}

body.popin-is-open {
  overflow: hidden;
}

body.popin-is-open.is-mobile {
  width: 100%;
  position: fixed;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-popin .popin-content {
    width: 95%;
    min-height: inherit;
  }
  .cpt-popin .popin-head {
    padding: 14px 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: 14px 30px;
  }
  .cpt-popin .popin-main {
    padding: 0 30px 30px;
  }
}

/**
 * SEARCH ENGINE
 *
 * $type component
 */
/**
 * LAYOUT
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-search-engine-layout {
  color: #717171;
}

.cpt-search-engine-layout .se-trigger-super-panel {
  width: 125px;
  height: 51px;
  background-color: #fff;
  padding: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.cpt-search-engine-layout .se-trigger-super-panel:before {
  width: 18px;
  height: 18px;
  font: normal 18px "Icon havas";
  margin-inline-end: 8px;
  display: inline-block;
  content: "/";
}

.cpt-search-engine-layout .se-trigger-super-panel .subtitle {
  font-size: 10px;
  color: #b7b7b7;
  margin-block-start: -20px;
  flex: 0 0 100%;
}

.cpt-search-engine-layout .se-layout-panel {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-y: auto;
  z-index: 1000;
}

.cpt-search-engine-layout .se-layout-panel .se-layout-dynamic-tabs {
  margin-block-end: 80px;
}

.cpt-search-engine-layout .se-layout-panel .button-main-wrap {
  inline-size: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 10px;
}

.cpt-search-engine-layout .se-layout-panel .button-main-wrap > .button-wrap {
  inline-size: 50%;
}

.cpt-search-engine-layout .se-layout-panel .button-main-wrap > .button-wrap .elem-button--primary-alt-invert {
  width: 100%;
  height: 100%;
  font-size: 16px;
  border-radius: 15px 0 0 15px;
}

.cpt-search-engine-layout .se-layout-panel .cpt-se-submit-button {
  inline-size: 50%;
  margin-inline-end: 0;
  margin-inline-start: -14.5px;
}

.cpt-search-engine-layout .se-layout-panel .cpt-se-submit-button .se-submit-button-loader {
  inline-size: 100%;
  border-radius: 0 15px 15px 0;
}

.cpt-search-engine-layout .se-layout-panel .cpt-se-submit-button .elem-button--primary-alt {
  inline-size: 100%;
  padding: 16px 0;
  border-radius: 0 15px 15px 0;
}

.cpt-search-engine-layout .se-layout-panel .cpt-se-submit-button .elem-button--primary-alt img {
  position: relative;
  top: 2px;
}

.cpt-search-engine-layout .se-layout-panel .cpt-se-submit-button .elem-button--primary-alt .search-label:after {
  text-transform: uppercase;
  margin: 0 5px;
  display: inline-block;
  content: "Rechercher";
}

.cpt-search-engine-layout .cpt-search-tag {
  background: #f4f8f9;
  margin-bottom: 15px;
  padding: 10px;
  overflow: auto;
  display: flex;
  flex-direction: row;
}

.cpt-search-engine-layout .cpt-search-tag .search-tag {
  background: #fff;
  color: #199bd7;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #199bd7;
  border-radius: 25px;
  margin-left: 8px;
  padding: 4px 8px 4px 10px;
  white-space: nowrap;
}

.cpt-search-engine-layout .cpt-search-tag .search-tag:first-child {
  margin-left: 0;
}

.cpt-search-engine-layout .cpt-search-tag .search-tag .btn-close-tag {
  font-size: 10px;
  color: #199bd7;
  margin: 0 2px 0 4px;
  margin-left: 8px;
  padding-top: 1px;
}

.page-serp .cpt-search-engine-layout {
  margin-top: 0;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-search-engine-layout .se-layout-panel .button-main-wrap {
    position: sticky;
  }
  .page-serp .cpt-search-engine-layout {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-search-engine-layout .se-layout-panel .button-main-wrap {
    inline-size: 95%;
    margin: 0 auto;
  }
  .page-serp .cpt-search-engine-layout {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-search-engine-layout .se-layout-dynamic-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container:first-child {
    inline-size: 145px;
    position: relative;
  }
  .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container:first-child .custom-select__control {
    border-radius: 15px 0 0 15px;
  }
  .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container.s_dpci {
    inline-size: 150px;
    position: relative;
  }
  .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container.s_dpci:before {
    position: absolute;
    top: 20px;
    right: 13px;
    font: 700 14px "Icon havas";
    display: inline-block;
    transform: rotate(90deg);
    content: ">";
    z-index: 3;
    pointer-events: none;
  }
  .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container.s_dpci .open-more-items {
    border: 1px solid #199bd7;
    background-color: #199bd7;
    color: #fff;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
  }
  .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container.s_dpci .open-more-items:hover {
    background-color: #fff;
    color: #199bd7;
  }
  .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container.s_minMan {
    inline-size: 135px;
    position: relative;
  }
  .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container.s_minMan:before {
    position: absolute;
    top: 20px;
    right: 13px;
    font: 700 14px "Icon havas";
    display: inline-block;
    transform: rotate(90deg);
    content: ">";
    z-index: 3;
    pointer-events: none;
  }
  .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container.hideBefore:before {
    display: none;
  }
  .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container.departureDate {
    inline-size: 155px;
    position: relative;
  }
  .page-serp .cpt-search-engine-layout {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container:first-child {
    inline-size: auto;
  }
  .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container.s_dpci:before, .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container.s_minMan:before {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container.s_dpci, .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container.s_minMan, .cpt-search-engine-layout .se-layout-dynamic-tabs .cpt-se-search-item-desktop-container.departureDate {
    inline-size: 180px;
  }
  .cpt-search-engine-layout .se-trigger-super-panel {
    inline-size: 160px;
    padding: 0 18px;
  }
  .cpt-search-engine-layout .se-trigger-super-panel:before {
    margin-inline-end: 13px;
  }
}

/**
 * SELECT SEARCH ITEM
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-se-select-search-item {
  /** ----------------------------------------------------------------
     * MEDIA QUERY
    */
}

.cpt-se-select-search-item .custom-select__control {
  height: 46px;
  border: 0 none;
  box-shadow: 0 0 transparent;
  z-index: 2;
}

.cpt-se-select-search-item .custom-select__value-container {
  margin-inline-end: 27px;
  padding: 2px 10px;
}

.cpt-se-select-search-item .custom-select__single-value {
  color: #717171;
}

.cpt-se-select-search-item .custom-select__indicators {
  width: 45px;
}

.cpt-se-select-search-item .custom-select__indicator-separator {
  display: none;
}

.cpt-se-select-search-item .custom-select__indicator svg {
  fill: #b7b7b7;
}

.cpt-se-select-search-item .custom-select__menu {
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.cpt-se-select-search-item .custom-select__menu-list {
  padding: 0;
}

.cpt-se-select-search-item .custom-select__menu-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.cpt-se-select-search-item .custom-select__menu-list {
  scrollbar-width: thin;
  scrollbar-color: #fff;
}

.cpt-se-select-search-item .custom-select__menu-list::-webkit-scrollbar-track {
  background: #dadada;
}

.cpt-se-select-search-item .custom-select__menu-list::-webkit-scrollbar-thumb {
  background-color: #199bd7;
  border-radius: 5px;
  border: 0 none;
}

.cpt-se-select-search-item .custom-select__group {
  padding: 0;
}

.cpt-se-select-search-item .custom-select__option {
  color: #717171;
}

.cpt-se-select-search-item .custom-select__option--is-focused {
  background-color: transparent;
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  color: #199bd7;
  cursor: pointer;
}

.cpt-se-select-search-item .custom-select__option--is-selected {
  background-color: transparent;
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  color: #199bd7;
  cursor: pointer;
}

.cpt-se-select-search-item .custom-select__control {
  block-size: 51px;
  border-radius: 0;
  cursor: pointer;
}

.cpt-se-select-search-item .custom-select__value-container {
  flex-wrap: nowrap;
}

.cpt-se-select-search-item .custom-select__placeholder {
  color: #717171;
}

.cpt-se-select-search-item .custom-select__indicators {
  width: auto;
}

.cpt-se-select-search-item .custom-select__indicator {
  color: #b7b7b7;
  padding: 0 10px 0 0;
}

.cpt-se-select-search-item .custom-select__dropdown-indicator {
  display: none;
}

.cpt-se-select-search-item .custom-select__menu:before {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff;
  border-width: 0 10px 8px;
  position: absolute;
  top: -5px;
  left: 20px;
  display: block;
  content: "";
}

@media only screen and (min-width: 992px) {
  .cpt-se-select-search-item .custom-select__placeholder {
    display: inline-block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    margin-inline: 0;
  }
  .cpt-se-select-search-item .custom-select__menu {
    min-inline-size: 250px;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-se-select-search-item .custom-select__placeholder {
    max-width: 100%;
  }
  .cpt-se-select-search-item .custom-select__value-container {
    margin-inline-end: 35px;
    padding: 2px 15px;
  }
}

.cpt-se-select-search-item .custom-select__option {
  padding-block: 7px;
}

.cpt-se-select-search-item .custom-select__option.level-1 {
  padding-left: 20px;
}

.cpt-se-select-search-item .custom-select__option.level-2 {
  padding-left: 40px;
}

.cpt-se-select-search-item .custom-select__indicator {
  position: absolute;
  top: 16px;
  right: 0;
  background-color: #fff;
  inline-size: 25px;
  z-index: 10000 !important;
  padding: 0;
}

.cpt-se-select-search-item .custom-select__indicator svg {
  fill: #717171;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 1360px) {
  .cpt-se-select-search-item .custom-select__indicator {
    position: absolute;
    top: 16px;
    right: 8px;
  }
}

/**
 * DATE SEARCH ITEM
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-se-date-search-item {
  position: relative;
}

.cpt-se-date-search-item:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 10px;
  font: normal 18px "Icon havas";
  display: inline-block;
  transform: translateY(-50%);
  content: "&";
  pointer-events: none;
}

.cpt-se-date-search-item .elem-custom-input {
  width: 100%;
  height: 51px;
  color: #717171;
  outline: transparent;
  border: 0 none;
  padding: 0 10px 0 38px;
  cursor: pointer;
}

.cpt-se-date-search-item .elem-custom-input::placeholder {
  color: #717171;
  opacity: 1;
  font-weight: 400;
}

.cpt-se-date-search-item .elem-custom-input:-ms-input-placeholder {
  color: #717171;
  font-weight: 400;
}

.cpt-se-date-search-item .elem-custom-input::-ms-input-placeholder {
  color: #717171;
  font-weight: 400;
}

.cpt-se-date-search-item .datepicker-container {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0 0 5px 5px;
  z-index: 1000;
}

.cpt-se-date-search-item .datepicker-container:before {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff;
  border-width: 0 10px 8px;
  position: absolute;
  top: -5px;
  left: 20px;
  display: block;
  content: "";
}

.cpt-se-date-search-item .datepicker-flexibility {
  margin: 0 20px 15px;
  border-top: 1px solid #b7b7b7;
  padding-top: 15px;
}

.cpt-se-date-search-item .datepicker-flexibility .flexibility-list {
  justify-content: space-between;
  align-items: center;
}

.cpt-se-date-search-item .datepicker-flexibility .flexibility-list .item {
  border: 1px solid #199bd7;
  background-color: #fff;
  font-size: 12px;
  border-radius: 5px;
  padding: 2px 5px;
  cursor: pointer;
}

.cpt-se-date-search-item .datepicker-flexibility .flexibility-list .item.selected {
  background-color: #199bd7;
  color: #fff;
  cursor: default;
}

.panel .cpt-se-date-search-item {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.panel .cpt-se-date-search-item:before {
  display: none;
}

.panel .cpt-se-date-search-item .datepicker-container {
  width: 100%;
  box-shadow: inherit;
}

.panel .cpt-se-date-search-item .datepicker-container:before {
  display: none;
}

.panel .cpt-se-date-search-item .datepicker-container .DayPicker {
  width: 100%;
}

.panel .cpt-se-date-search-item .flexibility-list {
  justify-content: center;
}

.panel .cpt-se-date-search-item .flexibility-list .item {
  margin: 0 5px;
  padding: 5px 10px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 1360px) {
  .cpt-se-date-search-item:before {
    position: absolute;
    top: 50%;
    left: 18px;
  }
  .cpt-se-date-search-item .elem-custom-input {
    width: 100%;
    height: 51px;
    padding: 0 10px 0 52px;
  }
}

/**
 * SLIDER RANGE
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-slider-range .slider-range-track {
  margin: 50px 15px 15px;
}

.cpt-slider-range .inner-slider-range-track {
  width: 100%;
  height: 4px;
  background-color: #e9e9e9;
  border-radius: 6px;
}

.cpt-slider-range .slider-range-thumb {
  outline: transparent;
}

.cpt-slider-range .slider-range-thumb-handle {
  width: 28px;
  height: 28px;
  border: 1px solid #199bd7;
  background-color: #199bd7;
  font-size: 15px;
  color: #199bd7;
  text-align: center;
  line-height: 25px;
  letter-spacing: -2px;
  border-radius: 50%;
  outline: transparent;
}

.cpt-slider-range .slider-range-thumb-value {
  position: absolute;
  top: -30px;
  left: 50%;
  background-color: #199bd7;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  border-radius: 5px;
  padding: 3px 8px;
  transform: translateX(-50%);
}

.cpt-slider-range .slider-range-thumb-value:before {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #199bd7 transparent transparent;
  border-width: 8px 8px 0;
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  content: "";
}

.cpt-slider-range .slider-range-value {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/**
 * PANEL ITEM
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON MOBILE & TABLET
 */
.cpt-se-search-item-trigger .panel .panel-container .panel-title {
  margin-left: 20px;
}

.cpt-se-search-item-trigger .panel .panel-container[class~="s_c.DESSEJ2"] {
  margin-bottom: 30px;
}

.cpt-se-search-item-trigger .panel .panel-container[class~="s_c.DESSEJ2"] .inner-item-se {
  margin-left: 20px;
}

.cpt-se-search-item-trigger .panel .panel-container[class~="s_c.DESSEJ2"] .panel-title {
  color: #199bd7;
  margin-bottom: 20px;
  position: relative;
}

.cpt-se-search-item-trigger .panel .panel-container[class~="s_c.DESSEJ2"] .panel-title:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background-color: #199bd7;
  height: 1px;
  width: 63%;
  display: block;
}

.cpt-se-search-item-trigger .panel .panel-container .show,
.cpt-se-search-item-trigger .panel .panel-container .hide {
  display: none;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY DESKTOP
 */
@media only screen and (min-width: 768px) {
  .cpt-se-search-item-desktop-container[class~="s_c.DESSEJ2"] .panel-container:nth-child(2) {
    display: none;
  }
  .cpt-se-search-item-desktop-container[class~="s_c.DESSEJ2"] .custom-select__placeholder {
    max-width: none;
  }
  .cpt-se-super-panel .panel-container.more-hidden .panel-title, .cpt-se-super-panel .panel-container.more-hidden .inner-item-se {
    display: none;
  }
  .cpt-se-super-panel .panel-container .show,
  .cpt-se-super-panel .panel-container .hide {
    background-color: transparent;
    border: none;
    margin-left: auto;
    margin-right: 0;
    padding-top: 20px;
    cursor: pointer;
    display: flex;
  }
  .cpt-se-super-panel .panel-container .show .arrow-down,
  .cpt-se-super-panel .panel-container .show .arrow-up,
  .cpt-se-super-panel .panel-container .hide .arrow-down,
  .cpt-se-super-panel .panel-container .hide .arrow-up {
    font-size: 12px;
    margin-left: 10px;
    align-self: center;
    display: inline-block;
  }
  .cpt-se-super-panel .panel-container .show .arrow-down,
  .cpt-se-super-panel .panel-container .hide .arrow-down {
    transform: rotate(90deg);
  }
  .cpt-se-super-panel .panel-container .show .arrow-up,
  .cpt-se-super-panel .panel-container .hide .arrow-up {
    transform: rotate(-90deg);
  }
}

/**
 * SUBMIT BUTTON
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-se-submit-button {
  inline-size: 50%;
  border-radius: 0;
}

.cpt-se-submit-button .elem-button--primary-alt {
  width: 100%;
  height: 53px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}

.cpt-se-submit-button .se-submit-button-loader {
  width: 100%;
  height: 53px;
  background-color: #b20d30;
  border-radius: 0;
  display: block;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-se-submit-button .elem-button--primary-alt {
    border-radius: 0 15px 15px 0;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-se-submit-button {
    inline-size: 210px;
  }
  .cpt-se-submit-button .elem-button--primary-alt,
  .cpt-se-submit-button .se-submit-button-loader {
    width: 210px;
    height: 53px;
    border: 1px solid #b20d30;
    border-radius: 0 15px 15px 0;
  }
}

/**
 * BUTTONS TRIGGER PANEL
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-se-buttons-trigger-panel .icon-wrapper {
  display: none;
}

.cpt-se-buttons-trigger-panel .btn-trigger-destination,
.cpt-se-buttons-trigger-panel .btn-open-layout-panel {
  inline-size: 100%;
  border: 0 none;
  border-radius: 15px;
  display: block;
}

.cpt-se-buttons-trigger-panel .btn-open-serp-layout-panel {
  background-color: #fff;
  border-bottom: 1px solid #b7b7b7;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: space-around;
  position: relative;
}

.cpt-se-buttons-trigger-panel .btn-open-serp-layout-panel .btn-filter-wrap,
.cpt-se-buttons-trigger-panel .btn-open-serp-layout-panel .btn-search-wrap {
  inline-size: 50%;
  font-weight: 600;
  text-align: center;
  padding: 5px 0;
}

.cpt-se-buttons-trigger-panel .btn-open-serp-layout-panel .btn-filter-wrap .label,
.cpt-se-buttons-trigger-panel .btn-open-serp-layout-panel .btn-search-wrap .label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  flex: 1;
  text-transform: uppercase;
  margin-block-end: -7px;
}

.cpt-se-buttons-trigger-panel .btn-open-serp-layout-panel .btn-filter-wrap .smaller,
.cpt-se-buttons-trigger-panel .btn-open-serp-layout-panel .btn-search-wrap .smaller {
  font-size: 13px;
}

.cpt-se-buttons-trigger-panel .btn-open-serp-layout-panel .btn-filter-wrap:first-child,
.cpt-se-buttons-trigger-panel .btn-open-serp-layout-panel .btn-search-wrap:first-child {
  border-right: 1px solid #aaa;
}

.cpt-se-buttons-trigger-panel .btn-open-serp-layout-panel .elem-ff-icon, .cpt-se-buttons-trigger-panel .btn-open-serp-layout-panel .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-se-buttons-trigger-panel .btn-open-serp-layout-panel .chosen-search {
  margin-inline-end: 8px;
}

.cpt-se-buttons-trigger-panel .btn-open-serp-layout-panel:after {
  position: absolute;
  top: 50%;
  left: 50%;
  block-size: 25px;
  background-color: #fff;
  color: #aaa;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  transform: translateX(-55%) translateY(-50%);
  display: block;
  content: "ou";
}

.page-home .cpt-se-buttons-trigger-panel .icon-wrapper {
  position: absolute;
  bottom: -50px;
  left: 50%;
  animation: orxapi-anim-wobble-vertical 1s infinite alternate;
  animation-timing-function: ease-in-out;
  display: block;
}

.page-home .cpt-se-buttons-trigger-panel .icon-wrapper:before, .page-home .cpt-se-buttons-trigger-panel .icon-wrapper:after {
  width: 29px;
  height: 14px;
  color: #fff;
  font: 400 26px "Icon havas";
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  content: "v";
  transform: rotate(90deg);
  display: block;
}

.page-serp .cpt-se-buttons-trigger-panel {
  inset-block-start: 0;
}

/** ----------------------------------------------------------------
 *  KEYFRAMES
 */
@keyframes orxapi-anim-wobble-vertical {
  16.65% {
    transform: perspective(1px) translateZ(0) translateY(8px);
  }
  33.3% {
    transform: perspective(1px) translateZ(0) translateY(-6px);
  }
  49.95% {
    transform: perspective(1px) translateZ(0) translateY(4px);
  }
  66.6% {
    transform: perspective(1px) translateZ(0) translateY(-2px);
  }
  83.25% {
    transform: perspective(1px) translateZ(0) translateY(1px);
  }
  100% {
    transform: perspective(1px) translateZ(0) translateY(0);
  }
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .page-home .cpt-se-buttons-trigger-panel .btn-open-layout-panel {
    margin-block: 15px -15px;
  }
}

/**
 * HEADER PANEL
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-se-header-panel {
  background-color: #fff;
  border-bottom: 1px solid #b7b7b7;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 2;
}

/**
 * SEARCH ITEM TRIGGER
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-se-search-item-trigger .trigger {
  margin: 11px 30px;
  padding: 5px 10px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
}

.cpt-se-search-item-trigger .trigger:after {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 5px;
  font: normal 14px "Icon havas";
  color: #b7b7b7;
  display: block;
  transform: translateY(-50%);
  content: "v";
}

.cpt-se-search-item-trigger .trigger .title {
  font-size: 12px;
  margin: 0;
}

.cpt-se-search-item-trigger .trigger .subtitle {
  display: inline-block;
  max-width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 14px;
  color: #b7b7b7;
  margin: 0;
}

.cpt-se-search-item-trigger.selected .trigger .subtitle {
  color: #199bd7;
}

.cpt-se-search-item-trigger .panel {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 54px 0;
  overflow-y: auto;
  z-index: 1000;
}

.cpt-se-search-item-trigger .panel .header-panel {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #b7b7b7;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.cpt-se-search-item-trigger .panel .inner-item-se,
.cpt-se-search-item-trigger .panel .cpt-slider-range {
  margin: 20px 30px;
}

.cpt-se-search-item-trigger .panel .cpt-slider-range {
  margin-block-start: 60px;
}

.cpt-se-search-item-trigger .panel .input-wrap {
  margin: 20px 0;
  display: flex;
}

.cpt-se-search-item-trigger .panel .input-wrap .label {
  font-size: 14px;
  line-height: 1.1;
  display: flex;
}

.cpt-se-search-item-trigger .panel .input-wrap .text {
  flex: 1;
}

.cpt-se-search-item-trigger .panel .input-wrap .check-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #bbb;
  margin-inline-end: 10px;
  outline-style: none;
  flex: 0 0 15px;
  position: relative;
}

.cpt-se-search-item-trigger .panel .input-wrap .check-box:checked:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background-color: #199bd7;
  display: block;
  content: " ";
}

.cpt-se-search-item-trigger .panel .input-wrap .unchecked-icon,
.cpt-se-search-item-trigger .panel .input-wrap .checked-icon {
  display: none;
}

.cpt-se-search-item-trigger .panel .input-wrap .unchecked-icon:before,
.cpt-se-search-item-trigger .panel .input-wrap .checked-icon:before {
  display: none;
}

.cpt-se-search-item-trigger .panel .button-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 2;
}

.cpt-se-search-item-trigger .panel .button-wrap .btn-reset-panel,
.cpt-se-search-item-trigger .panel .button-wrap .btn-validate-panel {
  width: 50%;
  border-radius: 0;
}

/**
 * SUPER PANEL
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-se-super-panel {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.cpt-se-super-panel .inner-se-super-panel {
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  width: 880px;
  max-height: 90vh;
  border-radius: 15px;
  padding: 5px 30px 30px;
  overflow-y: auto;
}

.cpt-se-super-panel .inner-se-super-panel .title {
  background-color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-block-end: 20px;
  border-bottom: 1px solid #b7b7b7;
  padding: 20px 0;
  position: sticky;
  top: -10px;
  z-index: 2;
}

.cpt-se-super-panel .item-sef .item-sef-label {
  font-size: 16px;
  margin: 20px 0 10px;
}

.cpt-se-super-panel .item-sef .inner-item-se {
  display: flex;
  flex-wrap: wrap;
}

.cpt-se-super-panel .item-sef .input-wrap {
  flex: 0 0 25%;
  max-width: 25%;
  margin: 10px 0;
  display: inline-flex;
}

.cpt-se-super-panel .item-sef .input-wrap .label {
  font-size: 12px;
  line-height: 1.1;
  display: flex;
  cursor: pointer;
}

.cpt-se-super-panel .item-sef .input-wrap .text {
  line-height: 16px;
  padding-inline-end: 8px;
  flex: 1;
}

.cpt-se-super-panel .item-sef .input-wrap .check-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #bbb;
  margin-inline-end: 10px;
  outline-style: none;
  flex: 0 0 15px;
  position: relative;
}

.cpt-se-super-panel .item-sef .input-wrap .check-box:checked:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background-color: #199bd7;
  display: block;
  content: " ";
}

.cpt-se-super-panel .item-sef .input-wrap .unchecked-icon,
.cpt-se-super-panel .item-sef .input-wrap .checked-icon {
  display: none;
}

.cpt-se-super-panel .item-sef .input-wrap .unchecked-icon:before,
.cpt-se-super-panel .item-sef .input-wrap .checked-icon:before {
  display: none;
}

.cpt-se-super-panel .button-wrap {
  background-color: #fff;
  text-align: center;
  margin: 50px -30px 0;
  padding: 10px 0;
  position: sticky;
  bottom: -30px;
}

.cpt-se-super-panel .btn-reset-super-panel,
.cpt-se-super-panel .btn-validate-super-panel {
  min-width: 150px;
  margin: 0 5px;
}

/**
 * SEARCH ITEM DESKTOP CONTAINER
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-se-search-item-desktop-container {
  border-right: 1px solid #888;
}

.cpt-se-search-item-desktop-container:first-child {
  flex: 1;
}

/**
 * SEARCH ITEM MOBILE CONTAINER
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-se-search-item-mobile-container .cpt-se-select-search-item .custom-select__value-container {
  background-color: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #b7b7b7;
  margin: 20px 15px;
  padding: 5px 10px;
}

.cpt-se-search-item-mobile-container .cpt-se-select-search-item .custom-select__placeholder {
  color: #999;
}

.cpt-se-search-item-mobile-container .cpt-se-select-search-item .custom-select__option.level-1 {
  padding-left: 20px;
}

.cpt-se-search-item-mobile-container .cpt-se-select-search-item .custom-select__option.level-2 {
  padding-left: 40px;
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-search-engine {
  /* - */
}

/**
 * CRITERION POPIN
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-criterion-popin, .elem-select-choosen .chosen-drop {
  position: absolute;
  top: 120%;
  left: 2%;
  background-color: #fff;
  width: 96%;
  padding: 14px;
  border-radius: 5px;
  z-index: 9999;
}

.cpt-criterion-popin:before, .elem-select-choosen .chosen-drop:before, .cpt-criterion-popin:after, .elem-select-choosen .chosen-drop:after {
  position: absolute;
  bottom: 100%;
  left: 50px;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff;
  border-width: 0 10px 10px;
  content: "";
}

.cpt-criterion-popin:after, .elem-select-choosen .chosen-drop:after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #eee;
  border-width: 0 12px 12px;
  left: 48px;
  z-index: -1;
}

.cpt-criterion-popin .elem-date-calendar .flatpickr-calendar, .elem-select-choosen .chosen-drop .elem-date-calendar .flatpickr-calendar {
  box-shadow: none;
}

.col-6:nth-of-type(odd) .cpt-criterion-popin, .col-6:nth-of-type(odd) .elem-select-choosen .chosen-drop, .elem-select-choosen .col-6:nth-of-type(odd) .chosen-drop,
.col-6:nth-of-type(even) .cpt-criterion-popin,
.col-6:nth-of-type(even) .elem-select-choosen .chosen-drop,
.elem-select-choosen .col-6:nth-of-type(even) .chosen-drop {
  min-width: 196%;
}


.col-6:nth-of-type(even) .cpt-criterion-popin,
.col-6:nth-of-type(even) .elem-select-choosen .chosen-drop,
.elem-select-choosen .col-6:nth-of-type(even) .chosen-drop {
  left: -98%;
}

.col-6:nth-of-type(even) .cpt-criterion-popin:before, .col-6:nth-of-type(even) .elem-select-choosen .chosen-drop:before, .elem-select-choosen .col-6:nth-of-type(even) .chosen-drop:before {
  left: 77%;
}

.col-6:nth-of-type(even) .cpt-criterion-popin:after, .col-6:nth-of-type(even) .elem-select-choosen .chosen-drop:after, .elem-select-choosen .col-6:nth-of-type(even) .chosen-drop:after {
  left: calc(77% - 2px);
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-criterion-popin, .elem-select-choosen .chosen-drop {
    min-width: 350px;
  }
  .col-6:nth-of-type(odd) .cpt-criterion-popin, .col-6:nth-of-type(odd) .elem-select-choosen .chosen-drop, .elem-select-choosen .col-6:nth-of-type(odd) .chosen-drop,
  .col-6:nth-of-type(even) .cpt-criterion-popin,
  .col-6:nth-of-type(even) .elem-select-choosen .chosen-drop,
  .elem-select-choosen .col-6:nth-of-type(even) .chosen-drop {
    min-width: 350px;
  }
}

/**
 * createAccount
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-create-account .col-email button {
  margin-top: 15px;
}

.cpt-create-account .col-facebook {
  padding-left: 15px;
  border: none;
  border-top: solid 1px #c2c2c2;
  margin-top: 30px;
  padding-top: 30px;
  min-height: 120px;
}

.cpt-create-account .col-facebook .btn-facebook {
  margin-top: 20px;
}

.cpt-create-account .haveAccount {
  position: relative;
  color: #999;
  display: block;
  text-align: center;
}

.cpt-create-account .haveAccount span {
  position: relative;
}

.cpt-create-account .elem-field label {
  color: #199bd7;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-create-account .col-facebook {
    border: none;
    border-left: solid 1px #c2c2c2;
    margin-top: 0;
    padding-top: 0;
    padding-left: 30px;
  }
  .cpt-create-account .haveAccount {
    text-align: left;
  }
  .cpt-create-account .haveAccount span {
    top: -240px;
    left: 31px;
  }
  .cpt-create-account .haveAccount:hover {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-create-account .haveAccount span {
    top: -25px;
    left: 0;
  }
}

/**
 * login
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-login .elem-field {
  margin-bottom: 20px;
}

.cpt-login .elem-field label {
  color: #199bd7;
}

.cpt-login .password-lost {
  display: block;
  color: #999;
  margin-top: 20px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-login .elem-field {
    padding-right: 30%;
  }
  .cpt-login [id^="btn-"] {
    margin-top: 30px;
    margin-left: 5px;
  }
}

/**
 * alreadyKnowYou
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-already-know-you .visiteHistory {
  margin-bottom: 20px;
}

.cpt-already-know-you .bloc-agency {
  margin: 0;
}

.cpt-already-know-you .bloc-agency .agency-img {
  padding: 0;
}

.cpt-already-know-you .bloc-agency .agency-informations {
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
}

.cpt-already-know-you .bloc-agency .agency-informations .agency-title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}

.cpt-already-know-you .bloc-agency .agency-informations .agency-address {
  color: #b2b2b2;
}

.cpt-already-know-you .btn-group {
  padding-right: 6%;
  padding-left: 6%;
  display: flex;
  flex-direction: column;
  margin-top: -24px;
}

.cpt-already-know-you .btn-group button {
  border-radius: 0;
  margin-bottom: 10px;
}

.cpt-already-know-you .btn-group button:first-of-type {
  order: 2;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-already-know-you .user-name {
    text-align: left;
  }
  .cpt-already-know-you .title {
    margin-top: 5px;
  }
  .cpt-already-know-you .bloc-agency {
    box-shadow: none;
  }
  .cpt-already-know-you .bloc-agency .agency-informations {
    padding-bottom: 0;
  }
  .cpt-already-know-you .btn-group {
    margin: 20px 0;
    display: block;
    padding: 0;
  }
  .cpt-already-know-you .btn-group button {
    padding-right: 30px;
    padding-left: 30px;
  }
  .cpt-already-know-you .btn-group button:first-of-type {
    margin-right: 15px;
  }
}

/**
 * NAME-OBJECT
 *
 * @type component | element | module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-who-are-you {
  /* - */
}

.cpt-creation-complete .elem-step-title {
  padding-left: 40px;
  padding-right: 40px;
}

.cpt-creation-complete .elem-step-title h2 {
  margin-bottom: 0;
}

.cpt-creation-complete .elem-step-title h3 {
  margin-top: 0;
}

.cpt-creation-complete .btn-account {
  padding-top: 15px;
  margin-left: auto;
  margin-right: 15px;
  margin-bottom: 11px;
}

/**
 * PUT YOUR ADDRESS
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-put-your-address {
  /* - */
}

/**
 * FIND YOUR AGENCY
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-find-your-agency {
  position: relative;
}

/**
 * STEP NAVIGATION
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-step-navigation .btns-navigation {
  display: flex;
  position: relative;
}

.cpt-step-navigation .btns-navigation .space-btns {
  flex: 0;
}

.cpt-step-navigation .btns-navigation button {
  border-radius: 0;
}

.cpt-step-navigation .btns-navigation button[id*="btn-next"] {
  flex: 1 0 auto;
}

.cpt-step-navigation .btns-navigation button[id*="btn-prev"] {
  background-color: #fff;
  color: #199bd7;
  flex: 0 0 50px;
}

.cpt-step-navigation .btns-navigation button[id*="btn-prev"] i {
  display: inline-block;
  transform: scaleX(-1);
}

.cpt-step-navigation .btns-navigation button[id*="btn-prev"] span {
  display: none;
}

.cpt-step-navigation .progress-step {
  text-align: center;
  line-height: 3;
  position: relative;
}

.cpt-step-navigation .progress-step span {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  margin: auto 5px;
  border-radius: 50%;
  display: inline-block;
}

.cpt-step-navigation .progress-step span.active {
  background-color: #199bd7;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-step-navigation .btns-navigation .space-btns {
    flex: 1;
  }
  .cpt-step-navigation .btns-navigation button[id*="btn-next"] {
    flex: 0 0 30%;
  }
  .cpt-step-navigation .btns-navigation button[id*="btn-prev"] {
    flex: 0 0 30%;
  }
  .cpt-step-navigation .btns-navigation button[id*="btn-prev"] i {
    display: inline-block;
  }
  .cpt-step-navigation .btns-navigation button[id*="btn-prev"] span {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-step-navigation .btns-navigation {
    top: 26px;
  }
  .cpt-step-navigation .progress-step {
    top: 35px;
  }
}

/**
 * mapsSearch
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-maps-search {
  min-height: 300px;
  position: relative;
  /* input search */
  /* maps */
}

.cpt-maps-search .elem-search-input {
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: 25px;
  z-index: 1;
}

.cpt-maps-search .gmap-container {
  height: 275px;
}

.cpt-maps-search .cpt-agency-result-card {
  position: relative;
  width: 80%;
  margin: 0 auto -130px;
  top: -130px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-maps-search .cpt-agency-result-card {
    position: absolute;
    right: 0;
    top: 50px;
    width: 37%;
  }
}

/**
 * AGENCY RESULT CARD
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-agency-result-card {
  background-color: #fff;
  padding: 0;
}

.cpt-agency-result-card .agency-img img {
  height: 130px;
}

.cpt-agency-result-card .agency-text {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.cpt-agency-result-card .agency-title {
  font-size: 20px;
}

.cpt-agency-result-card .agency-info {
  color: #b2b2b2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**
 * selectYourDestination
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-select-your-destination .destinations-list [class*="col-"] {
  margin-bottom: 20px;
}

/**
 * figureHoverText
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-figure-hover-text {
  position: relative;
  cursor: pointer;
}

.cpt-figure-hover-text .figure-hover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  border: solid 3px #fff;
  display: flex;
}

.cpt-figure-hover-text .figure-hover .text {
  margin: auto;
  color: #fff;
  text-align: center;
}

.cpt-figure-hover-text .figure-hover .text i {
  font-size: 22px;
}

.cpt-figure-hover-text .elem-image-wrap {
  height: 130px;
}

.cpt-figure-hover-text.active .figure-hover {
  border: solid 3px #199bd7;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-figure-hover-text .elem-image-wrap {
    height: 90px;
  }
}

/**
 * selectYourThematic
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-select-your-thematic .thematic-list [class*="col-"] {
  margin-bottom: 20px;
}

/**
 * KNOWLEDGE
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-knowledge {
  position: relative;
}

.cpt-knowledge .step-wrapper {
  padding-bottom: 30px;
  position: relative;
}

.cpt-knowledge .secondary-image {
  height: 115px;
}

.cpt-knowledge .elem-step-title {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.cpt-knowledge .elem-step-title h2 {
  margin-bottom: 40px;
}

.cpt-knowledge .elem-image-wrap {
  height: 180px;
  display: block;
}

.cpt-knowledge .elem-button--primary-invert {
  border: 0 none;
}

.cpt-knowledge .newAccount {
  position: absolute;
  top: 90px;
  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%);
}

.cpt-knowledge .haveAccount {
  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%);
  background-color: #e6eef2;
  color: #333;
}

.cpt-knowledge .haveAccount:hover {
  background-color: #199bd7;
  color: #fff;
}

.cpt-knowledge .legend {
  margin: 10px 0;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-knowledge .elem-step-title {
    line-height: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-knowledge .secondary-image {
    height: auto;
  }
  .cpt-knowledge .elem-step-title h3 {
    font-size: 30px;
  }
  .cpt-knowledge .newAccount {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
  }
  .cpt-knowledge .haveAccount {
    position: absolute;
    top: inherit;
    right: 30px;
    bottom: 15px;
    left: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background-color: #fff;
    color: #199bd7;
    font-size: 12px;
    padding: 4px 6px;
  }
  .cpt-knowledge .haveAccount span {
    font-weight: 700;
  }
}

/**
 * NEWSLETTER
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-newsletter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  overflow-y: scroll;
  z-index: 9999;
}

.cpt-newsletter label {
  display: block;
}

.cpt-newsletter a {
  cursor: pointer;
}

.cpt-newsletter hr {
  border: none;
  border-bottom: 1px solid #c2c2c2;
  width: 96%;
  margin-top: 25px;
}

.cpt-newsletter .btn-facebook {
  width: 50px;
  height: 35px;
  background-color: #396298;
  color: #fff;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  margin: 20px 0 0 20px;
  display: inline-block;
}

.cpt-newsletter .errors-messages {
  background-color: rgba(224, 0, 66, 0.1);
  font-size: 14px;
  color: #e00042;
  border-left: 3px solid #e00042;
  padding: 15px;
  margin-bottom: 15px;
}

.cpt-newsletter .errors-messages .msg-row {
  margin: 5px 0;
}

.cpt-newsletter .connect-content {
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  margin: auto;
  display: flex;
  align-self: center;
  position: relative;
}

.cpt-newsletter .connect-content .content-aside {
  width: 33%;
}

.cpt-newsletter .connect-content .content-aside {
  display: none;
}

.cpt-newsletter .connect-content .content-main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cpt-newsletter .connect-content .content-main .main-head {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: right;
}

.cpt-newsletter .connect-content .content-main .main-head .btn-close {
  cursor: pointer;
}

.cpt-newsletter .connect-content .content-main .main-head .btn-close span {
  margin-right: 10px;
}

.cpt-newsletter .connect-content .content-main .main-head .btn-close span {
  display: none;
}

.cpt-newsletter .connect-content .content-main .main-head .btn-close i {
  font-size: 15px;
}

.cpt-newsletter .connect-content .content-main .main-step {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.cpt-newsletter .connect-content .content-main .main-step .cpt-step {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.cpt-newsletter .connect-content .content-main .main-step .cpt-step .step-wrapper {
  padding-right: 20px;
  padding-left: 20px;
  flex-grow: 1;
}

.cpt-newsletter .connect-content .content-main .main-step .cpt-step .step-footer {
  position: relative;
  margin-top: 0;
  min-height: 40px;
}

.cpt-newsletter .connect-content.wahou-connect-content .content-aside,
.cpt-newsletter .connect-content.wahou-connect-content .main-head {
  display: none;
}

.cpt-newsletter .connect-content.wahou-connect-content .content-main .main-step .cpt-step .step-wrapper {
  display: flex;
}

.cpt-newsletter .connect-content.wahou-connect-content .content-main .main-step .cpt-step .step-wrapper .elem-image-wrap {
  margin: auto;
}

.pac-container {
  z-index: 10000;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-newsletter .connect-content {
    margin: auto;
    min-height: 80%;
  }
  .cpt-newsletter .connect-content .content-aside .elem-image-wrap {
    height: 100%;
  }
  .cpt-newsletter .connect-content .content-aside {
    display: block;
  }
  .cpt-newsletter .connect-content .content-main {
    width: 67%;
  }
  .cpt-newsletter .connect-content .content-main .main-head {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .cpt-newsletter .connect-content .content-main .main-head .btn-close span {
    display: inline;
  }
  .cpt-newsletter .connect-content .content-main .main-head .btn-close i {
    font-size: 11px;
  }
  .cpt-newsletter .connect-content .content-main .main-step .cpt-step .step-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .cpt-newsletter .connect-content .content-main .main-step .cpt-step .step-footer {
    min-height: 80px;
    line-height: 40px;
    margin-top: 40px;
  }
  .cpt-newsletter .connect-content.wahou-connect-content .content-main {
    width: 100%;
  }
  .cpt-newsletter .connect-content.wahou-connect-content .content-main .main-step .cpt-step .step-wrapper {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-newsletter .connect-content {
    width: 1064px;
    min-height: 428px;
  }
  .cpt-newsletter .connect-content .content-main .main-head {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .cpt-newsletter .connect-content .content-main .main-step .cpt-step .step-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cpt-newsletter .connect-content .content-main .main-step .cpt-step .step-footer {
    padding-right: 40px;
    padding-left: 40px;
    min-height: 80px;
  }
}

/**
 * SIDEBAR CTA
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-sidebar-cta {
  margin-block-start: 5px;
}

.cpt-sidebar-cta .item {
  font-size: 14px;
  color: #545454;
  margin-block-end: 30px;
}

.cpt-sidebar-cta .btn-more-criteria {
  inline-size: 100%;
}

.cpt-sidebar-cta .btn-more-criteria .criteria-icon {
  margin-inline-end: 5px;
}

.cpt-sidebar-cta .link-contact {
  cursor: pointer;
}

.cpt-sidebar-cta .link-contact .cta {
  color: #717171;
}

.cpt-sidebar-cta .link-contact .contact-icon {
  font-size: 9px;
  margin-inline-start: 3px;
}

.cpt-sidebar-cta .link-phone {
  color: #b20d30;
  cursor: pointer;
}

.cpt-sidebar-cta .link-phone .phone-icon {
  font-size: 20px;
}

.cpt-sidebar-cta .link-phone .phone-number {
  font-size: 24px;
}

.page-package .cpt-sidebar-cta .item {
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 15px;
}

.page-package .cpt-sidebar-cta .item p {
  margin: 0;
}

/**
 * DIAPORAMA
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-diaporama {
  width: 100%;
  position: relative;
}

.cpt-diaporama .elem-image {
  width: 100%;
  position: relative;
}

.cpt-diaporama .arrow-square {
  background: #199bd7;
  font-size: 30px;
  color: #fff;
  margin: -15px 0 0 0;
  cursor: pointer;
  border-radius: 5px;
  z-index: 80;
  position: absolute;
  top: 50%;
}

.cpt-diaporama .arrow-square .elem-ff-icon, .cpt-diaporama .arrow-square .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-diaporama .arrow-square .chosen-search {
  font-weight: bold !important;
  position: relative;
  top: -10px;
  left: 10px;
}

.cpt-diaporama .arrow-square-slick-prev {
  left: 10px;
  transform: rotate(180deg);
}

.cpt-diaporama .arrow-square-slick-next {
  right: 10px;
}

.cpt-diaporama .slick-dots li button:before {
  font-size: 14px;
  color: #ccc;
  opacity: 1;
}

.cpt-diaporama .slick-dots li.slick-active button:before {
  color: #33bce9;
}

/**
 * TRIPADVISOR
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-tripadvisor {
  display: flex;
  align-items: flex-end;
}

.cpt-tripadvisor .tripadvisor-img {
  margin-inline-start: -7px;
  display: inline-block;
}

.cpt-tripadvisor .tripadvisor-label {
  font-size: 12px;
}

.cpt-tripadvisor .tripadvisor-label .tripadvisor-link {
  color: #222;
}

/**
 * FILTER ENGINE
 *
 * $type component
 */
/**
 * SLIDER RANGE
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-filter-range-item .txt {
  display: flex;
  justify-content: space-between;
}

.cpt-filter-range-item .rc-slider {
  width: 100%;
  height: 14px;
  border-radius: 6px;
  padding: 5px 0;
  touch-action: none;
  box-sizing: border-box;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cpt-filter-range-item .rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cpt-filter-range-item .rc-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #e9e9e9;
  border-radius: 6px;
}

.cpt-filter-range-item .rc-slider-track {
  position: absolute;
  left: 0;
  background-color: #abe2fb;
  block-size: 4px;
  border-radius: 6px;
}

.cpt-filter-range-item .rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #96dbfa;
  background-color: #fff;
  border-radius: 50%;
  margin-block-start: -5px;
  cursor: grab;
  touch-action: pan-x;
}

.cpt-filter-range-item .rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}

.cpt-filter-range-item .rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}

.cpt-filter-range-item .rc-slider-handle:hover {
  border-color: #57c5f7;
}

.cpt-filter-range-item .rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: grabbing;
}

.cpt-filter-range-item .rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  inline-size: 100%;
  font-size: 12px;
}

.cpt-filter-range-item .rc-slider-mark-text {
  position: absolute;
  color: #999;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.cpt-filter-range-item .rc-slider-mark-text-active {
  color: #666;
}

.cpt-filter-range-item .rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}

.cpt-filter-range-item .rc-slider-dot {
  position: absolute;
  bottom: -2px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  border-radius: 50%;
  margin-inline-start: -4px;
  vertical-align: middle;
  cursor: pointer;
}

.cpt-filter-range-item .rc-slider-dot-active {
  border-color: #96dbfa;
}

.cpt-filter-range-item .rc-slider-dot-reverse {
  margin-inline-start: 0;
  margin-inline-end: -4px;
}

.cpt-filter-range-item .rc-slider-disabled {
  background-color: #e9e9e9;
}

.cpt-filter-range-item .rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}

.cpt-filter-range-item .rc-slider-disabled .rc-slider-handle,
.cpt-filter-range-item .rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}

.cpt-filter-range-item .rc-slider-disabled .rc-slider-mark-text,
.cpt-filter-range-item .rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}

.cpt-filter-range-item .rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}

.cpt-filter-range-item .rc-slider-vertical .rc-slider-rail {
  width: 4px;
  height: 100%;
}

.cpt-filter-range-item .rc-slider-vertical .rc-slider-track {
  inline-size: 4px;
  inset-inline-start: 5px;
  inset-block-end: 0;
}

.cpt-filter-range-item .rc-slider-vertical .rc-slider-handle {
  margin-inline-start: -5px;
  touch-action: pan-y;
}

.cpt-filter-range-item .rc-slider-vertical .rc-slider-mark {
  block-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 18px;
}

.cpt-filter-range-item .rc-slider-vertical .rc-slider-step {
  width: 4px;
  height: 100%;
}

.cpt-filter-range-item .rc-slider-vertical .rc-slider-dot {
  inset-inline-start: 2px;
  margin-block-end: -4px;
}

.cpt-filter-range-item .rc-slider-vertical .rc-slider-dot:first-child {
  margin-block-end: -4px;
}

.cpt-filter-range-item .rc-slider-vertical .rc-slider-dot:last-child {
  margin-block-end: -4px;
}

.cpt-filter-range-item .rc-slider-tooltip-zoom-down-enter,
.cpt-filter-range-item .rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}

.cpt-filter-range-item .rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}

.cpt-filter-range-item .rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.cpt-filter-range-item .rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}

.cpt-filter-range-item .rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}

.cpt-filter-range-item .rc-slider-tooltip-zoom-down-enter,
.cpt-filter-range-item .rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.cpt-filter-range-item .rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}

.cpt-filter-range-item .rc-slider-tooltip {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cpt-filter-range-item .rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cpt-filter-range-item .rc-slider-tooltip-hidden {
  display: none;
}

.cpt-filter-range-item .rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}

.cpt-filter-range-item .rc-slider-tooltip-inner {
  min-inline-size: 24px;
  block-size: 24px;
  background-color: #6c6c6c;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
  padding: 6px 2px;
}

.cpt-filter-range-item .rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.cpt-filter-range-item .rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  inset-block-end: 4px;
  inset-inline-start: 50%;
  margin-inline-start: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-filter-engine {
  background-color: #fff;
  position: relative;
}

.cpt-filter-engine .skeleton .skeleton-item {
  width: 100%;
  height: 190px;
  line-height: 1;
  background-color: #eee;
  background-image: linear-gradient(90deg, #eee, #fcfcfc, #eee);
  background-size: 200px 100%;
  background-repeat: no-repeat;
  margin-block-end: 25px;
  display: inline-block;
  animation: skeleton-animation 1.5s ease-in-out infinite;
}

.cpt-filter-engine .skeleton .skeleton-item.range {
  block-size: 76px;
}

.cpt-filter-engine .filter-item {
  margin-block-end: 25px;
}

.cpt-filter-engine .filter-item.filter-scroll-bar .cpt-filter-check-item-options {
  overflow-y: auto;
  max-block-size: 160px;
  padding-inline-end: 15px;
}

.cpt-filter-engine .filter-item.filter-scroll-bar .cpt-filter-check-item-options .label-wrap {
  font-weight: 700;
  font-size: 16px;
  margin-block-end: 5px;
}

.cpt-filter-engine .filter-item.filter-scroll-bar .cpt-filter-check-item-options::-webkit-scrollbar-track {
  background-color: #e9e9e9;
  border-radius: 10px;
}

.cpt-filter-engine .filter-item.filter-scroll-bar .cpt-filter-check-item-options::-webkit-scrollbar {
  inline-size: 10px;
  background-color: #e9e9e9;
  border-radius: 10px;
}

.cpt-filter-engine .filter-item.filter-scroll-bar .cpt-filter-check-item-options::-webkit-scrollbar-thumb {
  background-color: #199bd7;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.cpt-filter-engine .cpt-filter-range-item {
  color: #545454;
}

.cpt-filter-engine .cpt-filter-range-item .rc-slider {
  width: auto;
  height: 18px;
  margin-block-end: 6px;
  margin-inline-start: 8px;
}

.cpt-filter-engine .cpt-filter-range-item .rc-slider-rail {
  block-size: 7px;
}

.cpt-filter-engine .cpt-filter-range-item .rc-slider-track {
  background-color: #199bd7;
  block-size: 7px;
}

.cpt-filter-engine .cpt-filter-range-item .rc-slider-handle {
  background-color: #199bd7;
  border-color: #199bd7;
  margin-block-start: -4px;
}

.cpt-filter-engine .item-title {
  color: #199bd7;
  font-weight: 700;
  font-size: 18px;
  margin-block-end: 5px;
}

.cpt-filter-engine .elem-checkbox {
  margin-inline: 0;
  margin-block-end: 5px;
}

.cpt-filter-engine .elem-checkbox .input-checkbox {
  border-radius: 4px;
  margin-block-start: 4px;
  flex: 0 0 15px;
  cursor: pointer;
}

.cpt-filter-engine .elem-checkbox .orx-checkboxes-label {
  color: #545454;
  display: flex;
  cursor: pointer;
}

.cpt-filter-engine .elem-checkbox .label-number {
  margin-inline-start: 5px;
}

.cpt-filter-engine #reinitButton {
  text-decoration: underline;
  cursor: pointer;
}

@keyframes skeleton-animation {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}

/**
 * FLASH SALES COUNTER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-flash-sales-counter {
  position: absolute;
  top: 14px;
  left: 14px;
  background-color: #F2115D;
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  min-inline-size: 123px;
  padding-block: 2px;
  padding-inline: 12px;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  z-index: 1;
}

.cpt-flash-sales-counter .ico-flash-sales {
  font-size: 16px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.cpt-flash-sales-counter .ico-flash-sales.beating {
  animation: orx-beating-icon 2.5s linear 0.5ms infinite;
}

.cpt-flash-sales-counter .counter-infos {
  margin-block-start: -2px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cpt-flash-sales-counter .counter-infos .counter-text {
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cpt-flash-sales-counter .counter-infos .counter-text .counter-text-hours,
.cpt-flash-sales-counter .counter-infos .counter-text .counter-text-minutes {
  margin-inline-start: 5px;
}

.cpt-flash-sales-counter .counter-infos .counter-time-line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}

.cpt-flash-sales-counter .counter-infos .counter-time-line .counter-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--progress-width, 0%);
  height: 3px;
  background-color: rgba(242, 17, 93, 0.4);
  border-radius: 5px;
}

.cpt-flash-sales-counter.pulse {
  animation: orx-pulse-animation 2.5s infinite;
}

/** ----------------------------------------------------------------
 * ANIMATIONs
*/
@keyframes orx-pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@keyframes orx-beating-icon {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15% {
    transform: scale(0.7);
  }
  20% {
    transform: scale(0.75);
    opacity: 1;
  }
  35% {
    transform: scale(1.2);
    opacity: 0.75;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

/**
 * FLASH SALES PUSHING
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-flash-sales-pushing {
  background-color: #f1f1f1;
  border-radius: 15px;
  min-block-size: 442px;
  inline-size: 100%;
  margin-block-end: 12px;
  overflow: hidden;
  transition: all .2s ease-in-out;
  position: relative;
}

.cpt-flash-sales-pushing .price-reduction {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
}

.cpt-flash-sales-pushing .cpt-diaporama {
  position: absolute;
  top: 0;
  left: 0;
  margin-block-end: 0;
  padding: 0 !important;
  z-index: 0;
}

.cpt-flash-sales-pushing .cpt-diaporama .arrow-square {
  width: 32px;
  height: 32px;
  border-radius: 50px;
}

.cpt-flash-sales-pushing .cpt-diaporama .arrow-square.slick-disabled {
  opacity: 0.2;
}

.cpt-flash-sales-pushing .cpt-diaporama .arrow-square .elem-ff-icon, .cpt-flash-sales-pushing .cpt-diaporama .arrow-square .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-flash-sales-pushing .cpt-diaporama .arrow-square .chosen-search {
  font-family: "Montserrat-Medium", Arial, sans-serif;
  font-size: 18px;
  inset-block-start: -7px;
  inset-inline-start: 13px;
}

.cpt-flash-sales-pushing .cpt-diaporama .elem-image-wrap {
  block-size: 442px;
  position: relative;
  overflow: hidden;
}

.cpt-flash-sales-pushing .cpt-diaporama .elem-image-wrap.product-blurred .elem-button--primary {
  position: absolute;
  top: 43%;
  left: 50%;
  background: #F2115D;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  padding: 8px 15px 10px;
  white-space: nowrap;
  transform: translateX(-50%);
  z-index: 1;
}

.cpt-flash-sales-pushing .cpt-diaporama .elem-image-wrap.product-blurred .elem-button--primary:hover {
  border-color: #F2115D;
  background-color: #fff;
  color: #F2115D;
}

.cpt-flash-sales-pushing .cpt-diaporama .elem-image-wrap.product-blurred:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 0.8;
  display: block;
}

.cpt-flash-sales-pushing .cpt-diaporama .elem-image-wrap img {
  transition: all 0.2s ease-in;
}

.cpt-flash-sales-pushing .cpt-diaporama .arrow-square {
  display: none !important;
}

:is(.is-mobile, .is-tablet) .cpt-flash-sales-pushing .cpt-diaporama .arrow-square {
  display: inline !important;
}

.cpt-flash-sales-pushing .cpt-diaporama:hover .arrow-square {
  display: inline !important;
}

.cpt-flash-sales-pushing .pushing-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #000;
  background: linear-gradient(360deg, black 0%, rgba(0, 0, 0, 0.499037) 85%, rgba(0, 0, 0, 0) 100%);
  padding-block: 0 10px;
  padding-inline: 16px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
}

.cpt-flash-sales-pushing .pushing-details .product-info .destination {
  width: 100%;
  height: auto;
  font-family: "Montserrat-Regular", Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  margin-block-end: 4px;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.cpt-flash-sales-pushing .pushing-details .product-info .destination .ico-desti-separator {
  font-size: 10px;
  color: #fff;
}

.cpt-flash-sales-pushing .pushing-details .product-info .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.25;
}

.cpt-flash-sales-pushing .pushing-details .pushing-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.cpt-flash-sales-pushing .pushing-details .pushing-bottom .details-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cpt-flash-sales-pushing .pushing-details .pushing-bottom .details-wrap .duration,
.cpt-flash-sales-pushing .pushing-details .pushing-bottom .details-wrap .formula {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

.cpt-flash-sales-pushing .pushing-details .pushing-bottom .elem-price-wrap .price {
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  font-size: 32px;
}

.cpt-flash-sales-pushing .pushing-details .pushing-bottom .elem-price-wrap sup {
  font-size: 30px;
  top: 0.0625em;
}

.cpt-flash-sales-pushing:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.cpt-flash-sales-pushing.finished-sale .finished-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.cpt-flash-sales-pushing.finished-sale .finished-wrap .finished-label {
  background: #fff;
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  font-size: 20px;
  color: #F2115D;
  padding: 16px 30px;
  border-radius: 45px;
  z-index: 4;
  position: relative;
}

.cpt-flash-sales-pushing.finished-sale .finished-wrap .finished-label:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 120%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.4);
  padding: 16px 30px;
  border-radius: 45px;
  display: block;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.cpt-flash-sales-pushing.finished-sale .finished-wrap .finished-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
}

.cpt-flash-sales-pushing.finished-sale:hover {
  transition: none;
  transform: none;
  cursor: default;
}

.cpt-flash-sales-pushing.incoming-sale .incoming-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 30px 10px 20px;
  z-index: 2;
  box-shadow: 0 -15px 30px 0 rgba(0, 0, 0, 0.4);
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cpt-flash-sales-pushing.incoming-sale .incoming-wrap .incoming-label {
  background: #fff;
  font-family: "Montserrat-Medium", Arial, sans-serif;
  font-size: 20px;
  color: #F2115D;
  margin-block-start: -50px;
  border-radius: 15px 15px 0 0;
  padding: 7px 14px 5px;
  z-index: 4;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cpt-flash-sales-pushing.incoming-sale .incoming-wrap .incoming-label:before {
  width: 23px;
  height: 23px;
  content: "'";
  font-family: "Icon havas";
  background: #F2115D;
  color: #fff;
  font-size: 23px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.cpt-flash-sales-pushing.incoming-sale .incoming-wrap .destination {
  font-size: 14px;
  color: #545454;
}

.cpt-flash-sales-pushing.incoming-sale .incoming-wrap .destination .ico-desti-separator {
  font-size: 11px;
  margin-inline: 4px;
}

.cpt-flash-sales-pushing.incoming-sale .pushing-details .product-info,
.cpt-flash-sales-pushing.incoming-sale .pushing-details .pushing-bottom {
  opacity: 0;
}

.cpt-flash-sales-pushing.incoming-sale:hover {
  transition: none;
  transform: none;
  cursor: default;
}

.page-flash-sales .cpt-flash-sales-pushing {
  margin-block-end: 30px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-flash-sales-pushing:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    transform: translate(0px, -7px);
  }
}

/**
 * FLASH SALES RESULT
 *
 * @type component
 */
/** ----------------------------------------------------------------
* COMMON
*/
.cpt-flash-sales-result {
  width: 100%;
  height: 350px;
  background-color: #f1f1f1;
  border-radius: 15px;
  margin-block-end: 25px;
  overflow: hidden;
  transition: all .2s ease-in-out;
  position: relative;
}

.cpt-flash-sales-result .price-reduction {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
}

.cpt-flash-sales-result .cpt-diaporama {
  position: absolute;
  top: 0;
  left: 0;
  margin-block-end: 0;
  padding: 0 !important;
  z-index: 0;
}

.cpt-flash-sales-result .cpt-diaporama .arrow-square {
  width: 32px;
  height: 32px;
  border-radius: 50px;
}

.cpt-flash-sales-result .cpt-diaporama .arrow-square .elem-ff-icon, .cpt-flash-sales-result .cpt-diaporama .arrow-square .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-flash-sales-result .cpt-diaporama .arrow-square .chosen-search {
  font-family: "Montserrat-Medium", Arial, sans-serif;
  font-size: 18px;
  inset-block-start: -7px;
  inset-inline-start: 13px;
}

.cpt-flash-sales-result .cpt-diaporama .arrow-square.slick-disabled {
  opacity: 0.2;
}

.cpt-flash-sales-result .cpt-diaporama .arrow-square-slick-next {
  inset-inline-start: 310px;
}

.cpt-flash-sales-result .cpt-diaporama .elem-image-wrap {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.cpt-flash-sales-result .cpt-diaporama .elem-image-wrap.product-blurred .elem-button--primary {
  position: absolute;
  top: 120px;
  left: 185px;
  background: #F2115D;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  padding: 8px 15px 10px;
  white-space: nowrap;
  transform: translateX(-50%);
  z-index: 1;
}

.cpt-flash-sales-result .cpt-diaporama .elem-image-wrap.product-blurred .elem-button--primary:hover {
  border-color: #F2115D;
  background-color: #fff;
  color: #F2115D;
}

.cpt-flash-sales-result .cpt-diaporama .elem-image-wrap.product-blurred:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 0.8;
  display: block;
}

.cpt-flash-sales-result .cpt-diaporama .elem-image-wrap img {
  transition: all 0.2s ease-in;
}

.cpt-flash-sales-result .cpt-diaporama .arrow-square {
  display: none !important;
}

:is(.is-mobile, .is-tablet) .cpt-flash-sales-result .cpt-diaporama .arrow-square {
  display: inline !important;
}

.cpt-flash-sales-result .cpt-diaporama:hover .arrow-square {
  display: inline !important;
}

.cpt-flash-sales-result .pushing-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #000;
  background: linear-gradient(360deg, black 0%, rgba(0, 0, 0, 0.499037) 85%, rgba(0, 0, 0, 0) 100%);
  min-block-size: 170px;
  padding-block: 0 10px;
  padding-inline: 16px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
}

.cpt-flash-sales-result .pushing-details .top-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}

.cpt-flash-sales-result .pushing-details .top-wrap .product-info {
  color: #fff;
}

.cpt-flash-sales-result .pushing-details .top-wrap .product-info .destination {
  width: 100%;
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  font-family: "Montserrat-Regular", Arial, sans-serif;
  font-size: 13px;
  margin-block-end: 4px;
}

.cpt-flash-sales-result .pushing-details .top-wrap .product-info .destination .ico-desti-separator {
  font-size: 10px;
  margin-inline: 6px;
}

.cpt-flash-sales-result .pushing-details .top-wrap .product-info .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1.25;
}

.cpt-flash-sales-result .pushing-details .top-wrap .criteria-list {
  margin-block: 10px 14px;
  flex-direction: column;
  gap: 4px;
}

.cpt-flash-sales-result .pushing-details .top-wrap .criteria-list .criteria {
  font-size: 14px;
  color: #fff;
  padding-inline-start: 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.cpt-flash-sales-result .pushing-details .top-wrap .criteria-list .criteria .elem-ff-icon, .cpt-flash-sales-result .pushing-details .top-wrap .criteria-list .criteria .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-flash-sales-result .pushing-details .top-wrap .criteria-list .criteria .chosen-search {
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(42, 52, 54, 0.75);
  font-size: 12px;
  margin-inline-end: 6px;
  transform: translateY(-50%);
  z-index: 2;
}

.cpt-flash-sales-result .pushing-details .top-wrap .criteria-list .criteria:before {
  position: absolute;
  top: 50%;
  left: 2px;
  content: ">";
  font-family: "Icon havas";
  font-size: 12px;
  font-weight: 700;
  margin-inline-end: 6px;
  display: block;
  transform: translateY(-50%);
  z-index: 0;
}

.cpt-flash-sales-result .pushing-details .pushing-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.cpt-flash-sales-result .pushing-details .pushing-bottom .left-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cpt-flash-sales-result .pushing-details .pushing-bottom .left-wrap .value-ref {
  font-size: 12px;
  color: #b7b7b7;
  margin-block: 10px 4px;
}

.cpt-flash-sales-result .pushing-details .pushing-bottom .left-wrap .elem-price-wrap {
  text-align: inherit;
}

.cpt-flash-sales-result .pushing-details .pushing-bottom .left-wrap .elem-price-wrap .price {
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  font-size: 32px;
  padding-inline-end: 10px;
  display: flex;
  align-items: baseline;
}

.cpt-flash-sales-result .pushing-details .pushing-bottom .left-wrap .elem-price-wrap .price .price-mention {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  font-size: 16px;
  color: #F2115D;
}

.cpt-flash-sales-result .pushing-details .pushing-bottom .right-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.cpt-flash-sales-result .pushing-details .pushing-bottom .right-wrap .details-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.cpt-flash-sales-result .pushing-details .pushing-bottom .right-wrap .details-wrap .duration,
.cpt-flash-sales-result .pushing-details .pushing-bottom .right-wrap .details-wrap .formula {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
}

.cpt-flash-sales-result .pushing-details .pushing-bottom .right-wrap .elem-button--flash-sales {
  font-family: "Montserrat-Regular", Arial, sans-serif;
  font-size: 18px;
  padding: 10px;
  inline-size: 160px;
}

.cpt-flash-sales-result .pushing-details .pushing-bottom .operator-name {
  position: absolute;
  right: 18px;
  bottom: -2px;
  color: #000;
  font-size: 13px;
  white-space: nowrap;
}

.cpt-flash-sales-result:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/** ----------------------------------------------------------------
 * MEDIA-QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-flash-sales-result .price-reduction {
    position: absolute;
    top: 14px;
    right: inherit;
    left: calc(50% - 14px);
    transform: translateX(-100%);
  }
  .cpt-flash-sales-result .cpt-diaporama .elem-image-wrap.product-blurred .elem-button--primary {
    inset-block-start: 160px;
  }
  .cpt-flash-sales-result .pushing-details {
    position: absolute;
    right: 0;
    bottom: 0;
    left: inherit;
    width: 50%;
    height: 100%;
    padding: 14px;
    justify-content: space-between;
  }
  .cpt-flash-sales-result .pushing-details .product-info {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
  }
  .cpt-flash-sales-result .pushing-details .product-info .title {
    font-size: 22px;
    line-height: 1.25;
  }
  .cpt-flash-sales-result .pushing-details .product-info .destination {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-flash-sales-result {
    block-size: 250px;
  }
  .cpt-flash-sales-result .price-reduction {
    position: absolute;
    top: 14px;
    right: inherit;
    left: calc(40% - 14px);
  }
  .cpt-flash-sales-result .cpt-diaporama .elem-image-wrap {
    width: 100%;
    height: 250px;
  }
  .cpt-flash-sales-result .cpt-diaporama .elem-image-wrap.product-blurred .elem-button--primary {
    inset-block-start: 115px;
  }
  .cpt-flash-sales-result .pushing-details {
    width: 60%;
    height: 100%;
    flex-direction: row;
  }
  .cpt-flash-sales-result .pushing-details .top-wrap {
    width: 60%;
    height: auto;
    gap: 0;
    overflow: hidden;
  }
  .cpt-flash-sales-result .pushing-details .top-wrap .product-info .destination {
    inline-size: calc(100% - 14px);
  }
  .cpt-flash-sales-result .pushing-details .pushing-bottom {
    width: 40%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
  }
  .cpt-flash-sales-result .pushing-details .pushing-bottom:before {
    position: absolute;
    top: 50%;
    right: calc(40% + 8px);
    width: 1px;
    height: calc(100% - 28px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    content: "";
    transform: translateY(-50%);
  }
  .cpt-flash-sales-result .pushing-details .pushing-bottom .left-wrap .value-ref {
    position: absolute;
    bottom: 14px;
    left: 14px;
    margin: 0;
  }
  .cpt-flash-sales-result .pushing-details .pushing-bottom .left-wrap .elem-price-wrap {
    text-align: center;
  }
  .cpt-flash-sales-result .pushing-details .pushing-bottom .right-wrap .details-wrap {
    position: absolute;
    right: calc(40% + 24px);
    bottom: 14px;
    margin: 0;
  }
  .cpt-flash-sales-result .pushing-details .pushing-bottom .right-wrap .elem-button--flash-sales {
    inline-size: 180px;
  }
}

/**
 * TRAVEL PLANNER
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-travel-planner {
  padding-bottom: 35px;
}

.mod-travel-planner .serp {
  padding: 0;
}

.mod-travel-planner .is-loading {
  height: 40px;
}

.mod-travel-planner .title {
  font-size: 24px;
  font-weight: 400;
  color: #717171;
}

.mod-travel-planner .sub-title {
  font-size: 16px;
  color: #199bd7;
  margin-bottom: 9px;
}

.mod-travel-planner .cpt-slider-travel-planner-agent {
  margin: 40px -15px 0;
  padding-bottom: 60px;
}

.mod-travel-planner .cpt-slider-travel-planner-agent .traveler-planner-agent-item {
  margin-top: 10px;
  padding: 0 10px 10px 10px;
}

.mod-travel-planner .cpt-slider-travel-planner-agent .slick-arrow {
  border: 1px solid #ccc;
  background-color: #fff;
  height: 30px;
  width: 45px;
  padding: 0;
  border-radius: 0;
}

.mod-travel-planner .cpt-slider-travel-planner-agent .slick-arrow:before {
  content: "a";
  font-family: "Icon havas";
  font-size: 6px;
  color: #555;
  display: block;
}

.mod-travel-planner .cpt-slider-travel-planner-agent .slick-arrow.slick-arrow {
  position: absolute;
  top: inherit;
  bottom: 10px;
}

.mod-travel-planner .cpt-slider-travel-planner-agent .slick-arrow.slick-prev {
  left: 50%;
  transform: translateX(-100%);
}

.mod-travel-planner .cpt-slider-travel-planner-agent .slick-arrow.slick-prev:before {
  transform: rotate(-180deg);
}

.mod-travel-planner .cpt-slider-travel-planner-agent .slick-arrow.slick-next {
  right: 50%;
  transform: translateX(100%);
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-travel-planner .cpt-slider-travel-planner-agent {
    margin: 40px 0 0;
  }
}

/**
 * CONNECTION
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-connection {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  overflow-y: scroll;
  z-index: 9999;
}

.mod-connection label {
  display: block;
}

.mod-connection a {
  cursor: pointer;
}

.mod-connection hr {
  border: none;
  border-bottom: 1px solid #c2c2c2;
  width: 96%;
  margin-top: 25px;
}

.mod-connection .btn-facebook {
  width: 50px;
  height: 35px;
  background-color: #396298;
  color: #fff;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  margin: 20px 0 0 20px;
  display: inline-block;
}

.mod-connection .errors-messages {
  background-color: rgba(224, 0, 66, 0.1);
  font-size: 14px;
  color: #e00042;
  border-left: 3px solid #e00042;
  padding: 15px;
  margin-bottom: 15px;
}

.mod-connection .errors-messages .msg-row {
  margin: 5px 0;
}

.mod-connection .connect-content {
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  margin: auto;
  display: flex;
  align-self: center;
  position: relative;
}

.mod-connection .connect-content .content-aside {
  width: 33%;
}

.mod-connection .connect-content .content-aside {
  display: none;
}

.mod-connection .connect-content .content-main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mod-connection .connect-content .content-main .main-head {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: right;
}

.mod-connection .connect-content .content-main .main-head .btn-close {
  cursor: pointer;
}

.mod-connection .connect-content .content-main .main-head .btn-close span {
  margin-right: 10px;
}

.mod-connection .connect-content .content-main .main-head .btn-close span {
  display: none;
}

.mod-connection .connect-content .content-main .main-head .btn-close i {
  font-size: 15px;
}

.mod-connection .connect-content .content-main .main-step {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.mod-connection .connect-content .content-main .main-step .cpt-step {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.mod-connection .connect-content .content-main .main-step .cpt-step .step-wrapper {
  padding-right: 20px;
  padding-left: 20px;
  flex-grow: 1;
}

.mod-connection .connect-content .content-main .main-step .cpt-step .step-footer {
  position: relative;
  margin-top: 0;
  min-height: 40px;
}

.mod-connection .connect-content.wahou-connect-content .content-aside,
.mod-connection .connect-content.wahou-connect-content .main-head {
  display: none;
}

.mod-connection .connect-content.wahou-connect-content .content-main .main-step .cpt-step .step-wrapper {
  display: flex;
}

.mod-connection .connect-content.wahou-connect-content .content-main .main-step .cpt-step .step-wrapper .elem-image-wrap {
  margin: auto;
}

.pac-container {
  z-index: 10000;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-connection .connect-content {
    margin: auto;
    min-height: 80%;
  }
  .mod-connection .connect-content .content-aside .elem-image-wrap {
    height: 100%;
  }
  .mod-connection .connect-content .content-aside {
    display: block;
  }
  .mod-connection .connect-content .content-main {
    width: 67%;
  }
  .mod-connection .connect-content .content-main .main-head {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .mod-connection .connect-content .content-main .main-head .btn-close span {
    display: inline;
  }
  .mod-connection .connect-content .content-main .main-head .btn-close i {
    font-size: 11px;
  }
  .mod-connection .connect-content .content-main .main-step .cpt-step .step-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mod-connection .connect-content .content-main .main-step .cpt-step .step-footer {
    min-height: 80px;
    line-height: 40px;
    margin-top: 40px;
  }
  .mod-connection .connect-content.wahou-connect-content .content-main {
    width: 100%;
  }
  .mod-connection .connect-content.wahou-connect-content .content-main .main-step .cpt-step .step-wrapper {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .mod-connection .connect-content {
    width: 1064px;
    min-height: 428px;
  }
  .mod-connection .connect-content .content-main .main-head {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .mod-connection .connect-content .content-main .main-step .cpt-step .step-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .mod-connection .connect-content .content-main .main-step .cpt-step .step-footer {
    padding-right: 40px;
    padding-left: 40px;
    min-height: 80px;
  }
}

/**
 * CONCEPT CHOICE
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.pac-container {
  z-index: 10000;
}

.mod-concept-choice {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow-y: scroll;
  /** COMMON to all popin step */
}

.mod-concept-choice label {
  display: block;
}

.mod-concept-choice a {
  cursor: pointer;
}

.mod-concept-choice hr {
  border: none;
  border-bottom: 1px solid #c2c2c2;
  width: 96%;
  margin-top: 25px;
}

.mod-concept-choice .errors-messages {
  background-color: rgba(224, 0, 66, 0.1);
  color: #e00042;
  font-size: 14px;
  border-left: 3px solid #e00042;
  padding: 15px;
  margin-bottom: 15px;
}

.mod-concept-choice .errors-messages .msg-row {
  margin: 5px 0;
}

.mod-concept-choice .concept-content {
  background-color: #fff;
  margin: auto;
  width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
}

.mod-concept-choice .concept-content .content-aside {
  width: 33%;
}

.mod-concept-choice .concept-content .content-aside {
  display: none;
}

.mod-concept-choice .concept-content .content-main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mod-concept-choice .concept-content .content-main .main-head {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: right;
}

.mod-concept-choice .concept-content .content-main .main-head .btn-close {
  cursor: pointer;
}

.mod-concept-choice .concept-content .content-main .main-head .btn-close span {
  margin-right: 10px;
}

.mod-concept-choice .concept-content .content-main .main-head .btn-close span {
  display: none;
}

.mod-concept-choice .concept-content .content-main .main-head .btn-close i {
  font-size: 15px;
}

.mod-concept-choice .concept-content .content-main .main-step {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.mod-concept-choice .concept-content .content-main .main-step .cpt-step {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.mod-concept-choice .concept-content .content-main .main-step .cpt-step .step-wrapper {
  padding-right: 20px;
  padding-left: 20px;
  flex-grow: 1;
}

.mod-concept-choice .concept-content .content-main .main-step .cpt-step .step-footer {
  position: relative;
  margin-top: 0;
  min-height: 40px;
  line-height: 40px;
}

.mod-concept-choice .concept-content.wahou-concept-content .content-aside,
.mod-concept-choice .concept-content.wahou-concept-content .main-head {
  display: none;
}

.mod-concept-choice .concept-content.wahou-concept-content .content-main .main-step .cpt-step .step-wrapper {
  display: flex;
}

.mod-concept-choice .concept-content.wahou-concept-content .content-main .main-step .cpt-step .step-wrapper .elem-image-wrap {
  margin: auto;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-concept-choice .concept-content {
    margin: auto;
    min-height: 80%;
  }
  .mod-concept-choice .concept-content .content-aside .elem-image-wrap {
    height: 100%;
  }
  .mod-concept-choice .concept-content .content-aside {
    display: block;
  }
  .mod-concept-choice .concept-content .content-main {
    width: 67%;
  }
  .mod-concept-choice .concept-content .content-main .main-head {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .mod-concept-choice .concept-content .content-main .main-head .btn-close span {
    display: inline;
  }
  .mod-concept-choice .concept-content .content-main .main-head .btn-close i {
    font-size: 11px;
  }
  .mod-concept-choice .concept-content .content-main .main-step .cpt-step .step-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mod-concept-choice .concept-content .content-main .main-step .cpt-step .step-footer {
    min-height: 80px;
    line-height: 40px;
    margin-top: 40px;
  }
  .mod-concept-choice .concept-content.wahou-concept-content .content-main {
    width: 100%;
  }
  .mod-concept-choice .concept-content.wahou-concept-content .content-main .main-step .cpt-step .step-wrapper {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .mod-concept-choice .concept-content {
    width: 1064px;
    min-height: 428px;
  }
  .mod-concept-choice .concept-content .content-main .main-head {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .mod-concept-choice .concept-content .content-main .main-step .cpt-step .step-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .mod-concept-choice .concept-content .content-main .main-step .cpt-step .step-footer {
    padding-right: 40px;
    padding-left: 40px;
    min-height: 80px;
  }
}

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