@charset "UTF-8";
/**
 * LANDING
 *
 * @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 {
  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-popin-airline, .cpt-popin-airline .popin-main .autocomplete-suggestions, .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);
}

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

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

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

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

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

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

/**
 * TRAVEL PLANNER CONTACT
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-travel-planner-contact {
  background-color: #fff;
  margin: 10px 0;
  height: 200px;
  overflow: hidden;
}

.cpt-travel-planner-contact .traveler-photo .elem-image-wrap {
  width: 80px;
  height: 80px;
}

.cpt-travel-planner-contact .traveler-contact-wrap .identity {
  padding-left: 5px;
  padding-right: 5px;
}

.cpt-travel-planner-contact .traveler-contact-wrap .identity .name {
  font-size: 18px;
  text-transform: capitalize;
  max-height: 50px;
  overflow: hidden;
  letter-spacing: -1px;
}

.cpt-travel-planner-contact .traveler-contact-wrap .identity .agency-name {
  font-size: 14px;
  color: #199bd7;
  margin-bottom: 5px;
  max-height: 40px;
  overflow: hidden;
  letter-spacing: -1px;
}

.cpt-travel-planner-contact .traveler-contact-wrap .identity .adress .city-code,
.cpt-travel-planner-contact .traveler-contact-wrap .identity .adress .city-name {
  font-size: 12px;
  color: #777;
  display: inline-block;
}

.cpt-travel-planner-contact .traveler-contact-wrap .identity .adress .city-name {
  letter-spacing: -1px;
}

.cpt-travel-planner-contact .traveler-contact-wrap .identity .adress .city-name:before {
  content: "-";
  margin: 0 5px;
  display: inline-block;
}

.cpt-travel-planner-contact .traveler-contact-wrap .buttons-wrap {
  position: absolute;
  top: 160px;
  right: 10px;
  text-align: right;
  width: 190px;
}

.cpt-travel-planner-contact .traveler-contact-wrap .buttons-wrap .elem-button--primary-invert {
  padding: 4px 12px 5px;
}

.cpt-travel-planner-contact .traveler-contact-wrap .cpt-more {
  text-align: right;
  margin: 5px 10px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-travel-planner-contact {
    height: 190px;
  }
  .cpt-travel-planner-contact .traveler-contact-wrap .identity {
    padding-left: inherit;
    padding-right: inherit;
  }
  .cpt-travel-planner-contact .traveler-contact-wrap .buttons-wrap {
    position: absolute;
    top: 150px;
    right: 10px;
  }
  .cpt-travel-planner-contact .traveler-photo .elem-image-wrap {
    width: 130px;
    height: 130px;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-travel-planner-contact .traveler-photo .elem-image-wrap {
    width: 100px;
    height: 100px;
  }
  .cpt-travel-planner-contact .traveler-contact-wrap .cpt-more a {
    font-size: 14px;
  }
  .cpt-travel-planner-contact .traveler-contact-wrap .cpt-more a .elem-ff-icon, .cpt-travel-planner-contact .traveler-contact-wrap .cpt-more a .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-travel-planner-contact .traveler-contact-wrap .cpt-more a .chosen-search {
    font-size: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-travel-planner-contact {
    height: 210px;
    position: relative;
  }
  .cpt-travel-planner-contact .traveler-photo .elem-image-wrap {
    width: 150px;
    height: 100%;
  }
  .cpt-travel-planner-contact .traveler-contact-wrap {
    padding-left: 20px;
  }
  .cpt-travel-planner-contact .traveler-contact-wrap .identity .agency-name {
    font-size: 18px;
    font-weight: 300;
    max-height: 50px;
  }
  .cpt-travel-planner-contact .traveler-contact-wrap .buttons-wrap {
    position: absolute;
    top: 170px;
    right: 10px;
  }
}

/**
 * TRAVEL PLANNER ADVICE
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-travel-planner-advice {
  background-color: transparent;
}

.cpt-travel-planner-advice .travel-planner-details {
  margin-bottom: 20px;
}

.cpt-travel-planner-advice .travel-planner-details .traveler-photo {
  margin-right: 20px;
  float: left;
}

.cpt-travel-planner-advice .travel-planner-details .traveler-photo .elem-image-wrap {
  width: 50px;
  height: 50px;
}

.cpt-travel-planner-advice .travel-planner-details .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-planner-advice .travel-planner-details .identity {
  padding: 0 5px 0 0;
}

.cpt-travel-planner-advice .travel-planner-details .identity .name {
  font-size: 20px;
  font-weight: 300;
}

.cpt-travel-planner-advice .travel-planner-details .identity .agency-name {
  font-size: 14px;
  color: #2a3436;
}

.cpt-travel-planner-advice .traveler-advice-wrap {
  background-color: #fff;
}

.cpt-travel-planner-advice .traveler-advice-wrap.d-flex {
  flex-direction: column;
}

.cpt-travel-planner-advice .traveler-advice-wrap .advice-photo {
  width: 100%;
}

.cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .destination {
  font-size: 14px;
  color: #199bd7;
  margin-top: 10px;
}

.cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .destination .city:before {
  content: "- ";
  margin: 0 5px;
  display: inline-block;
}

.cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .product-title {
  font-size: 20px;
  font-weight: 300;
  margin: 15px 0;
}

.cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .cpt-traveler-note {
  margin-bottom: 15px;
}

.cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .cpt-traveler-note .title {
  display: none;
}

.cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .elem-edito {
  font-size: 14px;
  color: #878787;
  margin-bottom: 15px;
  max-height: 75px;
  overflow: hidden;
  position: relative;
}

.cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .elem-edito:after {
  width: 80px;
  height: 20px;
  position: absolute;
  right: 20px;
  bottom: 0;
  content: "";
  background-image: url("/havas/assets/images/mock/edito_gradient.png");
  display: block;
}

.cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .destination,
.cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .product-title,
.cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .cpt-traveler-note,
.cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .elem-edito {
  padding: 0 20px;
}

.cpt-travel-planner-advice .traveler-advice-wrap .elem-button--primary {
  text-align: left;
  border-radius: 0;
  padding-right: 50px;
}

.cpt-travel-planner-advice .traveler-advice-wrap .elem-button--primary .elem-ff-icon, .cpt-travel-planner-advice .traveler-advice-wrap .elem-button--primary .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-travel-planner-advice .traveler-advice-wrap .elem-button--primary .chosen-search {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 10px;
  transform: translateY(-50%);
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-photo {
    max-height: 200px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-travel-planner-advice .traveler-advice-wrap {
    min-height: 270px;
    max-height: 270px;
    overflow: hidden;
    position: relative;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap.d-flex {
    flex-direction: row;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-photo {
    width: 50%;
    min-height: 270px;
    max-height: 270px;
    overflow: hidden;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-photo .elem-image-wrap {
    width: 100%;
    height: 100%;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito {
    width: 50%;
    margin-bottom: 50px;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .destination,
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .product-title,
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .cpt-traveler-note,
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .elem-edito {
    padding: 0 30px;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .elem-edito:after {
    position: absolute;
    right: 30px;
    bottom: 0;
  }
  .cpt-travel-planner-advice .elem-button--primary {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .product-title {
    margin: 0;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .elem-edito:after {
    position: absolute;
    right: 15px;
    bottom: 0;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .destination,
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .product-title,
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .cpt-traveler-note,
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .elem-edito {
    padding: 0 15px;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .elem-button--primary {
    padding-left: 15px;
    padding-right: 30px;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .elem-button--primary .elem-ff-icon, .cpt-travel-planner-advice .traveler-advice-wrap .elem-button--primary .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-travel-planner-advice .traveler-advice-wrap .elem-button--primary .chosen-search {
    right: 15px;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-travel-planner-advice .traveler-advice-wrap {
    min-height: 320px;
    max-height: 320px;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-photo {
    min-height: 320px;
    max-height: 320px;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito {
    margin-top: 30px;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .elem-edito {
    max-height: 115px;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .product-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .cpt-traveler-note {
    margin-bottom: 15px;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .destination,
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .product-title,
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .cpt-traveler-note,
  .cpt-travel-planner-advice .traveler-advice-wrap .advice-edito .elem-edito {
    padding: 0 30px;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .elem-button--primary {
    padding-left: 30px;
    padding-right: 50px;
  }
  .cpt-travel-planner-advice .traveler-advice-wrap .elem-button--primary .elem-ff-icon, .cpt-travel-planner-advice .traveler-advice-wrap .elem-button--primary .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-travel-planner-advice .traveler-advice-wrap .elem-button--primary .chosen-search {
    right: 30px;
  }
}

/**
 * TRAVEL PLANNER BASIC
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-travel-planner-basic {
  padding-bottom: 10px;
}

.cpt-travel-planner-basic .shadow-box, .cpt-travel-planner-basic .elem-select-choosen .chosen-drop, .elem-select-choosen .cpt-travel-planner-basic .chosen-drop, .cpt-travel-planner-basic .cpt-popin-airline, .cpt-travel-planner-basic .cpt-popin-airline .popin-main .autocomplete-suggestions, .cpt-popin-airline .popin-main .cpt-travel-planner-basic .autocomplete-suggestions, .cpt-travel-planner-basic .cpt-step-navigation .btns-navigation button[id*="btn-prev"], .cpt-step-navigation .btns-navigation .cpt-travel-planner-basic button[id*="btn-prev"] {
  background-color: #fff;
  padding: 20px 30px;
}

.cpt-travel-planner-basic .shadow-box .identity .traveler-photo, .cpt-travel-planner-basic .elem-select-choosen .chosen-drop .identity .traveler-photo, .elem-select-choosen .cpt-travel-planner-basic .chosen-drop .identity .traveler-photo, .cpt-travel-planner-basic .cpt-popin-airline .identity .traveler-photo, .cpt-popin-airline .popin-main .cpt-travel-planner-basic .autocomplete-suggestions .identity .traveler-photo, .cpt-travel-planner-basic .cpt-step-navigation .btns-navigation button[id*="btn-prev"] .identity .traveler-photo, .cpt-step-navigation .btns-navigation .cpt-travel-planner-basic button[id*="btn-prev"] .identity .traveler-photo {
  margin-right: 20px;
  float: left;
}

.cpt-travel-planner-basic .shadow-box .identity .traveler-photo .elem-image-wrap, .cpt-travel-planner-basic .elem-select-choosen .chosen-drop .identity .traveler-photo .elem-image-wrap, .elem-select-choosen .cpt-travel-planner-basic .chosen-drop .identity .traveler-photo .elem-image-wrap, .cpt-travel-planner-basic .cpt-popin-airline .identity .traveler-photo .elem-image-wrap, .cpt-popin-airline .popin-main .cpt-travel-planner-basic .autocomplete-suggestions .identity .traveler-photo .elem-image-wrap, .cpt-travel-planner-basic .cpt-step-navigation .btns-navigation button[id*="btn-prev"] .identity .traveler-photo .elem-image-wrap, .cpt-step-navigation .btns-navigation .cpt-travel-planner-basic button[id*="btn-prev"] .identity .traveler-photo .elem-image-wrap {
  width: 50px;
  height: 50px;
}

.cpt-travel-planner-basic .shadow-box .identity .traveler-photo .elem-image-wrap img, .cpt-travel-planner-basic .elem-select-choosen .chosen-drop .identity .traveler-photo .elem-image-wrap img, .elem-select-choosen .cpt-travel-planner-basic .chosen-drop .identity .traveler-photo .elem-image-wrap img, .cpt-travel-planner-basic .cpt-popin-airline .identity .traveler-photo .elem-image-wrap img, .cpt-popin-airline .popin-main .cpt-travel-planner-basic .autocomplete-suggestions .identity .traveler-photo .elem-image-wrap img, .cpt-travel-planner-basic .cpt-step-navigation .btns-navigation button[id*="btn-prev"] .identity .traveler-photo .elem-image-wrap img, .cpt-step-navigation .btns-navigation .cpt-travel-planner-basic button[id*="btn-prev"] .identity .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-planner-basic .shadow-box .identity .name, .cpt-travel-planner-basic .elem-select-choosen .chosen-drop .identity .name, .elem-select-choosen .cpt-travel-planner-basic .chosen-drop .identity .name, .cpt-travel-planner-basic .cpt-popin-airline .identity .name, .cpt-popin-airline .popin-main .cpt-travel-planner-basic .autocomplete-suggestions .identity .name, .cpt-travel-planner-basic .cpt-step-navigation .btns-navigation button[id*="btn-prev"] .identity .name, .cpt-step-navigation .btns-navigation .cpt-travel-planner-basic button[id*="btn-prev"] .identity .name {
  font-size: 20px;
  font-weight: 300;
  max-height: 60px;
  overflow: hidden;
}

.cpt-travel-planner-basic .shadow-box .identity .agency-name, .cpt-travel-planner-basic .elem-select-choosen .chosen-drop .identity .agency-name, .elem-select-choosen .cpt-travel-planner-basic .chosen-drop .identity .agency-name, .cpt-travel-planner-basic .cpt-popin-airline .identity .agency-name, .cpt-popin-airline .popin-main .cpt-travel-planner-basic .autocomplete-suggestions .identity .agency-name, .cpt-travel-planner-basic .cpt-step-navigation .btns-navigation button[id*="btn-prev"] .identity .agency-name, .cpt-step-navigation .btns-navigation .cpt-travel-planner-basic button[id*="btn-prev"] .identity .agency-name {
  font-size: 14px;
  color: #199bd7;
  max-height: 36px;
  overflow: hidden;
}

.cpt-travel-planner-basic .shadow-box .elem-edito, .cpt-travel-planner-basic .elem-select-choosen .chosen-drop .elem-edito, .elem-select-choosen .cpt-travel-planner-basic .chosen-drop .elem-edito, .cpt-travel-planner-basic .cpt-popin-airline .elem-edito, .cpt-popin-airline .popin-main .cpt-travel-planner-basic .autocomplete-suggestions .elem-edito, .cpt-travel-planner-basic .cpt-step-navigation .btns-navigation button[id*="btn-prev"] .elem-edito, .cpt-step-navigation .btns-navigation .cpt-travel-planner-basic button[id*="btn-prev"] .elem-edito {
  font-size: 14px;
  color: #2a3436;
  margin: 10px 0;
  max-height: 75px;
  overflow: hidden;
  position: relative;
}

.cpt-travel-planner-basic .shadow-box .elem-edito:after, .cpt-travel-planner-basic .elem-select-choosen .chosen-drop .elem-edito:after, .elem-select-choosen .cpt-travel-planner-basic .chosen-drop .elem-edito:after, .cpt-travel-planner-basic .cpt-popin-airline .elem-edito:after, .cpt-popin-airline .popin-main .cpt-travel-planner-basic .autocomplete-suggestions .elem-edito:after, .cpt-travel-planner-basic .cpt-step-navigation .btns-navigation button[id*="btn-prev"] .elem-edito:after, .cpt-step-navigation .btns-navigation .cpt-travel-planner-basic button[id*="btn-prev"] .elem-edito:after {
  width: 80px;
  height: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url("/havas/assets/images/mock/edito_gradient.png");
  display: block;
}

.cpt-travel-planner-basic .shadow-box .link-more, .cpt-travel-planner-basic .elem-select-choosen .chosen-drop .link-more, .elem-select-choosen .cpt-travel-planner-basic .chosen-drop .link-more, .cpt-travel-planner-basic .cpt-popin-airline .link-more, .cpt-popin-airline .popin-main .cpt-travel-planner-basic .autocomplete-suggestions .link-more, .cpt-travel-planner-basic .cpt-step-navigation .btns-navigation button[id*="btn-prev"] .link-more, .cpt-step-navigation .btns-navigation .cpt-travel-planner-basic button[id*="btn-prev"] .link-more {
  max-height: 22px;
  overflow: hidden;
  margin-bottom: 5px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-travel-planner-basic .shadow-box, .cpt-travel-planner-basic .elem-select-choosen .chosen-drop, .elem-select-choosen .cpt-travel-planner-basic .chosen-drop, .cpt-travel-planner-basic .cpt-popin-airline, .cpt-travel-planner-basic .cpt-popin-airline .popin-main .autocomplete-suggestions, .cpt-popin-airline .popin-main .cpt-travel-planner-basic .autocomplete-suggestions, .cpt-travel-planner-basic .cpt-step-navigation .btns-navigation button[id*="btn-prev"], .cpt-step-navigation .btns-navigation .cpt-travel-planner-basic button[id*="btn-prev"] {
    height: 245px;
    overflow: hidden;
  }
  .cpt-travel-planner-basic .link-more {
    max-height: 24px;
  }
}

/**
 * TRAVEL PLANNER RESULT
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-travel-planner-result .shadow-box, .cpt-travel-planner-result .elem-select-choosen .chosen-drop, .elem-select-choosen .cpt-travel-planner-result .chosen-drop, .cpt-travel-planner-result .cpt-popin-airline, .cpt-travel-planner-result .cpt-popin-airline .popin-main .autocomplete-suggestions, .cpt-popin-airline .popin-main .cpt-travel-planner-result .autocomplete-suggestions, .cpt-travel-planner-result .cpt-step-navigation .btns-navigation button[id*="btn-prev"], .cpt-step-navigation .btns-navigation .cpt-travel-planner-result button[id*="btn-prev"] {
  padding: 10px;
}

.cpt-travel-planner-result .identity .traveler-photo {
  margin: -10px 10px 10px -10px;
  float: left;
}

.cpt-travel-planner-result .identity .traveler-photo .elem-image-wrap {
  width: 50px;
  height: 50px;
}

.cpt-travel-planner-result .identity .name {
  font-size: 22px;
}

.cpt-travel-planner-result .identity .agency-name {
  font-size: 14px;
  color: #199bd7;
}

.cpt-travel-planner-result .identity .adress .city-code,
.cpt-travel-planner-result .identity .adress .city-name {
  font-size: 12px;
  color: #777;
  display: inline-block;
}

.cpt-travel-planner-result .identity .adress .city-name:before {
  content: "-";
  margin: 0 5px;
  display: inline-block;
}

.cpt-travel-planner-result .traveler-result-wrap {
  margin-top: 10px;
}

.cpt-travel-planner-result .traveler-result-wrap .speciality {
  margin-bottom: 5px;
}

.cpt-travel-planner-result .traveler-result-wrap .speciality .item {
  font-size: 14px;
  color: #777;
  margin-right: 10px;
  display: inline-block;
}

.cpt-travel-planner-result .traveler-result-wrap .elem-edito {
  font-size: 14px;
  color: #2a3436;
  margin: 20px 0;
  max-height: 40px;
  overflow: hidden;
  position: relative;
}

.cpt-travel-planner-result .traveler-result-wrap .elem-edito:after {
  width: 80px;
  height: 15px;
  position: absolute;
  right: 0;
  bottom: 5px;
  content: "";
  background-image: url("/havas/assets/images/mock/edito_gradient.png");
  display: block;
}

.cpt-travel-planner-result .traveler-result-wrap .tags-wrap {
  margin-bottom: 10px;
}

.cpt-travel-planner-result .traveler-result-wrap .tags-wrap .elem-tag {
  margin-bottom: 5px;
}

.cpt-travel-planner-result .traveler-result-wrap .cpt-more {
  text-align: right;
}

.cpt-travel-planner-result .traveler-result-wrap .cpt-more a {
  font-size: 14px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-travel-planner-result .identity .traveler-photo {
    margin-right: 20px;
  }
  .cpt-travel-planner-result .identity .traveler-photo .elem-image-wrap {
    width: 80px;
    height: 80px;
  }
  .cpt-travel-planner-result .tags-wrap {
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
  }
}

/**
 * TRAVEL PLANNER SPECIFIC ADVICE
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-travel-planner-specific-advice {
  background-color: transparent;
  padding-bottom: 10px;
  position: relative;
}

.cpt-travel-planner-specific-advice .title-more {
  margin-bottom: 5px;
  text-align: right;
}

.cpt-travel-planner-specific-advice .travel-planner-details {
  margin-bottom: 20px;
}

.cpt-travel-planner-specific-advice .travel-planner-details .traveler-photo {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.cpt-travel-planner-specific-advice .travel-planner-details .traveler-photo .elem-image-wrap {
  width: 50px;
  height: 50px;
}

.cpt-travel-planner-specific-advice .travel-planner-details .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-planner-specific-advice .travel-planner-details .identity {
  padding: 0 5px 0 0;
}

.cpt-travel-planner-specific-advice .travel-planner-details .identity .name {
  font-size: 20px;
  font-weight: 300;
}

.cpt-travel-planner-specific-advice .travel-planner-details .identity .agency-name {
  font-size: 14px;
  color: #2a3436;
}

.cpt-travel-planner-specific-advice .traveler-advice-wrap {
  background-color: #fff;
  width: 100%;
}

.cpt-travel-planner-specific-advice .traveler-advice-wrap.d-flex {
  flex-direction: column;
}

.cpt-travel-planner-specific-advice .traveler-advice-wrap .advice-photo {
  width: 100%;
  height: 250px;
}

.cpt-travel-planner-specific-advice .traveler-advice-wrap .advice-photo .elem-image-wrap {
  width: 100%;
  height: 100%;
}

.cpt-travel-planner-specific-advice .traveler-advice-wrap .advice-edito {
  padding: 10px 20px;
}

.cpt-travel-planner-specific-advice .traveler-advice-wrap .advice-edito .destination {
  font-size: 14px;
  color: #199bd7;
}

.cpt-travel-planner-specific-advice .traveler-advice-wrap .advice-edito .product-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}

.cpt-travel-planner-specific-advice .traveler-advice-wrap .advice-edito .elem-edito {
  font-size: 14px;
  color: #878787;
  margin-bottom: 15px;
  max-height: 80px;
  overflow: hidden;
  position: relative;
}

.cpt-travel-planner-specific-advice .traveler-advice-wrap .advice-edito .elem-edito:after {
  width: 80px;
  height: 15px;
  position: absolute;
  right: 0;
  bottom: 5px;
  content: "";
  background-image: url("/havas/assets/images/mock/edito_gradient.png");
  display: block;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-travel-planner-specific-advice .title-more {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2;
  }
  .cpt-travel-planner-specific-advice .identity {
    padding: 0 130px 0 0;
  }
  .cpt-travel-planner-specific-advice .traveler-advice-wrap .advice-edito .elem-edito:after {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-travel-planner-specific-advice .title-more {
    position: absolute;
    top: 5px;
    right: 15px;
  }
  .cpt-travel-planner-specific-advice .identity {
    padding: 0 180px 0 0;
  }
  .cpt-travel-planner-specific-advice .traveler-advice-wrap .advice-edito .elem-edito:after {
    position: absolute;
    right: 0;
    bottom: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-travel-planner-specific-advice .traveler-advice-wrap .advice-edito .elem-edito {
    max-height: 55px;
  }
  .cpt-travel-planner-specific-advice .traveler-advice-wrap .advice-edito .elem-edito:after {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-travel-planner-specific-advice .traveler-advice-wrap .advice-edito .elem-edito {
    max-height: 77px;
  }
}

/**
 * TRAVEL PLANNER INTRO
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-travel-planner-intro {
  background-color: #fff;
  margin-bottom: 10px;
  padding-bottom: 30px;
}

.cpt-travel-planner-intro .shadow-box, .cpt-travel-planner-intro .elem-select-choosen .chosen-drop, .elem-select-choosen .cpt-travel-planner-intro .chosen-drop, .cpt-travel-planner-intro .cpt-popin-airline, .cpt-travel-planner-intro .cpt-popin-airline .popin-main .autocomplete-suggestions, .cpt-popin-airline .popin-main .cpt-travel-planner-intro .autocomplete-suggestions, .cpt-travel-planner-intro .cpt-step-navigation .btns-navigation button[id*="btn-prev"], .cpt-step-navigation .btns-navigation .cpt-travel-planner-intro button[id*="btn-prev"] {
  padding: 10px;
  padding-top: 0;
}

.cpt-travel-planner-intro .traveler-photo {
  margin: 0 10px 0 -10px;
  float: left;
}

.cpt-travel-planner-intro .traveler-photo .elem-image-wrap {
  width: 80px;
  height: 80px;
}

.cpt-travel-planner-intro .buttons-wrap {
  margin: 10px 0;
  width: auto;
  float: right;
}

.cpt-travel-planner-intro .buttons-wrap .reset-button {
  padding: 4px 10px;
}

.cpt-travel-planner-intro .name {
  font-size: 22px;
  margin: 10px;
  letter-spacing: -1px;
}

.cpt-travel-planner-intro .elem-edito {
  font-size: 14px;
  color: #2a3436;
  margin: 20px 0 10px;
  max-height: 75px;
  overflow: hidden;
  position: relative;
}

.cpt-travel-planner-intro .elem-edito:after {
  width: 80px;
  height: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url("/havas/assets/images/mock/edito_gradient.png");
  display: block;
}

.cpt-travel-planner-intro .more {
  margin-bottom: 10px;
}

.cpt-travel-planner-intro .speciality {
  margin: 20px 0;
}

.cpt-travel-planner-intro .speciality .item {
  font-size: 14px;
  color: #199bd7;
  margin-right: 10px;
  display: block;
}

.cpt-travel-planner-intro .adress {
  color: #777;
  margin: 10px 0;
}

.cpt-travel-planner-intro .adress .agency-name {
  font-size: 22px;
  letter-spacing: -1px;
}

.cpt-travel-planner-intro .adress .city-code,
.cpt-travel-planner-intro .adress .city-name {
  font-size: 20px;
  font-weight: 300;
  color: #2a3436;
  margin-bottom: 20px;
  letter-spacing: -1px;
  display: inline-block;
}

.cpt-travel-planner-intro .adress .city-name:before {
  content: "-";
  margin: 0 5px;
  display: inline-block;
}

.cpt-travel-planner-intro .adress .button-wrap .reset-button {
  width: 100%;
  margin-top: 10px 0;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-travel-planner-intro .traveler-photo .elem-image-wrap {
    width: 155px;
    height: 155px;
  }
  .cpt-travel-planner-intro .cpt-more {
    margin-left: 155px;
  }
  .cpt-travel-planner-intro .cpt-more a {
    font-size: 14px;
  }
  .cpt-travel-planner-intro .cpt-more .elem-ff-icon:before, .cpt-travel-planner-intro .cpt-more .elem-select-choosen .chosen-drop .chosen-search:before, .elem-select-choosen .chosen-drop .cpt-travel-planner-intro .cpt-more .chosen-search:before {
    font-size: 10px;
  }
  .cpt-travel-planner-intro .speciality .item {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-travel-planner-intro .adress {
    max-height: 245px;
    overflow: hidden;
    padding-left: 40px;
    position: absolute;
    right: 20px;
    bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-travel-planner-intro .adress {
    text-align: right;
    padding-left: 100px;
  }
  .cpt-travel-planner-intro .adress .button-wrap .reset-button {
    width: auto;
  }
}

/**
 * RESULT LIGHT
 *
 * @type component
 */
