@charset "UTF-8";
/*! normalize.css v8.0.1 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular"), url(https://fonts.gstatic.com/s/poppins/v8/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular"), url(https://fonts.gstatic.com/s/poppins/v8/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular"), url(https://fonts.gstatic.com/s/poppins/v8/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium"), url(https://fonts.gstatic.com/s/poppins/v8/pxiByp8kv8JHgFVrLGT9Z11lFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium"), url(https://fonts.gstatic.com/s/poppins/v8/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium"), url(https://fonts.gstatic.com/s/poppins/v8/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://fonts.gstatic.com/s/poppins/v8/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://fonts.gstatic.com/s/poppins/v8/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://fonts.gstatic.com/s/poppins/v8/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold"), local("Poppins-Bold"), url(https://fonts.gstatic.com/s/poppins/v8/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold"), local("Poppins-Bold"), url(https://fonts.gstatic.com/s/poppins/v8/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold"), local("Poppins-Bold"), url(https://fonts.gstatic.com/s/poppins/v8/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gTD_vx3rCubqg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_vx3rCubqg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gbD_vx3rCubqg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_vx3rCubqg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_vx3rCs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_vx3rCubqg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_vx3rCubqg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_vx3rCubqg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_vx3rCubqg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'voguish';
  src: url("fonts/voguish.eot?yr07wb");
  src: url("fonts/voguish.eot?yr07wb#iefix") format("embedded-opentype"), url("fonts/voguish.ttf?yr07wb") format("truetype"), url("fonts/voguish.woff?yr07wb") format("woff"), url("fonts/voguish.svg?yr07wb#voguish") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'voguish' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-check:before {
  content: "\e919"; }

.icon-star-outlined:before {
  content: "\e900"; }

.icon-star:before {
  content: "\e901"; }

.icon-paper-plane:before {
  content: "\e902"; }

.icon-location-pin:before {
  content: "\e903"; }

.icon-calendar:before {
  content: "\e904"; }

.icon-chevron-thin-right:before {
  content: "\e905"; }

.icon-chevron-thin-left:before {
  content: "\e906"; }

.icon-chevron-small-up:before {
  content: "\e907"; }

.icon-chevron-small-right:before {
  content: "\e908"; }

.icon-chevron-small-left:before {
  content: "\e909"; }

.icon-chevron-small-down:before {
  content: "\e90a"; }

.icon-chevron-right:before {
  content: "\e90b"; }

.icon-chevron-left:before {
  content: "\e90c"; }

.icon-chevron-down:before {
  content: "\e90d"; }

.icon-chevron-up:before {
  content: "\e90e"; }

.icon-user:before {
  content: "\e90f"; }

.icon-megaphone:before {
  content: "\e910"; }

.icon-phone:before {
  content: "\e911"; }

.icon-angle-down:before {
  content: "\e912"; }

.icon-angle-up:before {
  content: "\e913"; }

.icon-angle-right:before {
  content: "\e914"; }

.icon-angle-left:before {
  content: "\e915"; }

.icon-phone1:before {
  content: "\e916"; }

.icon-instagram:before {
  content: "\e917"; }

.icon-facebook:before {
  content: "\e918"; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

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

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

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

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

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

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (max-width: 48em) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .row {
    margin-right: -15px;
    margin-left: -15px; }
  .col-sm,
  .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-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .row {
    margin-right: -25px;
    margin-left: -25px; }
  .col-md,
  .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-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 25px; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .row {
    margin-right: -25px;
    margin-left: -25px; }
  .col-lg,
  .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-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 25px; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
  outline: none;
  display: none; }
  .slick-slide .is-overlay {
    background: rgba(179, 49, 133, 0.8); }
  [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; }

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 26.5px;
  height: 46px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  border: none;
  padding: 0;
  z-index: 99;
  outline: none; }
  .slick-arrow.slick-prev {
    left: 5%;
    background: url(img/arrowLeft.svg) center center/26.5px 46px no-repeat;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .slick-arrow.slick-next {
    right: 5%;
    left: auto;
    background: url(img/arrowRight.svg) center center/26.5px 46px no-repeat;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }
  .slick-arrow:hover {
    opacity: 0.5; }

    .slick-dots {
      display: block;
      text-align: center; }
      .slick-dots li {
        display: inline-block;
        margin-right: 15px;
        outline: none;
        font-size: 0;
        vertical-align: bottom; }
        .slick-dots li button {
          width: 13px;
          height: 13px;
          border-radius: 13px;
          border: none;
          padding: 0;
          font-size: 0;
          background: #e6e6e6;
          cursor: pointer;
          outline: none;
          -webkit-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out; }
        .slick-dots li:last-child {
          margin-right: 0; }
        .slick-dots li.slick-active button {
          background: #be2a54; }



.slick-active .is-overlay {
  background: rgba(0, 0, 0, 0.4); }

.ui-datepicker {
  width: 230px;
  padding: 30px;
  display: none;
  background: #303030;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 75px; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-month {
      font-weight: bold; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block;
      cursor: pointer;
      overflow: hidden; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
        display: none; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
        content: "\e90c";
        font-family: 'voguish' !important;
        color: #be2a54;
        font-size: 16px;
        font-weight: bold; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 0;
      left: auto; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
        content: "\e90b"; }
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%; }
    .ui-datepicker .ui-datepicker-calendar .ui-state-default {
      text-align: center;
      text-decoration: none;
      color: white;
      display: block;
      padding: 4px;
      margin: 0; }
    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable .ui-state-default {
      opacity: 0.2; }
  .ui-datepicker td:not(.ui-state-disabled) .ui-state-default:hover, .ui-datepicker td:not(.ui-state-disabled) .ui-state-default.ui-state-active {
    background: -webkit-gradient(linear, left top, right top, from(#c82429), to(#b33185));
    background: linear-gradient(to right, #c82429 0%, #b33185 100%); }

.ui-datepicker-prev:hover, .ui-datepicker-next:hover, .ui-datepicker-prev:hover:after, .ui-datepicker-next:hover:after {
  border-color: #be2a54; }

/* Layout helpers
----------------------------------*/
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

