@charset "UTF-8";
/*
VARIABLES
----------------------------------------------------------------
Contient les variables de bases pour les couleurs, fonts et mesures
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/*
MIXINS
----------------------------------------------------------------
Contient les fonctions SCSS
*/
/*
BASE
----------------------------------------------------------------
Contient la base des styles pour constuire le site. Reset des propri├®t├®s de base des diff├®rents navigateurs
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
GRID
----------------------------------------------------------------
Contient les classes pour la grille de mise en page
*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.phone-p-0 {
  padding: 0px !important; }

.phone-p-5 {
  padding: 5px !important; }

.phone-p-10 {
  padding: 10px !important; }

.phone-p-15 {
  padding: 15px !important; }

.phone-p-20 {
  padding: 20px !important; }

.phone-p-30 {
  padding: 30px !important; }

.phone-p-40 {
  padding: 40px !important; }

.phone-p-50 {
  padding: 50px !important; }

.phone-pt-0 {
  padding-top: 0px !important; }

.phone-pt-5 {
  padding-top: 5px !important; }

.phone-pt-10 {
  padding-top: 10px !important; }

.phone-pt-15 {
  padding-top: 15px !important; }

.phone-pt-20 {
  padding-top: 20px !important; }

.phone-pt-30 {
  padding-top: 30px !important; }

.phone-pt-40 {
  padding-top: 40px !important; }

.phone-pt-50 {
  padding-top: 50px !important; }

.phone-pr-0 {
  padding-right: 0px !important; }

.phone-pr-5 {
  padding-right: 5px !important; }

.phone-pr-10 {
  padding-right: 10px !important; }

.phone-pr-15 {
  padding-right: 15px !important; }

.phone-pr-20 {
  padding-right: 20px !important; }

.phone-pr-30 {
  padding-right: 30px !important; }

.phone-pr-40 {
  padding-right: 40px !important; }

.phone-pr-50 {
  padding-right: 50px !important; }

.phone-pb-0 {
  padding-bottom: 0px !important; }

.phone-pb-5 {
  padding-bottom: 5px !important; }

.phone-pb-10 {
  padding-bottom: 10px !important; }

.phone-pb-15 {
  padding-bottom: 15px !important; }

.phone-pb-20 {
  padding-bottom: 20px !important; }

.phone-pb-30 {
  padding-bottom: 30px !important; }

.phone-pb-40 {
  padding-bottom: 40px !important; }

.phone-pb-50 {
  padding-bottom: 50px !important; }

.phone-pl-0 {
  padding-left: 0px !important; }

.phone-pl-5 {
  padding-left: 5px !important; }

.phone-pl-10 {
  padding-left: 10px !important; }

.phone-pl-15 {
  padding-left: 15px !important; }

.phone-pl-20 {
  padding-left: 20px !important; }

.phone-pl-30 {
  padding-left: 30px !important; }

.phone-pl-40 {
  padding-left: 40px !important; }

.phone-pl-50 {
  padding-left: 50px !important; }

.phone-m-0 {
  margin: 0px !important; }

.phone-m-5 {
  margin: 5px !important; }

.phone-m-10 {
  margin: 10px !important; }

.phone-m-15 {
  margin: 15px !important; }

.phone-m-20 {
  margin: 20px !important; }

.phone-m-30 {
  margin: 30px !important; }

.phone-m-40 {
  margin: 40px !important; }

.phone-m-50 {
  margin: 50px !important; }

.phone-mt-0 {
  margin-top: 0px !important; }

.phone-mt-5 {
  margin-top: 5px !important; }

.phone-mt-10 {
  margin-top: 10px !important; }

.phone-mt-15 {
  margin-top: 15px !important; }

.phone-mt-20 {
  margin-top: 20px !important; }

.phone-mt-30 {
  margin-top: 30px !important; }

.phone-mt-40 {
  margin-top: 40px !important; }

.phone-mt-50 {
  margin-top: 50px !important; }

.phone-mr-0 {
  margin-right: 0px !important; }

.phone-mr-5 {
  margin-right: 5px !important; }

.phone-mr-10 {
  margin-right: 10px !important; }

.phone-mr-15 {
  margin-right: 15px !important; }

.phone-mr-20 {
  margin-right: 20px !important; }

.phone-mr-30 {
  margin-right: 30px !important; }

.phone-mr-40 {
  margin-right: 40px !important; }

.phone-mr-50 {
  margin-right: 50px !important; }

.phone-mb-0 {
  margin-bottom: 0px !important; }

.phone-mb-5 {
  margin-bottom: 5px !important; }

.phone-mb-10 {
  margin-bottom: 10px !important; }

.phone-mb-15 {
  margin-bottom: 15px !important; }

.phone-mb-20 {
  margin-bottom: 20px !important; }

.phone-mb-30 {
  margin-bottom: 30px !important; }

.phone-mb-40 {
  margin-bottom: 40px !important; }

.phone-mb-50 {
  margin-bottom: 50px !important; }

.phone-ml-0 {
  margin-left: 0px !important; }

.phone-ml-5 {
  margin-left: 5px !important; }

.phone-ml-10 {
  margin-left: 10px !important; }

.phone-ml-15 {
  margin-left: 15px !important; }

.phone-ml-20 {
  margin-left: 20px !important; }

.phone-ml-30 {
  margin-left: 30px !important; }

.phone-ml-40 {
  margin-left: 40px !important; }

.phone-ml-50 {
  margin-left: 50px !important; }

@media screen and (min-width: 672px) {
  .tab-p-0 {
    padding: 0px !important; }

  .tab-p-5 {
    padding: 5px !important; }

  .tab-p-10 {
    padding: 10px !important; }

  .tab-p-15 {
    padding: 15px !important; }

  .tab-p-20 {
    padding: 20px !important; }

  .tab-p-30 {
    padding: 30px !important; }

  .tab-p-40 {
    padding: 40px !important; }

  .tab-p-50 {
    padding: 50px !important; }

  .tab-pt-0 {
    padding-top: 0px !important; }

  .tab-pt-5 {
    padding-top: 5px !important; }

  .tab-pt-10 {
    padding-top: 10px !important; }

  .tab-pt-15 {
    padding-top: 15px !important; }

  .tab-pt-20 {
    padding-top: 20px !important; }

  .tab-pt-30 {
    padding-top: 30px !important; }

  .tab-pt-40 {
    padding-top: 40px !important; }

  .tab-pt-50 {
    padding-top: 50px !important; }

  .tab-pr-0 {
    padding-right: 0px !important; }

  .tab-pr-5 {
    padding-right: 5px !important; }

  .tab-pr-10 {
    padding-right: 10px !important; }

  .tab-pr-15 {
    padding-right: 15px !important; }

  .tab-pr-20 {
    padding-right: 20px !important; }

  .tab-pr-30 {
    padding-right: 30px !important; }

  .tab-pr-40 {
    padding-right: 40px !important; }

  .tab-pr-50 {
    padding-right: 50px !important; }

  .tab-pb-0 {
    padding-bottom: 0px !important; }

  .tab-pb-5 {
    padding-bottom: 5px !important; }

  .tab-pb-10 {
    padding-bottom: 10px !important; }

  .tab-pb-15 {
    padding-bottom: 15px !important; }

  .tab-pb-20 {
    padding-bottom: 20px !important; }

  .tab-pb-30 {
    padding-bottom: 30px !important; }

  .tab-pb-40 {
    padding-bottom: 40px !important; }

  .tab-pb-50 {
    padding-bottom: 50px !important; }

  .tab-pl-0 {
    padding-left: 0px !important; }

  .tab-pl-5 {
    padding-left: 5px !important; }

  .tab-pl-10 {
    padding-left: 10px !important; }

  .tab-pl-15 {
    padding-left: 15px !important; }

  .tab-pl-20 {
    padding-left: 20px !important; }

  .tab-pl-30 {
    padding-left: 30px !important; }

  .tab-pl-40 {
    padding-left: 40px !important; }

  .tab-pl-50 {
    padding-left: 50px !important; }

  .tab-m-0 {
    margin: 0px !important; }

  .tab-m-5 {
    margin: 5px !important; }

  .tab-m-10 {
    margin: 10px !important; }

  .tab-m-15 {
    margin: 15px !important; }

  .tab-m-20 {
    margin: 20px !important; }

  .tab-m-30 {
    margin: 30px !important; }

  .tab-m-40 {
    margin: 40px !important; }

  .tab-m-50 {
    margin: 50px !important; }

  .tab-mt-0 {
    margin-top: 0px !important; }

  .tab-mt-5 {
    margin-top: 5px !important; }

  .tab-mt-10 {
    margin-top: 10px !important; }

  .tab-mt-15 {
    margin-top: 15px !important; }

  .tab-mt-20 {
    margin-top: 20px !important; }

  .tab-mt-30 {
    margin-top: 30px !important; }

  .tab-mt-40 {
    margin-top: 40px !important; }

  .tab-mt-50 {
    margin-top: 50px !important; }

  .tab-mr-0 {
    margin-right: 0px !important; }

  .tab-mr-5 {
    margin-right: 5px !important; }

  .tab-mr-10 {
    margin-right: 10px !important; }

  .tab-mr-15 {
    margin-right: 15px !important; }

  .tab-mr-20 {
    margin-right: 20px !important; }

  .tab-mr-30 {
    margin-right: 30px !important; }

  .tab-mr-40 {
    margin-right: 40px !important; }

  .tab-mr-50 {
    margin-right: 50px !important; }

  .tab-mb-0 {
    margin-bottom: 0px !important; }

  .tab-mb-5 {
    margin-bottom: 5px !important; }

  .tab-mb-10 {
    margin-bottom: 10px !important; }

  .tab-mb-15 {
    margin-bottom: 15px !important; }

  .tab-mb-20 {
    margin-bottom: 20px !important; }

  .tab-mb-30 {
    margin-bottom: 30px !important; }

  .tab-mb-40 {
    margin-bottom: 40px !important; }

  .tab-mb-50 {
    margin-bottom: 50px !important; }

  .tab-ml-0 {
    margin-left: 0px !important; }

  .tab-ml-5 {
    margin-left: 5px !important; }

  .tab-ml-10 {
    margin-left: 10px !important; }

  .tab-ml-15 {
    margin-left: 15px !important; }

  .tab-ml-20 {
    margin-left: 20px !important; }

  .tab-ml-30 {
    margin-left: 30px !important; }

  .tab-ml-40 {
    margin-left: 40px !important; }

  .tab-ml-50 {
    margin-left: 50px !important; } }
@media screen and (min-width: 1056px) {
  .desk-p-0 {
    padding: 0px !important; }

  .desk-p-5 {
    padding: 5px !important; }

  .desk-p-10 {
    padding: 10px !important; }

  .desk-p-15 {
    padding: 15px !important; }

  .desk-p-20 {
    padding: 20px !important; }

  .desk-p-30 {
    padding: 30px !important; }

  .desk-p-40 {
    padding: 40px !important; }

  .desk-p-50 {
    padding: 50px !important; }

  .desk-pt-0 {
    padding-top: 0px !important; }

  .desk-pt-5 {
    padding-top: 5px !important; }

  .desk-pt-10 {
    padding-top: 10px !important; }

  .desk-pt-15 {
    padding-top: 15px !important; }

  .desk-pt-20 {
    padding-top: 20px !important; }

  .desk-pt-30 {
    padding-top: 30px !important; }

  .desk-pt-40 {
    padding-top: 40px !important; }

  .desk-pt-50 {
    padding-top: 50px !important; }

  .desk-pr-0 {
    padding-right: 0px !important; }

  .desk-pr-5 {
    padding-right: 5px !important; }

  .desk-pr-10 {
    padding-right: 10px !important; }

  .desk-pr-15 {
    padding-right: 15px !important; }

  .desk-pr-20 {
    padding-right: 20px !important; }

  .desk-pr-30 {
    padding-right: 30px !important; }

  .desk-pr-40 {
    padding-right: 40px !important; }

  .desk-pr-50 {
    padding-right: 50px !important; }

  .desk-pb-0 {
    padding-bottom: 0px !important; }

  .desk-pb-5 {
    padding-bottom: 5px !important; }

  .desk-pb-10 {
    padding-bottom: 10px !important; }

  .desk-pb-15 {
    padding-bottom: 15px !important; }

  .desk-pb-20 {
    padding-bottom: 20px !important; }

  .desk-pb-30 {
    padding-bottom: 30px !important; }

  .desk-pb-40 {
    padding-bottom: 40px !important; }

  .desk-pb-50 {
    padding-bottom: 50px !important; }

  .desk-pl-0 {
    padding-left: 0px !important; }

  .desk-pl-5 {
    padding-left: 5px !important; }

  .desk-pl-10 {
    padding-left: 10px !important; }

  .desk-pl-15 {
    padding-left: 15px !important; }

  .desk-pl-20 {
    padding-left: 20px !important; }

  .desk-pl-30 {
    padding-left: 30px !important; }

  .desk-pl-40 {
    padding-left: 40px !important; }

  .desk-pl-50 {
    padding-left: 50px !important; }

  .desk-m-0 {
    margin: 0px !important; }

  .desk-m-5 {
    margin: 5px !important; }

  .desk-m-10 {
    margin: 10px !important; }

  .desk-m-15 {
    margin: 15px !important; }

  .desk-m-20 {
    margin: 20px !important; }

  .desk-m-30 {
    margin: 30px !important; }

  .desk-m-40 {
    margin: 40px !important; }

  .desk-m-50 {
    margin: 50px !important; }

  .desk-mt-0 {
    margin-top: 0px !important; }

  .desk-mt-5 {
    margin-top: 5px !important; }

  .desk-mt-10 {
    margin-top: 10px !important; }

  .desk-mt-15 {
    margin-top: 15px !important; }

  .desk-mt-20 {
    margin-top: 20px !important; }

  .desk-mt-30 {
    margin-top: 30px !important; }

  .desk-mt-40 {
    margin-top: 40px !important; }

  .desk-mt-50 {
    margin-top: 50px !important; }

  .desk-mr-0 {
    margin-right: 0px !important; }

  .desk-mr-5 {
    margin-right: 5px !important; }

  .desk-mr-10 {
    margin-right: 10px !important; }

  .desk-mr-15 {
    margin-right: 15px !important; }

  .desk-mr-20 {
    margin-right: 20px !important; }

  .desk-mr-30 {
    margin-right: 30px !important; }

  .desk-mr-40 {
    margin-right: 40px !important; }

  .desk-mr-50 {
    margin-right: 50px !important; }

  .desk-mb-0 {
    margin-bottom: 0px !important; }

  .desk-mb-5 {
    margin-bottom: 5px !important; }

  .desk-mb-10 {
    margin-bottom: 10px !important; }

  .desk-mb-15 {
    margin-bottom: 15px !important; }

  .desk-mb-20 {
    margin-bottom: 20px !important; }

  .desk-mb-30 {
    margin-bottom: 30px !important; }

  .desk-mb-40 {
    margin-bottom: 40px !important; }

  .desk-mb-50 {
    margin-bottom: 50px !important; }

  .desk-ml-0 {
    margin-left: 0px !important; }

  .desk-ml-5 {
    margin-left: 5px !important; }

  .desk-ml-10 {
    margin-left: 10px !important; }

  .desk-ml-15 {
    margin-left: 15px !important; }

  .desk-ml-20 {
    margin-left: 20px !important; }

  .desk-ml-30 {
    margin-left: 30px !important; }

  .desk-ml-40 {
    margin-left: 40px !important; }

  .desk-ml-50 {
    margin-left: 50px !important; } }
@media screen and (min-width: 1302px) {
  .lgdesk-p-0 {
    padding: 0px !important; }

  .lgdesk-p-5 {
    padding: 5px !important; }

  .lgdesk-p-10 {
    padding: 10px !important; }

  .lgdesk-p-15 {
    padding: 15px !important; }

  .lgdesk-p-20 {
    padding: 20px !important; }

  .lgdesk-p-30 {
    padding: 30px !important; }

  .lgdesk-p-40 {
    padding: 40px !important; }

  .lgdesk-p-50 {
    padding: 50px !important; }

  .lgdesk-pt-0 {
    padding-top: 0px !important; }

  .lgdesk-pt-5 {
    padding-top: 5px !important; }

  .lgdesk-pt-10 {
    padding-top: 10px !important; }

  .lgdesk-pt-15 {
    padding-top: 15px !important; }

  .lgdesk-pt-20 {
    padding-top: 20px !important; }

  .lgdesk-pt-30 {
    padding-top: 30px !important; }

  .lgdesk-pt-40 {
    padding-top: 40px !important; }

  .lgdesk-pt-50 {
    padding-top: 50px !important; }

  .lgdesk-pr-0 {
    padding-right: 0px !important; }

  .lgdesk-pr-5 {
    padding-right: 5px !important; }

  .lgdesk-pr-10 {
    padding-right: 10px !important; }

  .lgdesk-pr-15 {
    padding-right: 15px !important; }

  .lgdesk-pr-20 {
    padding-right: 20px !important; }

  .lgdesk-pr-30 {
    padding-right: 30px !important; }

  .lgdesk-pr-40 {
    padding-right: 40px !important; }

  .lgdesk-pr-50 {
    padding-right: 50px !important; }

  .lgdesk-pb-0 {
    padding-bottom: 0px !important; }

  .lgdesk-pb-5 {
    padding-bottom: 5px !important; }

  .lgdesk-pb-10 {
    padding-bottom: 10px !important; }

  .lgdesk-pb-15 {
    padding-bottom: 15px !important; }

  .lgdesk-pb-20 {
    padding-bottom: 20px !important; }

  .lgdesk-pb-30 {
    padding-bottom: 30px !important; }

  .lgdesk-pb-40 {
    padding-bottom: 40px !important; }

  .lgdesk-pb-50 {
    padding-bottom: 50px !important; }

  .lgdesk-pl-0 {
    padding-left: 0px !important; }

  .lgdesk-pl-5 {
    padding-left: 5px !important; }

  .lgdesk-pl-10 {
    padding-left: 10px !important; }

  .lgdesk-pl-15 {
    padding-left: 15px !important; }

  .lgdesk-pl-20 {
    padding-left: 20px !important; }

  .lgdesk-pl-30 {
    padding-left: 30px !important; }

  .lgdesk-pl-40 {
    padding-left: 40px !important; }

  .lgdesk-pl-50 {
    padding-left: 50px !important; }

  .lgdesk-m-0 {
    margin: 0px !important; }

  .lgdesk-m-5 {
    margin: 5px !important; }

  .lgdesk-m-10 {
    margin: 10px !important; }

  .lgdesk-m-15 {
    margin: 15px !important; }

  .lgdesk-m-20 {
    margin: 20px !important; }

  .lgdesk-m-30 {
    margin: 30px !important; }

  .lgdesk-m-40 {
    margin: 40px !important; }

  .lgdesk-m-50 {
    margin: 50px !important; }

  .lgdesk-mt-0 {
    margin-top: 0px !important; }

  .lgdesk-mt-5 {
    margin-top: 5px !important; }

  .lgdesk-mt-10 {
    margin-top: 10px !important; }

  .lgdesk-mt-15 {
    margin-top: 15px !important; }

  .lgdesk-mt-20 {
    margin-top: 20px !important; }

  .lgdesk-mt-30 {
    margin-top: 30px !important; }

  .lgdesk-mt-40 {
    margin-top: 40px !important; }

  .lgdesk-mt-50 {
    margin-top: 50px !important; }

  .lgdesk-mr-0 {
    margin-right: 0px !important; }

  .lgdesk-mr-5 {
    margin-right: 5px !important; }

  .lgdesk-mr-10 {
    margin-right: 10px !important; }

  .lgdesk-mr-15 {
    margin-right: 15px !important; }

  .lgdesk-mr-20 {
    margin-right: 20px !important; }

  .lgdesk-mr-30 {
    margin-right: 30px !important; }

  .lgdesk-mr-40 {
    margin-right: 40px !important; }

  .lgdesk-mr-50 {
    margin-right: 50px !important; }

  .lgdesk-mb-0 {
    margin-bottom: 0px !important; }

  .lgdesk-mb-5 {
    margin-bottom: 5px !important; }

  .lgdesk-mb-10 {
    margin-bottom: 10px !important; }

  .lgdesk-mb-15 {
    margin-bottom: 15px !important; }

  .lgdesk-mb-20 {
    margin-bottom: 20px !important; }

  .lgdesk-mb-30 {
    margin-bottom: 30px !important; }

  .lgdesk-mb-40 {
    margin-bottom: 40px !important; }

  .lgdesk-mb-50 {
    margin-bottom: 50px !important; }

  .lgdesk-ml-0 {
    margin-left: 0px !important; }

  .lgdesk-ml-5 {
    margin-left: 5px !important; }

  .lgdesk-ml-10 {
    margin-left: 10px !important; }

  .lgdesk-ml-15 {
    margin-left: 15px !important; }

  .lgdesk-ml-20 {
    margin-left: 20px !important; }

  .lgdesk-ml-30 {
    margin-left: 30px !important; }

  .lgdesk-ml-40 {
    margin-left: 40px !important; }

  .lgdesk-ml-50 {
    margin-left: 50px !important; } }
/*Definition container de taille fixe*/
@media screen and (min-width: 365px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 324px; } }
@media screen and (min-width: 680px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 648px; } }
@media screen and (min-width: 992px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 960px; } }
@media screen and (min-width: 1172px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 1140px; } }
@media screen and (min-width: 1312px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 1280px; } }
* {
  box-sizing: border-box; }