/** ----------------------------------------------------------------
* COMMON
*/
.cpt-result-light {
  background-color: #fff;
  position: relative;
}

.cpt-result-light .d-flex {
  flex-direction: column;
}

.cpt-result-light .result-light-photo .elem-image-wrap {
  width: 100%;
  height: 250px;
}

.cpt-result-light .elem-favorites-product {
  position: absolute;
  top: 10px;
  right: 10px;
}

.cpt-result-light .result-light-infos {
  padding: 10px 20px;
  position: relative;
}

.cpt-result-light .result-light-infos .destination {
  width: 175px;
  height: 20px;
  font-size: 14px;
  color: #199bd7;
  overflow: hidden;
}

.cpt-result-light .result-light-infos .destination .city:before {
  content: "- ";
  margin: 0 5px;
  display: inline-block;
}

.cpt-result-light .result-light-infos .result-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  width: 175px;
  max-height: 60px;
  overflow: hidden;
}

.cpt-result-light .result-light-price.d-flex {
  flex-direction: row;
}

.cpt-result-light .result-light-price .price-wrap {
  padding: 0 20px 10px;
  overflow: hidden;
}

.cpt-result-light .result-light-price .price-wrap .elem-price-wrap {
  width: auto;
  height: 35px;
  text-align: left;
  overflow: hidden;
  display: inline-block;
}

.cpt-result-light .result-light-price .price-wrap .elem-price-wrap .from {
  display: none;
}

.cpt-result-light .result-light-price .price-wrap .price-detail {
  font-size: 14px;
  font-weight: 300;
  color: #199bd7;
}

.cpt-result-light .result-light-price .price-wrap .departureCity {
  font-size: 14px;
  color: #878787;
}