/****************************** COMMUN *************************/
html,
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: scroll;
  background: white; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  /* disable callout, image save panel (popup) */
  -webkit-tap-highlight-color: transparent;
  /* "turn off" link highlight */ }

a:focus {
  outline: 0; }

a {
  text-decoration: none;
  color: #212121;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  a i {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

p {
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

hr {
  color: #454545;
  border-color: #454545;
  background: #454545;
  margin: 20px 0 50px; }

.is-disabled, [disabled="disabled"]{
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none; }

time {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #303030; }

address {
  padding: 15px 0; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Poppins", sans-serif; }

h1,
.h1 {
  font-size: 30px; }

h2,
.h2 {
  font-size: 24px; }

h3,
.h3 {
  font-size: 22px; }

h4,
.h4 {
  font-size: 20px; }

h5,
.h5 {
  font-size: 18px; }

h6,
.h6 {
  font-size: 16px; }

.is-small {
  font-size: 12px; }

.is-xsmall {
  font-size: 10px; }

.is-big {
  font-size: 100px; }

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

.full-height {
  height: 100%; }

.is-color1 {
  color: #c82429 !important; }

.is-color2 {
  color: #b33185 !important; }

.is-color3 {
  color: #be2a54 !important; }

.is-color4 {
  color: #fad717 !important; }

.is-color5 {
  color: #bd2b58 !important; }

.is-color6 {
  color: #131313 !important; }

.is-color10 {
  color: #212121 !important; }

.is-grey3 {
  color: #737373 !important; }

.color-grey5 {
  color: #b4b4b4 !important; }

.has-font2 {
  font-family: "Poppins", sans-serif; }

.ml50 {
  margin-left: 3.47222vw; }

.ml15 {
  margin-left: 15px; }

.pr15 {
  padding-right: 1.04167vw; }

.pl15 {
  padding-left: 1.04167vw; }

.mb25 {
  margin-bottom: 25px; }

.mb20 {
  margin-bottom: 20px; }

.mb10 {
  margin-bottom: 10px; }

.mb5 {
  margin-bottom: 5px; }

svg.with-white-fill > * {
  fill: white;
  stroke: white; }

svg.is-dark > * {
  fill: #c82429;
  stroke: #c82429; }

.no-transition {
  -webkit-transition: none !important;
  transition: none !important; }

.text-regular {
  font-weight: 400; }

.text-medium {
  font-weight: 500; }

.text-semibold {
  font-weight: 600; }

.text-light {
  font-weight: 300; }

.is-title {
  font-family: "Poppins", sans-serif;
  font-weight: bold; }

.is-page-title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #bd2b58;
  margin-bottom: 25px; }

.text-bold,
strong,
b {
  font-weight: bold; }

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

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

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

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

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

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

.is-underline {
  text-decoration: underline; }

.is-hidden {
  display: none !important; }

.is-hiddenInDesktop {
  display: none; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.has-full-width {
  width: 100%; }

.is-sep {
  height: 35px;
  height: 3.88889vh; }
  .is-sep.is-cent {
    height: 100px;
    height: 11.11111vh; }
  .is-sep.is-soixantequinze {
    height: 75px;
    height: 8.33333vh; }
  .is-sep.is-cinquante {
    height: 50px;
    height: 5.55556vh; }
  .is-sep.is-trente {
    height: 30px;
    height: 3.33333vh; }
  .is-sep.is-vingt {
    height: 20px;
    height: 2.22222vh; }
  .is-sep.is-quinze {
    height: 15px;
    height: 1.66667vh; }
  .is-sep.is-dix {
    height: 10px;
    height: 1.11111vh; }

.has-bkg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: auto;
  width: 100%; }
  .has-bkg-img > img {
    display: none; }
  .has-bkg-img.align-top-center {
    background-position: top center; }
  .has-bkg-img.align-right-center {
    background-position: 100% center; }
  .has-bkg-img.align-left-top {
    background-position: 20% 0%; }
  .has-bkg-img.with-size-contain {
    background-size: auto 100%; }
  .has-bkg-img.hasLink {
    cursor: pointer; }
  .has-bkg-img.full-height {
    height: 100%;
    min-height: 250px; }

.is-bloc {
  padding: 6.94444vw 0;
  margin: 3.47222vw 0; }

.is-wrapper {
  width: calc(100% - 16.66vw);
  margin: 0 auto !important;
  max-width: 1200px; }

.vc_row[data-vc-full-width] .wpb_wrapper {
  width: 100%;
  max-width: 100%; }

.is-relative {
  position: relative; }
  .is-relative.is-fit {
    width: 100%;
    height: 100%; }

.is-over {
  position: relative;
  z-index: 99; }

.is-fixed {
  position: fixed; }
  .is-fixed.is-fit {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.is-absolute {
  position: absolute; }
  .is-absolute.is-fit {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .is-absolute.is-right {
    right: 0;
    left: auto; }
  .is-absolute.is-center {
    right: 0;
    left: 0;
    width: 100% !important; }
  .is-absolute.is-bottom {
    bottom: 0; }

.is-table {
  display: table; }
  .is-table > * {
    display: table-cell;
    vertical-align: middle; }
  .is-table.is-fit {
    width: 100%; }

.is-inline-block {
  display: inline-block; }

.is-block {
  display: block; }

.is-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .is-flexbox.is-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .is-flexbox.is-align-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .is-flexbox.is-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .is-flexbox.is-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .is-flexbox.is-space-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .is-flexbox.is-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .is-flexbox.is-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .is-flexbox.is-row-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .is-flexbox.is-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.is-button {
  display: inline-block;
  background: #303030;
  padding: 15px 35px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  color: white;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border: none; }
  .is-button.is-fit {
    width: 100%; }
  .is-button.is-small {
    font-size: 12px;
    padding: 8px 12px; }
    .is-button.is-small i {
      background: #c82429;
      background: -webkit-gradient(linear, left top, right top, from(#c82429), to(#b33185));
      background: linear-gradient(to right, #c82429, #b33185);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .is-button i {
    font-size: 20px;
    padding-right: 15px; }
  .is-button.is-white {
    background: white;
    color: #c82429; }
  .is-button.see-through {
    background: transparent;
    color: #454545;
    border: 4px solid #131313;
    font-size: 12px;
    padding: 5px 15px;
    text-transform: none;
    font-weight: 600; }

.is-default-button {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#c82429), to(#b33185));
  background: linear-gradient(to right, #c82429 0%, #b33185 100%);
  padding: 20px 50px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  color: white;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
  .is-default-button.see-through {
    background: transparent;
    border: 2px solid #be2a54;
    color: #be2a54; }
  .is-default-button.is-fit {
    width: 100%;
    padding: 20px; }
    .is-default-button.is-fit.see-through {
      padding: 18px; }
  .is-default-button.is-medium {
    font-size: 12px;
    padding: 15px 30px; }
  .is-default-button i {
    font-size: 20px;
    padding-right: 15px; }

.is-link {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #303030;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 3px solid #be2a54;
  display: inline-block; }




.the-login-button {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  display: table; }
  .the-login-button > * {
    display: table-cell;
    vertical-align: middle; }
  .the-login-button :first-child {
    padding-right: 15px;
    font-size: 14px;
    border-bottom: 3px solid transparent; }
  .the-login-button :last-child {
    padding-bottom: 5px;
    border-bottom: 3px solid white; }

.is-inline-list > li {
  display: inline-block; }

.is-inline-list .is-inline-list {
  display: inline-block; }

.is-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.bg-elm {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 0.2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.is-edito h1,
.is-edito h2,
.is-edito h3,
.is-edito h4,
.is-edito h5,
.is-edito h6,
.is-descriptif h1,
.is-descriptif h2,
.is-descriptif h3,
.is-descriptif h4,
.is-descriptif h5,
.is-descriptif h6,
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6 {
  margin-bottom: 20px; }

.is-edito p,
.is-descriptif p,
.wpb_text_column p {
  margin-bottom: 20px; }
  .is-edito p:last-child,
  .is-descriptif p:last-child,
  .wpb_text_column p:last-child {
    margin-bottom: 0; }

.is-edito ul li,
.is-descriptif ul li,
.wpb_text_column ul li {
  position: relative;
  margin-bottom: 5px; }
  .is-edito ul li:before,
  .is-descriptif ul li:before,
  .wpb_text_column ul li:before {
    content: "";
    font-family: 'voguish' !important;
    content: "\e919";
    background: #c82429;
    background: -webkit-gradient(linear, left top, right top, from(#c82429), to(#b33185));
    background: linear-gradient(to right, #c82429, #b33185);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
select,
textarea {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #212121;
  background: #f1f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 15px;
  border-radius: 0;
  display: block;
  width: 100%;
  outline: none;
  resize: vertical;
  -moz-appearance: none;
  -webkit-appearance: none; }

input[type="checkbox"] {
  width: 15px;
  height: 15px;
  opacity: 0;
  visibility: hidden;
  display: none; }
  input[type="checkbox"] + label {
    position: relative;
    margin: 0;
    padding: 0 0 0 25px;
    cursor: pointer;
    line-height: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #131313;
    text-transform: none; }
    input[type="checkbox"] + label::before {
      content: "";
      width: 15px;
      height: 15px;
      border-radius: 3px;
      background: #f1f2f2;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  input[type="checkbox"]:checked + label::before {
    font-family: 'voguish' !important;
    content: "\e919";
    color: #be2a54;
    text-align: center;
    line-height: 15px; }

input[type="radio"] {
  width: 17px;
  height: 17px;
  opacity: 0;
  visibility: hidden;
  display: none; }
  input[type="radio"] + label {
    position: relative;
    margin: 0;
    padding: 0 0 0 33px;
    cursor: pointer;
    line-height: 17px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #737373;
    margin-bottom: 15px;
    text-transform: none; }
    input[type="radio"] + label::before {
      content: "";
      width: 17px;
      height: 17px;
      border: 1px solid #cdcdcd;
      border-radius: 17px;
      background: #4b4b4b;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    input[type="radio"] + label::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 5px;
      width: 7px;
      height: 7px;
      border-radius: 7px;
      background: #be2a54;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: none; }
  input[type="radio"]:checked + label {
    color: white; }
  input[type="radio"]:checked + label::before {
    background: white; }
  input[type="radio"]:checked + label::after {
    display: block; }

label {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  position: relative;
  color: #212121;
  text-align: left;
  text-transform: uppercase; }
  label .required {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 15px;
    color: #be2a54; }

select {
  background-image: url("img/arrowDown.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) 50%;
  background-size: 8px auto;
  background-color: #f1f2f2;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 30px;
  color: #212121; }

[class*="row"].no-padding,
[class*="row"].no-padding-xs {
  margin: 0; }
  [class*="row"].no-padding [class*="col-"],
  [class*="row"].no-padding-xs [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    margin: 0; }

[class*="row"].no-margin-bottom,
[class*="row"].no-margin-bottom-xs {
  margin-bottom: 0; }
  [class*="row"].no-margin-bottom > [class*="col-"],
  [class*="row"].no-margin-bottom-xs > [class*="col-"] {
    margin-bottom: 0; }

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important; }

.vc_row[data-vc-full-width] {
  overflow: visible !important; }

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0 !important; }

.scrollbar {
  width: 100%;
  height: 600px;
  overflow-y: auto;
  margin: 0; }

.default-animation {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.line-sep {
  width: 70px;
  height: 1px;
  background: white; }

.textWIcon, .has-icon {
  display: table;
  margin-right: 5px; }
  .textWIcon > *, .has-icon > * {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 0;
  line-height: 1; }


.is-date, .is-time {
  width: 125px;
  height: 60px;
  padding: 0 20px;
  background: url(img/datetimebg.png) center center/100% no-repeat;
  color: white;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  vertical-align: middle;
  position: relative; }
  .is-date .jour, .is-date .heure, .is-time .jour, .is-time .heure {
    font-size: 40px;
    font-weight: 600; }
  .is-date .minute:before, .is-time .minute:before {
    content: " : "; }
  .is-date.is-active:after, .is-time.is-active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    background-image: url(img/datetimebg1.png);
    margin-top: -3px; }

.timeList {
  position: absolute;
  top: 57px;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 999;
  background: url(img/datetimebg1.png) 0 0 repeat-y;
  text-align: center;
  height: 200px;
  overflow: scroll;
  display: none; }
  .timeList a {
    font-family: "Poppins", sans-serif;
    color: white;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block; }
    .timeList a span {
      font-size: 30px;
      font-weight: 600; }

.has-border-top {
  border-top: 1px solid #e6e6e6;
  padding-top: 35px;
  margin-top: 35px; }

.select-wrapper {
  display: inline-block;
  position: relative;
  z-index: 1; }
  .select-wrapper > a {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #303030;
    position: relative;
    display: block;
    padding-right: 20px; }
    /* .select-wrapper > a:after {
      content: "\e90d";
      font-family: 'voguish' !important;
      position: absolute;
      right: 0;
      top: 50%;
      font-size: 16px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #be2a54; } */
  .select-wrapper > ul {
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 99;
    width: 160px;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none; }
    .select-wrapper > ul a {
      display: block;
      padding: 5px 0;
      font-size: 14px;
      text-align: left; }
      .select-wrapper > ul a.is-active {
        color: #be2a54; }

.menu-animation {
  visibility: hidden; }

/******************PRELOADER******************/
#preloader {
  background: -webkit-gradient(linear, left top, right top, from(#c82429), to(#b33185));
  background: linear-gradient(to right, #c82429 0%, #b33185 100%);
  z-index: 2000; }
  #preloader #the-preloder-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 250px;
    height: 48.5px;
    font-size: 30px;
    text-transform: uppercase;
    z-index: 9999; }
  #preloader #the-preloader-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    width: 0%;
    height: 5px;
    background: white; }

/******************HEADER******************/
#site-header {
  color: white; }
  #site-header a {
    color: white;
    text-transform: uppercase;
    font-weight: bold; }
  #site-header p {
    margin: 0 0 5px; }

#site-header-upper {
  background: #303030;
  padding: 10px 0;
  font-size: 12px;
  font-family: "Poppins", sans-serif; }

#site-header-lower {
  background: -webkit-gradient(linear, left top, right top, from(#c82429), to(#b33185));
  background: linear-gradient(to right, #c82429 0%, #b33185 100%);
  padding: 24px 0; }

.site-nav li {
  margin-right: 2.08333vw; }
  .site-nav li a {
    font-family: "Poppins", sans-serif;
    font-size: 12px; }
  .site-nav li:last-child {
    margin-right: 0; }

#header-logo {
  margin-right: 6.94vw;
  width: 17.36111vw;
  min-width: 165px;
  max-width: 250px;
  display: inline-block; }

/******************MENU******************/
#menu-trigger {
  width: 40px;
  height: 22px;
  position: relative;
  z-index: 200; }
  #menu-trigger span {
    display: block;
    width: 40px;
    height: 4px;
    background: white;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: absolute;
    left: 0; }
    #menu-trigger span:first-child {
      top: 0; }
    #menu-trigger span:nth-child(2) {
      top: 9px; }
    #menu-trigger span:last-child {
      top: 18px; }
  #menu-trigger.active span {
    background: black; }
    #menu-trigger.active span:first-child {
      top: 9px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    #menu-trigger.active span:nth-child(2) {
      left: -60px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
    #menu-trigger.active span:last-child {
      top: 9px;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }

#menuWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: -webkit-gradient(linear, left top, right top, from(#c82429), to(#b33185));
  background: linear-gradient(to right, #c82429 0%, #b33185 100%);
  color: white;
  text-align: center;
  opacity: 0;
  visibility: hidden; }
  #menuWrapper a {
    color: white; }
  #menuWrapper header {
    margin-top: 25px;
    margin-bottom: 60px; }
  #menuWrapper .site-nav {
    visibility: hidden;
    margin-bottom: 60px; }
    #menuWrapper .site-nav li {
      margin: 0 0 30px 0; }
      #menuWrapper .site-nav li a {
        font-size: 22px; }
      #menuWrapper .site-nav li:last-child {
        margin-bottom: 0; }
  #menuWrapper .menuTransversal {
    visibility: hidden;
    font-family: "Poppins", sans-serif;
    margin-bottom: 50px; }
    #menuWrapper .menuTransversal li {
      margin-bottom: 10px; }
      #menuWrapper .menuTransversal li:last-child {
        margin-bottom: 0; }
      #menuWrapper .menuTransversal li a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 10px; }
  #menuWrapper .rs-list {
    margin: 0 auto; }
    #menuWrapper .rs-list li:first-child {
      padding-right: 10px; }
    #menuWrapper .rs-list li a i {
      color: #be2a54; }

#menuClosebtn {
  width: 100%;
  padding: 10px 25px;
  background: #303030; }

/******************FOOTER******************/
#site-footer {
  color: white;
  font-family: "Poppins", sans-serif; }
  #site-footer a {
    color: white; }
  #site-footer li {
    margin-bottom: 10px; }
  #site-footer .footer-logo {
    display: inline-block; }
    #site-footer .footer-logo img {
      width: 225px; }
  #site-footer .copyright {
    font-family: "Poppins", sans-serif; }

#site-footer-upper {
  background: #303030;
  padding: 50px 0;
  border-bottom: 1px solid #737373; }

#site-footer-lower {
  background: #303030;
  padding: 50px 0; }

/******************HOME******************/
.home #the-content-wrapper {
  padding-bottom: 0; }

.home .is-news, .home .is-promo {
  padding-bottom: 0; }

/******************HOMESLIDER******************/
#homeslider {
  margin-bottom: 6.94444vw; }
  #homeslider .is-slide {
    position: relative;
    height: 500px;
    color: white;
    text-transform: uppercase; }
    #homeslider .is-slide .slider-content {
      position: absolute;
      top: 50%;
      left: 15%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 50%; }
      #homeslider .is-slide .slider-content h1 {
        font-size: 3.47222vw;
        font-weight: bold;
        margin-bottom: 3.47222vw; }
      #homeslider .is-slide .slider-content a {
        font-family: "Poppins", sans-serif;
        color: white;
        font-size: 15px;
        padding-bottom: 8px;
        border-bottom: 3px solid #be2a54;
        font-weight: bold; }