/*container prenant toute la largeur de l'ecran*/
.container-fluid {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

/*Container de ligne*/
.row {
  margin-left: -10px;
  margin-right: -10px; }

/*Definition des colonnes*/
.phone-auto, .tab-auto, .desk-auto, .lgdesk-auto, .phone-0, .tab-0, .desk-0, .lgdesk-0, .phone-1, .tab-1, .desk-1, .lgdesk-1, .phone-2, .tab-2, .desk-2, .lgdesk-2, .phone-3, .tab-3, .desk-3, .lgdesk-3, .phone-4, .tab-4, .desk-4, .lgdesk-4, .phone-5, .tab-5, .desk-5, .lgdesk-5, .phone-6, .tab-6, .desk-6, .lgdesk-6, .phone-7, .tab-7, .desk-7, .lgdesk-7, .phone-8, .tab-8, .desk-8, .lgdesk-8, .phone-9, .tab-9, .desk-9, .lgdesk-9, .phone-10, .tab-10, .desk-10, .lgdesk-10, .phone-11, .tab-11, .desk-11, .lgdesk-11, .phone-12, .tab-12, .desk-12, .lgdesk-12 {
  position: relative;
  min-height: 1px; }

.phone-auto, .phone-0, .phone-1, .phone-2, .phone-3, .phone-4, .phone-5, .phone-6, .phone-7, .phone-8, .phone-9, .phone-10, .phone-11, .phone-12 {
  float: left; }

/*Telephone*/
.phone-12 {
  width: 100.0%; }

.phone-11 {
  width: 91.66667%; }

.phone-10 {
  width: 83.33333%; }

.phone-9 {
  width: 75.0%; }

.phone-8 {
  width: 66.66667%; }

.phone-7 {
  width: 58.33333%; }

.phone-6 {
  width: 50.0%; }

.phone-5 {
  width: 41.66667%; }

.phone-4 {
  width: 33.33333%; }

.phone-3 {
  width: 25.0%; }

.phone-2 {
  width: 16.66667%; }

.phone-1 {
  width: 8.33333%; }

.phone-0 {
  width: 0%; }

.phone-auto {
  width: auto; }

/*Deplacement vers la gauche: telephone*/
.phone-pull-12 {
  right: 100.0%; }

.phone-pull-11 {
  right: 91.66667%; }

.phone-pull-10 {
  right: 83.33333%; }

.phone-pull-9 {
  right: 75.0%; }

.phone-pull-8 {
  right: 66.66667%; }

.phone-pull-7 {
  right: 58.33333%; }

.phone-pull-6 {
  right: 50.0%; }

.phone-pull-5 {
  right: 41.66667%; }

.phone-pull-4 {
  right: 33.33333%; }

.phone-pull-3 {
  right: 25.0%; }

.phone-pull-2 {
  right: 16.66667%; }

.phone-pull-1 {
  right: 8.33333%; }

.phone-pull-0 {
  right: auto !important; }

/*Deplacement vers la droite: telephone*/
.phone-push-12 {
  left: 100.0%; }

.phone-push-11 {
  left: 91.66667%; }

.phone-push-10 {
  left: 83.33333%; }

.phone-push-9 {
  left: 75.0%; }

.phone-push-8 {
  left: 66.66667%; }

.phone-push-7 {
  left: 58.33333%; }

.phone-push-6 {
  left: 50.0%; }

.phone-push-5 {
  left: 41.66667%; }

.phone-push-4 {
  left: 33.33333%; }

.phone-push-3 {
  left: 25.0%; }

.phone-push-2 {
  left: 16.66667%; }

.phone-push-1 {
  left: 8.33333%; }

.phone-pull-0 {
  right: auto !important; }

/*marge vers la gauche telephone*/
.phone-offset-12 {
  margin-left: 100.0% !important; }

.phone-offset-11 {
  margin-left: 91.66667% !important; }

.phone-offset-10 {
  margin-left: 83.33333% !important; }

.phone-offset-9 {
  margin-left: 75.0% !important; }

.phone-offset-8 {
  margin-left: 66.66667% !important; }

.phone-offset-7 {
  margin-left: 58.33333% !important; }

.phone-offset-6 {
  margin-left: 50.0% !important; }

.phone-offset-5 {
  margin-left: 41.66667% !important; }

.phone-offset-4 {
  margin-left: 33.33333% !important; }

.phone-offset-3 {
  margin-left: 25.0% !important; }

.phone-offset-2 {
  margin-left: 16.66667% !important; }

.phone-offset-1 {
  margin-left: 8.33333% !important; }

.phone-offset-0 {
  margin-left: 0% !important; }

/*marge vers la droite telephone*/
.phone-offset-right-12 {
  margin-right: 100.0% !important; }

.phone-offset-right-11 {
  margin-right: 91.66667% !important; }

.phone-offset-right-10 {
  margin-right: 83.33333% !important; }

.phone-offset-right-9 {
  margin-right: 75.0% !important; }

.phone-offset-right-8 {
  margin-right: 66.66667% !important; }

.phone-offset-right-7 {
  margin-right: 58.33333% !important; }

.phone-offset-right-6 {
  margin-right: 50.0% !important; }

.phone-offset-right-5 {
  margin-right: 41.66667% !important; }

.phone-offset-right-4 {
  margin-right: 33.33333% !important; }

.phone-offset-right-3 {
  margin-right: 25.0% !important; }

.phone-offset-right-2 {
  margin-right: 16.66667% !important; }

.phone-offset-right-1 {
  margin-right: 8.33333% !important; }

.phone-offset-right-0 {
  margin-right: 0% !important; }

/*Colonnes pour tablette*/
@media screen and (min-width: 672px) {
  .tab-auto, .tab-0, .tab-1, .tab-2, .tab-3, .tab-4, .tab-5, .tab-6, .tab-7, .tab-8, .tab-9, .tab-10, .tab-11, .tab-12 {
    float: left; }

  .tab-12 {
    width: 100.0%; }

  .tab-11 {
    width: 91.66667%; }

  .tab-10 {
    width: 83.33333%; }

  .tab-9 {
    width: 75.0%; }

  .tab-8 {
    width: 66.66667%; }

  .tab-7 {
    width: 58.33333%; }

  .tab-6 {
    width: 50.0%; }

  .tab-5 {
    width: 41.66667%; }

  .tab-4 {
    width: 33.33333%; }

  .tab-3 {
    width: 25.0%; }

  .tab-2 {
    width: 16.66667%; }

  .tab-1 {
    width: 8.33333%; }

  .tab-0 {
    width: 0%; }

  .tab-auto {
    width: auto; }

  /*Deplacement vers la gauche: tablette*/
  .tab-pull-12 {
    right: 100.0% !important; }

  .tab-pull-11 {
    right: 91.66667% !important; }

  .tab-pull-10 {
    right: 83.33333% !important; }

  .tab-pull-9 {
    right: 75.0% !important; }

  .tab-pull-8 {
    right: 66.66667% !important; }

  .tab-pull-7 {
    right: 58.33333% !important; }

  .tab-pull-6 {
    right: 50.0% !important; }

  .tab-pull-5 {
    right: 41.66667% !important; }

  .tab-pull-4 {
    right: 33.33333% !important; }

  .tab-pull-3 {
    right: 25.0% !important; }

  .tab-pull-2 {
    right: 16.66667% !important; }

  .tab-pull-1 {
    right: 8.33333% !important; }

  .tab-pull-0 {
    right: auto !important; }

  /*Deplacement vers la droite: tablette*/
  .tab-push-12 {
    left: 100.0% !important; }

  .tab-push-11 {
    left: 91.66667% !important; }

  .tab-push-10 {
    left: 83.33333% !important; }

  .tab-push-9 {
    left: 75.0% !important; }

  .tab-push-8 {
    left: 66.66667% !important; }

  .tab-push-7 {
    left: 58.33333% !important; }

  .tab-push-6 {
    left: 50.0% !important; }

  .tab-push-5 {
    left: 41.66667% !important; }

  .tab-push-4 {
    left: 33.33333% !important; }

  .tab-push-3 {
    left: 25.0% !important; }

  .tab-push-2 {
    left: 16.66667% !important; }

  .tab-push-1 {
    left: 8.33333% !important; }

  .tab-pull-0 {
    right: auto !important; }

  /*marge vers la gauche tablette*/
  .tab-offset-12 {
    margin-left: 100.0% !important; }

  .tab-offset-11 {
    margin-left: 91.66667% !important; }

  .tab-offset-10 {
    margin-left: 83.33333% !important; }

  .tab-offset-9 {
    margin-left: 75.0% !important; }

  .tab-offset-8 {
    margin-left: 66.66667% !important; }

  .tab-offset-7 {
    margin-left: 58.33333% !important; }

  .tab-offset-6 {
    margin-left: 50.0% !important; }

  .tab-offset-5 {
    margin-left: 41.66667% !important; }

  .tab-offset-4 {
    margin-left: 33.33333% !important; }

  .tab-offset-3 {
    margin-left: 25.0% !important; }

  .tab-offset-2 {
    margin-left: 16.66667% !important; }

  .tab-offset-1 {
    margin-left: 8.33333% !important; }

  .tab-offset-0 {
    margin-left: 0% !important; }

  /*marge vers la droite tablette*/
  .tab-offset-right-12 {
    margin-right: 100.0% !important; }

  .tab-offset-right-11 {
    margin-right: 91.66667% !important; }

  .tab-offset-right-10 {
    margin-right: 83.33333% !important; }

  .tab-offset-right-9 {
    margin-right: 75.0% !important; }

  .tab-offset-right-8 {
    margin-right: 66.66667% !important; }

  .tab-offset-right-7 {
    margin-right: 58.33333% !important; }

  .tab-offset-right-6 {
    margin-right: 50.0% !important; }

  .tab-offset-right-5 {
    margin-right: 41.66667% !important; }

  .tab-offset-right-4 {
    margin-right: 33.33333% !important; }

  .tab-offset-right-3 {
    margin-right: 25.0% !important; }

  .tab-offset-right-2 {
    margin-right: 16.66667% !important; }

  .tab-offset-right-1 {
    margin-right: 8.33333% !important; }

  .tab-offset-right-0 {
    margin-right: 0% !important; } }
/*Colonnes pour desktop*/
@media screen and (min-width: 1056px) {
  .desk-auto, .desk-0, .desk-1, .desk-2, .desk-3, .desk-4, .desk-5, .desk-6, .desk-7, .desk-8, .desk-9, .desk-10, .desk-11, .desk-12 {
    float: left; }

  .desk-12 {
    width: 100.0%; }

  .desk-11 {
    width: 91.66667%; }

  .desk-10 {
    width: 83.33333%; }

  .desk-9 {
    width: 75.0%; }

  .desk-8 {
    width: 66.66667%; }

  .desk-7 {
    width: 58.33333%; }

  .desk-6 {
    width: 50.0%; }

  .desk-5 {
    width: 41.66667%; }

  .desk-4 {
    width: 33.33333%; }

  .desk-3 {
    width: 25.0%; }

  .desk-2 {
    width: 16.66667%; }

  .desk-1 {
    width: 8.33333%; }

  .desk-0 {
    width: 0%; }

  .desk-auto {
    width: auto; }

  /*Deplacement vers la gauche: desktop*/
  .desk-pull-12 {
    right: 100.0% !important; }

  .desk-pull-11 {
    right: 91.66667% !important; }

  .desk-pull-10 {
    right: 83.33333% !important; }

  .desk-pull-9 {
    right: 75.0% !important; }

  .desk-pull-8 {
    right: 66.66667% !important; }

  .desk-pull-7 {
    right: 58.33333% !important; }

  .desk-pull-6 {
    right: 50.0% !important; }

  .desk-pull-5 {
    right: 41.66667% !important; }

  .desk-pull-4 {
    right: 33.33333% !important; }

  .desk-pull-3 {
    right: 25.0% !important; }

  .desk-pull-2 {
    right: 16.66667% !important; }

  .desk-pull-1 {
    right: 8.33333% !important; }

  .desk-pull-0 {
    right: auto !important; }

  /*Deplacement vers la droite: desktop*/
  .desk-push-12 {
    left: 100.0% !important; }

  .desk-push-11 {
    left: 91.66667% !important; }

  .desk-push-10 {
    left: 83.33333% !important; }

  .desk-push-9 {
    left: 75.0% !important; }

  .desk-push-8 {
    left: 66.66667% !important; }

  .desk-push-7 {
    left: 58.33333% !important; }

  .desk-push-6 {
    left: 50.0% !important; }

  .desk-push-5 {
    left: 41.66667% !important; }

  .desk-push-4 {
    left: 33.33333% !important; }

  .desk-push-3 {
    left: 25.0% !important; }

  .desk-push-2 {
    left: 16.66667% !important; }

  .desk-push-1 {
    left: 8.33333% !important; }

  .desk-pull-0 {
    right: auto !important; }

  /*marge vers la gauche desktop*/
  .desk-offset-12 {
    margin-left: 100.0% !important; }

  .desk-offset-11 {
    margin-left: 91.66667% !important; }

  .desk-offset-10 {
    margin-left: 83.33333% !important; }

  .desk-offset-9 {
    margin-left: 75.0% !important; }

  .desk-offset-8 {
    margin-left: 66.66667% !important; }

  .desk-offset-7 {
    margin-left: 58.33333% !important; }

  .desk-offset-6 {
    margin-left: 50.0% !important; }

  .desk-offset-5 {
    margin-left: 41.66667% !important; }

  .desk-offset-4 {
    margin-left: 33.33333% !important; }

  .desk-offset-3 {
    margin-left: 25.0% !important; }

  .desk-offset-2 {
    margin-left: 16.66667% !important; }

  .desk-offset-1 {
    margin-left: 8.33333% !important; }

  .desk-offset-0 {
    margin-left: 0% !important; }

  /*marge vers la droite desktop*/
  .desk-offset-right-12 {
    margin-right: 100.0% !important; }

  .desk-offset-right-11 {
    margin-right: 91.66667% !important; }

  .desk-offset-right-10 {
    margin-right: 83.33333% !important; }

  .desk-offset-right-9 {
    margin-right: 75.0% !important; }

  .desk-offset-right-8 {
    margin-right: 66.66667% !important; }

  .desk-offset-right-7 {
    margin-right: 58.33333% !important; }

  .desk-offset-right-6 {
    margin-right: 50.0% !important; }

  .desk-offset-right-5 {
    margin-right: 41.66667% !important; }

  .desk-offset-right-4 {
    margin-right: 33.33333% !important; }

  .desk-offset-right-3 {
    margin-right: 25.0% !important; }

  .desk-offset-right-2 {
    margin-right: 16.66667% !important; }

  .desk-offset-right-1 {
    margin-right: 8.33333% !important; }

  .desk-offset-right-0 {
    margin-right: 0% !important; } }
/*Colonnes pour large desktop*/
@media screen and (min-width: 1302px) {
  .lgdesk-auto, .lgdesk-0, .lgdesk-1, .lgdesk-2, .lgdesk-3, .lgdesk-4, .lgdesk-5, .lgdesk-6, .lgdesk-7, .lgdesk-8, .lgdesk-9, .lgdesk-10, .lgdesk-11, .lgdesk-12 {
    float: left; }

  .lgdesk-12 {
    width: 100.0%; }

  .lgdesk-11 {
    width: 91.66667%; }

  .lgdesk-10 {
    width: 83.33333%; }

  .lgdesk-9 {
    width: 75.0%; }

  .lgdesk-8 {
    width: 66.66667%; }

  .lgdesk-7 {
    width: 58.33333%; }

  .lgdesk-6 {
    width: 50.0%; }

  .lgdesk-5 {
    width: 41.66667%; }

  .lgdesk-4 {
    width: 33.33333%; }

  .lgdesk-3 {
    width: 25.0%; }

  .lgdesk-2 {
    width: 16.66667%; }

  .lgdesk-1 {
    width: 8.33333%; }

  .lgdesk-0 {
    width: 0%; }

  .lgdesk-auto {
    width: auto; }

  /*Deplacement vers la gauche: large desktop*/
  .lgdesk-pull-12 {
    right: 100.0% !important; }

  .lgdesk-pull-11 {
    right: 91.66667% !important; }

  .lgdesk-pull-10 {
    right: 83.33333% !important; }

  .lgdesk-pull-9 {
    right: 75.0% !important; }

  .lgdesk-pull-8 {
    right: 66.66667% !important; }

  .lgdesk-pull-7 {
    right: 58.33333% !important; }

  .lgdesk-pull-6 {
    right: 50.0% !important; }

  .lgdesk-pull-5 {
    right: 41.66667% !important; }

  .lgdesk-pull-4 {
    right: 33.33333% !important; }

  .lgdesk-pull-3 {
    right: 25.0% !important; }

  .lgdesk-pull-2 {
    right: 16.66667% !important; }

  .lgdesk-pull-1 {
    right: 8.33333% !important; }

  .lgdesk-pull-0 {
    right: auto !important; }

  /*Deplacement vers la droite: large desktop*/
  .lgdesk-push-12 {
    left: 100.0% !important; }

  .lgdesk-push-11 {
    left: 91.66667% !important; }

  .lgdesk-push-10 {
    left: 83.33333% !important; }

  .lgdesk-push-9 {
    left: 75.0% !important; }

  .lgdesk-push-8 {
    left: 66.66667% !important; }

  .lgdesk-push-7 {
    left: 58.33333% !important; }

  .lgdesk-push-6 {
    left: 50.0% !important; }

  .lgdesk-push-5 {
    left: 41.66667% !important; }

  .lgdesk-push-4 {
    left: 33.33333% !important; }

  .lgdesk-push-3 {
    left: 25.0% !important; }

  .lgdesk-push-2 {
    left: 16.66667% !important; }

  .lgdesk-push-1 {
    left: 8.33333% !important; }

  .lgdesk-pull-0 {
    right: auto !important; }

  /*marge vers la gauche large desktop*/
  .lgdesk-offset-12 {
    margin-left: 100.0% !important; }

  .lgdesk-offset-11 {
    margin-left: 91.66667% !important; }

  .lgdesk-offset-10 {
    margin-left: 83.33333% !important; }

  .lgdesk-offset-9 {
    margin-left: 75.0% !important; }

  .lgdesk-offset-8 {
    margin-left: 66.66667% !important; }

  .lgdesk-offset-7 {
    margin-left: 58.33333% !important; }

  .lgdesk-offset-6 {
    margin-left: 50.0% !important; }

  .lgdesk-offset-5 {
    margin-left: 41.66667% !important; }

  .lgdesk-offset-4 {
    margin-left: 33.33333% !important; }

  .lgdesk-offset-3 {
    margin-left: 25.0% !important; }

  .lgdesk-offset-2 {
    margin-left: 16.66667% !important; }

  .lgdesk-offset-1 {
    margin-left: 8.33333% !important; }

  .lgdesk-offset-0 {
    margin-left: 0% !important; }

  /*marge vers la droite large desktop*/
  .lgdesk-offset-right-12 {
    margin-right: 100.0% !important; }

  .lgdesk-offset-right-11 {
    margin-right: 91.66667% !important; }

  .lgdesk-offset-right-10 {
    margin-right: 83.33333% !important; }

  .lgdesk-offset-right-9 {
    margin-right: 75.0% !important; }

  .lgdesk-offset-right-8 {
    margin-right: 66.66667% !important; }

  .lgdesk-offset-right-7 {
    margin-right: 58.33333% !important; }

  .lgdesk-offset-right-6 {
    margin-right: 50.0% !important; }

  .lgdesk-offset-right-5 {
    margin-right: 41.66667% !important; }

  .lgdesk-offset-right-4 {
    margin-right: 33.33333% !important; }

  .lgdesk-offset-right-3 {
    margin-right: 25.0% !important; }

  .lgdesk-offset-right-2 {
    margin-right: 16.66667% !important; }

  .lgdesk-offset-right-1 {
    margin-right: 8.33333% !important; }

  .lgdesk-offset-right-0 {
    margin-right: 0% !important; } }
.container:before, .clearfix:before, .container-fluid:before, .row:before {
  content: "";
  display: table; }
.container:after, .clearfix:after, .container-fluid:after, .row:after {
  content: "";
  display: table;
  clear: both; }

.center-block {
  display: block;
  float: none !important;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hidden {
  display: none !important; }

.display {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.display-phone,
.display-tab,
.display-desk,
.display-lgdesk {
  display: none !important; }

.display-phone-block,
.display-phone-inline,
.display-phone-inline-block,
.display-tab-block,
.display-tab-inline,
.display-tab-inline-block,
.display-desk-block,
.display-desk-inline,
.display-desk-inline-block,
.display-lgdesk-block,
.display-lgdesk-inline,
.display-lgdesk-inline-block {
  display: none !important; }

@media screen and (max-width: 671px) {
  .display-phone {
    display: block !important; }

  table.display-phone {
    display: table; }

  tr.display-phone {
    display: table-row !important; }

  th.display-phone,
  td.display-phone {
    display: table-cell !important; }

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

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

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

  .hidden-phone {
    display: none !important; } }
/*Classes permettant d'afficher un bloc uniquement en resolution tablette*/
@media screen and (min-width: 672px) and (max-width: 1055px) {
  .display-tab {
    display: block !important; }

  table.display-tab {
    display: table; }

  tr.display-tab {
    display: table-row !important; }

  th.display-tab,
  td.display-tab {
    display: table-cell !important; }

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

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

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

  .hidden-tab {
    display: none !important; } }
/*Classes permettant d'afficher un bloc uniquement en resolution desktop*/
@media screen and (min-width: 1056px) and (max-width: 1301px) {
  .display-desk {
    display: block !important; }

  table.display-desk {
    display: table; }

  tr.display-desk {
    display: table-row !important; }

  th.display-desk,
  td.display-desk {
    display: table-cell !important; }

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

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

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

  .hidden-desk {
    display: none !important; } }
/*Classes permettant d'afficher un bloc uniquement en haute resolution*/
@media screen and (min-width: 1302px) {
  .display-lgdesk {
    display: block !important; }

  table.display-lgdesk {
    display: table; }

  tr.display-lgdesk {
    display: table-row !important; }

  th.display-lgdesk,
  td.display-lgdesk {
    display: table-cell !important; }

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

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

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

  .hidden-lgdesk {
    display: none !important; } }
/*Afficher et cacher bloc lors d'un print*/
.display-print {
  display: none !important; }

@media print {
  .display-print {
    display: block !important; }

  table.display-print {
    display: table; }

  tr.display-print {
    display: table-row !important; }

  th.display-print,
  td.display-print {
    display: table-cell !important; } }
.display-print-block {
  display: none !important; }

@media print {
  .display-print-block {
    display: block !important; } }
.display-print-inline {
  display: none !important; }

@media print {
  .display-print-inline {
    display: inline !important; } }
.display-print-inline-block {
  display: none !important; }

@media print {
  .display-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.align {
  display: flex; }
  .align.row {
    flex-direction: row; }
  .align.row-inverse {
    flex-direction: row-reverse; }
  .align.column {
    flex-direction: column; }
  .align.column-reverse {
    flex-direction: column-reverse; }
  .align.wrap {
    flex-wrap: wrap; }
  .align.left {
    justify-content: flex-start; }
  .align.center {
    justify-content: center; }
  .align.right {
    justify-content: flex-end; }
  .align.spread {
    justify-content: space-around; }
  .align.split {
    justify-content: space-between; }
  .align.top {
    align-items: flex-start; }
  .align.middle {
    align-items: center; }
  .align.bottom {
    align-items: flex-end; }
  .align.stretch {
    align-items: stretch; }

.vertical-align-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  line-height: 1;
  background-color: #ededed; }

@-ms-viewport {
  width: auto !important; }
h1, h2, h3, h4, h5, h6 {
  position: relative;
  color: #e75e0a;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0; }

button {
  border: none;
  background: none; }
  button:focus {
    outline: 0; }

header, section, footer {
  display: block;
  position: relative; }

article, aside {
  display: inline-block;
  position: relative; }

a {
  display: block;
  position: relative;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none; }

ul, li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0; }

hr {
  border-color: white; }

img {
  display: inline-block;
  width: auto;
  height: auto; }

@font-face {
  font-family: "auto-icons";
  src: url("../fonts/auto-icons.eot");
  src: url("../fonts/auto-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/auto-icons.woff") format("woff"), url("../fonts/auto-icons.ttf") format("truetype"), url("../fonts/auto-icons.svg#auto-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "auto-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "auto-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-right-arrow:before {
  content: "\61"; }

.icon-left-arrow:before {
  content: "\62"; }

.icon-x-icone:before {
  content: "\63"; }

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

.icon-home:before {
  content: "\65"; }

.icon-google:before {
  content: "\66"; }

.icon-twitter:before {
  content: "\67"; }

.icon-mobile-ico:before {
  content: "\68"; }

.icon-envelope:before {
  content: "\6a"; }

.icon-print:before {
  content: "\69"; }

.icon-floppy-o:before {
  content: "\6b"; }

.icon-exclamation-triangle:before {
  content: "\6c"; }

.icon-categorie:before {
  content: "\6d"; }

.icon-connecte:before {
  content: "\6e"; }

.icon-connexion:before {
  content: "\6f"; }

.icon-inserer:before {
  content: "\70"; }

.icon-recherche:before {
  content: "\71"; }

.icon-up-arrow:before {
  content: "\73"; }

.icon-arrow-ico:before {
  content: "\74"; }

.icon-left-full-arrow:before {
  content: "\75"; }

.icon-right-full-arrow:before {
  content: "\76"; }

.icon-accessory-ico:before {
  content: "\77"; }

.icon-bike-ico:before {
  content: "\78"; }

.icon-car-ico:before {
  content: "\79"; }

.icon-truck-ico:before {
  content: "\7a"; }

.icon-wheel-ico:before {
  content: "\41"; }

.icon-campingcar-ico:before {
  content: "\42"; }

.icon-sort:before {
  content: "\72"; }

.icon-sort-asc:before {
  content: "\43"; }

.icon-sort-desc:before {
  content: "\44"; }

.icon-info-circle:before {
  content: "\45"; }

.icon-picture-o:before {
  content: "\46"; }

.icon-more-ico:before {
  content: "\47"; }

/*
LAYOUT
----------------------------------------------------------------
Contient les classes suppl├®mentaires pour la mise en page du site + les styles pour la structure g├®n├®rale du site (header, menus et footer)
*/
.container-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  height: 100%; }
  .container-wrapper:before {
    content: "";
    display: table; }
  .container-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.absolute-vertical-align-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.vertical-align-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.disable-vertical-align-middle {
  top: auto;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.flex-align-spread {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-align-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-bottom {
  position: absolute !important;
  bottom: 0; }

.relative {
  position: relative; }

@media screen and (min-width: 1056px) {
  .same-height-col {
    display: table !important;
    width: 100%;
    border-collapse: separate; }

  .same-height-col .row-col {
    display: table-row; }

  .same-height-col .col {
    display: table-cell;
    float: none !important;
    vertical-align: top;
    height: 100%;
    padding-bottom: 0 !important;
    margin: 0 !important; }
    .same-height-col .col:first-child {
      padding-left: 0; }
    .same-height-col .col:last-child {
      padding-right: 0; }
    .same-height-col .col > * {
      display: table;
      width: 100%; } }
.page-wrapper {
  min-height: 100%;
  margin-bottom: -188.182px; }
  .page-wrapper:after {
    content: "";
    display: block; }

footer, .page-wrapper:after {
  height: 188.182px; }

#content {
  position: relative;
  overflow-x: hidden; }

.margin-bottom-phone {
  margin-bottom: 20px; }

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

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

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

header {
  z-index: 3; }

.header-bottom {
  z-index: 1;
  background-color: #ededed; }

.header-top, .header-bottom, footer-top, .footer-bottom {
  display: block;
  position: relative;
  padding: 15px 0 13px; }

.header-top, .footer-bottom {
  background-color: #004994;
  color: #fff; }

.footer-bottom, .footer-top {
  text-align: center;
  padding: 20px 0; }

.footer-top {
  background-color: #ededed; }
  .footer-top nav {
    color: #878787; }
    .footer-top nav li {
      display: block;
      -moz-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
      -o-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
      -webkit-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
      transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
      font-weight: 400;
      font-size: 16px; }
      .footer-top nav li:hover {
        color: #545454; }
      .footer-top nav li:not(:last-child) {
        margin-bottom: 10px; }

section:not(:last-child), .header-bottom, .under-line {
  border-bottom: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 1px 0 0 #fff;
  -moz-box-shadow: 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 0 #fff;
  -o-box-shadow: 0 1px 0 0 #fff;
  -ms-box-shadow: 0 1px 0 0 #fff; }

.top-line, .footer-top {
  border-top: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  -o-box-shadow: inset 0 1px 0 #fff;
  -ms-box-shadow: inset 0 1px 0 #fff; }

section {
  padding: 20px 0; }

#overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  z-index: 1;
  cursor: pointer; }
  #overlay.is-visible {
    opacity: 0.6;
    visibility: visible; }

.desktop-menu {
  display: none;
  color: #fff; }
  .desktop-menu > ul {
    text-align: justify;
    width: 100%;
    max-width: 350px;
    line-height: 0; }
    .desktop-menu > ul:after {
      content: '';
      display: inline-block;
      width: 100%; }
    .desktop-menu > ul li {
      display: inline-block; }
    .desktop-menu > ul > li {
      position: relative;
      line-height: 25px;
      margin-bottom: -4px; }
  .desktop-menu li {
    font-size: 13px; }
  .desktop-menu .dropdown {
    display: inline-block;
    position: absolute;
    top: 28px;
    background-color: #fcfcfc;
    color: #004994;
    z-index: 1;
    border: 1px solid #e75e0a;
    border-top: transparent;
    min-width: 50px;
    -webkit-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.3); }
    .desktop-menu .dropdown.right {
      right: 0;
      text-align: center; }
    .desktop-menu .dropdown.left {
      left: 0; }
    .desktop-menu .dropdown li {
      display: block;
      position: relative;
      line-height: 0; }
      .desktop-menu .dropdown li a {
        display: block;
        padding: 0 10px;
        line-height: 35px; }
        .desktop-menu .dropdown li a:hover {
          background-color: #f0f0f0; }
      .desktop-menu .dropdown li [class^=icon-] {
        position: relative;
        top: 2px;
        margin-right: 5px;
        font-size: 0.9em; }

.menu-mobile {
  position: relative; }
  .menu-mobile ul {
    text-align: justify;
    width: 100%;
    line-height: 0;
    color: #004994; }
    .menu-mobile ul:after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 0;
      line-height: 0; }

.menu-mobile-icon {
  display: inline-block;
  position: relative;
  top: 5px;
  text-align: center;
  line-height: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
  .menu-mobile-icon div[class^="icon-"] {
    font-size: 24px;
    margin-bottom: 5px; }
  .menu-mobile-icon div:not([class^="icon-"]) {
    font-size: 11px;
    text-transform: uppercase; }

.mobile-sidebar-menu {
  display: inline-block;
  width: 300px !important;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  border-right: 1px solid #dfdfdf;
  z-index: 3;
  background-color: #f7f7f7; }
  .mobile-sidebar-menu.right {
    right: -300px; }
    .mobile-sidebar-menu.right.open {
      transform: translateX(-300px);
      -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
      -o-transform: translateX(-300px); }
  .mobile-sidebar-menu.left {
    left: -300px; }
    .mobile-sidebar-menu.left.open {
      transform: translateX(300px);
      -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
      -o-transform: translateX(300px); }

.categories {
  width: 100%;
  font-size: 11pt;
  line-height: 15px; }

.category-title.profil {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 14pt;
  color: #e75e0a; }

.category-entry, .sub-categories, .sub-category-entry {
  display: block;
  position: relative;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.category-entry a:active, .sub-category-entry a:active {
  background-color: #f0f0f0; }

.category-number {
  font-size: 0.95em;
  color: #e75e0a;
  margin-left: 5px; }

.categories .category-entry {
  margin: 0px; }
  .categories .category-entry > a {
    padding: 12px 0px;
    padding-left: 20px !important;
    border-bottom: 1px solid #dfdfdf; }

.sub-category-entry a {
  padding: 12px 0px;
  padding-left: 20px !important; }

.sub-categories {
  display: none;
  font-size: 0.95em;
  padding-left: 15px;
  border-left: 3px solid #004994;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf; }
  .sub-categories > .sub-category-entry:last-child {
    margin-bottom: 0; }

.search-box {
  display: block;
  width: 100%;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 12px 10px 10px 15px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  background-color: #f7f7f7;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease; }
  .search-box.open {
    box-shadow: 0px 4px 15px 0px #575757;
    transform: translateY(90px);
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px); }

.header-logo {
	margin-bottom: 20px !important;
}
	
.header-logo li {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
.header-logo .logo img {
  height: 32px; }
.header-logo .logo-description {
  display: inline-block;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 12px; }
  .header-logo .logo-description span {
    display: block;
    letter-spacing: 0.05em; }
    .header-logo .logo-description span.first {
      font-size: 0.9em; }
    .header-logo .logo-description span.sec {
      font-size: 1.9em; }
    .header-logo .logo-description span.third {
      font-size: 1em;
      text-transform: uppercase; }
    .header-logo .logo-description span:not(.third) {
      margin-bottom: 3px; }

.separator {
  width: 1px;
  background-color: #fff;
  margin: 0 10px 0 16px; }

.language-selection.mobile {
  display: block;
  position: absolute;
  top: 0;
  right: 0; }
  .language-selection.mobile button {
    position: relative;
    height: 45px;
    width: 45px;
    padding: 7px;
    border-radius: 0px 0px 0px 7px;
    background-color: #0062c7;
    border: 1px solid #000a15;
    z-index: 3; }
    .language-selection.mobile button div[class^="icon-"] {
      margin-top: 2px;
      color: #fff; }
  .language-selection.mobile .dropdown {
    display: none;
    position: relative;
    bottom: 5px;
    padding-top: 15px;
    background-color: #fff;
    border: 1px solid #004994;
    border-radius: 0px 0px 0px 7px;
    z-index: 2; }
    .language-selection.mobile .dropdown.open {
      display: block; }
    .language-selection.mobile .dropdown li {
      display: block; }
    .language-selection.mobile .dropdown a {
      display: block;
      text-align: center;
      padding-bottom: 10px; }

/*
MODULE
----------------------------------------------------------------
Contient les styles pour les ├®l├®ments de l'interface utilisateur
*/
svg:not(:root) {
  overflow: visible; }

.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  background: #dfdfdf;
  border-radius: 50%;
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: pointer; }
  .flickity-page-dots .dot.is-selected {
    background: #fff;
    border: 2px solid #004994; }

.rotate0 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.rotate90 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.rotate180 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.rotate270 {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.orange {
  color: #e75e0a; }

.white {
  color: #fff; }

.blue {
  color: #004994; }

.grey {
  color: #ededed; }

.grey-font {
  color: #7a7a7a; }

.normal {
  font-weight: 400; }

.bold {
  font-weight: 600; }

.extra-bold {
  font-weight: 800; }

.lowercase {
  text-transform: lowercase; }

.captialize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.immo {
  display: inline-block;
  width: 100%;
  font-size: 30px !important; }

.color-grey-transition, .return, .annonce-entry-header .annonce-entry-header-actions li {
  color: #7a7a7a;
  -moz-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out; }
  .color-grey-transition:hover, .return:hover, .annonce-entry-header .annonce-entry-header-actions li:hover {
    color: #616161; }

.background-border {
  border: 1px solid #dfdfdf;
  background-color: #fff;
  border-radius: 2px;
  padding: 25px; }

.border-grey {
  border: 1px solid #dfdfdf; }

.iner-shadow {
  -webkit-box-shadow: inset 0 4px 15px 2px #bfbfbf;
  -moz-box-shadow: inset 0 4px 15px 2px #bfbfbf;
  box-shadow: inset 0 4px 15px 2px #bfbfbf;
  -o-box-shadow: inset 0 4px 15px 2px #bfbfbf;
  -ms-box-shadow: inset 0 4px 15px 2px #bfbfbf; }

.section-shadow {
  position: relative;
  -webkit-box-shadow: 0 2px 25px 2px #d4d4d4;
  -moz-box-shadow: 0 2px 25px 2px #d4d4d4;
  box-shadow: 0 2px 25px 2px #d4d4d4;
  -o-box-shadow: 0 2px 25px 2px #d4d4d4;
  -ms-box-shadow: 0 2px 25px 2px #d4d4d4;
  z-index: 2; }

.drop-shadow {
  -webkit-box-shadow: 0 2px 13px 2px #B5B5B5;
  -moz-box-shadow: 0 2px 13px 2px #B5B5B5;
  box-shadow: 0 2px 13px 2px #B5B5B5;
  -o-box-shadow: 0 2px 13px 2px #B5B5B5;
  -ms-box-shadow: 0 2px 13px 2px #B5B5B5; }

img.fill-width {
  width: 100%;
  height: auto; }

img.fill-height {
  height: 100%;
  width: auto; }

.annonce-link {
  display: block;
  position: relative;
  z-index: 1; }

.return {
  padding: 5px 0;
  font-weight: 600;
  display: inline-block; }
  .return span {
    padding-right: 10px; }

.title-search-result {
  font-size: 20px;
  line-height: 21px; }

#welcome-message, #filter {
  padding: 10px 0;
  font-size: 15px; }
  #welcome-message span[class^=icon-], #filter span[class^=icon-] {
    font-size: 1.6em;
    position: relative;
    top: 3px; }
    #welcome-message span[class^=icon-].icon-left-arrow, #filter span[class^=icon-].icon-left-arrow {
      font-size: 1.05em; }
  #welcome-message ul, #filter ul {
    display: inline;
    vertical-align: baseline; }
    #welcome-message ul > li, #filter ul > li {
      margin: 0 3px; }
      #welcome-message ul > li:first-child, #filter ul > li:first-child {
        margin-left: 0; }
      #welcome-message ul > li:last-child, #filter ul > li:last-child {
        margin-right: 0; }
  #welcome-message .social-icon, #filter .social-icon {
    height: 28px;
    width: 28px;
    background-color: #7a7a7a;
    text-align: center;
    vertical-align: middle; }
    #welcome-message .social-icon span[class^=icon-], #filter .social-icon span[class^=icon-] {
      color: #fff;
      font-size: 1em;
      position: relative;
      top: 6px; }

.search-sort {
  display: table;
  font-weight: 600;
  text-align: center;
  font-size: 14px; }
  .search-sort > div {
    display: table-cell; }
  .search-sort .search-sort-container {
    display: table;
    width: 100%;
    text-align: center;
    line-height: 30px; }
    .search-sort .search-sort-container .byYear, .search-sort .search-sort-container .byKm, .search-sort .search-sort-container .byPrice {
      display: table-cell;
      width: 25%; }
  .search-sort span[class^=icon-] {
    position: relative;
    top: 2px;
    font-size: 0.9em !important;
    padding-left: 5px; }

#propos p {
  font-size: 15px;
  line-height: 20px;
  text-align: justify; }

.grey-border-box, .orange-border-box {
  position: relative;
  padding: 10px 20px;
  border-radius: 3px;
  border: 3px solid;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }
  .grey-border-box.no-border, .orange-border-box.no-border {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none; }

.grey-border-box {
  border-color: #dfdfdf; }

.orange-border-box {
  border-color: #e75e0a; }

.partners-container {
  margin: 0 auto;
  display: block;
  min-width: 200px;
  max-width: 275px;
  width: 100%;
  min-height: 150px;
  text-align: center; }

.garage-partner p {
  font-size: 14px; }

.good-deal .good-deal-price {
  font-size: 14px; }
  .good-deal .good-deal-price strong {
    text-transform: uppercase; }
  .good-deal .good-deal-price span {
    color: #e75e0a;
    font-weight: 800; }
.good-deal .img-container {
  text-align: center;
  overflow: hidden; }
.good-deal ul {
  display: block;
  padding-left: 15px;
  margin-top: -5px; }
.good-deal li {
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600; }
  .good-deal li.link {
    text-decoration: underline; }

.annonce-entry-img {
  height: 100%; }
  .annonce-entry-img figure {
    margin: 0; }
  .annonce-entry-img > figure {
    margin: 0;
    background-color: #D2D2D2;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    height: 100%; }
    .annonce-entry-img > figure a {
      height: 100%;
      text-align: center;
      overflow: hidden; }
    .annonce-entry-img > figure img {
      image-rendering: optimizeQuality;
      -ms-interpolation-mode: bicubic;
      max-height: 300px; }

.pswp__image {
  max-width: 150px !important;
  padding: 10px 15px; }

.annonce-entry-img figcaption {
  display: none; }

.main-gallery:not(.annonce-entry-slider) {
  margin: 0 -5px; }
  .main-gallery:not(.annonce-entry-slider) .gallery-cell {
    padding: 0 2px;
    width: 50%; }

.main-gallery.annonce-entry-slider .gallery-cell {
  padding: 0 1px;
  width: 50%; }
  .main-gallery.annonce-entry-slider .gallery-cell.is-selected:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 73, 148, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
.main-gallery.annonce-entry-slider .flickity-prev-next-button {
  top: 47%; }

.annonce-slider-item {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden; }
  .annonce-slider-item .img-annonce {
    display: inline-block; }

.annonce-slider-item-img-container {
  width: 100%;
  background-color: #e0e0e0; }
  .annonce-entry-slider .annonce-slider-item-img-container {
    background-color: #fcfcfc; }

.annonce-slider-item-content {
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px; }
  .annonce-slider-item-content .brand {
    text-transform: uppercase;
    font-weight: 800; }
  .annonce-slider-item-content .price {
    color: #e75e0a;
    font-weight: 800;
    font-size: 1.1em; }

.fast-search-box .fast-search-result, .detailed-search-box .fast-search-result {
  color: #e75e0a;
  font-size: 16px;
  margin-bottom: 5px; }
.fast-search-box .btn-orange, .detailed-search-box .btn-orange {
  margin-top: 7px; }

.detailed-search-box .cat-selection ul {
  width: 100%; }
.detailed-search-box .cat-selection li:first-child {
  margin-bottom: 15px; }
.detailed-search-box .cat-selection li span {
  display: inline-block; }

.cat-selection {
  text-align: center;
  margin-bottom: 10px; }
  .cat-selection ul {
    display: block;
    text-align: justify;
    width: 100%;
    line-height: 0; }
    .cat-selection ul:after {
      content: '';
      display: inline-block;
      width: 100%; }
  .cat-selection li {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    -moz-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    -webkit-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out; }
    .cat-selection li:hover, .cat-selection li.active {
      color: #e75e0a; }
    .cat-selection li .icon-label {
      display: block;
      font-size: 0.4em;
      font-weight: 600;
      line-height: normal;
      margin-top: 5px; }
    .cat-selection li .icon-car-ico {
      font-size: 1.2em;
      position: relative;
      top: 5px; }

input[type="radio"], input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  top: 2px;
  margin-right: 15px; }
  input[type="radio"] + label, input[type="checkbox"] + label {
    cursor: pointer; }

.group-input {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 4px 0; }
  .group-input:before {
    content: "";
    display: table; }
  .group-input:after {
    content: "";
    display: table;
    clear: both; }
  .group-input label {
    display: block;
    line-height: 20px;
    padding-bottom: 4px;
    font-size: 14px; }
  .group-input select, .group-input input[type="text"], .group-input input[type="password"], .group-input textarea {
    display: block;
    width: 100%;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    height: 38px;
    padding-left: 10px;
    font-size: 13px;
    cursor: pointer; }
  .group-input textarea {
    height: 120px;
    padding: 10px;
    line-height: 20px;
    resize: vertical; }
  .group-input.search {
    width: 100%;
    min-width: 275px;
    padding: 10px 10px 5px; }
    .group-input.search form:before {
      content: "";
      display: table; }
    .group-input.search form:after {
      content: "";
      display: table;
      clear: both; }
    .group-input.search input, .group-input.search button {
      display: inline-block;
      height: 35px;
      float: left; }
    .group-input.search input {
      width: 80%;
      border-width: 1px;
      border-color: #e75e0a; }
    .group-input.search button {
      width: 18%;
      background-color: #e75e0a;
      color: #fff;
      line-height: 5px;
      font-size: 1.2em; }
      .group-input.search button span.icon-recherche {
        top: -1px;
        text-align: center;
        font-size: 1.1em;
        margin: 0; }
  .group-input.radio {
    padding: 5px 0; }
    .group-input.radio > label {
      display: block;
      width: 100%;
      margin-right: 30px;
      margin-bottom: 5px; }
    .group-input.radio label, .group-input.radio input[type=radio] {
      display: inline-block; }
    .group-input.radio div {
      display: inline-block;
      float: left;
      margin-right: 35px; }
      .group-input.radio div label, .group-input.radio div input[type=radio] {
        cursor: pointer; }
  .group-input.inline {
    display: table;
    width: auto;
    table-layout: fixed;
    border-collapse: collapse; }
    .group-input.inline > .cell {
      display: block !important;
      vertical-align: middle; }
      .group-input.inline > .cell:not(:last-child) {
        margin-bottom: 10px; }
    .group-input.inline label {
      display: inline-block; }

.btn-orange {
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 8px;
  background-color: #e75e0a;
  color: #fff;
  padding: 14px 35px 11px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  -moz-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
  width: 100%;
  -webkit-box-shadow: 0 2px 1px 0 #dfdfdf;
  -moz-box-shadow: 0 2px 1px 0 #dfdfdf;
  box-shadow: 0 2px 1px 0 #dfdfdf;
  -o-box-shadow: 0 2px 1px 0 #dfdfdf;
  -ms-box-shadow: 0 2px 1px 0 #dfdfdf;
  text-transform: uppercase;
  padding: 16px 35px 14px;
  font-size: 14px; }
  .btn-orange span {
    position: relative;
    top: 2px;
    margin-right: 5px; }
  .btn-orange:focus {
    outline: none; }
  .btn-orange:hover {
    background-color: #f5711f; }

.btn-outline-orange {
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  color: #e75e0a;
  padding: 14px 35px 11px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  -moz-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
  border: 1px solid #e75e0a;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 4px; }
  .btn-outline-orange span {
    position: relative;
    top: 2px;
    margin-right: 5px; }
  .btn-outline-orange:focus {
    outline: none; }
  .btn-outline-orange:hover {
    background-color: #fef6f2; }

.btn-blue {
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 8px;
  background-color: #004994;
  color: #fff;
  padding: 14px 35px 11px;
  font-size: 12px;
  font-weight: 600;
  -moz-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
  height: 47px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 47px;
  line-height: 40px;
  padding: 0 32px;
  text-transform: uppercase; }
  .btn-blue span {
    position: relative;
    top: 2px;
    margin-right: 5px; }
  .btn-blue:focus {
    outline: none; }
  .btn-blue:hover {
    background-color: #0056ae; }
  .btn-blue span {
    font-size: 1.4em;
    margin-right: 7px;
    top: 3px; }

.pagination {
  text-align: center;
  font-size: 14px; }
  .pagination .page-link {
    margin: 0 3px;
    line-height: 38px;
    height: 40px;
    border: 1px solid #dfdfdf;
    padding: 0px 9px;
    border-radius: 4px;
    text-align: center;
    background-color: #fff;
    -moz-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    -webkit-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    background-color: #fff; }
    .pagination .page-link:not(.page-ellipsis) {
      cursor: pointer; }
      .pagination .page-link:not(.page-ellipsis):hover:not(.selectedPage) {
        border-color: #004994; }
    .pagination .page-link.page-ellipsis {
      cursor: default; }
    .pagination .page-link.selectedPage {
      background-color: #004994;
      color: #fff; }
    .pagination .page-link:first-child {
      margin-left: 0; }
    .pagination .page-link:last-child {
      margin-right: 0; }
    .pagination .page-link span[class^=icon-] {
      position: relative;
      top: 2px; }

.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50); }
  .disabled a {
    pointer-events: none;
    cursor: default; }

#search_result {
  padding: 20px 10px; }

.image-container {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%; }
  .image-container .img-annonce {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto; }

#search-result-table {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden; }
  #search-result-table a {
    opacity: 0;
    background-color: #c6c6c6;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    #search-result-table a:hover {
      opacity: 0.2; }

.search-result-entry {
  display: table;
  position: relative;
  height: 98px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 3px; }
  .search-result-entry .annonce-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.search-result-entry-img {
  overflow: hidden;
  width: 130.6666666666667px; }
  .search-result-entry-img .image-container {
    height: 98px;
    width: 130.6666666666667px; }

.search-result-entry-img, .search-result-entry-infos {
  float: none;
  display: table-cell;
  position: relative;
  vertical-align: top;
  height: 100%; }

.search-result-entry-img {
  background-color: silver; }

.search-result-entry-infos {
  width: 100%; }
  .search-result-entry-infos .infos-container {
    display: inline-block;
    height: 100%;
    width: 100%;
    border-collapse: collapse; }
  .search-result-entry-infos .search-result-entry-infos-header, .search-result-entry-infos .search-result-entry-infos-details {
    display: block;
    vertical-align: top;
    float: none;
    width: 100%;
    border: 1px solid silver;
    border-bottom: none;
    background-color: #fff;
    font-size: 12px;
    color: #00356b; }
  .search-result-entry-infos .search-result-entry-infos-header {
    height: 65%;
    padding: 9px 15px 4px; }
    .search-result-entry-infos .search-result-entry-infos-header .header-container {
      position: relative;
      height: 100%;
      font-size: 12px; }
    .search-result-entry-infos .search-result-entry-infos-header .vehicle-infos {
      font-size: 1.1em;
      color: #7a7a7a;
      font-weight: 800;
      max-width: 85%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .search-result-entry-infos .search-result-entry-infos-header .engin {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .search-result-entry-infos .search-result-entry-infos-header .brand {
      text-transform: uppercase; }
    .search-result-entry-infos .search-result-entry-infos-header .engin {
      font-weight: 400;
      font-size: 0.92em;
      margin-top: 5px; }
    .search-result-entry-infos .search-result-entry-infos-header .country, .search-result-entry-infos .search-result-entry-infos-header .seller-type, .search-result-entry-infos .search-result-entry-infos-header .fuel-type {
      position: absolute; }
    .search-result-entry-infos .search-result-entry-infos-header .country {
      top: 0;
      right: 0; }
    .search-result-entry-infos .search-result-entry-infos-header .seller-type {
      bottom: 0;
      right: 0; }
    .search-result-entry-infos .search-result-entry-infos-header .fuel-type {
      bottom: 0;
      left: 0; }
  .search-result-entry-infos .search-result-entry-infos-details {
    display: table;
    height: 35%;
    text-align: center;
    border-collapse: collapse; }
    .search-result-entry-infos .search-result-entry-infos-details .year, .search-result-entry-infos .search-result-entry-infos-details .km, .search-result-entry-infos .search-result-entry-infos-details .price {
      display: table-cell;
      vertical-align: middle;
      border: 1px solid silver;
      border-top: none; }
    .search-result-entry-infos .search-result-entry-infos-details .km {
      font-weight: 600; }
    .search-result-entry-infos .search-result-entry-infos-details .price {
      color: #e75e0a;
      font-weight: 800; }

.annonce-entry {
  background-color: #dfdfdf;
  border: 2px solid #d2d2d2;
  border-radius: 5px; }

.annonce-entry-top, .annonce-entry-bottom, .annonce-entry-header {
  display: block;
  position: relative; }

.annonce-entry-top {
  overflow: hidden; }

.annonce-entry-details, .annonce-entry-bottom {
  background-color: #fcfcfc; }

.annonce-entry-header {
  background-color: #dfdfdf;
  padding: 15px 15px 10px;
  border-radius: 5px 5px 0 0;
  font-size: 21px; }
  .annonce-entry-header h1 {
    display: inline-block;
    text-align: center;
    color: #616161;
    font-size: 0.9em;
    font-weight: 800;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .annonce-entry-header .options-container {
    text-align: center;
    vertical-align: middle; }
  .annonce-entry-header .brand {
    text-transform: uppercase; }
  .annonce-entry-header .engin {
    color: #7a7a7a;
    font-weight: 400;
    font-size: 0.9em;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .annonce-entry-header .annonce-entry-header-actions {
    font-size: 1.2em;
    color: #878787; }
    .annonce-entry-header .annonce-entry-header-actions li:not(:first-child):not(:last-child) {
      margin: 0 7px; }
    .annonce-entry-header .annonce-entry-header-actions li:first-child {
      margin-right: 7px; }
    .annonce-entry-header .annonce-entry-header-actions li:last-child {
      margin-left: 7px; }
  .annonce-entry-header .annonce-entry-header-previous-next li:first-child {
    margin-right: 5px; }
  .annonce-entry-header .annonce-entry-header-previous-next li:last-child {
    margin-left: 5px; }
  .annonce-entry-header .annonce-entry-header-previous-next a {
    background-color: #ededed;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    text-align: center;
    padding: 4px 10px;
    -moz-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    -webkit-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out; }
    .annonce-entry-header .annonce-entry-header-previous-next a:hover, .annonce-entry-header .annonce-entry-header-previous-next a:active {
      background-color: #fafafa; }
      .annonce-entry-header .annonce-entry-header-previous-next a:hover span[class^=icon-], .annonce-entry-header .annonce-entry-header-previous-next a:active span[class^=icon-] {
        color: #7a7a7a, 10%; }
  .annonce-entry-header .annonce-entry-header-previous-next span[class^=icon-] {
    position: relative;
    top: 1px; }

.annonce-entry-details {
  display: block;
  width: 100%; }
  .annonce-entry-details > * {
    display: inline-block;
    position: relative;
    width: 25.3315%;
    height: 60px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ededed;
    line-height: 47px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: -1px 0 0 -1px; }
  .annonce-entry-details .annonce-entry-details-label {
    display: none;
    position: absolute;
    top: 1px;
    left: 10px;
    color: #8a9eb3;
    line-height: normal;
    font-weight: 400;
    font-size: 11px; }
  .annonce-entry-details .annonce-entry-details-detail {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .annonce-entry-details .price {
    color: #e75e0a;
    font-weight: 800;
    font-size: 1.1em; }
  .annonce-entry-details .km, .annonce-entry-details .year {
    font-weight: 800; }

.annonce-entry-bottom {
  padding: 20px 10px 15px;
  font-size: 1.1em; 
  min-height: 530px;}
  .annonce-entry-bottom h3 {
    color: #7a7a7a;
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.3em;
    text-transform: capitalize; }
  .annonce-entry-bottom .annonce-entry-options {
    padding-top: 15px;
    text-align: center; }
    .annonce-entry-bottom .annonce-entry-options ul {
      display: block;
      vertical-align: top;
      text-align: center; }
      .annonce-entry-bottom .annonce-entry-options ul li {
        display: block;
        line-height: 22px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
  .annonce-entry-bottom .annonce-entry-comment {
    line-height: 20px; }
    .annonce-entry-bottom .annonce-entry-comment > p {
      margin-top: 0;
      word-wrap: break-word; }

.annonce-entry-seller {
  background-color: #dfdfdf;
  border: 2px solid #d2d2d2;
  border-radius: 5px;
  background-color: #fafafa;
  color: #616161;
  padding: 15px 10px;
  text-align: center; }
  .annonce-entry-seller .annonce-entry-seller-details {
    padding-bottom: 15px; }
  .annonce-entry-seller li {
    display: block; }
  .annonce-entry-seller .seller-logo img {
    max-width: 200px;
    max-height: 200px; }
  .annonce-entry-seller .seller-name {
    margin: 10px 0 7px;
    font-size: 1.4em;
    font-weight: 800;
    text-transform: uppercase; }
  .annonce-entry-seller .seller-address div {
    line-height: 22px;
    font-size: 1.15em; }
  .annonce-entry-seller .annonce-entry-seller-options {
    padding-top: 15px;
    border-top: 1px solid #dfdfdf; }
    .annonce-entry-seller .annonce-entry-seller-options ul li {
      margin: 10px 0; }
    .annonce-entry-seller .annonce-entry-seller-options ul li:first-child {
      margin-top: 0; }
    .annonce-entry-seller .annonce-entry-seller-options ul li:last-child {
      margin-bottom: 0; }
    .annonce-entry-seller .annonce-entry-seller-options .btn-outline-orange {
      padding: 12px 15px; }

.uploadFile-container {
  position: relative;
  display: inline-block;
  height: 150px; }
  .uploadFile-container:not(:last-child) {
    margin-bottom: 50px;
	margin-top: 20px;
	}

.add-annonce-image-container {
  display: block;
  height: 154.5px;
  width: 173px;
  position: relative;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ddd;
  overflow: hidden; }

.add-annonce-image-input {
  visibility: hidden;
  opacity: 0;
  position: absolute; }

.image-buttons {
  text-align: center;
  padding-top: 5px; }

.modify-image-button {
  cursor: pointer;
  display: inline-block; }

.deleteImage {
  position: relative;
  top: 1px;
  right: 0px; }

.upload-status {
  color: #e75e0a;
  height: 100%;
  padding-top: 21px;
  font-size: 14px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .upload-status > .icon-picture-o {
    display: block;
    font-size: 28pt;
    margin-bottom: 5px; }
  .upload-status > .image-path {
    width: 100%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.add-annonce-pic {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.add-annonce-image-pic {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  max-height: 195px;
  max-width: 173px; }

#alert_browser {
  margin: 0;
  display: block;
  float: left;
  width: 100%;
  margin-top: 19px;
  padding: 0 15px;
  text-align: left;
  background-color: #F9F9F9;
  border: 2px solid #00529C;
  border-radius: 4px;
  color: black; }
  #alert_browser [class^="icon-"] {
    color: #004994;
    font-size: 32px; }
  #alert_browser > .attention_sign {
    display: none;
    margin: 0;
    margin-right: 15px; }

#info {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  line-height: 20px; }
  #info > p > span {
    color: #004994;
    font-weight: 600; }
  #info a {
    display: inline;
    color: #004994;
    text-decoration: underline; }

#login {
  position: relative;
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  text-align: center;
  width: 310px;
  margin: 0 auto;
  margin-top: 5%; }
  #login #login-image {
    width: 85%;
    margin: 0 auto; }
  #login #login-error {
    font-size: 1.1em;
    line-height: 20px;
    color: #CE272D;
    padding-bottom: 10px; }
  #login .login-link {
    color: #00529c;
    font-size: 9pt; }
    #login .login-link:hover {
      text-decoration: underline; }

/*
RESPONSIVE
----------------------------------------------------------------
Contient les media queries pour adapter les styles sur les diff├®rents formats
*/
@media screen and (max-width: 671px) {
  .container-wrapper {
    width: 320px;
    padding: 0 15px; }

  #annonces-une .container-wrapper, #annonces-similaires .container-wrapper {
    width: auto; }

  .annonce-entry-details {
    font-size: 0.9em; }
    .annonce-entry-details > * {
      width: 25.331%; }

  .seller-type, .fuel-type {
    font-size: 0.85em !important; } }
@media screen and (min-width: 672px) {
  .page-wrapper {
    margin-bottom: -141.364px; }

  footer, .page-wrapper:after {
    height: 141.364px; }

  .container-wrapper {
    width: 640px; }

  .header-logo .logo img {
    height: 45px; }

  .fast-search-box .btn-orange {
    margin-top: 19px; }

  .main-gallery:not(.annonce-entry-slider) .gallery-cell {
    padding: 0 5px;
    width: 33.3333%; }

  .row h1, .row h2, .row h3, .row h4, .row h5, .row h6, .clearfix h1, .clearfix h2, .clearfix h3, .clearfix h4, .clearfix h5, .clearfix h6 {
    text-align: left; }

  .footer-top nav ul {
    text-align: justify;
    width: 100%;
    max-width: 800px;
    line-height: 0; }
    .footer-top nav ul:after {
      content: '';
      display: inline-block;
      width: 100%; }
  .footer-top nav li {
    display: inline-block; }
    .footer-top nav li:not(:last-child) {
      margin-bottom: 0; }

  .detailed-search {
    position: absolute;
    left: 0;
    bottom: 0;
	z-index: 15000;
	}

  #search_result {
    padding: 20px 10px; }

  .main-gallery.annonce-entry-slider .gallery-cell {
    padding: 0 1px;
    width: 33.3333%; }

  .annonce-entry-bottom .annonce-entry-options ul {
    display: inline-block;
    text-align: left;
    padding: 0 7px;
    width: 33.3333%; }
    .annonce-entry-bottom .annonce-entry-options ul:last-child {
      padding-right: 0px; }
    .annonce-entry-bottom .annonce-entry-options ul:first-child {
      padding-left: 0px; }

  .annonce-entry-bottom .annonce-entry-comment > p, .annonce-entry-bottom .annonce-entry-options-list {
    padding-left: 17px;
    text-align: left; }

  .annonce-entry-header .annonce-entry-header-actions {
    font-size: 1.4em; }

  .pagination {
    text-align: right; }
    .pagination .page-link {
      margin: 0 5px;
      padding: 0px 15px; }

  .annonce-entry-details {
    font-size: 1.2em; }
    .annonce-entry-details > * {
      width: 25.159%; }
    .annonce-entry-details .price {
      font-size: 1.6em; }
    .annonce-entry-details .km, .annonce-entry-details .year {
      font-size: 1.25em; }

  .cat-selection li {
    font-size: 35px;
	}

  .detailed-search-box .btn-orange {
    width: auto; }

  .detailed-search-box .cat-selection li:first-child {
    margin-bottom: 0; }

  .cat-selection li .icon-label {
    margin-top: 15px; }

  .group-input.inline > .cell {
    display: table-cell !important;
    vertical-align: middle; }
  .group-input.inline > input:not(:last-child), .group-input.inline > div:not(:last-child) {
    margin-bottom: 0;
    padding-right: 35px; }

  .uploadFile-container {
    margin-right: 20px;
    float: left; }
    .uploadFile-container:not(:last-child) {
      margin-bottom: 30px; }

  .search-result-entry {
    margin-bottom: 5px;
    height: 125px; }

  .search-result-entry-img {
    width: 166.6666666666667px; }
    .search-result-entry-img .image-container {
      width: 100%;
      height: 125px; }

  .search-result-entry-infos .search-result-entry-infos-header .header-container, .search-result-entry-infos .search-result-entry-infos-details {
    font-size: 14px; }
  .search-result-entry-infos .search-result-entry-infos-header {
    padding: 10px 15px 10px 15px; }
  .search-result-entry-infos .search-result-entry-infos-details .year, .search-result-entry-infos .search-result-entry-infos-details .km, .search-result-entry-infos .search-result-entry-infos-details .price {
    width: 33.333333%; }

  .annonce-entry-img > figure img {
    max-height: 450px; } }
@media screen and (max-width: 1055px) {
  .header-top .container-wrapper, .footer-bottom .container-wrapper {
    width: auto;
    padding: 0 25px; }

  #search_result > .container-wrapper {
    width: 100%;
    padding: 0; } }
@media screen and (min-width: 1056px) {
  .page-wrapper {
    margin-bottom: -135.724px; }

  footer, .page-wrapper:after {
    height: 135.724px; }

  .container-wrapper {
    width: 1024px; }

  .logo-description {
    position: relative;
    top: 0px;
    margin-left: 15px; }

  .header-logo li.separator {
    display: none; }

  .main-gallery:not(.annonce-entry-slider) .gallery-cell {
    width: 25%; }

  .annonce-slider-item-content {
    font-size: 15px; }
    .annonce-slider-item-content .price {
      font-size: 1.2em; }

  .footer-top nav li {
    font-weight: 21px; }

  .cat-selection.search-result li {
    font-size: 32px; }

  .menu-mobile {
    display: none; }

  .desktop-menu {
    display: block; }

  .header-bottom {
    background: -webkit-linear-gradient(#e75e0a, #c55009);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e75e0a, #c55009);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e75e0a, #c55009);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e75e0a, #c55009);
    /* Standard syntax */
    background-color: #e75e0a;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    padding: 0;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3); }

  .grey-border-box, .orange-border-box {
    padding: 15px 20px; }

  .footer-bottom {
    text-align: left; }
    .footer-bottom .pull-right {
      text-align: right; }

  .search-result-entry-infos .search-result-entry-infos-header, .search-result-entry-infos .search-result-entry-infos-details {
    display: inline-block;
    width: auto;
    height: 100%;
    float: left;
    border-bottom: 1px solid #c6c6c6; }

  .search-sort {
    text-align: left;
    font-size: 15px; }
    .search-sort .byBrand {
      width: 58.2%; }
    .search-sort .search-sort-container {
      width: 100%;
      text-align: center; }
      .search-sort .search-sort-container .byYear, .search-sort .search-sort-container .byKm, .search-sort .search-sort-container .byPrice {
        width: 33.3333%; }
    .search-sort span[class^=icon-] {
      top: 0;
      font-size: 1em !important; }

  .search-result-entry-infos .search-result-entry-infos-details {
    display: table; }
    .search-result-entry-infos .search-result-entry-infos-details .year, .search-result-entry-infos .search-result-entry-infos-details .km, .search-result-entry-infos .search-result-entry-infos-details .price {
      width: 33.3333%;
      height: 100%; }
    .search-result-entry-infos .search-result-entry-infos-details .price {
      font-size: 1.3em; }
    .search-result-entry-infos .search-result-entry-infos-details .year, .search-result-entry-infos .search-result-entry-infos-details .km {
      font-size: 1.1em; }

  .search-result-entry-infos .search-result-entry-infos-header {
    width: 45%;
    border-right: none; }

  .search-result-entry-infos .search-result-entry-infos-details {
    width: 55%; }

  .search-result-entry-infos .search-result-entry-infos-details {
    margin-left: -1px; }

  .annonce-entry-img {
    display: inline-block;
    position: relative;
    width: 70%;
    z-index: 1; 
	text-align: center;}

  .main-gallery.annonce-entry-slider .gallery-cell {
    padding: 0 1px;
    width: 25%; }

  .annonce-entry-details {
    vertical-align: top;
    display: inline-block;
    width: 30%;
    height: 100%; }
    .annonce-entry-details > * {
      display: block;
      width: 100%;
      border-left: none;
      border-right: none;
      height: 12.65%;
      line-height: 72px;
      text-align: right;
      padding-right: 15px; }

  .annonce-entry-details .annonce-entry-details-detail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: initial;
    right: 20px;
    left: 10px;
    width: auto; }

  .annonce-entry-details .annonce-entry-details-label {
    display: block; }

  .annonce-entry-details .price {
    font-size: 1.7em; }

  .annonce-entry-details .km, .annonce-entry-details .year {
    font-size: 1.3em; }

  #search_result .row .container-wrapper {
    width: 100%;
    padding: 0; }

  .detailed-search-box .cat-selection ul {
    width: 75%; }

  .group-input.radio {
    margin-top: 10px; }
    .group-input.radio > label {
      float: left;
      width: auto;
      margin-bottom: 0; }

  #alert_browser > .attention_sign {
    display: inline-block; }

  .annonce-entry-img > figure img {
    max-height: 500px; }

  .search-result-entry-infos .search-result-entry-infos-header .vehicle-infos {
    max-width: 87%; } }
@media screen and (min-width: 1302px) {
  .page-wrapper {
    margin-bottom: -135.69px; }

  footer, .page-wrapper:after {
    height: 135.69px; }

  .container-wrapper {
    width: 1280px; }

  .main-gallery:not(.annonce-entry-slider) .gallery-cell {
    width: 20%; }

  .logo-description {
    margin-left: 50px; }

  .search-sort .byBrand {
    width: 65.5%; }

  .search-result-entry-infos .search-result-entry-infos-header {
    width: 58.3%; }

  .search-result-entry-infos .search-result-entry-infos-details {
    width: 41.7%; }

  .annonce-entry-details .price {
    font-size: 2em; }

  .annonce-entry-details .km, .annonce-entry-details .year {
    font-size: 1.4em; }

  .annonce-entry-details .annonce-entry-details-label {
    display: block;
    top: 5px;
    font-size: 12px; }

  .annonce-entry-details {
    font-size: 1.4em; }

  .search-result-entry-infos .search-result-entry-infos-header .vehicle-infos {
    max-width: 93%; } }

/*# sourceMappingURL=main.css.map */

.empty {
	background: #f5f5f5;
	font-weight: normal !important;
}

#no_ads {
	font-size: 14pt;
	min-height: 200px;
	padding-top: 50px;
}
.annonce-entry-header h1 {
	text-align: left;
}

.search_sort_container {
	font-weight: normal;
	text-align: right;
	line-height: 30px;
}

.search_sort {
	height: 30px;
	cursor: pointer;
}

.search_sort_text {
	margin-right: 10px;
}

.hidden-desk.search_sort_container {
	line-height: 50px;
}

.hidden-desk .search_sort {
	width: 100%;
}

.required_fields {
	color: #D4465F;
}

#facebook-link {
	position: relative;
	top: 5px;
}
#facebook-link img {
	height: 20px;
}

/* Pneus + Jantes */
.dimensionsInfo, .dimensionsHowTo {
	color: #EB630F;
	cursor: pointer;
}

.dimensionsHowTo {
	text-decoration: underline;
	position: relative;
	top: 8px;
}

.dimensions {
	position: relative;
	height: 130px;
}

#dimensionsBubble {
	display: none;
	background: #fff;
	position: absolute;
	top: -185px;
	padding: 2px 2px 0;
	border-radius: 3px;
	box-shadow: 1px 1px 5px 1px #333;
	z-index: 10000;
}
#dimensionsBubble img {
	width: 100%;
}

.simpleSearch {
	height: 120px;
}

.simpleSearch #dimensionsBubble {
	top: -290px;
}

@media screen and (max-width: 1301px) {
	.dimensions {
		height: 140px;
	}
	.simpleSearch #dimensionsBubble {
		top: -330px;
	}
}
@media screen and (max-width: 672px) {
	.dimensions {
		height: 240px;
	}
	#dimensionsBubble {
		top: 245px;
	}
	.dimensionsHowTo {
		line-height: 20px;
	}
	.simpleSearch #dimensionsBubble {
		top: 130px;
	}
}

/* Menu categories link fix */
.cat-selection li {
	min-width: 55px;
}
.cat-selection ul::after {
	display: inline;
}
#home .cat-selection ul::after, #advanced_search_result .cat-selection ul::after {
	display: inline-block;
}
@media screen and (max-width: 1055px) {
	.cat-selection ul::after {
		display: inline-block;
	}
}
@media screen and (max-width: 672px) {
	.cat-selection ul::after, #home .cat-selection ul::after, #advanced_search_result .cat-selection ul::after {
		display: inline;
	}
}

label.bold {
	white-space: nowrap;
}