.cpt-result-light .result-light-price .button-wrap .elem-button--primary {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-result-light .result-light-infos .destination {
    width: 430px;
    height: 20px;
  }
  .cpt-result-light .result-light-infos .result-title {
    width: 430px;
    /* height: 30px; max-height: 60px; */
  }
  .cpt-result-light .result-light-price .button-wrap .elem-button--primary {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-result-light .result-light-infos .destination {
    width: 620px;
    height: 20px;
  }
  .cpt-result-light .result-light-infos .result-title {
    width: 620px;
  }
}

/**
 * PUSHING
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-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-pushing .price-reduction {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
}

.cpt-pushing .cpt-diaporama {
  margin-bottom: 0;
  padding: 0 !important;
  position: relative;
}

.cpt-pushing .cpt-diaporama .arrow-square {
  width: 32px;
  height: 32px;
  border-radius: 50px;
}

.cpt-pushing .cpt-diaporama .arrow-square.slick-disabled {
  opacity: 0.2;
}

.cpt-pushing .cpt-diaporama .arrow-square .elem-ff-icon, .cpt-pushing .cpt-diaporama .arrow-square .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-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-pushing .cpt-diaporama .elem-image-wrap {
  height: 250px;
  position: relative;
  overflow: hidden;
}

.cpt-pushing .cpt-diaporama .elem-image-wrap.product-blurred .elem-button--primary {
  position: absolute;
  top: 43%;
  left: 50%;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  padding: 8px 15px 10px;
  white-space: nowrap;
  transform: translateX(-50%);
  z-index: 1;
}

.cpt-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-pushing .cpt-diaporama .elem-image-wrap img {
  transition: all 0.2s ease-in;
}

.cpt-pushing .cpt-diaporama .arrow-square {
  display: none !important;
}

:is(.is-mobile, .is-tablet) .cpt-pushing .cpt-diaporama .arrow-square {
  display: inline !important;
}

.cpt-pushing .cpt-diaporama:hover .arrow-square {
  display: inline !important;
}

.cpt-pushing .pushing-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 195px;
  background-color: #fff;
  padding: 16px;
  box-sizing: border-box;
  overflow: hidden;
}

.cpt-pushing .pushing-details .product-info .destination {
  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;
  margin-bottom: 5px;
}

.cpt-pushing .pushing-details .product-info .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  font-size: 16px;
  color: #545454;
  text-transform: capitalize;
  letter-spacing: -1px;
}

.cpt-pushing .pushing-details .product-info .formula {
  font-size: 14px;
  color: #2a3436;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: inline-block;
}

.cpt-pushing .pushing-details .product-info .duration {
  font-size: 14px;
  color: #2a3436;
  font-weight: 300;
  margin-block-start: 8px;
  display: inline-block;
}

.cpt-pushing .pushing-details .cpt-traveler-note {
  position: absolute;
  top: 15px;
  right: 10px;
}

.cpt-pushing .pushing-details .cpt-traveler-note .title {
  font-size: 13px;
}

.cpt-pushing .pushing-details .cpt-matching {
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.cpt-pushing .pushing-details .cpt-matching .label {
  font-size: 12px;
  color: #9ea0a6;
  line-height: 1;
}

.cpt-pushing .pushing-details .cpt-matching .elem-progress-bar {
  margin-bottom: 5px;
}

.cpt-pushing .pushing-details .cpt-matching .tags-list {
  max-height: 24px;
  overflow: hidden;
}

.cpt-pushing .pushing-details .cpt-tripadvisor {
  position: absolute;
  inset-block-end: 10px;
}

.cpt-pushing .pushing-details .cpt-tripadvisor .tripadvisor-img {
  inline-size: 100px;
}

.cpt-pushing .pushing-details .cpt-tripadvisor .tripadvisor-label {
  letter-spacing: -0.5px;
  margin-inline-start: -3px;
}

.cpt-pushing .pushing-details .elem-price-wrap {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.cpt-pushing .pushing-details .elem-price-wrap .price {
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  font-size: 32px;
}

.cpt-pushing .pushing-details .elem-price-wrap sup {
  font-size: 30px;
  top: 0.0625em;
}

.cpt-pushing:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-pushing .pushing-details {
    height: 170px;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-pushing .pushing-details {
    height: 195px;
  }
  .cpt-pushing .pushing-details .cpt-matching .tags-list {
    max-height: 26px;
  }
  .cpt-pushing .pushing-details .cpt-traveler-note .title {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-pushing .pushing-details {
    padding: 18px 16px 90px;
  }
  .cpt-pushing:hover {
    transform: translate(0px, -7px);
  }
}

/**
 * PUSHING
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-pushing-traveler {
  position: relative;
}

.cpt-pushing-traveler .cpt-traveler-identity {
  position: absolute;
  bottom: 203px;
  left: 10px;
}

.cpt-pushing-traveler .cpt-traveler-identity .identity {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}

.cpt-pushing-traveler .elem-image-wrap {
  height: 250px;
}

.cpt-pushing-traveler .pushing-details {
  height: 190px;
  padding: 16px;
  box-sizing: border-box;
  position: relative;
}

.cpt-pushing-traveler .pushing-details .product-info {
  padding-right: 90px;
}

.cpt-pushing-traveler .pushing-details .destination {
  font-size: 12px;
  margin-bottom: 5px;
}

.cpt-pushing-traveler .pushing-details .title {
  max-height: 50px;
  overflow: hidden;
}

.cpt-pushing-traveler .pushing-details .title a {
  font-size: 18px;
  color: #545454;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: -1px;
}

.cpt-pushing-traveler .pushing-details .formula {
  font-size: 14px;
  color: #2a3436;
  font-weight: 300;
  text-transform: capitalize;
  display: inline-block;
}

.cpt-pushing-traveler .pushing-details .duration {
  font-size: 14px;
  color: #2a3436;
  font-weight: 300;
  display: inline-block;
}

.cpt-pushing-traveler .pushing-details .cpt-matching {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: right;
  width: 130px;
  max-width: inherit;
}

.cpt-pushing-traveler .pushing-details .cpt-matching .label {
  color: #9ea0a6;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
}

.cpt-pushing-traveler .pushing-details .cpt-matching .tags-list {
  height: 26px;
  overflow: hidden;
}

.cpt-pushing-traveler .pushing-details .cpt-matching .tags-list .elem-tag {
  margin-right: inherit;
}

.cpt-pushing-traveler .pushing-details .elem-price-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
}

.cpt-pushing-traveler .pushing-details .cpt-traveler-note {
  position: absolute;
  top: initial;
  right: initial;
  bottom: 10px;
  left: 15px;
}

.cpt-pushing-traveler .pushing-details .cpt-traveler-note .cpt-stars {
  font-size: 10px;
}

.cpt-pushing-traveler .pushing-details .cpt-traveler-note .title {
  font-size: 13px;
}

.page-package .cpt-pushing-traveler {
  margin-bottom: 30px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-pushing-traveler .pushing-details {
    height: 170px;
  }
  .cpt-pushing-traveler .pushing-details .cpt-matching {
    width: 300px;
  }
  .cpt-pushing-traveler .pushing-details .cpt-traveler-note .cpt-stars,
  .cpt-pushing-traveler .pushing-details .cpt-traveler-note .title {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-pushing-traveler .pushing-details .cpt-traveler-note .title {
    font-size: 13px;
  }
  .cpt-pushing-traveler .pushing-details .cpt-matching {
    width: 210px;
  }
  .cpt-pushing-traveler .pushing-details .cpt-matching .label {
    font-size: 14px;
  }
}

/**
 * TRAVELER IDENTITY
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-traveler-identity .elem-image-wrap {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
}

.cpt-traveler-identity .elem-image-wrap img {
  width: 100%;
  height: 100%;
}

.cpt-traveler-identity .identity {
  color: #fff;
  display: inline-block;
}

.cpt-traveler-identity .identity .name {
  font-size: 18px;
  display: block;
}

.cpt-traveler-identity .identity .agency-name {
  font-size: 14px;
}

/**
 * PUSHING THEMATIC DISCOVER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-pushing-thematic-discover {
  color: #fff;
  margin-block-start: 15px;
  position: relative;
}

.cpt-pushing-thematic-discover .elem-image-wrap {
  height: 420px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: all .2s ease-in-out;
}

.cpt-pushing-thematic-discover .destination {
  position: absolute;
  top: 55%;
  left: 30px;
  padding-right: 25px;
}

.cpt-pushing-thematic-discover .destination .description {
  font-size: 24px;
  line-height: 35px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}

.cpt-pushing-thematic-discover .travel-planner {
  position: absolute;
  top: 25px;
  left: 25px;
}

.cpt-pushing-thematic-discover .travel-planner .elem-image-wrap {
  width: 50px;
  height: 50px;
}

.cpt-pushing-thematic-discover .travel-planner .elem-image-wrap img {
  border-radius: 100%;
}

.cpt-pushing-thematic-discover .travel-planner .tp-name {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
}

.cpt-pushing-thematic-discover .travel-planner .tp-description {
  font-size: 14px;
}

.cpt-pushing-thematic-discover .button-wrap {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

.cpt-pushing-thematic-discover .button-wrap .elem-button--primary {
  font-size: 16px;
  border-radius: 15px;
  transition: all .2s ease-in-out;
}

.cpt-pushing-thematic-discover:hover {
  cursor: pointer;
}

.cpt-pushing-thematic-discover:hover .elem-image-wrap {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.cpt-pushing-thematic-discover:hover .elem-button--primary {
  background: #fff;
  color: #199bd7;
  border-color: #199bd7;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-pushing-thematic-discover {
    margin-block-start: 0;
    margin-block-end: 55px;
  }
  .col-md-6 .cpt-pushing-thematic-discover .travel-planner {
    bottom: auto;
    top: 25px;
    left: 25px;
  }
  .col-md-12 .cpt-pushing-thematic-discover .travel-planner {
    top: auto;
    bottom: 25px;
    left: 25px;
  }
  .col-md-12 .cpt-pushing-thematic-discover .description {
    font-size: 28px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-pushing-thematic-discover {
    margin-block-end: 40px;
  }
  .cpt-pushing-thematic-discover .destination .description {
    font-size: 28px;
    line-height: inherit;
  }
  .col-md-6 .cpt-pushing-thematic-discover .travel-planner {
    bottom: auto;
    top: 25px;
    left: 25px;
  }
  .col-md-12 .cpt-pushing-thematic-discover .travel-planner {
    top: auto;
    bottom: 50px;
    left: 40px;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-pushing-thematic-discover .destination {
    position: absolute;
    bottom: 30%;
    left: 30px;
  }
  .col-lg-4 .cpt-pushing-thematic-discover .destination {
    left: 43px;
    bottom: 40%;
  }
  .col-lg-4 .cpt-pushing-thematic-discover .destination .description {
    font-size: 28px;
  }
}

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

/**
 * TITLE BAR
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-title-bar .title {
  font-size: 20px;
  line-height: 1;
}

.cpt-title-bar .sub-title {
  line-height: 1;
}

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

/**
 * TITLE BAR
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-title-bar .title {
  font-size: 20px;
  line-height: 1;
}

.cpt-title-bar .sub-title {
  line-height: 1;
}

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

/**
 * TITLE BAR MAIN
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-title-bar-main {
  margin: 0 auto;
  padding-block-end: 10px;
  position: relative;
}

.cpt-title-bar-main .title {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.3px;
  margin: 0;
  padding-bottom: 20px;
}

.cpt-title-bar-main .title strong {
  font-size: 20px;
}

.cpt-title-bar-main .title a {
  color: #199bd7 !important;
  cursor: pointer;
}

/**
 * SEARCH BY TAG
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-search-by-tag .input-wrap {
  margin: 20px 0;
}

.cpt-search-by-tag .reset-input {
  caret-color: #444;
}

.cpt-search-by-tag .tags-wrap {
  margin: 20px 0;
}

.cpt-search-by-tag .elem-tag {
  margin-bottom: 5px;
}

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

/**
 * CHECKED ANIMATION
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-checked-animation {
  display: inline-block;
  visibility: hidden;
}

.cpt-checked-animation .checked-circle {
  transition: all 1s;
  opacity: 0;
  fill: none;
  stroke: #199bd7;
  stroke-width: 1;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
}

@media screen and (prefers-reduced-motion: reduce) {
  .cpt-checked-animation .checked-circle {
    transition: none;
  }
}

.cpt-checked-animation .checked-tick {
  transition: stroke-dashoffset 1s 0.5s ease-out;
  fill: none;
  stroke: #199bd7;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}

@media screen and (prefers-reduced-motion: reduce) {
  .cpt-checked-animation .checked-tick {
    transition: none;
  }
}

.cpt-checked-animation.visible .checked-path {
  opacity: 1;
  stroke-dashoffset: 0;
}

/**
 * TINDER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-tinder {
  margin: 0 0 40px;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
}

.cpt-tinder .cpt-title-bar {
  margin-right: 15px;
  margin-left: 15px;
}

.cpt-tinder .title {
  font-size: 18px;
  font-weight: 300;
  color: #717171;
}

.cpt-tinder .sub-title {
  font-size: 14px;
  font-weight: 300;
  color: #b7b7b7;
}

.cpt-tinder .card-list {
  height: 270px;
  position: relative;
}

.cpt-tinder .card {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #fff;
  outline: 0;
}

.cpt-tinder .card.reset {
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cpt-tinder .card.reset .card-choice {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0 !important;
}

.cpt-tinder .card.inactive {
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.cpt-tinder .card.to-left {
  -webkit-transform: translateX(-30rem) rotate(-30deg) !important;
  -moz-transform: translateX(-30rem) rotate(-30deg) !important;
  -ms-transform: translateX(-30rem) rotate(-30deg) !important;
  -o-transform: translateX(-30rem) rotate(-30deg) !important;
  transform: translateX(-30rem) rotate(-30deg) !important;
}

.cpt-tinder .card.to-right {
  -webkit-transform: translate(30rem) rotate(30deg) !important;
  -moz-transform: translate(30rem) rotate(30deg) !important;
  -ms-transform: translate(30rem) rotate(30deg) !important;
  -o-transform: translate(30rem) rotate(30deg) !important;
  transform: translate(30rem) rotate(30deg) !important;
}

.cpt-tinder .card.below {
  z-index: 1;
}

.cpt-tinder .card-choice {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.cpt-tinder .card-choice:before {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  margin-left: -1rem;
  border-radius: 50%;
  box-shadow: -2rem -3rem #fff, 2rem -3rem #fff;
  content: "";
}

.cpt-tinder .card-choice:after {
  width: 4rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2rem;
  border: 0.6rem solid #fff;
  border-bottom: none;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  content: "";
}

.cpt-tinder .card-drag {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: grab;
}

.cpt-tinder .card .elem-image-wrap {
  width: 100%;
  height: 235px;
}

.cpt-tinder .card .legend {
  color: #b7b7b7;
  margin-top: 5px;
}

.cpt-tinder .selection-wrap {
  margin: 0 auto;
  text-align: center;
}

.cpt-tinder .selection-wrap .icon-wrap {
  width: 35px;
  height: 35px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border: 1px solid #199bd7;
  background-color: #fff;
  text-align: center;
  margin: 5px 20px;
  padding: 0;
}

.cpt-tinder .selection-wrap .icon-wrap .elem-ff-icon, .cpt-tinder .selection-wrap .icon-wrap .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-tinder .selection-wrap .icon-wrap .chosen-search {
  font-size: 12px;
}

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

/**
 * TAG CONTAINER
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-tags-container {
  margin: 10px 0;
}

/**
 * BUTTON WRAP
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-button-wrap {
  padding: 20px 0 0;
  position: relative;
}

.cpt-button-wrap [class*=".elem-button--"] {
  font-size: 19px;
  padding-left: 30px;
  padding-right: 30px;
}

/**
 * SIMILAR PRODUCT
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-similar-product {
  margin: 15px 0;
  position: relative;
}

.cpt-similar-product .information {
  padding: 16px;
}

.cpt-similar-product .information .product-destination {
  color: #199bd7;
  font-size: 12px;
  margin-bottom: 5px;
}

.cpt-similar-product .information .product-description {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
  max-height: 50px;
  overflow: hidden;
}

.cpt-similar-product .information .travel-planner-product .label {
  margin-right: 8px;
}

.cpt-similar-product .information .travel-planner-product .elem-note {
  font-weight: 600;
}

.cpt-similar-product .information .cpt-matching {
  max-width: inherit;
  width: 100%;
}

.cpt-similar-product .information .cpt-matching .tags-list {
  margin: 14px 0 0 0;
  max-height: 25px;
  overflow: hidden;
}

.cpt-similar-product .information .cpt-matching .elem-tag {
  margin: 0 2px 2px 0;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-similar-product {
    height: 420px;
  }
  .cpt-similar-product .information .cpt-matching .tags-list {
    max-height: 55px;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-similar-product {
    height: 420px;
  }
  .cpt-similar-product .elem-image-wrap {
    height: 220px;
  }
  .cpt-similar-product .information .cpt-matching .tags-list {
    max-height: 55px;
  }
}

/**
 * EXPERT ITEM
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-expert-item {
  margin: 20px 0 50px;
  color: #545454;
}

.cpt-expert-item .is-loading {
  height: 20px;
}

.cpt-expert-item .col-expert-tp {
  max-width: 90px;
}

.cpt-expert-item .expert-tp-border {
  width: 70px;
  height: 70px;
}

.cpt-expert-item .expert-tp-border > img {
  border-radius: 100%;
}

.cpt-expert-item .expert-tp-txt {
  max-height: 70px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  margin-top: 12px;
}

.cpt-expert-item .expert-tp-txt p {
  margin: 0;
  padding: 0;
}

.cpt-expert-item .expert-tp-txt a, .cpt-expert-item .expert-tp-txt a:hover, .cpt-expert-item .expert-tp-txt a:visited {
  color: #199bd7;
}

.cpt-expert-item .expert-tp-description {
  letter-spacing: -1px;
}

.cpt-expert-item .expert-tp-description .expert-tp-name {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.cpt-expert-item .expert-tp-description .expert-tp-agency {
  margin: 5px 0 0;
  text-transform: capitalize;
}

.cpt-expert-item .expert-tp-description .link-wrap {
  font-size: 12px;
  margin: 7px 0 0;
}

.cpt-expert-item .expert-tp-description .link-wrap .link {
  color: #199bd7;
  text-decoration: underline;
}

.cpt-expert-item:last-child {
  margin-bottom: 0;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-expert-item .col-expert-tp {
    max-width: 95px;
  }
  .cpt-expert-item .expert-tp-txt {
    margin-top: 0;
    max-height: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-expert-item .col-expert-tp {
    max-width: inherit;
  }
}

/**
 * SOCIAL CLOUD ITEM
 *
 * @type components
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-scloud-item {
  text-align: center;
  margin: 30px 0 0;
}

.cpt-scloud-item [class*="line-"] {
  margin: 4px 0;
}

.cpt-scloud-item .elem-tag {
  margin: 4px 5px 4px 0;
  cursor: pointer;
}

/**
 * COLLAPSE CONTAINER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-collapse-container {
  margin: 50px 0;
}

.cpt-collapse-container.is-loading {
  height: 20px;
}

.cpt-collapse-container .tab-title {
  font-size: 20px;
  border-radius: 5px;
  padding: 20px 25px;
  position: relative;
  cursor: pointer;
}

.cpt-collapse-container .tab-title.closed .arrow-tab {
  transform: rotate(90deg);
}

.cpt-collapse-container .tab-title .arrow-tab {
  position: absolute;
  top: 50%;
  right: 25px;
  font-size: 14px;
  margin-top: -8px;
  display: inline-block;
  transform: rotate(-90deg);
}

.cpt-collapse-container .tab-title .notation {
  margin-left: 20px;
  display: none;
}

.cpt-collapse-container .tab-title .notation .label {
  color: #333;
  font-size: 18px;
}

.cpt-collapse-container .tab-title .notation .cpt-stars {
  margin: 0 20px;
}

.cpt-collapse-container .tab-title .notation .cpt-stars .elem-ff-icon, .cpt-collapse-container .tab-title .notation .cpt-stars .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-collapse-container .tab-title .notation .cpt-stars .chosen-search {
  font-size: 10px;
}

.cpt-collapse-container .tab-title .notation .number {
  font-size: 18px;
}

.cpt-collapse-container .tab-content .item {
  border-top: 1px solid #f1f1f1;
  margin-top: 40px;
}

.cpt-collapse-container .tab-content .item:first-child {
  border-top: 0 none;
  margin-top: 0;
}

.cpt-collapse-container .tab-content .item .title {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.cpt-collapse-container .tab-content .item .list-item {
  line-height: 20px;
  font-size: 14px;
}

.cpt-collapse-container .tab-content .item-title {
  color: #222;
  font-size: 20px;
  margin: 50px 0 25px;
}

.cpt-collapse-container .tab-content .item-title span {
  float: right;
}

.cpt-collapse-container .tab-content .txt {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #2a3436;
}

.cpt-collapse-container .tab-content .price-details {
  height: 100%;
  padding-bottom: 30px;
}

.cpt-collapse-container .tab-content .price-details .title {
  padding: 25px 30px;
  margin-bottom: 20px;
  background-color: #199bd7;
  color: #fff;
  font-size: 18px;
  letter-spacing: -1px;
}

.cpt-collapse-container .tab-content .price-details .title.not {
  background-color: #f1f1f1;
  color: #333;
}

.cpt-collapse-container .tab-content .price-details .txt {
  padding: 3px 30px;
  font-size: 14px;
}

.cpt-collapse-container .cpt-matching {
  width: 100%;
  max-width: inherit;
  margin: 20px 0 0;
}

.cpt-collapse-container .cpt-matching .label {
  font-size: 12px;
  line-height: 28px;
}

.cpt-collapse-container .easy-voyage-wrap {
  margin: 40px 0;
}

.cpt-collapse-container .elem-tag {
  margin-bottom: 5px;
}

.cpt-collapse-container .cpt-button-wrap {
  margin: 20px 0 50px;
}

.cpt-collapse-container .wrapper-tags .you-love-this-stay {
  flex: 1;
}

.cpt-collapse-container .wrapper-tags .this-stay-offers {
  flex: 0 0 100%;
}

.cpt-collapse-container .filter-note-member {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cpt-collapse-container .filter-note-member .slick-track {
  margin: 0;
}

.cpt-collapse-container .filter-note-member .label-available-note {
  margin-right: 15px;
  font-size: 18px;
}

.cpt-collapse-container .filter-note-member .label-display {
  margin-right: 15px;
}

.cpt-collapse-container .list-member-note {
  position: relative;
}

.cpt-collapse-container .list-member-note .slick-track {
  margin: 0;
}

.cpt-collapse-container .list-member-note .slick-slide {
  margin-right: 15px;
}

.cpt-collapse-container .list-member-note .cpt-member-note {
  width: 100%;
  display: inline-block;
}

.cpt-collapse-container .popin-note-by-member .cpt-liste-notes {
  margin-top: 15px;
  padding: 0 30px;
}

.cpt-collapse-container .popin-note-by-member .note-content {
  border-top: solid 1px #f1f1f1;
  padding-top: 20px;
  margin-top: 20px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-collapse-container .tab-title {
    font-size: 26px;
  }
  .cpt-collapse-container .cpt-matching .label {
    font-size: 12px;
    line-height: 28px;
  }
  .cpt-collapse-container .tab-content .item .title {
    font-size: 20px;
  }
  .cpt-collapse-container .tab-content .txt {
    font-size: 18px;
    line-height: 28px;
  }
  .cpt-collapse-container .tab-content .item-title {
    font-size: 24px;
  }
  .cpt-collapse-container .tab-title .notation {
    display: inline-block;
  }
  .cpt-collapse-container .wrapper-tags .this-stay-offers {
    flex: 0 0 50%;
  }
  .cpt-collapse-container .wrapper-tags .this-stay-offers:before {
    position: absolute;
    top: 50px;
    left: 0;
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 62px);
    background-color: #f1f1f1;
  }
  .cpt-collapse-container .filter-note-member .label-available-note {
    margin-right: 50px;
  }
  .cpt-collapse-container .list-member-note .cpt-member-note {
    width: 47.5%;
    margin: 1.1%;
  }
  .cpt-collapse-container .popin-note-by-member {
    display: flex;
  }
  .cpt-collapse-container .popin-note-by-member .popin-content {
    margin: auto;
  }
  .cpt-collapse-container .popin-note-by-member .cpt-liste-notes {
    padding: 0;
  }
}

/**
 * PACKAGE PRODUCT
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-package-product .package-product-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cpt-package-product .breadcrumb-product {
  color: #717171;
}

.cpt-package-product .breadcrumb-product a {
  font-size: 14px;
  color: #717171;
}

.cpt-package-product .value-ref {
  font-size: 14px;
  color: #b7b7b7;
}

.cpt-package-product .package-title-wrap {
  display: flex;
  flex-direction: column;
}

.cpt-package-product .package-title-wrap .package-title {
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  font-size: 22px;
  color: #199bd7;
  line-height: 26px;
  margin-block-end: 10px;
  display: inline;
}

.cpt-package-product .package-title-wrap .under-title {
  margin-block-end: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cpt-package-product .package-title-wrap .under-title .tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.cpt-package-product .package-title-wrap .under-title .tools .tool-map {
  border: 1px solid #b7b7b7;
  font-family: "Montserrat-Medium", Arial, sans-serif;
  padding: 6px 10px;
  border-radius: 30px;
  transition: all .2s ease-in-out;
}

.cpt-package-product .package-title-wrap .under-title .tools .tool-map .anchor-link {
  font-size: 16px;
  color: #545454;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}

.cpt-package-product .package-title-wrap .under-title .tools .tool-map .elem-ff-icon, .cpt-package-product .package-title-wrap .under-title .tools .tool-map .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-package-product .package-title-wrap .under-title .tools .tool-map .chosen-search {
  font-size: 14px;
  color: #545454;
}

.cpt-package-product .package-title-wrap .under-title .tools .tool-map:hover {
  border: 1px solid #545454;
  background: #545454;
  color: #fff;
  cursor: pointer;
}

.cpt-package-product .package-title-wrap .under-title .tools .tool-map:hover .anchor-link,
.cpt-package-product .package-title-wrap .under-title .tools .tool-map:hover .elem-ff-icon,
.cpt-package-product .package-title-wrap .under-title .tools .tool-map:hover .elem-select-choosen .chosen-drop .chosen-search,
.elem-select-choosen .chosen-drop .cpt-package-product .package-title-wrap .under-title .tools .tool-map:hover .chosen-search {
  color: #fff;
}

.cpt-package-product .package-title-wrap .under-title .tools .tool-share .icon-border {
  border: 1px solid #b7b7b7;
  transition: all .2s ease-in-out;
}

.cpt-package-product .package-title-wrap .under-title .tools .tool-share .elem-ff-icon, .cpt-package-product .package-title-wrap .under-title .tools .tool-share .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-package-product .package-title-wrap .under-title .tools .tool-share .chosen-search {
  font-size: 14px;
  color: #545454;
  transition: all .2s ease-in-out;
}

.cpt-package-product .package-title-wrap .under-title .tools .tool-share:hover .icon-border {
  border: 1px solid #545454;
  background: #545454;
}

.cpt-package-product .package-title-wrap .under-title .tools .tool-share:hover .elem-ff-icon, .cpt-package-product .package-title-wrap .under-title .tools .tool-share:hover .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-package-product .package-title-wrap .under-title .tools .tool-share:hover .chosen-search {
  color: #fff;
}

.cpt-package-product .package-slider-container {
  position: relative;
}

.cpt-package-product .package-slider-container .price-reduction {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
}

.cpt-package-product .package-slider-container .package-slider {
  border-radius: 15px;
}

.cpt-package-product .package-slider-container .package-slider .elem-image-wrap {
  block-size: 256px;
}

.cpt-package-product .package-slider-container .package-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 49px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cpt-package-product .package-slider-container .package-slider .slick-arrow:before {
  content: ">";
  font-family: "Icon havas";
  font-size: 14px;
  color: #fff;
  opacity: 1;
  position: relative;
}

.cpt-package-product .package-slider-container .package-slider .slick-prev {
  inset-inline-start: 10px;
}

.cpt-package-product .package-slider-container .package-slider .slick-prev:before {
  inset-inline-start: -1px;
  transform: rotate(180deg);
}

.cpt-package-product .package-slider-container .package-slider .slick-next {
  inset-inline-end: 10px;
}

.cpt-package-product .package-slider-container .package-slider .slick-next:before {
  inset-inline-start: 1px;
}

.page-package .cpt-package-product .package-slider-container .package-slider {
  block-size: 256px;
  overflow: hidden;
}

.package-slider-fullscreen .cpt-package-product .package-slider-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(2px);
  z-index: 9999;
}

.package-slider-fullscreen .cpt-package-product .package-slider {
  block-size: auto;
  position: static;
  overflow: visible;
  box-shadow: none;
}

.package-slider-fullscreen .cpt-package-product .package-slider .elem-image-wrap {
  width: auto;
  height: 450px;
  text-align: center;
}

.package-slider-fullscreen .cpt-package-product .package-slider .elem-image-wrap img {
  width: auto;
  height: 450px;
  border: 8px solid #fff;
  max-inline-size: 100%;
  max-block-size: 100%;
  border-radius: 15px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.package-slider-fullscreen .cpt-package-product .package-slider .slick-list {
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  min-block-size: inherit;
  max-block-size: inherit;
  min-height: inherit;
  max-height: inherit;
  border: 0 none;
  position: absolute;
  inset-block-start: 50%;
}

.package-slider-fullscreen .cpt-package-product .package-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  background-color: #199bd7;
  border-radius: 50px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.package-slider-fullscreen .cpt-package-product .package-slider .slick-arrow:before {
  content: ">";
  font-family: "Icon havas";
  font-size: 18px;
  color: #fff;
  opacity: 1;
  position: relative;
}

.package-slider-fullscreen .cpt-package-product .package-slider .slick-arrow:hover {
  inset-block-start: 49.5%;
}

.package-slider-fullscreen .cpt-package-product .package-slider .slick-prev {
  inset-inline-start: 16%;
}

.package-slider-fullscreen .cpt-package-product .package-slider .slick-next {
  inset-inline-end: 16%;
}

.package-slider-fullscreen .cpt-package-product .package-slider .slick-dots {
  position: absolute;
  top: 735px;
  left: 50%;
  transform: translateX(-50%);
}

.package-slider-fullscreen .cpt-package-product .package-slider .slick-dots li button:before {
  font-size: 14px;
  color: #fff;
  opacity: 1;
}

.package-slider-fullscreen .cpt-package-product .package-slider .slick-dots li.slick-active button:before {
  color: #199bd7;
}

.package-slider-fullscreen .cpt-package-product .price-reduction {
  display: none;
}

.cpt-package-product .travel-notation {
  margin-block-end: 20px;
  display: none;
}

.cpt-package-product .travel-notation .label {
  font-size: 14px;
  color: #2a3436;
  margin-inline-end: 10px;
}

.cpt-package-product .travel-notation .view {
  font-size: 16px;
  color: #333;
  margin-inline-start: 10px;
}

.cpt-package-product .to-label {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  color: #fff;
}

.cpt-package-product .boat-product {
  margin-block-start: 30px;
}

.flash-sales-product .cpt-package-product .package-title {
  color: #F2115D;
}

body.package-slider-fullscreen {
  overflow: hidden;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-package-product .package-title {
    font-size: 28px;
    line-height: 36px;
  }
  .cpt-package-product .package-title .cpt-stars {
    inset-block-start: -12px;
  }
  .cpt-package-product .travel-notation .view {
    margin-inline-start: 25px;
  }
  .cpt-package-product .package-slider-container .package-slider .elem-image-wrap {
    block-size: 400px;
  }
  .page-package .cpt-package-product .package-slider-container .package-slider {
    block-size: 400px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-package-product .breadcrumb-product {
    margin-block-start: 10px;
  }
  .cpt-package-product .breadcrumb-product a {
    font-size: 16px;
  }
  .cpt-package-product .value-ref {
    position: absolute;
    top: 6px;
    right: -29%;
    margin-inline-end: 20px;
    z-index: 2;
  }
  .cpt-package-product .tool-share {
    position: absolute;
    top: 0;
    right: -31.5%;
    z-index: 2;
  }
  .cpt-package-product .to-label {
    position: absolute;
    top: 35px;
    right: -31.5%;
  }
  .cpt-package-product .package-title-wrap .package-title {
    font-size: 36px;
    line-height: 40px;
    margin: 10px 0;
  }
  .cpt-package-product .package-slider-container .tool-map {
    position: absolute;
    bottom: 15px;
    left: 15px;
    border: 1px solid transparent;
    background-color: rgba(51, 51, 51, 0.4);
    font-family: "Montserrat-Medium", Arial, sans-serif;
    padding: 8px 12px;
    border-radius: 30px;
    transition: all .2s ease-in-out;
    z-index: 2;
  }
  .cpt-package-product .package-slider-container .tool-map .anchor-link {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }
  .cpt-package-product .package-slider-container .tool-map .elem-ff-icon, .cpt-package-product .package-slider-container .tool-map .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-package-product .package-slider-container .tool-map .chosen-search {
    font-size: 14px;
    color: #fff;
  }
  .cpt-package-product .package-slider-container .tool-map:hover {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
  }
  .cpt-package-product .package-slider-container .tool-map:hover .anchor-link,
  .cpt-package-product .package-slider-container .tool-map:hover .elem-ff-icon,
  .cpt-package-product .package-slider-container .tool-map:hover .elem-select-choosen .chosen-drop .chosen-search,
  .elem-select-choosen .chosen-drop .cpt-package-product .package-slider-container .tool-map:hover .chosen-search {
    color: #fff;
  }
  .cpt-package-product .package-slider-container .package-slider-switch .trigger-slider-full {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32.5%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
    padding: 10px;
    border-radius: 0 0 15px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .cpt-package-product .package-slider-container .package-slider-switch .trigger-slider-full .elem-ff-icon, .cpt-package-product .package-slider-container .package-slider-switch .trigger-slider-full .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-package-product .package-slider-container .package-slider-switch .trigger-slider-full .chosen-search {
    font-size: 24px;
  }
  .cpt-package-product .package-slider-container .package-slider-switch .trigger-slider-full:hover {
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .2s ease-in-out;
  }
  .cpt-package-product .package-slider-container .diaporama-mosaic {
    width: 100%;
    height: 425px;
  }
  .cpt-package-product .package-slider-container .diaporama-mosaic .elem-image-wrap {
    block-size: 100%;
  }
  .cpt-package-product .package-slider-container .diaporama-mosaic .elem-image-wrap img {
    background-color: transparent;
  }
  .cpt-package-product .package-slider-container .diaporama-mosaic .main-img {
    width: 67%;
    height: 100%;
    border-radius: 15px 0 0 15px;
  }
  .cpt-package-product .package-slider-container .diaporama-mosaic .main-img img {
    border-radius: 15px 0 0 15px;
  }
  .cpt-package-product .package-slider-container .diaporama-mosaic .other-img {
    width: 33%;
    height: 100%;
    margin-inline-start: 15px;
  }
  .cpt-package-product .package-slider-container .diaporama-mosaic .other-img .second-img {
    block-size: calc(50% - 15px);
    margin-block-end: 15px;
    border-radius: 0 15px 0 0;
  }
  .cpt-package-product .package-slider-container .diaporama-mosaic .other-img .second-img img {
    border-radius: 0 15px 0 0;
  }
  .cpt-package-product .package-slider-container .diaporama-mosaic .other-img .third-img {
    block-size: 50%;
    border-radius: 0 0 15px 0;
  }
  .cpt-package-product .package-slider-container .diaporama-mosaic .other-img .third-img img {
    border-radius: 0 0 15px 0;
  }
  .cpt-package-product .package-slider-container .diaporama-mosaic .other-img .third-img .elem-button--secondary {
    width: 100%;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(84, 84, 84, 0.7);
    font-weight: 700;
    font-size: 14px;
    line-height: 0;
    padding: 10px !important;
    border: none;
  }
  .cpt-package-product .package-slider-container .diaporama-mosaic .other-img .third-img .elem-button--secondary .elem-icon-wrap {
    display: none;
  }
  .package-slider-fullscreen .cpt-package-product .cpt-flash-sales-counter {
    display: none;
  }
  .package-slider-fullscreen .cpt-package-product .package-title {
    /*@include position(relative, 0 null null 50%);
        @include size(100%,150px);
        color: $orxapi-white; max-inline-size: 595px; transform: translateX(-23%); z-index: 99999; display: flex; justify-content: center; align-items: flex-end;*/
    display: none;
  }
  .package-slider-fullscreen .cpt-package-product .slick-dots {
    display: none !important;
  }
  .package-slider-fullscreen .cpt-package-product .package-slider-switch {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
  }
  .package-slider-fullscreen .cpt-package-product .package-slider-switch .trigger-slider-full {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: inherit;
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    padding: 4px 10px;
  }
  .package-slider-fullscreen .cpt-package-product .package-slider-switch .trigger-slider-full .elem-ff-icon, .package-slider-fullscreen .cpt-package-product .package-slider-switch .trigger-slider-full .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .package-slider-fullscreen .cpt-package-product .package-slider-switch .trigger-slider-full .chosen-search {
    font-size: 12px;
  }
  .package-slider-fullscreen .cpt-package-product .package-slider-switch .trigger-slider-full .elem-ff-icon:before, .package-slider-fullscreen .cpt-package-product .package-slider-switch .trigger-slider-full .elem-select-choosen .chosen-drop .chosen-search:before, .elem-select-choosen .chosen-drop .package-slider-fullscreen .cpt-package-product .package-slider-switch .trigger-slider-full .chosen-search:before {
    content: "x";
  }
  .package-slider-fullscreen .cpt-package-product .package-slider-switch .trigger-slider-full .label {
    display: none;
  }
  .package-slider-fullscreen .cpt-package-product .package-slider-switch:hover .trigger-slider-full {
    background-color: #199bd7;
  }
}