/******************Contenu******************/
#the-content-wrapper {
  padding: 25px 0; }

.grey-bloc {
  background: #303030;
  border-radius: 5px;
  padding: 25px 50px;
  margin-bottom: 50px;
  color: white; }

.rs-list li {
  padding-right: 10px;
  padding-bottom: 0 !important;
  /*font-size: 0;*/ }
  /* .rs-list li:first-child {
    padding-right: 20px;
    font-size: 12px;
    font-weight: bold;
    line-height: 35px; } */
  .rs-list li:last-child {
    padding-right: 0; }
  .rs-list li a {
    display: inline-block; }
    .rs-list li a i {
      display: inline-block;
      text-align: center;
      width: 35px;
      height: 35px;
      border-radius: 35px;
      background: white;
      color: #454545;
      font-size: 20px;
      line-height: 35px; }

.rs-list.small-list li {
  padding-right: 8px; }
  /* .rs-list.small-list li:first-child {
    padding-right: 15px;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px; } */
  .rs-list.small-list li a i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    font-size: 14px; }

/******************WebCallBack******************/
#webcallback-wrapper {
  display: none; 
  z-index: 999;  }
  #webcallback-wrapper #the-webcallback {
    background: white;
    border-radius: 5px;
    width: 600px;
    padding: 3.47222vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