/**
 * PACKAGE INFORMATION
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-package-information {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  margin-block-start: 0;
  z-index: 10;
}

.cpt-package-information:after {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
  content: "";
}

.cpt-package-information .package-price {
  border-inline-end: 1px solid #f1f1f1;
  padding: 15px 15px 15px 30px;
}

.cpt-package-information .package-price .elem-price-wrap {
  text-align: left;
}

.cpt-package-information .package-price .elem-price-wrap .price {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cpt-package-information .package-infos-wrap {
  padding: 15px 30px 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}

.cpt-package-information .package-time,
.cpt-package-information .package-pension,
.cpt-package-information .package-departure-city {
  inline-size: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}

.cpt-package-information .package-time:before,
.cpt-package-information .package-pension:before,
.cpt-package-information .package-departure-city:before {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: "";
  inline-size: 100%;
  border-bottom: 1px solid #ddd;
  display: block;
  z-index: 0;
}

.cpt-package-information .package-time .label,
.cpt-package-information .package-time .data,
.cpt-package-information .package-pension .label,
.cpt-package-information .package-pension .data,
.cpt-package-information .package-departure-city .label,
.cpt-package-information .package-departure-city .data {
  background: #fff;
  font-size: 12px;
  color: #545454;
  white-space: nowrap;
  z-index: 1;
}

.cpt-package-information .package-time .label,
.cpt-package-information .package-pension .label,
.cpt-package-information .package-departure-city .label {
  padding-inline-end: 5px;
}

.cpt-package-information .package-time .data,
.cpt-package-information .package-pension .data,
.cpt-package-information .package-departure-city .data {
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  padding-inline-start: 5px;
}

.cpt-package-information .elem-button--primary-alt {
  inline-size: 100%;
  letter-spacing: -1px;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  border-radius: 0;
}

.flash-sales-product .cpt-package-information .final-price {
  color: #F2115D;
}

.flash-sales-product .cpt-package-information .elem-price-wrap .price {
  color: #F2115D;
}

.flash-sales-product .cpt-package-information .elem-price-wrap .price .price-mention {
  color: #F2115D;
}

.flash-sales-product .cpt-package-information .elem-button--primary {
  background-color: #F2115D;
}

.flash-sales-product .cpt-package-information .elem-button--primary:hover {
  background-color: #F2115D;
  border-color: #F2115D;
  color: #fff;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-package-information {
    width: auto;
    height: auto;
    margin-block: 47px 20px;
    border-radius: 15px;
    position: static;
  }
  .cpt-package-information .container-mobile {
    border-radius: 15px;
  }
  .cpt-package-information .row {
    margin: 0;
  }
  .cpt-package-information .sidebar-title {
    background-color: #f1f1f1;
    font-family: "Montserrat-Medium", Arial, sans-serif;
    font-size: 16px;
    color: #9ea0a6;
    text-transform: uppercase;
    white-space: nowrap;
    border-block-end: 1px solid #eee;
    border-radius: 15px 15px 0 0;
    padding-block: 10px;
    justify-content: center;
    align-items: center;
  }
  .cpt-package-information .package-price {
    padding: 10px;
    padding-block-end: 0;
    border: none;
  }
  .cpt-package-information .package-price .elem-price-wrap .from {
    font-size: 14px;
  }
  .cpt-package-information .package-price .elem-price-wrap .price .price-mention {
    margin-block-end: 10px;
  }
  .cpt-package-information .package-price .elem-price-wrap .price .brochure-price {
    margin-block: 0 4px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
  }
  .cpt-package-information .package-price .elem-price-wrap .price .brochure-price .label {
    background-color: #fff;
    padding-inline-end: 12px;
    z-index: 1;
  }
  .cpt-package-information .package-price .elem-price-wrap .price .brochure-price .label:after {
    position: absolute;
    bottom: 0;
    left: 62px;
    content: ":";
    font-size: 12px;
    color: #545454;
    margin-inline: 2px;
  }
  .cpt-package-information .package-price .elem-price-wrap .price .brochure-price .line-through {
    background-color: #fff;
    font-family: "Montserrat-SemiBold", Arial, sans-serif;
    padding-block-start: 5px;
    padding-inline-start: 5px;
    z-index: 1;
  }
  .cpt-package-information .package-price .elem-price-wrap .price .brochure-price:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    inline-size: 100%;
    border-block-end: 1px solid #ddd;
    display: block;
    z-index: 0;
  }
  .cpt-package-information .package-price .price-reduction {
    display: none;
  }
  .cpt-package-information .package-infos-wrap {
    padding-inline: 10px;
    padding-block: 0 5px;
  }
  .cpt-package-information .elem-button--primary-alt {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    font-size: 22px;
    margin: 10px;
    padding: 6px 12px;
    border-radius: 15px;
  }
  .cpt-package-information .elem-button--primary-alt.loader-active:before {
    border-radius: 15px;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-package-information .package-price {
    padding-block-start: 20px;
  }
  .cpt-package-information .package-price,
  .cpt-package-information .package-infos-wrap {
    padding-inline: 20px;
  }
  .cpt-package-information .elem-button--primary-alt {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px;
  }
}

/**
 * SIDEBAR LINK
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-sidebar-link .link {
  color: #199bd7;
  font-size: 20px;
  font-weight: 300;
  display: block;
  padding: 30px;
}

.cpt-sidebar-link .link .label {
  border-bottom: 1px solid #199bd7;
}

.cpt-sidebar-link .link .icon-filters {
  color: #199bd7;
  font-size: 22px;
  margin-right: 10px;
  top: 4px;
  position: relative;
  transform: rotate(90deg);
  display: inline-block;
}

/**
 * AIRLINE
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-airline {
  background-color: #fff;
  position: relative;
}

.cpt-airline .elem-image-wrap {
  margin-bottom: 20px;
  height: 200px;
}

.cpt-airline .airline-details .name {
  font-size: 22px;
  font-weight: 300;
  color: #333;
  letter-spacing: -1px;
  margin-bottom: 5px;
  height: 60px;
  overflow: hidden;
}

.cpt-airline .airline-details .destination {
  height: 20px;
  overflow: hidden;
}

.cpt-airline .airline-details .destination .country,
.cpt-airline .airline-details .destination .city {
  font-size: 14px;
  color: #000;
  letter-spacing: -1px;
}

.cpt-airline .airline-details .destination .city:before {
  content: ">";
  font-size: 12px;
  font-family: "Icon havas";
  margin: 0 5px;
  display: inline-block;
}

.cpt-airline .airline-details .price-wrap .elem-price-wrap {
  text-align: left;
  margin: 10px 0;
}

.cpt-airline .airline-details .departure-city {
  position: absolute;
  top: 375px;
  left: 30px;
  max-height: 45px;
  overflow: hidden;
}

.cpt-airline .airline-details .departure-city .label {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.cpt-airline .airline-details .departure-city .city {
  font-size: 12px;
  text-transform: uppercase;
}

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

/**
 * POPIN AIRLINE
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-popin-airline {
  position: fixed;
  top: 10%;
  right: 3%;
  bottom: 0;
  left: 3%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  z-index: 9999;
}

.cpt-popin-airline .popin-content {
  background-color: #fff;
  min-width: 80%;
  min-height: 80%;
  margin: auto;
}

.cpt-popin-airline .close-wrap .popin-close {
  background-color: #199bd7;
  padding: 10px;
  cursor: pointer;
  text-align: right;
}

.cpt-popin-airline .close-wrap .popin-close .elem-ff-icon, .cpt-popin-airline .close-wrap .popin-close .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-popin-airline .close-wrap .popin-close .chosen-search {
  color: #fff;
}

.cpt-popin-airline .popin-main {
  padding: 0 15px 15px;
}

.cpt-popin-airline .popin-main .departure-wrap,
.cpt-popin-airline .popin-main .pax-wrap {
  margin-bottom: 30px;
  position: relative;
}

.cpt-popin-airline .popin-main .criterion-label {
  font-size: 16px;
  color: #199bd7;
  margin-bottom: 5px;
}

.cpt-popin-airline .popin-main .autocomplete-input {
  width: 250px;
  height: 30px;
}

.cpt-popin-airline .popin-main .autocomplete-input,
.cpt-popin-airline .popin-main .criterion-value {
  font-size: 18px;
  color: #888;
}

.cpt-popin-airline .popin-main .autocomplete-suggestions {
  position: absolute;
  top: 125%;
  left: 0;
  background-color: #fff;
  color: #222;
  min-width: 250px;
  max-width: 100%;
  padding: 10px;
}

.cpt-popin-airline .popin-main .autocomplete-suggestions:before, .cpt-popin-airline .popin-main .autocomplete-suggestions: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-popin-airline .popin-main .autocomplete-suggestions:after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #eee;
  border-width: 0 12px 12px;
  left: 48px;
  z-index: -1;
}

.cpt-popin-airline .popin-main .fields-vol1-date {
  position: relative;
}

.cpt-popin-airline .popin-main .fields-vol1-date .criterion-value {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 30px;
  width: 250px;
}

.cpt-popin-airline .popin-main .fields-vol1-date .cpt-criterion-popin, .cpt-popin-airline .popin-main .fields-vol1-date .elem-select-choosen .chosen-drop, .elem-select-choosen .cpt-popin-airline .popin-main .fields-vol1-date .chosen-drop {
  top: 76%;
  left: 0;
  width: inherit !important;
}

.cpt-popin-airline .popin-main .pax-wrap .criterion-value {
  width: 90%;
  position: relative;
}

.cpt-popin-airline .popin-main .pax-wrap .criterion-value .elem-ff-icon, .cpt-popin-airline .popin-main .pax-wrap .criterion-value .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-popin-airline .popin-main .pax-wrap .criterion-value .chosen-search {
  position: absolute;
  top: 5px;
  left: 235px;
}

.cpt-popin-airline .popin-main .pax-wrap .cpt-criterion-popin, .cpt-popin-airline .popin-main .pax-wrap .elem-select-choosen .chosen-drop, .elem-select-choosen .cpt-popin-airline .popin-main .pax-wrap .chosen-drop {
  position: absolute;
  top: 125%;
  left: 0;
  width: auto;
}

.cpt-popin-airline .popin-main .pax-wrap .cpt-criterion-popin .incremental-label, .cpt-popin-airline .popin-main .pax-wrap .elem-select-choosen .chosen-drop .incremental-label, .elem-select-choosen .cpt-popin-airline .popin-main .pax-wrap .chosen-drop .incremental-label {
  min-width: 150px;
}

.cpt-popin-airline .popin-main .elem-button--primary {
  margin: 10px auto;
  display: block;
}

/**
 * New password form
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-new-password-form .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;
}

.cpt-new-password-form .errors-messages .msg-row {
  margin: 5px 0;
}

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

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

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

/**
 * DIAPORAMA SWIPER
 *
 * $type component
 */
/**
 * SWIPER
 *
 * @type vendor
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-swiper {
  position: relative;
}

.cpt-swiper .swiper-button-prev,
.cpt-swiper .swiper-button-next {
  width: 32px;
  height: 32px;
  background: #199bd7;
  border-radius: 100%;
  transform: translateY(5px);
}

.cpt-swiper .swiper-button-prev .elem-ff-icon, .cpt-swiper .swiper-button-prev .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-swiper .swiper-button-prev .chosen-search,
.cpt-swiper .swiper-button-next .elem-ff-icon,
.cpt-swiper .swiper-button-next .elem-select-choosen .chosen-drop .chosen-search,
.elem-select-choosen .chosen-drop .cpt-swiper .swiper-button-next .chosen-search {
  font-family: "Icon havas";
  font-size: 18px;
  color: #fff;
  margin-left: 2px;
}

.cpt-swiper .swiper-button-prev:before, .cpt-swiper .swiper-button-prev:after,
.cpt-swiper .swiper-button-next:before,
.cpt-swiper .swiper-button-next:after {
  display: none;
}

.cpt-swiper .swiper-button-prev.swiper-button-disabled,
.cpt-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.cpt-swiper .swiper-button-prev {
  left: 0;
  transform: rotate(-180deg);
}

.cpt-swiper .swiper-button-next {
  right: 0;
}

.cpt-swiper .swiper-pagination {
  padding-block-start: 15px;
  bottom: inherit;
  line-height: 0;
}

.cpt-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ccc;
}

.cpt-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #199bd7;
}

/**
 * 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 {
  /* - */
}