/******************Contact******************/
#contact-header-wrapper {
  background: #454545;
  border-radius: 5px; }
  #contact-header-wrapper .agences-wrapper {
    padding: 25px 35px;
    color: white; }
    #contact-header-wrapper .agences-wrapper .agence {
      padding-bottom: 25px;
      margin-bottom: 25px;
      border-bottom: 1px solid #595959; }
      #contact-header-wrapper .agences-wrapper .agence .agence-info {
        margin-right: 15px; }
        #contact-header-wrapper .agences-wrapper .agence .agence-info > span {
          padding: 0 10px 0 0; }
      #contact-header-wrapper .agences-wrapper .agence:last-child {
        border-bottom: 0; }

/******************Véhicules******************/
#cars-filter-wrapper .radio-wrapper {
  margin-top: 20px; }

.car-wrapper {
  display: block;
  padding: 25px;
  border: 1px solid #e6e6e6;
  margin-bottom: 25px; }
  .car-wrapper .descriptif {
    margin: 15px 0 25px;
    font-weight: 600; }

/******************Search******************/
#search-form-wrapper {
  margin-bottom: 25px; }
  #search-form-wrapper .column {
    margin-right: 30px; }
    #search-form-wrapper .column:first-child {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    #search-form-wrapper .column:last-child {
      margin-right: 0; }
    #search-form-wrapper .column select {
      min-width: 200px;
      width: 100%;
      height: 60px;
      vertical-align: middle; }
    #search-form-wrapper .column .is-default-button {
      height: 60px;
      line-height: 60px;
      padding-top: 0;
      padding-bottom: 0; }
    #search-form-wrapper .column .input-wrapper {
      position: relative;
      margin-left: 15px;
      width: 100%; }
      #search-form-wrapper .column .input-wrapper:first-child {
        margin-left: 0; }
    #search-form-wrapper .column label {
      padding: 0;
      color: #131313;
      font-family: "Poppins", sans-serif;
      font-size: 12px;
      font-weight: 500; }
  #search-form-wrapper #pickupReturn-wrapper .input-wrapper:last-child {
    display: none; }

/******************Search******************/
#steps-wrapper {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0; }
  #steps-wrapper .step-trigger {
    color: white; }
    #steps-wrapper .step-trigger svg > * {
      stroke: white; }
    #steps-wrapper .step-trigger.is-active {
      color: #be2a54; }
      #steps-wrapper .step-trigger.is-active:before {
        content: "\e919";
        font-family: 'voguish' !important;
        font-size: 20px;
        margin-right: 10px;
        background: #c82429;
        background: -webkit-gradient(linear, left top, right top, from(#c82429), to(#b33185));
        background: linear-gradient(to right, #c82429, #b33185);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; 
      position: relative;
    bottom: 2px;}



#selection-wrapper {
  background: #282828;
  padding: 30px;
  border-radius: 0 0 5px 5px;
  font-family: "Poppins", sans-serif;
  color: white; }
  #selection-wrapper a {
    color: white; }
  #selection-wrapper .info-wrapper h6 {
    margin-bottom: 15px;
    color: white; }
    #selection-wrapper .info-wrapper h6 [class*='icon'] {
      color: #be2a54; }
  #selection-wrapper .info-wrapper p {
    padding-left: 28px; }

.info-wrapper h6 {
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #be2a54;
  font-weight: bold; }

.info-wrapper h4 {
  margin-bottom: 15px; }