/**
 * searchEngineFlight
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-search-engine-flight .vol-head-title {
  background-color: #ccc !important;
  line-height: 30px;
  min-height: 30px !important;
}

.cpt-search-engine-flight .vol-head-title {
  display: block;
}

.cpt-search-engine-flight .label-ticket-type-selected {
  display: none;
}

.cpt-search-engine-flight .fields-room-number {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cpt-search-engine-flight .fields-room-number .elem-incremental-field.room-number .incremental-label {
  display: inline-block;
  margin-right: 10px;
}

.cpt-search-engine-flight .fields-room-number .elem-incremental-field.room-number .incremental-controller {
  display: inline-flex;
}

.cpt-search-engine-flight .misterfly .c-search {
  max-width: inherit;
  width: 100%;
  top: 6px;
  position: relative;
  z-index: 1;
}

.cpt-search-engine-flight .misterfly .c-pop .c-resp-title,
.cpt-search-engine-flight .misterfly .c-pop .c-title,
.cpt-search-engine-flight .misterfly .c-ul-tick li.c-on,
.cpt-search-engine-flight .misterfly .c-ul-tick li:hover,
.cpt-search-engine-flight .misterfly .c-cal .c-range em,
.cpt-search-engine-flight .misterfly .c-search-multi .c-segment .c-field,
.cpt-search-engine-flight .misterfly .c-search-multi #i-add-flight .c-field,
.cpt-search-engine-flight .misterfly .c-pop.c-pop-autoc ul li p.c-b {
  color: #009cde !important;
}

.cpt-search-engine-flight .misterfly .c-search .c-title .c-select,
.cpt-search-engine-flight .misterfly .c-field input:focus ~ label,
.cpt-search-engine-flight .misterfly .c-field.c-on label,
.cpt-search-engine-flight .misterfly .c-field .c-captcha:focus,
.cpt-search-engine-flight .misterfly .c-field select:focus,
.cpt-search-engine-flight .misterfly .c-field-select:focus,
.cpt-search-engine-flight .misterfly .c-field-text:focus,
.cpt-search-engine-flight .misterfly .c-field.c-on .c-field-select,
.cpt-search-engine-flight .misterfly .c-btnx, .cpt-search-engine-flight .misterfly .c-cal tbody td:hover em,
.cpt-search-engine-flight .misterfly .c-cal .c-on em,
.cpt-search-engine-flight .misterfly .c-pop.c-pop-autoc ul li.c-on em,
.cpt-search-engine-flight .misterfly .c-pop.c-pop-autoc ul li:hover em {
  background-color: #009cde !important;
}

.cpt-search-engine-flight .misterfly .c-field input:focus ~ label,
.cpt-search-engine-flight .misterfly .c-field.c-on label,
.cpt-search-engine-flight .misterfly .c-search .c-field.c-on .c-input,
.cpt-search-engine-flight .misterfly .c-cal tbody td:hover em,
.cpt-search-engine-flight .misterfly .c-cal .c-range em,
.cpt-search-engine-flight .misterfly .c-cal .c-on em,
.cpt-search-engine-flight .misterfly .c-field .c-captcha:focus,
.cpt-search-engine-flight .misterfly .c-field input:focus,
.cpt-search-engine-flight .misterfly .c-field select:focus,
.cpt-search-engine-flight .misterfly .c-field-select:focus,
.cpt-search-engine-flight .misterfly .c-field-text:focus,
.cpt-search-engine-flight .misterfly .c-field.c-on .c-field-select,
.cpt-search-engine-flight .misterfly .c-field.c-on input {
  border-color: #009cde !important;
}

.cpt-search-engine-flight .misterfly .c-search .c-title .c-select {
  border: 1px solid #009cde !important;
}

.cpt-search-engine-flight .misterfly .c-pop .c-resp-title,
.cpt-search-engine-flight .misterfly .c-pop .c-title {
  border-bottom: 1px solid #009cde !important;
}

.cpt-search-engine-flight .misterfly .c-cal thead td {
  color: #ffb435 !important;
}

.cpt-search-engine-flight.round-trip .fields-vol2-departure-city,
.cpt-search-engine-flight.round-trip .fields-vol2-arrival-city,
.cpt-search-engine-flight.round-trip .fields-vol2-date,
.cpt-search-engine-flight.round-trip .label-ticket-type-selected,
.cpt-search-engine-flight.round-trip .vol-head-title, .cpt-search-engine-flight.one-way-ticket .fields-vol2-departure-city,
.cpt-search-engine-flight.one-way-ticket .fields-vol2-arrival-city,
.cpt-search-engine-flight.one-way-ticket .fields-vol2-date,
.cpt-search-engine-flight.one-way-ticket .label-ticket-type-selected,
.cpt-search-engine-flight.one-way-ticket .vol-head-title {
  display: none;
}

.cpt-search-engine-flight.one-way-ticket .fields-return-date {
  display: none;
}

.cpt-search-engine-flight.multi-selection .fields-return-date {
  display: none;
}

.cpt-search-engine-flight .cpt-search-autocomplete input {
  border-bottom: 0 none;
  line-height: 20px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .cpt-search-engine-flight .misterfly .c-search {
    top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-search-engine-flight .misterfly .c-search {
    top: -30px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-search-engine-flight [class*="groupe-radios-"] {
    border-right: none !important;
  }
  .cpt-search-engine-flight .misterfly .c-search {
    margin: auto 15px;
    top: 0;
  }
  .cpt-search-engine-flight .vol-head-title {
    display: none;
  }
  .cpt-search-engine-flight .label-ticket-type-selected {
    display: block;
  }
  .cpt-search-engine-flight .fields-radios-flight-ticket-type {
    order: 6;
  }
  .cpt-search-engine-flight .fields-radios-class-type {
    order: 10;
  }
  .cpt-search-engine-flight .fields-custom-type {
    order: 11;
  }
  .cpt-search-engine-flight .fields-vol1-departure-city {
    order: 2;
  }
  .cpt-search-engine-flight .fields-vol1-arrival-city {
    order: 3;
  }
  .cpt-search-engine-flight .fields-vol1-date,
  .cpt-search-engine-flight .fields-return-date {
    order: 4;
  }
  .cpt-search-engine-flight .fields-vol2-departure-city {
    order: 7;
  }
  .cpt-search-engine-flight .fields-vol2-arrival-city {
    order: 8;
  }
  .cpt-search-engine-flight .fields-vol2-date {
    order: 9;
  }
  .cpt-search-engine-flight .fields-traveler-number {
    padding-top: 0;
    padding-bottom: 0;
    order: 5;
  }
  .cpt-search-engine-flight.one-way-ticket .fields-traveler-number {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-search-engine-flight .misterfly .c-search {
    width: 1293px;
    margin: auto 15px;
    top: 0;
  }
}

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

/**
 * EDITO IMG
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-edito-img {
  position: relative;
  padding: 30px 0 0;
}

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

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

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

/**
 * 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 COUNTER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-sales-counter {
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  min-inline-size: 123px;
  padding: 4px 16px 4px 14px;
  border-radius: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(9px);
}

.cpt-sales-counter .ico-flash-sales {
  font-size: 29px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.cpt-sales-counter .counter-infos {
  margin-block-start: -2px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cpt-sales-counter .counter-infos .counter-text {
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cpt-sales-counter .counter-infos .counter-text .counter-text-hours,
.cpt-sales-counter .counter-infos .counter-text .counter-text-minutes {
  margin-inline-start: 5px;
}

.cpt-sales-counter .counter-infos .counter-time-line {
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}

.cpt-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: #fff;
  border-radius: 5px;
}

/**
 * BACKGROUND HEADER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-slider-header {
  max-block-size: 900px;
  block-size: 85vh;
  margin-block-end: 20px;
  position: relative;
}

.cpt-slider-header .inner-slider-header {
  position: absolute;
  top: inherit;
  bottom: 60px;
  left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.05);
  inline-size: calc(100% - 40px);
  border-radius: 20px;
  margin-inline-start: 0;
  padding: 20px 18px;
  transform: none;
  z-index: 2;
  pointer-events: none;
}

.cpt-slider-header .inner-slider-header:after {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(3px);
  display: flex;
  z-index: -1;
}

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

.cpt-slider-header .bg-header-image {
  display: block;
}

.cpt-slider-header .search-header {
  margin-block: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: all;
}

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

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

.cpt-slider-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-slider-header .cpt-sub-header-links {
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

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

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

.cpt-slider-header .cpt-sub-header-links {
  inset-block-end: 130px;
}

.cpt-slider-header .mod-block-html {
  display: none;
}

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

.cpt-slider-header.size-3 {
  block-size: 195px;
  max-block-size: none;
  margin-block-end: auto;
}

.cpt-slider-header.size-3 .inner-slider-header {
  bottom: 20px;
}

.cpt-slider-header.size-3 .search-header {
  margin-block: 0;
}

.cpt-slider-header.size-4 {
  block-size: 580px;
}

.cpt-slider-header.size-4 .inner-slider-header {
  background-color: transparent;
  border: 0 none;
}

.cpt-slider-header.size-4 .inner-slider-header:after {
  display: none;
}

.se-layout-panel-active .inner-slider-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-slider-header {
    margin-block-start: 56px;
  }
  .cpt-slider-header .cpt-sub-header-links {
    justify-content: center;
  }
  .cpt-slider-header.size-3 {
    block-size: 400px;
  }
  .cpt-slider-header.size-3 .search-header {
    margin-block: 15px 0;
  }
  .cpt-slider-header.size-4 {
    block-size: 480px;
  }
  .cpt-slider-header.size-4 .bg-header-image {
    block-size: 110%;
  }
  .cpt-slider-header.size-4 .search-header {
    margin-block: 15px 0;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-slider-header {
    block-size: 600px;
  }
  .cpt-slider-header .inner-slider-header {
    background: none;
    inset-block-start: 56px;
    inline-size: calc(960px - 30px);
    margin-inline-start: calc((960px - 30px) / 2 * -1);
    border-radius: 0;
    border: none;
    padding: 0;
    backdrop-filter: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 50%;
    bottom: 20px;
  }
  .cpt-slider-header .inner-slider-header:after {
    content: none;
  }
  .cpt-slider-header .inner-slider-header .cpt-sub-header-links {
    justify-content: left;
    inset-block-end: 0;
  }
  .cpt-slider-header .inner-slider-header .counter-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-block-end: 15px;
    block-size: 53px;
  }
  .cpt-slider-header .inner-slider-header .counter-wrapper .diaporama-navigation {
    display: flex;
    align-items: center;
    max-inline-size: 200px;
    gap: 12px;
    pointer-events: all;
  }
  .cpt-slider-header .inner-slider-header .counter-wrapper .diaporama-navigation .swiper-button-next, .cpt-slider-header .inner-slider-header .counter-wrapper .diaporama-navigation .swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 5px 5px 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: initial;
    margin-block-start: 0;
    line-height: 1.6;
    transition: all 0.2s ease-in-out;
  }
  .cpt-slider-header .inner-slider-header .counter-wrapper .diaporama-navigation .swiper-button-next:not(.disabled):hover, .cpt-slider-header .inner-slider-header .counter-wrapper .diaporama-navigation .swiper-button-prev:not(.disabled):hover {
    border: 1px solid #199bd7;
    background-color: #199bd7;
  }
  .cpt-slider-header .inner-slider-header .counter-wrapper .diaporama-navigation .swiper-button-next:after, .cpt-slider-header .inner-slider-header .counter-wrapper .diaporama-navigation .swiper-button-prev:after {
    content: none;
  }
  .cpt-slider-header .inner-slider-header .counter-wrapper .diaporama-navigation .swiper-button-next.disabled, .cpt-slider-header .inner-slider-header .counter-wrapper .diaporama-navigation .swiper-button-prev.disabled {
    opacity: .6;
    cursor: default;
  }
  .cpt-slider-header .inner-slider-header .counter-wrapper .diaporama-navigation .swiper-button-next .ico-arrow, .cpt-slider-header .inner-slider-header .counter-wrapper .diaporama-navigation .swiper-button-prev .ico-arrow {
    font-size: 18px;
    color: #fff;
    line-height: 2;
  }
  .cpt-slider-header .inner-slider-header .counter-wrapper .diaporama-navigation .swiper-button-prev {
    transform: rotate(-180deg);
  }
  .cpt-slider-header .links-and-button-wrap {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-block-end: 15px;
  }
  .cpt-slider-header .bg-header-image {
    display: block;
    block-size: 90vh;
  }
  .cpt-slider-header .header-swiper {
    max-block-size: 606px;
  }
  .cpt-slider-header .cpt-title-header {
    margin-block-end: 0;
    line-height: 1;
    flex: 1;
  }
  .cpt-slider-header .search-header {
    flex-direction: row;
  }
  .cpt-slider-header .cpt-sub-header-links {
    block-size: 51px;
    margin: 0;
    flex: 1;
    justify-content: flex-start;
    top: inherit;
    position: relative;
  }
  .cpt-slider-header .cpt-sub-header-links .links-item {
    position: relative;
  }
  .cpt-slider-header .cpt-sub-header-links .links-item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    background: #199bd7;
    display: block;
  }
  .cpt-slider-header .cpt-sub-header-links .links-item:hover:before {
    width: 100%;
    height: 2px;
    transition: all 0.3s ease;
  }
  .cpt-slider-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-slider-header .diaporama-navigation .swiper-button-next,
  .cpt-slider-header .diaporama-navigation .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: 1px solid #fff;
  }
  .cpt-slider-header .header-swiper .swiper-pagination {
    bottom: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cpt-slider-header .header-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
  }
  .cpt-slider-header .header-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 1px solid #fff;
  }
  .cpt-slider-header .header-swiper img {
    object-fit: cover;
    inline-size: 100%;
    block-size: 606px;
  }
  .cpt-slider-header.size-3 {
    block-size: 400px;
  }
  .cpt-slider-header.size-3 .links-and-button-wrap {
    margin-block-end: 0;
  }
  .cpt-slider-header.size-3 .inner-slider-header {
    bottom: 115px;
  }
  .page-landing.page-home .cpt-slider-header .bg-header-image {
    block-size: 90vh;
  }
  .page-landing .cpt-slider-header .bg-header-image {
    block-size: 400px;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-slider-header .inner-slider-header {
    inline-size: calc(1324px - 30px);
    margin-inline-start: calc((1324px - 30px) / 2 * -1);
  }
  .cpt-slider-header .inner-slider-header:after {
    content: none;
  }
  .cpt-slider-header:after {
    display: none;
  }
  .page-home .cpt-slider-header .cpt-slider-header .inner-slider-header {
    inset-block-start: calc(58% - 25px);
  }
}

/**
 * EDITO LINKS
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-edito-links {
  text-align: left;
  padding-bottom: 70px;
  position: relative;
}

.mod-edito-links .title {
  font-size: 30px;
  font-weight: 300;
  margin: 40px 0;
}

.mod-edito-links .link {
  color: #2a3436;
  margin: 0 0 20px;
  padding-right: 14px;
  display: block;
  position: relative;
}

.mod-edito-links .link:hover {
  color: #199bd7;
}

.mod-edito-links .link:after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #000;
  border-width: 5px 0 5px 6px;
  position: absolute;
  top: 8px;
  right: 0;
  content: "";
}

/**
 * EDITO SEO
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-edito-seo {
  padding: 35px 0;
  position: relative;
}

.mod-edito-seo .d-flex {
  flex-direction: column;
}

.mod-edito-seo .title {
  color: #199bd7;
  font-size: 24px;
}

.mod-edito-seo .elem-edito {
  flex: 1;
}

.mod-edito-seo .edito-txt {
  color: #777;
  line-height: 22px;
}

.mod-edito-seo .edito-txt .link-style {
  color: #199bd7;
}

.mod-edito-seo .elem-image-wrap {
  min-width: 250px;
  max-width: 250px;
  min-height: 250px;
  max-height: 250px;
  margin: 0 auto;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-edito-seo .d-flex {
    flex-direction: row;
  }
  .mod-edito-seo .elem-image-wrap {
    margin: 0 0 0 20px;
  }
}

/**
 * MAP AGENCY
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-map-agency {
  position: relative;
  margin: 0 0 30px;
}

.mod-map-agency .is-loading {
  height: 40px;
}

.mod-map-agency .container {
  position: relative;
  padding: 0;
}

.mod-map-agency .map {
  height: 400px;
}

.mod-map-agency .overlay-map-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24%;
  z-index: 9;
  background: white;
  background: -webkit-linear-gradient(top, white 1%, white 21%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 1%, white 21%, rgba(255, 255, 255, 0) 100%);
}

.mod-map-agency .overlay-map-right {
  display: none;
}

.mod-map-agency .overlay-map-bottom {
  display: none;
}

.mod-map-agency .overlay-map-left {
  display: none;
}

.mod-map-agency .title {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  font-size: 26px;
  font-weight: 300;
  padding: 0 20px;
}

.mod-map-agency .title strong {
  display: block;
  color: #199bd7;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  top: 0;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .mod-map-agency {
    margin: 50px 0 0;
  }
  .mod-map-agency .map {
    height: 410px;
  }
  .mod-map-agency .overlay-map-top {
    width: 100%;
    height: 40%;
  }
  .mod-map-agency .overlay-map-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 78%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 78%, white 100%);
    display: block;
    z-index: 9;
  }
  .mod-map-agency .overlay-map-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
    background: white;
    background: -webkit-linear-gradient(left, white 1%, white 21%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 1%, white 21%, rgba(255, 255, 255, 0) 100%);
    display: block;
    z-index: 9;
  }
  .mod-map-agency .overlay-map-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 97%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 97%, white 100%);
    display: block;
    z-index: 9;
  }
}

@media only screen and (min-width: 768px) {
  .mod-map-agency .map {
    height: 485px;
  }
  .mod-map-agency .overlay-map-top {
    width: 100%;
    height: 40%;
  }
  .mod-map-agency .overlay-map-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 78%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 78%, white 100%);
    display: block;
    z-index: 9;
  }
  .mod-map-agency .overlay-map-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
    background: white;
    background: -webkit-linear-gradient(left, white 1%, white 21%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 1%, white 21%, rgba(255, 255, 255, 0) 100%);
    display: block;
    z-index: 9;
  }
  .mod-map-agency .overlay-map-bottom {
    position: absolute;
    bottom: 306px;
    left: 0;
    width: 100%;
    height: 35%;
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 97%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 97%, white 100%);
    display: block;
    z-index: 9;
  }
}

@media only screen and (min-width: 1360px) {
  .mod-map-agency {
    margin: 50px 0 0;
  }
  .mod-map-agency .container {
    padding: auto;
  }
  .mod-map-agency .map {
    height: auto;
  }
  .mod-map-agency .overlay-map-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: white;
    background: -webkit-linear-gradient(top, white 1%, white 21%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 1%, white 21%, rgba(255, 255, 255, 0) 100%);
    display: block;
    z-index: 9;
  }
  .mod-map-agency .overlay-map-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 78%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 78%, white 100%);
    display: block;
    z-index: 9;
  }
  .mod-map-agency .overlay-map-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
    background: white;
    background: -webkit-linear-gradient(left, white 1%, white 21%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 1%, white 21%, rgba(255, 255, 255, 0) 100%);
    display: block;
    z-index: 9;
  }
  .mod-map-agency .overlay-map-bottom {
    position: absolute;
    bottom: 348px;
    left: 0;
    width: 100%;
    height: 35%;
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 97%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 97%, white 100%);
    display: block;
    z-index: 9;
  }
  .mod-map-agency .title {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: auto;
    padding-left: calc(50px + 10px);
    z-index: 10;
    font-size: 26px;
    font-weight: 300;
  }
  .mod-map-agency .title strong {
    display: block;
    color: #199bd7;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    top: -6px;
  }
}

/**
 * PUSHING THEMATIC
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-pushing-thematic {
  position: relative;
}

/**
 * PUSHING DESTINATION
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-pushing-destination {
  background-color: #fff;
  padding-bottom: 35px;
}

.mod-pushing-destination .slider-wrap .cpt-slider-destination.is-loading {
  height: 460px;
}

.mod-pushing-destination .slider-wrap .pushings-destination-item {
  padding: 0 10px 15px;
}

.mod-pushing-destination .slider-wrap .cpt-travel-planer-block {
  margin-bottom: 10px;
}

.mod-pushing-destination .slider-wrap .cpt-travel-planer-block.is-loading {
  height: 400px;
}

.mod-pushing-destination .slider-wrap .cpt-travel-planer-block .title-small {
  margin-top: 0;
}

.mod-pushing-destination .slider-wrap .cpt-travel-planer-block .title {
  margin-top: 0;
}

.mod-pushing-destination .slider-wrap .cpt-travel-planer-block .travel-planner-details {
  padding-top: 20px;
}

.mod-pushing-destination .slider-wrap .elem-image-wrap {
  height: 250px;
}

.mod-pushing-destination .slider-wrap .cpt-pushing .cpt-matching {
  width: 55%;
  max-width: inherit;
}

.mod-pushing-destination .cpt-more {
  margin: 10px 15px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .mod-pushing-destination .slider-wrap .cpt-slider-destination.is-loading {
    height: 435px;
  }
  .mod-pushing-destination .slider-wrap .cpt-pushing .cpt-matching {
    width: 75%;
  }
}

@media only screen and (min-width: 768px) {
  .mod-pushing-destination .slider-wrap .cpt-slider-destination.is-loading {
    height: 460px;
  }
  .mod-pushing-destination .slider-wrap .cpt-pushing .cpt-matching {
    width: 65%;
  }
}

@media only screen and (min-width: 992px) {
  .mod-pushing-destination .cpt-title-bar-main {
    position: relative;
  }
  .mod-pushing-destination .slider-wrap {
    max-width: 920px;
    margin: 0 auto;
  }
  .mod-pushing-destination .slider-wrap .cpt-slider-destination {
    margin: 0 -15px;
  }
  .mod-pushing-destination .slider-wrap .cpt-travel-planer-block {
    width: 300px;
  }
  .mod-pushing-destination .slider-wrap .cpt-pushing .cpt-matching {
    width: 60%;
  }
  .mod-pushing-destination .inner-pushing-destination {
    position: relative;
  }
  .mod-pushing-destination .inner-pushing-destination .cpt-more {
    text-align: right;
    transform: inherit;
  }
}

@media only screen and (min-width: 1360px) {
  .mod-pushing-destination .slider-wrap {
    max-width: 1280px;
  }
  .mod-pushing-destination .slider-wrap .cpt-pushing .cpt-matching {
    width: 70%;
  }
}

/**
 * SEARCH HEAD
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.search-head {
  position: relative;
  margin: 40px 0 80px;
}

.search-head .container {
  padding: 0 90px;
  background-color: transparent;
  height: auto;
}

.search-head .search-content {
  width: 80%;
  height: 83px;
  background-color: #fff;
  border-radius: 4px;
}

.search-head .button-wrap {
  margin-left: 25px;
}

.search-head .button-wrap .elem-button--primary {
  padding: 25px 27px;
}

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

/**
 * TRAVEL PLANNERS CONTACT LIST
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-travel-planners-contact-list {
  padding-bottom: 60px;
}

.mod-travel-planners-contact-list .container {
  position: relative;
}

.mod-travel-planners-contact-list .elem-edito {
  color: #878787;
  margin-bottom: 20px;
}

.mod-travel-planners-contact-list .cpt-slider-travel-planners-contact-list {
  margin: 0 -15px;
}

.mod-travel-planners-contact-list .cpt-slider-travel-planners-contact-list .travel-planner-contact-item {
  width: 100%;
  margin: 0;
  padding: 0 15px;
  display: inline-block;
}

.mod-travel-planners-contact-list .title-more {
  margin-top: 20px;
}

.mod-travel-planners-contact-list .cpt-title-bar-main .title {
  position: static;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .mod-travel-planners-contact-list .title-more {
    margin-top: inherit;
  }
}

@media only screen and (min-width: 768px) {
  .mod-travel-planners-contact-list .cpt-slider-travel-planners-contact-list .travel-planner-contact-item {
    width: calc((100% / 2) - 2px);
  }
}

@media only screen and (min-width: 992px) {
  .mod-travel-planners-contact-list .elem-edito {
    margin-left: 80px;
    margin-bottom: 60px;
  }
  .mod-travel-planners-contact-list .title-more {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2;
  }
}

@media only screen and (min-width: 1360px) {
  .mod-travel-planners-contact-list .cpt-slider-travel-planners-contact-list .travel-planner-contact-item {
    width: calc((100% / 3) - 4px);
  }
}

/**
 * TRAVEL PLANNER ADVICE LIST
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-travel-planner-advice-list {
  margin-bottom: 60px;
}

.mod-travel-planner-advice-list .title-wrap {
  margin-bottom: 30px;
}

.mod-travel-planner-advice-list .title-wrap .title {
  font-size: 24px;
  font-weight: 300;
  color: #717171;
}

.mod-travel-planner-advice-list .title-wrap .sub-title {
  font-size: 16px;
  color: #199bd7;
}

.mod-travel-planner-advice-list .details-page.title-wrap {
  margin-bottom: 30px;
}

.mod-travel-planner-advice-list .details-page.title-wrap .title {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

.mod-travel-planner-advice-list .details-page.title-wrap .sub-title {
  font-size: 20px;
  color: #199bd7;
}

.mod-travel-planner-advice-list .cpt-travel-planner-advice {
  margin-bottom: 30px;
}

.mod-travel-planner-advice-list .button-wrap {
  text-align: center;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-travel-planner-advice-list .cpt-travel-planner-advice {
    margin-bottom: 50px;
  }
}

/**
 * TRAVEL PLANNER THEMATIC ADVICE
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-travel-planner-thematic-advice {
  margin-bottom: 60px;
}

.mod-travel-planner-thematic-advice .container {
  position: relative;
}

.mod-travel-planner-thematic-advice .sub-title {
  font-size: 26px;
  font-weight: 300;
  color: #717171;
  margin-bottom: 20px;
}

.mod-travel-planner-thematic-advice .title-wrap .title-more {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 2;
}

.mod-travel-planner-thematic-advice .specific-advice-wrap,
.mod-travel-planner-thematic-advice .result-light-wrap {
  margin-bottom: 20px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .mod-travel-planner-thematic-advice .specific-advice-wrap .name {
    padding-right: 120px;
  }
  .mod-travel-planner-thematic-advice .specific-advice-wrap .title-more {
    right: 0;
  }
  .mod-travel-planner-thematic-advice .specific-advice-wrap .title-more a {
    font-size: 14px;
  }
  .mod-travel-planner-thematic-advice .specific-advice-wrap .title-more a .elem-ff-icon, .mod-travel-planner-thematic-advice .specific-advice-wrap .title-more a .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .mod-travel-planner-thematic-advice .specific-advice-wrap .title-more a .chosen-search {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .mod-travel-planner-thematic-advice .cpt-travel-planner-specific-advice .traveler-advice-wrap .product-title {
    max-height: 60px;
    overflow: hidden;
  }
  .mod-travel-planner-thematic-advice .cpt-travel-planner-specific-advice .traveler-advice-wrap .advice-edito {
    min-height: 240px;
  }
  .mod-travel-planner-thematic-advice .result-light-wrap {
    margin-bottom: 20px;
  }
  .mod-travel-planner-thematic-advice .result-light-wrap .sub-title {
    height: 48px;
    overflow: hidden;
  }
  .mod-travel-planner-thematic-advice .result-light-wrap .result-light-infos {
    height: 130px;
    overflow: hidden;
  }
  .mod-travel-planner-thematic-advice .result-light-wrap .result-light-infos .destination {
    width: 260px;
    height: 20px;
  }
  .mod-travel-planner-thematic-advice .result-light-wrap .result-light-infos .result-title {
    width: 260px;
    max-height: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .mod-travel-planner-thematic-advice .cpt-travel-planner-specific-advice .traveler-advice-wrap .advice-edito {
    min-height: 200px;
  }
  .mod-travel-planner-thematic-advice .result-light-wrap .result-light-infos .destination {
    width: 380px;
    height: 20px;
  }
  .mod-travel-planner-thematic-advice .result-light-wrap .result-light-infos .result-title {
    width: 380px;
  }
}

@media only screen and (min-width: 1360px) {
  .mod-travel-planner-thematic-advice .result-light-wrap .result-light-infos .destination {
    width: 340px;
    height: 20px;
  }
  .mod-travel-planner-thematic-advice .result-light-wrap .result-light-infos .result-title {
    width: 340px;
  }
  .mod-travel-planner-thematic-advice .basic-wrap .sub-title {
    height: 45px;
    overflow: hidden;
  }
  .mod-travel-planner-thematic-advice .basic-wrap .cpt-travel-planner-basic .shadow-box, .mod-travel-planner-thematic-advice .basic-wrap .cpt-travel-planner-basic .elem-select-choosen .chosen-drop, .elem-select-choosen .mod-travel-planner-thematic-advice .basic-wrap .cpt-travel-planner-basic .chosen-drop, .mod-travel-planner-thematic-advice .basic-wrap .cpt-travel-planner-basic .cpt-popin-airline, .mod-travel-planner-thematic-advice .basic-wrap .cpt-travel-planner-basic .cpt-popin-airline .popin-main .autocomplete-suggestions, .cpt-popin-airline .popin-main .mod-travel-planner-thematic-advice .basic-wrap .cpt-travel-planner-basic .autocomplete-suggestions, .mod-travel-planner-thematic-advice .basic-wrap .cpt-travel-planner-basic .cpt-step-navigation .btns-navigation button[id*="btn-prev"], .cpt-step-navigation .btns-navigation .mod-travel-planner-thematic-advice .basic-wrap .cpt-travel-planner-basic button[id*="btn-prev"] {
    height: 220px;
    overflow: hidden;
  }
  .mod-travel-planner-thematic-advice .basic-wrap .cpt-travel-planner-basic .shadow-box .elem-edito, .mod-travel-planner-thematic-advice .basic-wrap .cpt-travel-planner-basic .elem-select-choosen .chosen-drop .elem-edito, .elem-select-choosen .mod-travel-planner-thematic-advice .basic-wrap .cpt-travel-planner-basic .chosen-drop .elem-edito, .mod-travel-planner-thematic-advice .basic-wrap .cpt-travel-planner-basic .cpt-popin-airline .elem-edito, .cpt-popin-airline .popin-main .mod-travel-planner-thematic-advice .basic-wrap .cpt-travel-planner-basic .autocomplete-suggestions .elem-edito, .mod-travel-planner-thematic-advice .basic-wrap .cpt-travel-planner-basic .cpt-step-navigation .btns-navigation button[id*="btn-prev"] .elem-edito, .cpt-step-navigation .btns-navigation .mod-travel-planner-thematic-advice .basic-wrap .cpt-travel-planner-basic button[id*="btn-prev"] .elem-edito {
    max-height: 55px;
  }
}

/**
 * TRAVEL PLANNERS RESULT LIST
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-travel-planners-result-list .cpt-travel-planner-result {
  margin-bottom: 30px;
}

.mod-travel-planners-result-list .no-result {
  color: #e00042;
  margin: 15px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-travel-planners-result-list .cpt-travel-planner-result .shadow-box, .mod-travel-planners-result-list .cpt-travel-planner-result .elem-select-choosen .chosen-drop, .elem-select-choosen .mod-travel-planners-result-list .cpt-travel-planner-result .chosen-drop, .mod-travel-planners-result-list .cpt-travel-planner-result .cpt-popin-airline, .mod-travel-planners-result-list .cpt-travel-planner-result .cpt-popin-airline .popin-main .autocomplete-suggestions, .cpt-popin-airline .popin-main .mod-travel-planners-result-list .cpt-travel-planner-result .autocomplete-suggestions, .mod-travel-planners-result-list .cpt-travel-planner-result .cpt-step-navigation .btns-navigation button[id*="btn-prev"], .cpt-step-navigation .btns-navigation .mod-travel-planners-result-list .cpt-travel-planner-result button[id*="btn-prev"] {
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 992px) {
  .mod-travel-planners-result-list .cpt-travel-planner-result .shadow-box, .mod-travel-planners-result-list .cpt-travel-planner-result .elem-select-choosen .chosen-drop, .elem-select-choosen .mod-travel-planners-result-list .cpt-travel-planner-result .chosen-drop, .mod-travel-planners-result-list .cpt-travel-planner-result .cpt-popin-airline, .mod-travel-planners-result-list .cpt-travel-planner-result .cpt-popin-airline .popin-main .autocomplete-suggestions, .cpt-popin-airline .popin-main .mod-travel-planners-result-list .cpt-travel-planner-result .autocomplete-suggestions, .mod-travel-planners-result-list .cpt-travel-planner-result .cpt-step-navigation .btns-navigation button[id*="btn-prev"], .cpt-step-navigation .btns-navigation .mod-travel-planners-result-list .cpt-travel-planner-result button[id*="btn-prev"] {
    min-height: 330px;
    max-height: 330px;
    overflow: hidden;
  }
}

/**
 * EDITO INTRO
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-edito-intro {
  padding-bottom: 35px;
}

.mod-edito-intro .title {
  font-size: 20px;
  margin-bottom: 20px;
}

.mod-edito-intro .sub-title {
  font-size: 12px;
  color: #199bd7;
  margin-bottom: 10px;
}

.mod-edito-intro p {
  color: #717171;
}

.mod-edito-intro p a {
  color: #199bd7;
}

.mod-edito-intro .elem-edito {
  margin-bottom: 30px;
}

.mod-edito-intro .reset-button {
  width: 100%;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-edito-intro .title {
    font-size: 30px;
    font-weight: 300;
  }
  .mod-edito-intro .reset-button {
    max-width: 320px;
  }
}

@media only screen and (min-width: 992px) {
  .mod-edito-intro .reset-button {
    position: absolute;
    top: 55%;
    right: inherit;
    bottom: inherit;
    left: 50%;
    font-size: 16px;
    white-space: nowrap;
    transform: translateX(-50%);
  }
}

/**
 * FLASH SALES
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.flash-sales .text {
  font-size: 19px;
  padding: 0;
  margin: 0;
}

.flash-sales .align-right {
  text-align: right;
}

.flash-sales .bloc-blue {
  border-radius: 5px;
  background-color: #199bd7;
  display: inline-block;
  color: #fff;
  padding: 0 10px 10px 10px;
  margin-left: 5px;
}

.flash-sales .bloc-blue strong {
  display: block;
  text-align: center;
  font-size: 30px;
  height: 34px;
}

.flash-sales .bloc-blue span {
  font-size: 11px;
  text-align: center;
  display: block;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .flash-sales .text {
    font-size: 20px;
    padding: 30px 0 0 0;
  }
  .flash-sales .bloc-blue strong {
    font-size: 40px;
    height: 43px;
  }
}

/**
 * AIRLINES SLIDER
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-airlines {
  padding-bottom: 35px;
}

.mod-airlines .title {
  font-size: 20px;
  color: #333;
  margin-bottom: 30px;
}

.mod-airlines .cpt-slider-airlines {
  margin: 0 -10px;
}

.mod-airlines .cpt-slider-airlines .airline-item {
  margin: 0 -20px;
  cursor: pointer;
}

.mod-airlines .cpt-slider-airlines .cpt-airline {
  padding: 0 30px;
  height: 430px;
  overflow: hidden;
}

.mod-airlines .cpt-slider-airlines .slick-arrow {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0;
  width: 50px;
  padding: 16px;
  position: absolute;
  top: inherit;
  bottom: -72px;
  right: inherit;
  left: inherit;
  z-index: 1;
}

.mod-airlines .cpt-slider-airlines .slick-arrow:before {
  content: "a";
  font-family: "Icon havas";
  font-size: 6px;
  color: #555;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mod-airlines .cpt-slider-airlines .slick-prev {
  left: 10px;
}

.mod-airlines .cpt-slider-airlines .slick-prev:before {
  top: 45%;
  left: 50%;
  transform: rotate(-180deg) translateX(50%);
}

.mod-airlines .cpt-slider-airlines .slick-next {
  right: 10px;
}

.mod-airlines .cpt-slider-airlines .slick-next:before {
  right: 50%;
}

.mod-airlines .button-wrap {
  text-align: center;
  margin-top: 20px;
}

.mod-airlines .button-wrap .elem-button--primary {
  padding: 8px 6px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .mod-airlines .cpt-slider-airlines .slick-arrow {
    width: 170px;
  }
  .mod-airlines .cpt-slider-airlines .slick-prev,
  .mod-airlines .cpt-slider-airlines .slick-next {
    font-size: 14px;
    font-family: "Montserrat-Regular", Arial, sans-serif;
    color: #555;
  }
  .mod-airlines .cpt-slider-airlines .slick-prev:before {
    left: 15%;
  }
  .mod-airlines .cpt-slider-airlines .slick-next:before {
    right: 15%;
  }
  .mod-airlines .cpt-slider-airlines .button-wrap .elem-button--primary {
    padding: 8px 16px;
  }
}

/**
 * PUSHING PRODUCTS
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-pushing-products {
  padding-bottom: 35px;
}

.mod-pushing-products .pushing-products-list.is-loading {
  height: 455px;
}

.mod-pushing-products.first-module .cpt-title-bar-main {
  margin: -11px auto 5px;
  top: -17px;
  position: relative;
}

.mod-pushing-products .pushing-products-item {
  padding-bottom: 15px;
}

.mod-pushing-products .cpt-more {
  margin-bottom: 10px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-pushing-products.first-module .cpt-title-bar-main {
    margin: -11px auto -6px;
  }
  .mod-pushing-products .cpt-pushing-traveler .pushing-details .cpt-traveler-note .title {
    font-size: 10px;
    display: block;
  }
  .mod-pushing-products .cpt-pushing-traveler .pushing-details .cpt-matching .label {
    font-size: 10px;
    display: block;
  }
  .mod-pushing-products .cpt-more {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .mod-pushing-products .pushing-products-list.is-loading {
    height: 420px;
  }
  .mod-pushing-products .inner-pushing-products {
    position: relative;
  }
  .mod-pushing-products .pushing-products-item {
    padding-bottom: 30px;
  }
  .mod-pushing-products .cpt-more {
    text-align: right;
    margin: inherit;
  }
  .mod-pushing-products .col-lg-8 .cpt-pushing-traveler .pushing-details .cpt-traveler-note .title {
    font-size: 12px;
  }
  .mod-pushing-products .col-lg-8 .cpt-pushing-traveler .pushing-details .cpt-matching {
    width: 350px;
  }
  .mod-pushing-products .col-lg-8 .cpt-pushing-traveler .pushing-details .cpt-matching .label {
    font-size: 12px;
  }
  .mod-pushing-products .col-lg-4 .cpt-pushing-traveler .pushing-details .cpt-traveler-note .title {
    font-size: 12px;
  }
  .mod-pushing-products .col-lg-4 .cpt-pushing-traveler .pushing-details .cpt-matching {
    width: 165px;
  }
  .mod-pushing-products .col-lg-4 .cpt-pushing-traveler .pushing-details .cpt-matching .label {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1360px) {
  .mod-pushing-products .col-lg-4 .cpt-pushing-traveler .pushing-details .cpt-traveler-note .title {
    font-size: 13px;
  }
  .mod-pushing-products .col-lg-4 .cpt-pushing-traveler .pushing-details .cpt-matching {
    width: 165px;
  }
  .mod-pushing-products .col-lg-4 .cpt-pushing-traveler .pushing-details .cpt-matching .label {
    font-size: 13px;
  }
  .mod-pushing-products .col-lg-8 .cpt-pushing-traveler .pushing-details .cpt-matching {
    width: 660px;
  }
}

/**
 * PUSHING PRODUCTS HTML
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-pushing-products {
  padding-bottom: 35px;
}

.mod-pushing-products .pushing-products-list.is-loading {
  height: 455px;
}

.mod-pushing-products.first-module .cpt-title-bar-main {
  margin: -11px auto 5px;
  top: -17px;
  position: relative;
}

.mod-pushing-products .pushing-products-item {
  padding-bottom: 15px;
}

.mod-pushing-products .cpt-more {
  margin-bottom: 10px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-pushing-products.first-module .cpt-title-bar-main {
    margin: -11px auto -6px;
  }
  .mod-pushing-products .cpt-pushing-traveler .pushing-details .cpt-traveler-note .title {
    font-size: 10px;
    display: block;
  }
  .mod-pushing-products .cpt-pushing-traveler .pushing-details .cpt-matching .label {
    font-size: 10px;
    display: block;
  }
  .mod-pushing-products .cpt-more {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .mod-pushing-products .pushing-products-list.is-loading {
    height: 420px;
  }
  .mod-pushing-products .inner-pushing-products {
    position: relative;
  }
  .mod-pushing-products .pushing-products-item {
    padding-bottom: 30px;
  }
  .mod-pushing-products .cpt-more {
    text-align: right;
    margin: inherit;
  }
  .mod-pushing-products .col-lg-8 .cpt-pushing-traveler .pushing-details .cpt-traveler-note .title {
    font-size: 12px;
  }
  .mod-pushing-products .col-lg-8 .cpt-pushing-traveler .pushing-details .cpt-matching {
    width: 350px;
  }
  .mod-pushing-products .col-lg-8 .cpt-pushing-traveler .pushing-details .cpt-matching .label {
    font-size: 12px;
  }
  .mod-pushing-products .col-lg-4 .cpt-pushing-traveler .pushing-details .cpt-traveler-note .title {
    font-size: 12px;
  }
  .mod-pushing-products .col-lg-4 .cpt-pushing-traveler .pushing-details .cpt-matching {
    width: 165px;
  }
  .mod-pushing-products .col-lg-4 .cpt-pushing-traveler .pushing-details .cpt-matching .label {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1360px) {
  .mod-pushing-products .col-lg-4 .cpt-pushing-traveler .pushing-details .cpt-traveler-note .title {
    font-size: 13px;
  }
  .mod-pushing-products .col-lg-4 .cpt-pushing-traveler .pushing-details .cpt-matching {
    width: 165px;
  }
  .mod-pushing-products .col-lg-4 .cpt-pushing-traveler .pushing-details .cpt-matching .label {
    font-size: 13px;
  }
  .mod-pushing-products .col-lg-8 .cpt-pushing-traveler .pushing-details .cpt-matching {
    width: 660px;
  }
}

/**
 * BLOCK HTML
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-block-html {
  margin: 0;
  position: relative;
  /* ne pas mettre de padding bottom dans ce module !! */
}