.info-wrapper ul li {
  margin-bottom: 10px;
  font-weight: 500; }

.info-wrapper a {
  font-family: "Montserrat", sans-serif;
  text-decoration: underline;
  font-weight: 400; }

#steps-content {
  margin-top: 50px; }

  #steps-content .sidebar {
    padding: 30px;
    border: 1px solid #e6e6e6;
    font-family: "Poppins", sans-serif; }
    #steps-content .sidebar header {
      margin-bottom: 50px; }
    #steps-content .sidebar footer {
      border-top: 1px solid #e6e6e6;
      padding-top: 30px;
      margin-top: 30px; }
    #steps-content .sidebar .info-wrapper {
      margin-bottom: 25px; }
  #steps-content .main {
    padding:  0; }
    #steps-content .main header {
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 35px;
      margin-bottom: 35px; }
    #steps-content .main footer {
      border-top: 1px solid #e6e6e6;
      padding-top: 35px;
      margin-top: 35px; }
    #steps-content .main .options-cat {
      margin-bottom: 35px; }
      #steps-content .main .options-cat > h6 {
        margin-bottom: 20px;
        font-size: 12px;
        color: #be2a54; }
    #steps-content .main .option-row {
      background: #f1f2f2;
      border-radius: 5px;
      padding: 20px 30px;
      margin-bottom: 10px;
      cursor: pointer; }
      #steps-content .main .option-row h6 {
        font-size: 14px; }
      #steps-content .main .option-row a {
        font-family: "Poppins", sans-serif;
        text-decoration: underline; }
        #steps-content .main .option-row .icon {
          max-height: 36px;
          padding-right: 25px; }
      #steps-content .main .option-row ul.is-table li {
        padding: 0 25px; }
        #steps-content .main .option-row ul.is-table li:last-child {
          padding: 0; }
      #steps-content .main .option-row .checbox-wrapper {
        position: relative;
        cursor: pointer;
        line-height: 20px;
        width: 20px; }
        #steps-content .main .option-row .checbox-wrapper input[type="checkbox"] {
          width: 20px;
          height: 20px;
          opacity: 0;
          visibility: hidden;
          display: none; }
        #steps-content .main .option-row .checbox-wrapper::before {
          content: "";
          width: 20px;
          height: 20px;
          border-radius: 3px;
          background: white;
          border: 1px solid transparent;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      #steps-content .main .option-row.is-active .checbox-wrapper::before {
        font-family: 'voguish' !important;
        content: "\e919";
        color: #be2a54;
        text-align: center;
        line-height: 20px;
        border-color: #be2a54;
        font-size: 18px; }
      #steps-content .main .option-row .plus-dinfo {
        padding-top: 25px;
        display: none; }

.is-vignette {
  border: 1px solid #e6e6e6;
  padding: 30px; }
  .is-vignette h4 {
    margin-top: 25px; }

.is-promo {
  display: block;
  padding-bottom: 25px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .is-promo img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-bottom: 20px; }
  .is-promo h4 {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.is-news {
  display: block;
  padding-bottom: 25px; }
  .is-news .img-wrapper {
    margin-bottom: 20px;
    position: relative; }
    .is-news .img-wrapper:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 10px solid transparent;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
  .is-news h5 {
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .is-news p {
    font-family: "Poppins", sans-serif;
    color: #454545; }
  .is-news:hover .img-wrapper:after {
    border: 8px solid #be2a54; }
  .is-news:hover h5 {
    color: #be2a54; }

.service {
  position: relative;
  /* margin-bottom: 55px; */
 }
  .service .service-img {
    width: 175px;
    height: 175px;
    border-radius: 175px;
    margin: 0 auto;
    position: relative; }
    .service .service-img:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.8); }
  .service .service-text {
    /* position: absolute;
    top: 55px;  */
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
    .service .service-text img {
      margin-bottom: 20px; }
    .service .service-text h3 {
      text-align: center;
      margin-bottom: 25px; }

.picture-modele-1 {
  position: relative;
  display: block;
  padding: 0 15px 15px 0; }
  .picture-modele-1::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    background: url(img/border.png) 0 0/cover no-repeat;
    z-index: 999; }

#newsletter-container {
  text-align: center;
  padding: 50px;
  position: relative;
  background: url(img/newsletter.jpg) center center/cover no-repeat; }
  #newsletter-container h5 {
    font-family: "Montserrat", sans-serif; }
  #newsletter-container input[type="email"] {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-transform: none;
    background: white;
    padding: 22px 30px; }
  #newsletter-container ::-webkit-input-placeholder {
    color: #cdcdcd; }
  #newsletter-container ::-moz-placeholder {
    color: #cdcdcd; }
  #newsletter-container :-ms-input-placeholder {
    color: #cdcdcd; }
  #newsletter-container ::-ms-input-placeholder {
    color: #cdcdcd; }
  #newsletter-container ::placeholder {
    color: #cdcdcd; }
  #newsletter-container .newsletter-input {
    position: relative;
    max-width: 600px;
    margin: 25px auto 0; }
    #newsletter-container .newsletter-input .icon-paper-plane {
      position: absolute;
      top: 50%;
      right: 30px;
      font-size: 30px;
      background: #c82429;
      background: -webkit-gradient(linear, left top, right top, from(#c82429), to(#b33185));
      background: linear-gradient(to right, #c82429, #b33185);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  #newsletter-container::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10; }

/******************Carousel******************/
.mobile .is-mobile-carousel .txt-wrapper {
  visibility: hidden; }

.mobile .is-mobile-carousel .slick-current .txt-wrapper {
  visibility: visible; }

/******************Others******************/
.menu-item {
  font-weight: bold;
  text-transform: uppercase; }

.is-page-visu {
  height: 400px; }

.see-more {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  /* color: #be2a54; */
  font-size: 14px; }

.with-marg {
  padding: 0 10vw; }


  .is-link:hover{
    color: #be2a54;
  }



.with-border {
padding: 50px;
border: 1px solid #e6e6e6;
height: 100%; }

blockquote {
font-size: 18px;
font-style: italic;
font-weight: 300;
margin: 0; 
text-align: center;
width:80%;
margin:0 auto;
line-height:1.6;
margin-bottom:30px;
}
blockquote cite {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
    text-align: center;
    padding: 0 10px; 
}

  #temoignage-container .slick-arrow.slick-next {
    background-image: url(img/arrowRight-violet.svg);
    background-size: 13.25px 23px;
    right: -13px; }
  
  #temoignage-container .slick-arrow.slick-prev {
    background-image: url(img/arrowLeft-violet.svg);
    background-size: 13.25px 23px;
    left: -13px; }

/* hover effect only visible to devices that report back as not supporting touch */
html.non-touch #site-footer a:hover, html.non-touch #site-footer a.is-active {
  color: #b33185; }

html.non-touch #site-footer .current_page_item a {
  color: #b33185; }

html.non-touch .rs-list li a:hover i {
  background: #be2a54;
  color: white; }

html.non-touch .is-default-button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#b33185), to(#c82429));
  background: linear-gradient(to right, #b33185 0%, #c82429 100%); }

html.non-touch .is-default-button.see-through:hover {
  color: white; }

html.non-touch #site-header .site-nav li a:hover {
  color: black; }

html.non-touch #site-header .site-nav li.current_page_item a {
  color: black; }