.mod-block-html h1,
.mod-block-html h2,
.mod-block-html h3 {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.3px;
  margin: 0;
  padding-block-end: 10px;
}

.mod-block-html h1 {
  color: #199bd7;
}

.mod-block-html a {
  color: #199bd7;
  text-decoration: underline;
}

.mod-block-html.is-mobile {
  display: none;
}

.mod-block-html p {
  margin: 0;
}

.mod-block-html img {
  width: 100%;
  height: 100%;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-block-html.is-mobile {
    display: block;
  }
  .mod-block-html img {
    width: auto;
    height: auto;
  }
}

/**
 * PUSHING SIMILAR PRODUCT
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-pushing-similar-product {
  padding: 40px 0;
}

/**
 * UNAVOIDABLE
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-unavoidable {
  padding: 40px 0;
}

.mod-unavoidable .container > .row > [class*="col-"] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mod-unavoidable .elem-image-wrap {
  height: 100%;
  position: relative;
}

.mod-unavoidable .item {
  position: relative;
  height: 100%;
  min-height: 235px;
}

.mod-unavoidable .item .icon-wrap {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #fff;
  font-size: 40px;
}

.mod-unavoidable .item .item-title {
  position: absolute;
  bottom: 20px;
  left: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  width: 100%;
  padding-right: 65px;
}

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

@media only screen and (min-width: 768px) {
  .mod-unavoidable > .row > [class*="col-"] {
    margin-bottom: 20px;
  }
  .mod-unavoidable > .row > [class*="col-"]:last-child {
    margin-bottom: 20px;
  }
}

/**
 * EXPERT OPINION
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-expert-opinion {
  padding: 40px 0;
}

.mod-expert-opinion > .container {
  margin: 0 auto;
  padding: 0;
}

.mod-expert-opinion .elem-title-and-subtitle {
  margin-bottom: 40px;
}

.page-landing .mod-expert-opinion > .container {
  padding: 0 15px;
}

/**
 * VIDEO
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-video {
  padding: 40px 0;
}

.mod-video .elem-title-and-subtitle {
  margin-bottom: 30px;
}

.mod-video .video-container {
  margin: 10px 0;
  position: relative;
}

.mod-video .vdo-havas > iframe {
  width: 100%;
  height: 195px;
  border: 0 none;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-video .vdo-havas > iframe {
    height: 388px;
  }
}

@media only screen and (min-width: 992px) {
  .mod-video .vdo-havas > iframe {
    height: 525px;
  }
}

@media only screen and (min-width: 1360px) {
  .mod-video .vdo-havas > iframe {
    height: 728px;
  }
}

/**
 * CRITERION PRODUCT
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-criterion-product {
  padding: 40px 0;
}

.mod-criterion-product > .row > [class*="col-"] {
  margin-bottom: 20px;
}

.mod-criterion-product > .row > [class*="col-"]:last-child {
  margin-bottom: 0;
}

.mod-criterion-product .cpt-pushing-traveler {
  margin-bottom: 20px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-criterion-product > .row > [class*="col-"] {
    margin-bottom: 0;
  }
}

/**
 * PARAGRAPH LIST
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-paragraph-list {
  padding: 20px 0;
}

.mod-paragraph-list .item {
  margin-bottom: 30px;
}

.mod-paragraph-list .item:last-child {
  margin-bottom: 0;
}

.mod-paragraph-list .item:last-child .txt {
  margin-bottom: 0;
}

.mod-paragraph-list .txt {
  font-weight: 300;
  margin: 10px 0 20px;
}

.mod-paragraph-list .title {
  font-size: 20px;
  margin-bottom: 0;
}

/**
 * PUSHING PRODUCTS CONTENTS
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-pushings {
  padding-block-end: 40px;
}

.mod-pushings .pushing-slider-mode .slider-pushings-item {
  width: auto;
}

.mod-pushings .pushing-slider-mode :is(.cpt-pushing, .cpt-pushing-thematic-discover, .cpt-flash-sales-pushing) {
  min-width: 300px;
  max-width: 300px;
}

.mod-pushings .pushing-slider-mode .slick-dots li button:before {
  font-size: 14px;
  color: #ccc;
  opacity: 1;
}

.mod-pushings .pushing-slider-mode .slick-dots li.slick-active button:before {
  color: #199bd7;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-pushings .container {
    padding: 0 15px;
    margin: 0 auto;
  }
  .is-tablet .mod-pushings .line {
    margin-block-end: -27px;
  }
  .is-tablet .mod-pushings .line .cpt-pushing {
    margin-block-end: 27px;
  }
  .mod-pushings .pushing-slider-mode .slider-pushings-item {
    width: inherit;
  }
  .mod-pushings .pushing-slider-mode :is(.cpt-pushing, .cpt-pushing-thematic-discover, .cpt-flash-sales-pushing) {
    min-width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 992px) {
  .mod-pushings .container {
    position: relative;
  }
  .mod-pushings .diaporama-pushing .slick-dots {
    margin-block-start: -40px;
    margin-block-end: 10px;
  }
  .mod-pushings .cpt-more {
    text-align: right;
    transform: inherit;
  }
}

/**
 * SEARCH ENGINE BLOCK
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-search-engine-block {
  padding: 16px 0;
}

.mod-search-engine-block > .container {
  background-color: transparent;
  min-width: 1200px;
}

.mod-search-engine-block .cpt-search-engine {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 5px;
}

.mod-search-engine-block .open-search-engine {
  max-height: 300px;
  cursor: pointer;
}

.mod-search-engine-block .search-wrapper {
  text-align: center;
}

.mod-search-engine-block .search-wrapper .btn-search-edit {
  text-align: center;
  font-size: 12px;
  padding: 10px 15px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .mod-search-engine-block .elem-select-choosen select.chosen-select {
    line-height: 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;
  }
}

/**
 * PUSHING DYNAMIC
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-pushing-dynamic .flight-blocks .flight-block .block-title {
  font-size: 30px;
  font-weight: 300;
  color: #717171;
  letter-spacing: -1px;
  margin: 0;
  line-height: 1;
  padding-bottom: 20px;
  right: 0;
  bottom: 10px;
  left: 100px;
}

.mod-pushing-dynamic .flight-blocks .flight-block .flights .flight .flight-title-main {
  padding-bottom: 10px;
}

.mod-pushing-dynamic .flight-blocks .flight-block .flights .flight .flight-title-main .nobull {
  list-style-type: none;
}

.mod-pushing-dynamic .flight-blocks .flight-block .flights .flight .flight-title-main .flight-title {
  color: #199bd7;
  font-size: 20px;
}

.mod-pushing-dynamic .flight-blocks .flight-block .flights .flight .price {
  float: right;
  color: 16px;
  font-weight: 300;
  font-size: 16px;
}

.mod-pushing-dynamic .flight-blocks .flight-block .flights .flight .cpt-reserve a {
  background: #199bd7;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
}

.mod-pushing-dynamic .flight-blocks .flight-block .flights .flight .flight-container {
  margin-bottom: 20px;
}

.mod-pushing-dynamic .flight-blocks .flight-block .flights .flight .flight-subtitle {
  color: #717171;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-pushing-dynamic .flight-blocks .flight-block .flights .flight .flight-subtitle {
    margin-top: 0;
  }
}

/**
 * LIST IMG
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-listImg {
  inline-size: 100%;
  padding-block-end: 40px;
}

.cpt-listImg .slick-slide {
  position: relative;
}

.cpt-listImg .elem-button--primary {
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 180px;
  height: auto;
  font-size: 16px;
  padding: 10px 16px;
  transform: translateX(-50%);
  transition: all .2s ease-in-out;
  z-index: 200;
}

.cpt-listImg .carousel-items .elem-image-wrap {
  max-block-size: 300px;
  position: relative;
  overflow: hidden;
  z-index: 199;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-listImg .carousel-items .elem-image-wrap {
    border-radius: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-listImg .elem-button--primary {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 290px;
    height: auto;
    font-size: 18px;
    padding: 16px;
  }
  .cpt-listImg .carousel-items .elem-image-wrap {
    border-radius: 15px;
  }
  .cpt-listImg .carousel-items .arrow-square {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    background: #199bd7;
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
    z-index: 80;
    opacity: 0;
  }
  .cpt-listImg .carousel-items .arrow-square .elem-ff-icon:before, .cpt-listImg .carousel-items .arrow-square .elem-select-choosen .chosen-drop .chosen-search:before, .elem-select-choosen .chosen-drop .cpt-listImg .carousel-items .arrow-square .chosen-search:before {
    font-size: 18px;
    font-weight: 100;
    margin-left: 2px;
  }
  .cpt-listImg .carousel-items .arrow-square-slick-prev {
    left: 0;
  }
  .cpt-listImg .carousel-items .arrow-square-slick-next {
    right: 0;
  }
  .cpt-listImg .carousel-items:hover .arrow-square {
    opacity: 1;
  }
}

/**
 * IMAGE BLOCK
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-image-block {
  margin-block-end: 20px;
}

.mod-image-block .d-flex .text-wrap {
  font-size: 16px;
  font-weight: 400;
  color: #2a3436;
}

.mod-image-block .d-flex .text-wrap h3 {
  font-size: 22px;
  font-weight: 300;
  color: #717171;
  letter-spacing: -1px;
}

.mod-image-block .d-flex.left {
  flex-direction: column;
}

.mod-image-block .d-flex.right {
  flex-direction: column-reverse;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-image-block .d-flex .image-wrap .elem-image {
    height: 200px;
    overflow: hidden;
  }
  .mod-image-block .d-flex .image-wrap .elem-image img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .mod-image-block {
    margin-block-end: 40px;
  }
  .mod-image-block .d-flex {
    margin: 0 -10px;
  }
  .mod-image-block .d-flex .text-wrap,
  .mod-image-block .d-flex .image-wrap {
    width: 50%;
    margin: 0 10px;
  }
  .mod-image-block .d-flex .text-wrap h3,
  .mod-image-block .d-flex .image-wrap h3 {
    font-size: 24px;
    margin-top: 0;
  }
  .mod-image-block .d-flex .text-wrap .elem-image,
  .mod-image-block .d-flex .image-wrap .elem-image {
    height: 300px;
  }
  .mod-image-block .d-flex.left {
    flex-direction: row;
  }
  .mod-image-block .d-flex.right {
    flex-direction: row-reverse;
  }
}

/**
 * BLOCK CARROUSEL
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-block-carrousel {
  padding-block-end: 40px;
}

.mod-block-carrousel .cpt-swiper {
  margin: 0 -15px;
  padding: 0 15px;
}

.mod-block-carrousel .swiper-slide {
  background-color: white;
  display: flex;
  flex-direction: column;
  position: relative;
}

.mod-block-carrousel .swiper-slide .elem-image-wrap {
  height: 380px;
  border-radius: 15px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.mod-block-carrousel .swiper-slide .label {
  position: absolute;
  bottom: 40px;
  left: 0;
  font-size: 18px;
  font-weight: 400;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
  width: 100%;
  text-align: center;
}

.mod-block-carrousel .swiper-slide:hover {
  cursor: pointer;
}

.mod-block-carrousel .swiper-slide:hover .elem-image-wrap {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-block-carrousel .cpt-swiper .swiper-pagination {
    display: none;
  }
  .mod-block-carrousel .swiper-slide .label {
    font-size: 24px;
  }
}

/**
 * BLOCK THEMATIC
 *
 * $type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.mod-block-thematic {
  padding-block-end: 40px;
}

.mod-block-thematic .search-themes-content {
  display: flex;
  align-items: center;
}

.mod-block-thematic .cpt-swiper .swiper-slide {
  margin-block-start: 0 !important;
}

.mod-block-thematic .search-themes-item {
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 15px;
  margin: 8px 0;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  transition: all .2s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
}

.mod-block-thematic .search-themes-item .image-wrap {
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.mod-block-thematic .search-themes-item .image-wrap img {
  width: 100%;
  height: 50px;
  border-radius: 15px 0 0 15px;
  object-fit: cover;
}

.mod-block-thematic .search-themes-item .label {
  font-weight: 700;
  font-size: 11px;
  color: #545454;
  text-transform: none;
  text-align: center;
  width: calc(100% - 50px);
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mod-block-thematic .search-themes-item:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .mod-block-thematic .cpt-swiper {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .mod-block-thematic .cpt-swiper .swiper-pagination {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .mod-block-thematic .search-themes-item {
    cursor: pointer;
  }
  .mod-block-thematic .cpt-swiper {
    padding: 0 12px;
  }
}

/**
 * MOD PICTO
 *
 * @type module
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-mod-picto {
  padding: 40px 0;
  margin-top: 40px;
  position: relative;
}

.cpt-mod-picto .pictos .picto-item {
  height: revert;
  padding: 5px;
  margin: 20px 10px;
  display: flex;
  flex-direction: column;
  width: 18%;
}

.cpt-mod-picto .pictos .picto-item .picto-item-icon {
  width: 90px;
  margin: 20px auto;
}

.cpt-mod-picto .pictos .picto-item .picto-item-title {
  font: 400 16px "Montserrat-Bold", Arial, sans-serif;
  text-align: center;
}

.cpt-mod-picto .pictos .picto-item .picto-item-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  font: 400 16px "Montserrat-Regular", Arial, sans-serif;
  text-align: center;
}

.cpt-mod-picto .pictos .cpt-diaporama-picto-slick {
  width: 100%;
  padding: 10px 5px;
  position: relative;
  flex-direction: row;
}

.cpt-mod-picto .pictos .cpt-diaporama-picto-slick .slick-list {
  width: 100%;
}

.cpt-mod-picto .pictos .cpt-diaporama-picto-slick .slick-track {
  display: flex;
  width: 100%;
}

.cpt-mod-picto .pictos .cpt-diaporama-picto-slick .arrow-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #199bd7;
  color: #fff;
  margin: -15px 0 0 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 80;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
}

.cpt-mod-picto .pictos .cpt-diaporama-picto-slick .arrow-circle .elem-ff-icon, .cpt-mod-picto .pictos .cpt-diaporama-picto-slick .arrow-circle .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-mod-picto .pictos .cpt-diaporama-picto-slick .arrow-circle .chosen-search {
  font-size: 18px;
  font-weight: bold !important;
  position: relative;
  left: 2px;
}

.cpt-mod-picto .pictos .cpt-diaporama-picto-slick .arrow-circle-slick-prev {
  left: -5px;
  transform: rotate(180deg);
  position: absolute;
  font-size: 18px;
}

.cpt-mod-picto .pictos .cpt-diaporama-picto-slick .arrow-circle-slick-prev.slick-disabled {
  opacity: 0;
}

.cpt-mod-picto .pictos .cpt-diaporama-picto-slick .arrow-circle-slick-prev .elem-ff-icon, .cpt-mod-picto .pictos .cpt-diaporama-picto-slick .arrow-circle-slick-prev .elem-select-choosen .chosen-drop .chosen-search, .elem-select-choosen .chosen-drop .cpt-mod-picto .pictos .cpt-diaporama-picto-slick .arrow-circle-slick-prev .chosen-search {
  top: 1px;
}

.cpt-mod-picto .pictos .cpt-diaporama-picto-slick .arrow-circle-slick-next {
  right: 0;
  position: absolute;
  font-size: 18px;
}

.cpt-mod-picto .pictos .cpt-diaporama-picto-slick .arrow-circle-slick-next.slick-disabled {
  opacity: 0;
}

.cpt-mod-picto .pictos .cpt-diaporama-picto-slick .slick-dots li {
  margin: 0;
}

.cpt-mod-picto .pictos .cpt-diaporama-picto-slick .slick-dots li button:before {
  color: #ccc;
  font-size: 14px;
  opacity: 1;
}

.cpt-mod-picto .pictos .cpt-diaporama-picto-slick .slick-dots li.slick-active button:before {
  color: #33bce9;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-mod-picto .pictos .picto-item .picto-item-icon {
    width: 100px;
  }
}

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