html.non-touch .is-news:hover .img-wrapper:after {
  border-color: #be2a54; }

html.non-touch .is-news:hover h5 {
  color: #be2a54; }

html.non-touch .select-wrapper > ul a:hover {
  color: #be2a54; }

html.non-touch .is-promo:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02); }

html.non-touch .is-promo:hover h4 {
  color: #be2a54; }

html .formcraft-css .powered-by {
  display: none; }

html .formcraft-css .is-required {
  position: absolute;
  right: 25px;
  text-decoration: none !important; }
  html .formcraft-css .is-required span {
    color: #b33185; }

html .formcraft-css .fc-form .form-element:last-child .form-element-html {
  padding-bottom: 0; }

html .formcraft-css .fc-form .form-element .form-element-html label {
  padding: 0; }

html .formcraft-css .fc-form .form-element .form-element-html .main-label {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  width: 100%;
  position: relative;
  color: #212121;
  text-align: left;
  text-transform: uppercase; }
  html .formcraft-css .fc-form .form-element .form-element-html .main-label > span, html .formcraft-css .fc-form .form-element .form-element-html .main-label > abbr {
    display: block;
    width: 100%; }
    html .formcraft-css .fc-form .form-element .form-element-html .main-label > span::after, html .formcraft-css .fc-form .form-element .form-element-html .main-label > abbr::after {
      right: 15px !important;
      top: 0 !important;
      text-decoration: none !important;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      color: #be2a54 !important;
      font-weight: 400; }

html .formcraft-css .fc-form .form-element .form-element-html .field-cover > span {
  padding-right: 0 !important; }

html .formcraft-css .fc-form .form-element .form-element-html .error {
  font-family: "Montserrat", sans-serif;
  color: #be2a54;
  font-size: 9px;
  line-height: 1;
  left: 0 !important;
  top: auto;
  bottom: -15px;
  padding: 3px 5px;
  background: none;
  font-weight: 500;
text-transform: uppercase; }

html .formcraft-css .fc-form .form-element .form-element-html input[type='text'],
html .formcraft-css .fc-form .form-element .form-element-html input[type='email'],
html .formcraft-css .fc-form .form-element .form-element-html input[type='password'],
html .formcraft-css .fc-form .form-element .form-element-html select,
html .formcraft-css .fc-form .form-element .form-element-html textarea {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background: #f1f2f2 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 15px;
  border-radius: 5px;
  display: block;
  width: 100%;
  color: #212121 !important;
  outline: none;
  resize: vertical;
  -moz-appearance: none;
  -webkit-appearance: none; }

html .formcraft-css .fc-form .form-element .form-element-html .checkbox-cover > div label {
  position: relative;
  margin: 0;
  cursor: pointer;
  line-height: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #131313;
  text-transform: none; }
  html .formcraft-css .fc-form .form-element .form-element-html .checkbox-cover > div label a {
    color: #be2a54; }

html .formcraft-css .fc-form .form-element .form-element-html input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #f1f2f2 !important;
  border: none;
  padding: 0;
  margin-right: 10px; }
  html .formcraft-css .fc-form .form-element .form-element-html input[type="checkbox"]:before {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 3px;
    font-family: 'voguish' !important;
    content: "\e919";
    color: #be2a54;
    text-align: center;
    line-height: 15px;
    border: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

html .formcraft-css .fc-form .form-element .form-element-html select {
  background-image: url("img/arrowDown.svg") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 18px) 50% !important;
  background-size: 8px auto !important;
  background-color: #f1f2f2 !important;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #212121; }

html .formcraft-css .fc-form .form-element .form-element-html .button {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#c82429), to(#b33185)) !important;
  background: linear-gradient(to right, #c82429 0%, #b33185 100%) !important;
  padding: 20px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: white !important;
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border: none;
  text-shadow: none !important; }

html .formcraft-css .fc-form .form-element .form-element-html .wide-true .submit-button {
  width: 100%;
  padding: 15px 30px; }

html .formcraft-css .fc-form .form-element .form-element-html .button:hover, html .formcraft-css .fc-form .form-element .form-element-html .submit-cover .submit-button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#b33185), to(#c82429)) !important;
  background: linear-gradient(to right, #b33185 0%, #c82429 100%) !important; }

html .formcraft-css .fc-form .form-element .form-element-html .submit-cover .submit-button .text, html .formcraft-css .fc-form .form-element .form-element-html .field-cover .button, html .formcraft-css .fc-form .form-element .form-element-html .submit-cover .submit-button:hover {
  text-shadow: none !important; }

html .formcraft-css .fc-form .form-element .form-element-html .submit-response {
  font-family: "Montserrat", sans-serif;
  text-align: left; }
  html .formcraft-css .fc-form .form-element .form-element-html .submit-response > span.has-error {
    color: #b33185; }

html .formcraft-css .fc-form .final-success span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #be2a54;
  text-transform: uppercase; }





/****************************** 1024px *************************/
/****************************** 768px *************************/
/* Smaller than an iPad portrait (so all phones) */
@media (max-width: 768px) {
  .is-hiddenInMobile {
    display: none; }
  .is-hiddenInDesktop {
    display: block; }
  .is-wrapper {
    width: 100%;
    padding: 0 25px; }
  [class*="row"].no-margin-bottom {
    margin-bottom: 0; }
    [class*="row"].no-margin-bottom > [class*="col-"] {
      margin-bottom: 25px; }
      [class*="row"].no-margin-bottom > [class*="col-"]:last-child {
        margin-bottom: 0; }
  [class*="row"].no-padding [class*="col"] {
    margin-bottom: 25px; }
    [class*="row"].no-padding [class*="col"]:last-child {
      margin-bottom: 0; }
  .is-default-button {
    font-size: 11px; }
    .is-default-button.is-fit {
      padding: 15px; }
      .is-default-button.is-fit.see-through {
        padding: 13px 12px; }
  h1,
  .h1 {
    font-size: 22px; }
  h2,
  .h2 {
    font-size: 20px; }
  h3,
  .h3 {
    font-size: 18px; }
  h4,
  .h4 {
    font-size: 16px; }
  h5,
  .h5 {
    font-size: 15px; }
  h6,
  .h6 {
    font-size: 13px; }
  time {
    font-size: 12px; }
  #the-content-wrapper {
    padding: 25px 0; }
  .is-page-visu {
    height: 250px; }
  .annonceTxt {
    font-size: 9px; }
  #header-logo {
    margin-right: 0; }
  .is-page-title {
    margin-bottom: 25px; }
  /* Reservation page */
  .car-wrapper {
    padding: 25px; }
  /* Vehicules page */
  .grey-bloc {
    padding: 15px 20px; }
  #steps-content {
    margin-top: 25px; }
  /* Search page */
  #selection-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #selection-wrapper .info-wrapper {
      margin-bottom: 25px; }
      #selection-wrapper .info-wrapper h6 {
        margin-bottom: 10px; }
  .is-vignette {
    padding: 25px; }
  #steps-wrapper .step-trigger {
    margin: 0; }
    #steps-wrapper .step-trigger span {
      margin: 0;
      padding: 0; }
      #steps-wrapper .step-trigger span:last-child {
        display: none; }
  #steps-wrapper .line-sep {
    width: 30px; }
  #steps-content .main .option-row {
    padding: 10px 20px; }
    #steps-content .main .option-row ul.is-table li {
      padding: 0 10px; }
  /* WebCallBack */
  #the-webcallback {
    width: calc(100% - 50px); }
  /* Menu */
  /* Footer */
  #site-footer .footer-logo img {
    width: 125px; }
  #site-footer .rs-list li:first-child {
    padding-right: 10px;
    line-height: 35px; }
  /*Search form*/
  #search-form > .is-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #search-form > .is-flexbox > .column {
      margin: 0 0 25px 0;
      width: 100%; }
      #search-form > .is-flexbox > .column select {
        width: 100%;
        min-width: auto; }
      #search-form > .is-flexbox > .column .column {
        margin-right: 15px; }
        #search-form > .is-flexbox > .column .column .input-wrapper {
          margin-left: 5px; }
          #search-form > .is-flexbox > .column .column .input-wrapper:first-child {
            margin-left: 0; }
        #search-form > .is-flexbox > .column .column:last-child {
          margin-right: 0; }
  #news.is-wrapper, #promotions.is-wrapper {
    padding: 0; }
    #news.is-wrapper header, #promotions.is-wrapper header {
      padding-right: 25px;
      padding-left: 25px; }
  /*service*/
  .service .service-img {
    width: 100px;
    height: 100px; }
  .service .service-text {
    top: 25px; }
    .service .service-text img {
      width: 50px; 
        display:inline-block;
    }
  .is-date, .is-time {
    width: 80px;
    height: 40px;
    padding: 0 10px; }
    .is-date .jour, .is-date .heure, .is-time .jour, .is-time .heure {
      font-size: 25px; }
    .is-date .minute, .is-date .mois, .is-time .minute, .is-time .mois {
      font-size: 10px; } 
    
    blockquote{
        font-size:16px;
    }
    
    .with-border{
        padding:25px;
    }
    
    #newsletter-container{
        padding:25px;
    }
}











