@charset "UTF-8";
/*! 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.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,400italic);
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 {
  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 */
  /* 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; }

.row-eq-height {
  display: -webkit-box;
  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; } }

* {
  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*/
.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,.desk-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,.lgdesk-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,.phone-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,.tab-auto {
  position: relative;
  min-height: 1px; }

.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,.phone-auto {
  float: left; }

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

.phone-11 {
  width: 91.66667%; }

.phone-10 {
  width: 83.33333%; }

.phone-9 {
  width: 75%; }

.phone-8 {
  width: 66.66667%; }

.phone-7 {
  width: 58.33333%; }

.phone-6 {
  width: 50%; }

.phone-5 {
  width: 41.66667%; }

.phone-4 {
  width: 33.33333%; }

.phone-3 {
  width: 25%; }

.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%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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% !important; }

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

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

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

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

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

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

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

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

.phone-offset-3 {
  margin-left: 25% !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% !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% !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% !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% !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-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,.tab-auto {
    float: left; }
  .tab-12 {
    width: 100%; }
  .tab-11 {
    width: 91.66667%; }
  .tab-10 {
    width: 83.33333%; }
  .tab-9 {
    width: 75%; }
  .tab-8 {
    width: 66.66667%; }
  .tab-7 {
    width: 58.33333%; }
  .tab-6 {
    width: 50%; }
  .tab-5 {
    width: 41.66667%; }
  .tab-4 {
    width: 33.33333%; }
  .tab-3 {
    width: 25%; }
  .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% !important; }
  .tab-pull-11 {
    right: 91.66667% !important; }
  .tab-pull-10 {
    right: 83.33333% !important; }
  .tab-pull-9 {
    right: 75% !important; }
  .tab-pull-8 {
    right: 66.66667% !important; }
  .tab-pull-7 {
    right: 58.33333% !important; }
  .tab-pull-6 {
    right: 50% !important; }
  .tab-pull-5 {
    right: 41.66667% !important; }
  .tab-pull-4 {
    right: 33.33333% !important; }
  .tab-pull-3 {
    right: 25% !important; }
  .tab-pull-2 {
    right: 16.66667% !important; }
  .tab-pull-1 {
    right: 8.33333% !important; }
  /*Deplacement vers la droite: tablette*/
  .tab-push-12 {
    left: 100% !important; }
  .tab-push-11 {
    left: 91.66667% !important; }
  .tab-push-10 {
    left: 83.33333% !important; }
  .tab-push-9 {
    left: 75% !important; }
  .tab-push-8 {
    left: 66.66667% !important; }
  .tab-push-7 {
    left: 58.33333% !important; }
  .tab-push-6 {
    left: 50% !important; }
  .tab-push-5 {
    left: 41.66667% !important; }
  .tab-push-4 {
    left: 33.33333% !important; }
  .tab-push-3 {
    left: 25% !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% !important; }
  .tab-offset-11 {
    margin-left: 91.66667% !important; }
  .tab-offset-10 {
    margin-left: 83.33333% !important; }
  .tab-offset-9 {
    margin-left: 75% !important; }
  .tab-offset-8 {
    margin-left: 66.66667% !important; }
  .tab-offset-7 {
    margin-left: 58.33333% !important; }
  .tab-offset-6 {
    margin-left: 50% !important; }
  .tab-offset-5 {
    margin-left: 41.66667% !important; }
  .tab-offset-4 {
    margin-left: 33.33333% !important; }
  .tab-offset-3 {
    margin-left: 25% !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% !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% !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% !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% !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-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,.desk-auto {
    float: left; }
  .desk-12 {
    width: 100%; }
  .desk-11 {
    width: 91.66667%; }
  .desk-10 {
    width: 83.33333%; }
  .desk-9 {
    width: 75%; }
  .desk-8 {
    width: 66.66667%; }
  .desk-7 {
    width: 58.33333%; }
  .desk-6 {
    width: 50%; }
  .desk-5 {
    width: 41.66667%; }
  .desk-4 {
    width: 33.33333%; }
  .desk-3 {
    width: 25%; }
  .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% !important; }
  .desk-pull-11 {
    right: 91.66667% !important; }
  .desk-pull-10 {
    right: 83.33333% !important; }
  .desk-pull-9 {
    right: 75% !important; }
  .desk-pull-8 {
    right: 66.66667% !important; }
  .desk-pull-7 {
    right: 58.33333% !important; }
  .desk-pull-6 {
    right: 50% !important; }
  .desk-pull-5 {
    right: 41.66667% !important; }
  .desk-pull-4 {
    right: 33.33333% !important; }
  .desk-pull-3 {
    right: 25% !important; }
  .desk-pull-2 {
    right: 16.66667% !important; }
  .desk-pull-1 {
    right: 8.33333% !important; }
  /*Deplacement vers la droite: desktop*/
  .desk-push-12 {
    left: 100% !important; }
  .desk-push-11 {
    left: 91.66667% !important; }
  .desk-push-10 {
    left: 83.33333% !important; }
  .desk-push-9 {
    left: 75% !important; }
  .desk-push-8 {
    left: 66.66667% !important; }
  .desk-push-7 {
    left: 58.33333% !important; }
  .desk-push-6 {
    left: 50% !important; }
  .desk-push-5 {
    left: 41.66667% !important; }
  .desk-push-4 {
    left: 33.33333% !important; }
  .desk-push-3 {
    left: 25% !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% !important; }
  .desk-offset-11 {
    margin-left: 91.66667% !important; }
  .desk-offset-10 {
    margin-left: 83.33333% !important; }
  .desk-offset-9 {
    margin-left: 75% !important; }
  .desk-offset-8 {
    margin-left: 66.66667% !important; }
  .desk-offset-7 {
    margin-left: 58.33333% !important; }
  .desk-offset-6 {
    margin-left: 50% !important; }
  .desk-offset-5 {
    margin-left: 41.66667% !important; }
  .desk-offset-4 {
    margin-left: 33.33333% !important; }
  .desk-offset-3 {
    margin-left: 25% !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% !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% !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% !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% !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-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,.lgdesk-auto {
    float: left; }
  .lgdesk-12 {
    width: 100%; }
  .lgdesk-11 {
    width: 91.66667%; }
  .lgdesk-10 {
    width: 83.33333%; }
  .lgdesk-9 {
    width: 75%; }
  .lgdesk-8 {
    width: 66.66667%; }
  .lgdesk-7 {
    width: 58.33333%; }
  .lgdesk-6 {
    width: 50%; }
  .lgdesk-5 {
    width: 41.66667%; }
  .lgdesk-4 {
    width: 33.33333%; }
  .lgdesk-3 {
    width: 25%; }
  .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% !important; }
  .lgdesk-pull-11 {
    right: 91.66667% !important; }
  .lgdesk-pull-10 {
    right: 83.33333% !important; }
  .lgdesk-pull-9 {
    right: 75% !important; }
  .lgdesk-pull-8 {
    right: 66.66667% !important; }
  .lgdesk-pull-7 {
    right: 58.33333% !important; }
  .lgdesk-pull-6 {
    right: 50% !important; }
  .lgdesk-pull-5 {
    right: 41.66667% !important; }
  .lgdesk-pull-4 {
    right: 33.33333% !important; }
  .lgdesk-pull-3 {
    right: 25% !important; }
  .lgdesk-pull-2 {
    right: 16.66667% !important; }
  .lgdesk-pull-1 {
    right: 8.33333% !important; }
  /*Deplacement vers la droite: large desktop*/
  .lgdesk-push-12 {
    left: 100% !important; }
  .lgdesk-push-11 {
    left: 91.66667% !important; }
  .lgdesk-push-10 {
    left: 83.33333% !important; }
  .lgdesk-push-9 {
    left: 75% !important; }
  .lgdesk-push-8 {
    left: 66.66667% !important; }
  .lgdesk-push-7 {
    left: 58.33333% !important; }
  .lgdesk-push-6 {
    left: 50% !important; }
  .lgdesk-push-5 {
    left: 41.66667% !important; }
  .lgdesk-push-4 {
    left: 33.33333% !important; }
  .lgdesk-push-3 {
    left: 25% !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% !important; }
  .lgdesk-offset-11 {
    margin-left: 91.66667% !important; }
  .lgdesk-offset-10 {
    margin-left: 83.33333% !important; }
  .lgdesk-offset-9 {
    margin-left: 75% !important; }
  .lgdesk-offset-8 {
    margin-left: 66.66667% !important; }
  .lgdesk-offset-7 {
    margin-left: 58.33333% !important; }
  .lgdesk-offset-6 {
    margin-left: 50% !important; }
  .lgdesk-offset-5 {
    margin-left: 41.66667% !important; }
  .lgdesk-offset-4 {
    margin-left: 33.33333% !important; }
  .lgdesk-offset-3 {
    margin-left: 25% !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% !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% !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% !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% !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; } }

.clearfix:before,.container-fluid:before,.container:before,.row:before {
  content: "";
  display: table; }

.clearfix:after,.container-fluid:after,.container: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-desk,.display-lgdesk,.display-phone,.display-tab,.display-desk-block,.display-desk-inline,.display-desk-inline-block,.display-lgdesk-block,.display-lgdesk-inline,.display-lgdesk-inline-block,.display-phone-block,.display-phone-inline,.display-phone-inline-block,.display-tab-block,.display-tab-inline,.display-tab-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; }
  td.display-phone,th.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; }
  td.display-tab,th.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; }
  td.display-desk,th.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; }
  td.display-lgdesk,th.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; }
  td.display-print,th.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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .align.row {
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .align.row,.align.row-inverse {
    -webkit-box-orient: horizontal; }
  .align.row-inverse {
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .align.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .align.column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .align.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .align.left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .align.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .align.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .align.spread {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .align.split {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .align.top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .align.middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .align.bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .align.stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  color: #818181;
  line-height: 1; }

h1,h2,h3,h4,h5,h6 {
  color: #004994;
  font-weight: 300; }

a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none; }

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

hr {
  border-color: #d4d4d4; }

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

[data-icon]:before {
  content: attr(data-icon); }

[data-icon]:before,[class*=" icon-"]:before,[class^="icon-"]:before {
  font-family: "luxonline-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-account-iconex-icone:before {
  content: "\62"; }

.icon-calculator-ico:before {
  content: "\63"; }

.icon-call-mecheck-ico:before {
  content: "\64"; }

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

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

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

.icon-faq-ico:before {
  content: "\6b"; }

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

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

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

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

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

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

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

.icon-parrainage-ico:before {
  content: "\73"; }

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

.icon-pack-ico:before {
  content: "\75"; }

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

.icon-menu-icone:before {
  content: "\77"; }

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

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

.icon-info-icone:before {
  content: "\7a"; }

.icon-icone-lol:before {
  content: "\41"; }

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

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

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

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

.icon-cable-ico:before {
  content: "\44"; }

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

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

.icon-personnaldata:before {
  content: "\48"; }

.icon-help:before {
  content: "\49"; }

.icon-debtorders:before {
  content: "\4a"; }

.icon-subrsciption:before {
  content: "\4b"; }

.icon-euro:before {
  content: "\4d"; }

.icon-lock:before {
  content: "\4c"; }

.icon-lostmobile:before {
  content: "\4e"; }

.icon-sim:before {
  content: "\4f"; }

.icon-tools-icone:before {
  content: "\f103"; }

.icon-tools:before {
  content: "\50"; }

.icon-assistance-internet:before {
  content: "\51"; }

.icon-assistance-mobile:before {
  content: "\52"; }

.icon-assistance-telephonie:before {
  content: "\53"; }

.icon-assistance-televisiocheck-icon:before {
  content: "\54"; }

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

.icon-player2:before {
  content: "\55"; }

.icon-player:before {
  content: "\56"; }

.icon-youtube-play:before {
  content: "\58"; }

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

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

.icon-www:before {
  content: "\f101"; }

.icon-fiber-globe:before {
  content: "\f102"; }

.icon-plus-icone:before {
  content: "\f107"; }

.icon-wifi:before {
  content: "\f108"; }

@-ms-viewport {
  width: auto !important; }

.answer li {
  display: block; }

.container-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  height: 100%; }
  .container-wrapper:before,.container-wrapper:after {
    content: "";
    display: table; }
  .container-wrapper:after {
    clear: both; }

.absolute-vertical-align-middle {
  position: absolute; }

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

.vertical-align-middle {
  position: relative; }

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

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

.flex-align-spread,.flex-align-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-content: flex-start; }

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

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

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

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

.background-image-right {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 60% !important;
  width: auto !important; }

.fixed-options {
  display: block;
  position: fixed;
  right: 0;
  top: 50%;
  width: 125px;
  z-index: 3; }

.blue-fixed-option,.white-fixed-option {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 10px;
  text-align: right; }

.white-fixed-option {
  display: none !important; }

header {
  top: 0;
  width: 100%;
  z-index: 3; }

header,#top-menu-header {
  position: relative;
  display: block; }

#top-menu-header {
  background-color: #004994; }

#bottom-menu-header {
  position: relative;
  display: block;
  height: 50px;
  padding: 8px 0; }
  #bottom-menu-header:before {
    content: "";
    display: table; }
  #bottom-menu-header:after {
    display: table;
    clear: both; }
  #bottom-menu-header .row {
    height: 100%; }

#bottom-menu-header .pull-left,.bottom-menu-header-links {
    position: relative;
    height: 100%; }

.bottom-menu-header-links {
  display: inline-block;
  float: right; }
  .bottom-menu-header-links.mobile {
    width: 100%;
    padding: 0 25px; }
    .bottom-menu-header-links.mobile .mobile-menu-button {
      display: inline-block;
      position: relative;
      float: right; }
  .bottom-menu-header-links .main-menu {
    height: 100%; }
  .bottom-menu-header-links .main-menu li {
    height: 100%;
    border-left: none; }
    .bottom-menu-header-links .main-menu li a {
      position: relative;
      display: block;
      height: 100%;
      width: 100%;
      line-height: 42px;
      padding: 0 27px; }
      .bottom-menu-header-links .main-menu li a img {
        display: inline-block;
        width: auto;
        height: 100%;
        max-height: 43px;
        margin-right: 10px; }
      .bottom-menu-header-links .main-menu li a .link {
        position: relative;
        display: inline-block;
        bottom: auto; }

.sub-menu {
  position: absolute;
  display: inline-block;
  top: 74px;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center; }
  .sub-menu li {
    text-align: center;
    margin-right: 60px; }
  .sub-menu a {
    display: block; }

.plan-title-padding {
  padding: 35px 0;
  margin: 0 !important; }

.map {
  padding: 60px 0px 40px 0; }
  .map .row [class^=desk-] {
    padding: 0px 20px 20px 0; }

.boxmap {
  border: 1px solid #d4d4d4;
  min-height: 375px; }
  .boxmap.others {
    min-height: 275px; }
  .boxmap h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 17px;
    margin: 17px 0 10px; }
  .boxmap ul {
    padding-left: 25px; }
  .boxmap li {
    display: block;
    font-size: 16px;
    padding: 9px 0px; }
    .boxmap li a:hover {
      text-decoration: underline; }
  .boxmap span[class^=icon-] {
    margin-right: 10px;
    color: #004994;
    font-size: 10px; }

.propos-title {
  position: relative;
  padding: 0; }
  .propos-title span {
    font-weight: 800; }
  .propos-title p {
    color: #004994;
    font-size: 16px; }

.section-images-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.section-images {
  background-repeat: no-repeat;
  background-position: bottom; }
  .section-images h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 3px 5px 7px rgba(38, 38, 38, 0.5); }
  .section-images p {
    color: white;
    text-align: justify;
    line-height: 20px;
    font-size: 16px;
    text-shadow: 1px 1px 5px #000000; }
    .section-images p span {
      font-weight: 800; }
  .section-images a {
    margin-top: 20px;
    color: white;
    text-transform: uppercase; }

#anniv {
  background-image: url("../../images/Divers/A_propos/20ans_672x162px.png");
  background-color: #004994;
  background-size: 90% auto;
  background-position: bottom center; }
  #anniv h1 {
    font-size: 60px;
    margin: 0px; }

#fibre {
  min-height: 480px;
  background-color: #0E1821; }
  #fibre h1 {
    font-size: 45px;
    margin: 0px; }

#valeurs {
  background-image: url("../../images/Divers/A_propos/nosvaleurs_672x320px.jpg"); }
  #valeurs h1 {
    font-size: 45px;
    margin: 0; }

.section-propos {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); }
  .section-propos p {
    color: #004994;
    text-align: justify;
    line-height: 20px;
    font-size: 16px; }
  .section-propos h2 {
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 800;
    line-height: 32px; }

.history-banner {
  background-color: #004994; }
  .history-banner h1 {
    text-shadow: 3px 5px 7px rgba(38, 38, 38, 0.5);
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 70px 0;
    margin: 0; }

.logo {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px; }
  .logo,.logo img {
  width: auto;
  height: 100%; }
  .logo.noel img {
    height: 50px;
    position: relative;
    bottom: 10px; }

#hero {
  display: block;
  position: relative; }
  @media screen and (min-width: 1056px) {
    #hero .content {
      display: block; } }

#slider {
  position: relative; }
  #slider,#slider #slider-ui {
  display: block;
  width: 100%; }
  #slider #slider-ui {
    position: absolute;
    height: 100%;
    z-index: 1; }

#slider-contents {
  display: block;
  position: relative; }
  #slider-contents img {
    height: auto; }
  #slider-contents img,#slider-contents .infos {
    display: block;
    position: relative;
    width: 100%; }
  #slider-contents .infos {
    top: 0;
    left: 0;
    height: 320px; }
    #slider-contents .infos a:not(.btn-light-blue):not(.input-group #fileButton):not(.input-group .custom-file-input::before),#slider-contents .infos a:not(.btn-orange) {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
  #slider-magazine,#slider-magazine img {
  display: block;
  position: relative; }
  #slider-magazine img {
    margin: 0 auto;
    width: auto;
    height: 400px; }
  #slider-magazine .infos {
    position: relative;
    left: 0;
    height: 320px; }
    #slider-magazine .infos,#slider-magazine .infos a {
    display: block;
    top: 0;
    width: 100%; }
    #slider-magazine .infos a {
      position: absolute;
      height: 100%;
      z-index: 2; }
  #slider-magazine figcaption {
    margin: 10px 0;
    text-align: center; }

#slider-contents .gallery-cell,#slider-magazine .gallery-cell {
  width: 100%; }

#slider-contents .flickity-page-dots,#slider-magazine .flickity-page-dots {
  width: 100%;
  bottom: 20px;
  top: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }
  #slider-contents .flickity-page-dots .dot,#slider-magazine .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    background: #818181;
    border-radius: 50%;
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer; }
    #slider-contents .flickity-page-dots .dot.is-selected,#slider-magazine .flickity-page-dots .dot.is-selected {
      background: #fff;
      border: 2px solid #004994; }

#slider-contents .flickity-prev-next-button,#slider-magazine .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  #slider-contents .flickity-prev-next-button:focus,#slider-magazine .flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: none; }
  #slider-contents .flickity-prev-next-button .arrow,#slider-magazine .flickity-prev-next-button .arrow {
    fill: #c0c0c0;
    opacity: 0.4;
    transition: opacity 0.3s ease-in; }
  #slider-contents .flickity-prev-next-button:hover .arrow,#slider-magazine .flickity-prev-next-button:hover .arrow {
    fill: #c0c0c0;
    opacity: 1; }

#equipement-section .gallery-cell,#offers-section .gallery-cell,#promoFiber-content .gallery-cell {
  width: 100%;
  padding: 0 2px; }

#equipement-section .flickity-page-dots,#offers-section .flickity-page-dots,#promoFiber-content .flickity-page-dots {
  width: 100%;
  top: -28px;
  bottom: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }
  #equipement-section .flickity-page-dots .dot,#offers-section .flickity-page-dots .dot,#promoFiber-content .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    background: #818181;
    border-radius: 50%;
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer; }
    #equipement-section .flickity-page-dots .dot.is-selected,#offers-section .flickity-page-dots .dot.is-selected,#promoFiber-content .flickity-page-dots .dot.is-selected {
      background: #fff;
      border: 2px solid #004994; }

#mobileType {
  height: 115px;
  width: 100%; }
  #mobileType .gallery-cell {
    height: 100%;
    width: 100%;
    padding: 0 10px; }
  #mobileType .mobile-container {
    display: inline-block;
    position: relative;
    height: 100%;
    padding: 11px 0 10px; }
  #mobileType .brandType {
    height: 75%; }
  #mobileType img {
    height: 100%;
    width: auto;
    max-width: 100%; }

#services {
  padding: 25px 0;
  text-align: center; }
  #services .row > div[class^=phone-] {
    padding: 0 7px;
    text-align: center; }
  #services .service {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 320px;
    height: 235px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden; }
    #services .service#loldsl {
      background-image: url(../../images/Homepage/OFFRES/LOL_DSL_296x233px.jpg); }
    #services .service#lolnow {
      background-image: url(../../images/Homepage/OFFRES/Option_NOW_296x233px.jpg); }
    #services .service#mobiles {
      background-color: #ff0; }
      #services .service#mobiles .promo-circle {
        top: auto;
        bottom: -110px;
        margin: 0 auto;
        background-color: #004994;
        border-radius: 50%;
        text-align: center;
        color: white;
        height: 260px;
        width: 260px; }
        #services .service#mobiles .promo-circle,#services .service#mobiles .promo-circle__container {
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0; }
        #services .service#mobiles .promo-circle__container {
          top: 37px; }
          #services .service#mobiles .promo-circle__container .section-price {
            width: auto;
            margin: 0 auto;
            font-size: 85px !important;
            padding: 0; }
            #services .service#mobiles .promo-circle__container .section-price div {
              left: 138px;
              top: 12px !important;
              font-size: 0.4em; }
            #services .service#mobiles .promo-circle__container .section-price span {
              font-size: 0.35em; }
            #services .service#mobiles .promo-circle__container .section-price + span {
              display: none; }
    #services .service#installation {
      background-image: url(../../images/Homepage/OFFRES/LOL_TV_296x233px.jpg); }
    #services .service#dispo {
      background-image: url(../../images/Homepage/OFFRES/Recherche_Offre.jpg); }
    #services .service .infos {
      position: absolute;
      padding: 0 20px;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }

#dispo .input-white {
  width: 100%;
  height: 45px; }

#dispo .btn-light-blue,#dispo .btn-orange,#dispo .input-group #fileButton,#dispo .input-group .custom-file-input::before,.input-group #dispo #fileButton,.input-group #dispo .custom-file-input::before {
  position: relative;
  width: 100%;
  margin-top: 10px; }

.section-padding {
  padding: 60px 0 40px !important; }

.padding {
  padding: 40px 0 !important; }

.section-layout {
  position: relative;
  display: block;
  padding: 30px 0;
  width: 100%;
  height: auto;
  text-align: center; }
  .section-layout .container-wrapper,.section-layout .row,.section-layout .row > div {
    position: relative;
    height: 100%; }
  .section-layout img {
    width: 80%;
    height: auto; }
  .section-layout:not(.height-auto) .logo-404 img {
    width: 30%;
    height: auto;
    min-width: 270px;
    max-width: 410px; }

.section-img-align-bottom {
  position: relative;
  bottom: 0; }

.content-container div[class^=phone-] {
  text-align: center; }

.section-background-image {
  background-repeat: no-repeat;
  background-position: center top; }

footer {
  display: block; }

#contact,#document-links,#footer-links,#social-links {
  width: 100%; }

#document-links .icon {
  display: none; }

#document-links {
  padding: 20px 0; }
    #document-links ul,#document-links ul li {
    text-align: center; }
    #document-links ul li {
      display: block;
      width: 100%;
      line-height: 18px; }
      #document-links ul li:not(:last-child) {
        margin-bottom: 15px; }
      #document-links ul li a {
        display: block; }

#contact ul,#social-links nav {
  float: right;
  width: 100%;
  text-align: right; }

#contact ul.center,#document-links ul.center,#social-links ul.center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start; }
  #contact ul.center li:not(:last-child),#document-links ul.center li:not(:last-child),#social-links ul.center li:not(:last-child) {
    margin-right: 0px; }

#contact ul.spread,#document-links ul.spread,#social-links ul.spread {
  display: inline-block;
  text-align: justify;
  width: 100%;
  line-height: 0; }
  #contact ul.spread:after,#document-links ul.spread:after,#social-links ul.spread:after {
    content: '';
    display: inline-block;
    width: 100%; }

#contact .text,#social-links .text {
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

#social-links .brand-name {
  display: none; }

#social-links,.social-links {
  padding: 20px 0 15px; }
  #social-links a:before,.social-links a:before {
    content: "";
    display: table; }
  #social-links a:after,.social-links a:after {
    content: "";
    display: table;
    clear: both; }
  #social-links .social-icon,.social-links .social-icon {
    position: relative;
    bottom: 5px;
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: -15px;
    text-align: center; }
  #social-links nav,.social-links nav {
    display: inline-block;
    margin-top: 10px; }
  #social-links ul,.social-links ul {
    width: 100%; }

#contact {
  margin-top: -2px;
  padding: 17px 0 15px;
  text-align: center; }
  #contact li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center; }
  #contact span {
    display: inline-block; }

.location-section .row > [class^=phone-]:not(:last-child) {
  margin-bottom: 20px; }

.dropdown > :not([data-trigger]) {
  display: none; }
  .dropdown > :not([data-trigger]).is-visible {
    display: block; }

#test-offres {
  text-align: center;
  padding: 20px 0; }

#offers-section,.menu-links-wrapper,.mobile-side-menu,body {
  background-color: #fff; }

svg:not(:root) {
  overflow: visible; }

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

.orange {
  color: #e75e0a !important; }

.light-blue {
  color: #00aae7 !important; }

.white {
  color: #fff !important; }

.blue {
  color: #004994 !important; }

.grey {
  color: #818181 !important; }

.section-black {
  color: #07040D !important; }

.red {
  color: #DC0000 !important; }

.background-green {
  background-color: #e3eee3; }

.background-black {
  background-color: #07040D; }

.background-blue {
  background-color: #004994; }

.background-lightgrey {
  background-color: #f8f8f8; }

.background-grey {
  background-color: #F3F3F3; }

.background-box {
  background-color: #FBFBFB; }

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

.background-lightblue {
  background-color: #eff4f7; }

.background-lightyellow {
  background-color: #F8F7F3; }

.background-lightpink {
  background-color: #F4F0F1; }

.background-white {
  background-color: #fff; }

.background-gradient-grey {
  background: whitesmoke;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, whitesmoke 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); }

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

.iner-shadow {
  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;
  box-shadow: inset 0 4px 15px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 4px 15px 2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 4px 15px 2px rgba(0, 0, 0, 0.15); }

.section-shadow {
  position: relative;
  box-shadow: 0 2px 25px 2px #d4d4d4;
  -o-box-shadow: 0 2px 25px 2px #d4d4d4;
  -ms-box-shadow: 0 2px 25px 2px #d4d4d4;
  box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 0.2);
  z-index: 2; }

.drop-shadow {
  box-shadow: 0 2px 13px 2px #B5B5B5;
  -o-box-shadow: 0 2px 13px 2px #B5B5B5;
  -ms-box-shadow: 0 2px 13px 2px #B5B5B5;
  box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.2); }

.price-delete {
  text-decoration: line-through; }

.section-layout {
  color: #004994; }

.content-container {
  position: relative;
  z-index: 1; }

.section-title {
  font-size: 31px;
  line-height: 32px;
  margin: 12px 0 25px;
  text-transform: uppercase; }
  .section-title strong {
    display: block; }

.moveArrow,.section-subtitle {
  font-size: 23px;
  line-height: 27px;
  margin: 25px 0;
  font-weight: 400;
  text-align: center; }
  .moveArrow.divers-subtitle,.section-subtitle.divers-subtitle {
    font-size: 19px; }
    .moveArrow.divers-subtitle.is-active,.section-subtitle.divers-subtitle.is-active {
      font-weight: 600; }
  .moveArrow[data-trigger] span[class^=icon],.section-subtitle[data-trigger] span[class^=icon] {
    font-size: 0.75em;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: -webkit-transform 0.1s ease-in;
    transition: transform 0.1s ease-in;
    transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in; }
  .moveArrow[data-trigger].is-active span[class^=icon],.section-subtitle[data-trigger].is-active span[class^=icon] {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg); }
  .moveArrow[data-trigger]:hover,.section-subtitle[data-trigger]:hover {
    color: #0062c7; }

.lowercase {
  text-transform: none; }

.uppercase {
  text-transform: uppercase; }

.section-description {
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  margin: 0 0 20px; }

.section-text {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 22px; }

span[class^=icon-] {
  position: relative;
  display: inline-block;
  margin-right: 13px; }

.exponent {
  vertical-align: super;
  font-weight: 800;
  font-size: 0.5em; }

.crossed {
  position: relative;
  font-size: 0.8em; }
  .crossed:before {
    content: " ";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    background-color: #e75e0a;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    width: 120%;
    height: 2px; }

.footer-note,.footer-note-phone,.footer-note-tv {
  text-align: center;
  font-size: 12px;
  margin: 15px 0;
  line-height: 15px; }
  .footer-note-phone span,.footer-note-tv span,.footer-note span {
    display: inline; }
  .footer-note-phone li,.footer-note-tv li,.footer-note li {
    display: inline-block; }
    .footer-note-phone li:not(:first-child),.footer-note-tv li:not(:first-child),.footer-note li:not(:first-child) {
      padding-left: 10px; }

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

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

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

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

.section-info {
  margin-bottom: 45px; }
  .section-info h2 {
    font-size: 2em;
    line-height: 35px;
    margin: 0 0 25px;
    font-weight: 400; }
  .section-info p {
    margin: 0 0 30px;
    font-size: 27px;
    line-height: 32px; }
  .assistance-thumbnail .section-info .img-container:after,.section-info .assistance-thumbnail .img-container:after,.section-info .btn-blue {
    margin: 0;
    font-size: 21px;
    padding: 17px 50px; }

.finance-list {
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  color: #004994; }
  .finance-list li {
    display: block; }

.repondeur-list {
  font-size: 14.5px;
  line-height: 25px;
  text-align: left; }
  .repondeur-list .btn-outline-white {
    margin-top: 15px;
    padding: 7px 35px; }

.section-price {
  display: block;
  position: relative;
  width: 155px;
  font-weight: 800;
  font-size: 42px;
  margin: 0 auto 20px;
  padding-top: 5px; }
  .section-price .price-label {
    position: absolute;
    top: -6px;
    left: 4px;
    margin: 0;
    text-align: left;
    font-size: 14px; }
  .section-price div {
    display: inline-block;
    position: absolute;
    font-size: 23px;
    top: 13px;
    left: 75px; }
  .section-price span {
    font-size: 23px;
    padding-left: 4px; }

.equipement-item-blue .price span.big-euro,.equipement-item-orange .price span.big-euro {
  font-size: 0.8em !important; }

.base-link {
  font-weight: 600; }
  .base-link:hover {
    text-decoration: underline; }

#siteWrap {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  background-color: #fff;
  /* Changed here */
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
  #siteWrap.open {
    transform: translateX(-247px);
    -webkit-transform: translateX(-247px);
    -ms-transform: translateX(-247px);
    -o-transform: translateX(-247px);
    border-right: 1px solid #f8f8f8; }

.mobile-side-menu {
  list-style: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: auto; }
  .mobile-side-menu .menu,.mobile-side-menu .menu-links {
    display: inline-block;
    float: right;
    width: 247px;
    text-align: left; }
    .mobile-side-menu .menu-links .menu-item,.mobile-side-menu .menu .menu-item {
      display: block;
      position: relative;
      color: #004994;
      font-size: 14px;
      font-weight: 600;
      /* text-transform: uppercase; */
      border-bottom: 1px solid #F3F3F3;
      cursor: pointer; }
      .mobile-side-menu .menu-links .menu-item .icon-right-arrow,.mobile-side-menu .menu .menu-item .icon-right-arrow {
        float: right;
        margin: 0;
        font-size: 10px;
        position: relative;
        top: 3px; }
      .mobile-side-menu .menu-links .menu-item.blue,.mobile-side-menu .menu .menu-item.blue {
        background-color: #004994;
        color: #fff !important; }
        .mobile-side-menu .menu-links .menu-item.blue:hover,.mobile-side-menu .menu .menu-item.blue:hover {
          background-color: #0062c7; }
      .mobile-side-menu .menu-links .menu-item:active,.mobile-side-menu .menu-links .menu-item:hover,.mobile-side-menu .menu .menu-item:active,.mobile-side-menu .menu .menu-item:hover {
        background-color: whitesmoke; }
      .mobile-side-menu .menu-links .menu-item.link,.mobile-side-menu .menu .menu-item.link {
        padding: 0; }
        .mobile-side-menu .menu-links .menu-item.link a,.mobile-side-menu .menu .menu-item.link a {
          display: block;
          padding: 16px 20px; }
      .mobile-side-menu .menu-links .menu-item.commande a,.mobile-side-menu .menu .menu-item.commande a {
        padding: 20px 0;
        padding-left: 50px; }
      .mobile-side-menu .menu-links .menu-item.commande span[class^="icon-"],.mobile-side-menu .menu .menu-item.commande span[class^="icon-"] {
        font-size: 26px;
        position: absolute;
        left: 13px;
        top: 11px; }
    .mobile-side-menu .menu-links .sous-nav,.mobile-side-menu .menu .sous-nav {
      background-color: #e9e9e9; }
      .mobile-side-menu .menu-links .sous-nav .menu-item,.mobile-side-menu .menu .sous-nav .menu-item {
        padding: 12px 20px;
        text-align: left;
        color: #696969;
        font-size: 13px; }
        .mobile-side-menu .menu-links .sous-nav .menu-item.link,.mobile-side-menu .menu .sous-nav .menu-item.link {
          padding: 0; }
          .mobile-side-menu .menu-links .sous-nav .menu-item.link a,.mobile-side-menu .menu .sous-nav .menu-item.link a {
            display: block;
            padding: 12px 20px; }
  .mobile-side-menu .menu-item.back,.mobile-side-menu .menu > .menu-item {
    padding: 16px 20px; }
  .mobile-side-menu .menu-links a {
    display: block;
    padding: 16px 20px; }
  .mobile-side-menu .menu-links-wrapper {
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    right: -247px;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    /* Changed here */
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
    .mobile-side-menu .menu-links-wrapper.is-open {
      transform: translateX(-247px);
      -webkit-transform: translateX(-247px);
      -ms-transform: translateX(-247px);
      -o-transform: translateX(-247px); }
    .mobile-side-menu .menu-links-wrapper .menu-item.back {
      text-align: left;
      color: #fff;
      background-color: #004994;
      border-bottom: 2px solid #004994; }
      .mobile-side-menu .menu-links-wrapper .menu-item.back span[class^="icon-"] {
        float: left;
        top: 1px;
        margin-right: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg); }

.blue-fixed-option,.white-fixed-option {
  background-color: #c0c0c0;
  border-radius: 8px 0px 0px 8px;
  font-size: 10pt;
  line-height: 20px; }
  .blue-fixed-option .icon-call-me,.white-fixed-option .icon-call-me {
    position: absolute;
    font-size: 56pt;
    top: -4px;
    left: 10px; }
  .blue-fixed-option .icon-right-arrow,.white-fixed-option .icon-right-arrow {
    font-size: 10pt;
    margin: 0; }
  .blue-fixed-option p,.white-fixed-option p {
    margin: 0; }
  .blue-fixed-option strong,.white-fixed-option strong {
    font-size: 14pt; }

.white-fixed-option {
  color: #004994;
  background-color: #fff;
  border: 1px solid #004994;
  border-right-color: #fff;
  line-height: 18px; }

.blue-fixed-option {
  color: #fff;
  background-color: #004994;
  border: 1px solid #fff;
  border-right-color: #004994;
  line-height: 20px; }

#bottom-menu-header {
  background: #fff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #fff 90%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
  /* IE6-9 */ }
  #bottom-menu-header:after {
    content: "";
    width: 100%;
    height: 1px;
    margin-left: -1px;
    display: block;
    position: absolute;
    top: 49px;
    left: 0;
    z-index: -1;
    box-shadow: 0 2px 8px 0 #000000;
    -o-box-shadow: 0 2px 8px 0 #000000;
    -ms-box-shadow: 0 2px 8px 0 #000000; }

.top-menu-header-links {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 1px 5px #818181; }
  .top-menu-header-links li {
    padding: 11px 0px 10px; }
  .top-menu-header-links.left li {
    padding: 11px 10px 10px; }
    .top-menu-header-links.left li.active {
      background-color: #0056ae; }
  .top-menu-header-links.right li {
    margin-left: 30px; }
    .top-menu-header-links.right li.active {
      font-weight: 600;
      text-decoration: underline; }

.bottom-menu-header-links .main-menu {
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  color: #9a9a9a; }

.bottom-menu-header-links .main-menu li {
  text-align: center; }
  .bottom-menu-header-links .main-menu li .active-border {
    display: block;
    position: absolute;
    top: -11px;
    height: 69px;
    width: 100%;
    background-color: transparent;
    border-bottom: 0px solid #004994;
    transition: border-width 0.14s linear; }
  .bottom-menu-header-links .main-menu li:hover .active-border {
    border-bottom-width: 4px; }
  .bottom-menu-header-links .main-menu li.active {
    font-weight: 600;
    color: #004994; }
    .bottom-menu-header-links .main-menu li.active .active-border {
      display: block;
      border-bottom-width: 4px; }

.sub-menu {
  font-size: 15px;
  text-transform: uppercase; }
  .sub-menu li.active {
    font-weight: 800; }
    .sub-menu li.active:hover a {
      cursor: default; }
  .sub-menu .link {
    display: inline;
    padding-bottom: 3px; }
  .sub-menu li:not(.active):hover .link {
    border-bottom: 2px dotted #c0c0c0; }
  .sub-menu.white li:not(.active):hover .link {
    border-bottom: 2px dotted #fff; }
  .sub-menu.blue li:not(.active):hover .link {
    border-bottom: 2px dotted #004994; }

.btn-container {
  display: block;
  position: relative;
  text-align: center; }

.assistance-thumbnail .img-container:after,.btn-blue,.btn-grey,.btn-light-blue,.btn-orange,.btn-outline-black,.btn-outline-white,.btn-tr-white,.btn-white,.input-group #fileButton,.input-group .custom-file-input::before,.mobile-menu-button .mobile-button-blue {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin: 3px 0;
  padding: 12px 15px;
  cursor: pointer;
  transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out, box-shadow 0.4s, opacity 0.3s linear;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 5px;
  background-image: none;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .assistance-thumbnail .img-container:focus:after,.btn-blue:focus,.btn-grey:focus,.btn-light-blue:focus,.btn-orange:focus,.btn-outline-black:focus,.btn-outline-white:focus,.btn-tr-white:focus,.btn-white:focus,.input-group #fileButton:focus,.input-group .custom-file-input:focus::before,.mobile-menu-button .mobile-button-blue:focus {
    outline: 0; }
  .assistance-thumbnail .img-container:focus:after,.assistance-thumbnail .img-container:hover:after,.btn-blue:focus,.btn-blue:hover,.btn-grey:focus,.btn-grey:hover,.btn-light-blue:focus,.btn-light-blue:hover,.btn-orange:focus,.btn-orange:hover,.btn-outline-black:focus,.btn-outline-black:hover,.btn-outline-white:focus,.btn-outline-white:hover,.btn-tr-white:focus,.btn-tr-white:hover,.btn-white:focus,.btn-white:hover,.input-group #fileButton:focus,.input-group #fileButton:hover,.input-group .custom-file-input:focus::before,.input-group .custom-file-input:hover::before,.mobile-menu-button .mobile-button-blue:focus,.mobile-menu-button .mobile-button-blue:hover {
    text-decoration: none; }

.mobile-menu-button {
  height: 100%; }
  .mobile-menu-button .mobile-button-blue {
    display: inline;
    width: 35px;
    height: 100%;
    float: left;
    padding: 5px;
    margin: 0;
    text-align: center;
    background-color: #004994;
    margin-right: 12px; }
  .mobile-menu-button .mobile-button-white {
    outline: 0;
    background-color: white;
    border: none;
    border-radius: 4px;
    margin-right: -8px; }
  .mobile-menu-button span[class^=icon-] {
    display: inline;
    margin: 0;
    font-size: 17px; }
    .mobile-menu-button span[class^=icon-].icon-account-icone {
      color: #fff; }
    .mobile-menu-button span[class^=icon-].icon-menu-icone {
      color: #004994;
      font-size: 28px;
      top: 2px; }

.assistance-thumbnail .img-container:after,.btn-blue {
  color: #fff;
  background-color: #004994;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin: 0; }
  .assistance-thumbnail .img-container:hover:after,.btn-blue:hover {
    background-color: #0056ae; }

.btn-orange {
  color: #fff;
  background-color: #e75e0a;
  box-shadow: 0px 2px 4px 0 #262626;
  -o-box-shadow: 0px 2px 4px 0 #262626;
  -ms-box-shadow: 0px 2px 4px 0 #262626; }
  .btn-orange:hover {
    background-color: #f56a16; }

.btn-light-blue,.input-group #fileButton,.input-group .custom-file-input::before {
  color: #fff;
  background-color: #00aae7;
  box-shadow: 0px 2px 4px 0 #262626;
  -o-box-shadow: 0px 2px 4px 0 #262626;
  -ms-box-shadow: 0px 2px 4px 0 #262626; }
  .btn-light-blue:hover,.input-group #fileButton:hover,.input-group .custom-file-input:hover::before {
    background-color: #02bcff; }

.assistance-thumbnail .btn-subscription.img-container:after,.btn-blue.btn-subscription,.btn-light-blue.btn-subscription,.btn-orange.btn-subscription,.input-group .btn-subscription#fileButton,.input-group .btn-subscription.custom-file-input::before {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  margin: 0;
  padding: 13px 50px;
  font-size: 17px; }

.btn-white {
  color: #004994;
  font-weight: 600;
  background-color: #fff;
  font-size: 18px;
  padding: 12px 15px;
  box-shadow: 0 2px 4px 0 #262626;
  -o-box-shadow: 0 2px 4px 0 #262626;
  -ms-box-shadow: 0 2px 4px 0 #262626;
  background: #d6d6d6;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d6d6d6), color-stop(50%, white), color-stop(100%, #d6d6d6));
  background: linear-gradient(to bottom, #d6d6d6 0%, white 50%, #d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6', GradientType=0 ); }

.btn-outline-black,.btn-outline-white,.btn-tr-white {
  padding: 15px 20px;
  font-size: 16px; }

.btn-outline-white {
  background-color: transparent;
  border: 2px solid #c0c0c0;
  color: #818181; }
  .btn-outline-white:hover {
    background-color: #c0c0c0;
    color: #f8f8f8; }

.btn-outline-black {
  border: 2px solid #fff;
  background-color: #07040D;
  color: #fff; }
  .btn-outline-black:hover {
    background-color: #fff;
    color: #07040D; }

.btn-tr-white {
  border: 2px solid #fff;
  background-color: transparent;
  color: white; }
  .btn-tr-white:hover {
    background-color: #fff;
    color: #07040D; }

.btn-grey {
  color: #fff;
  background-color: #6b6b6b;
  box-shadow: 0px 2px 4px 0 #262626;
  -o-box-shadow: 0px 2px 4px 0 #262626;
  -ms-box-shadow: 0px 2px 4px 0 #262626; }
  .btn-grey:hover {
    background-color: #787878; }

#offers-section .section-subtitle {
  margin-bottom: 40px;
  font-weight: 600; }

#offers-section .btn-outline-white {
  width: 100%;
  padding: 15px 0; }

#offers-section div[class^=phone-],#promoFiber-content div[class^=phone-],.promo-offer-container div[class^=phone-] {
  text-align: center; }

.btn-abo {
  position: relative;
  margin: 0 auto;
  width: 100%; }
  .btn-abo a {
    width: 100%;
    margin: 10px 0; }

.equipementCat {
  display: block; }
  .equipementCat.is-hidden {
    display: none; }

.philter,.searchMenu {
  display: block;
  position: relative; }
  .philter button,.searchMenu button {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 2px;
    background: none;
    border: none;
    outline: 0; }
    .philter button span[class^=icon-],.searchMenu button span[class^=icon-] {
      font-size: 0.9em;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      margin: 0; }
  .philter .dropdown,.searchMenu .dropdown {
    position: absolute;
    display: none;
    width: 100%;
    text-transform: capitalize;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-top: transparent;
    font-weight: 600;
    z-index: 2; }
    .philter .dropdown li,.searchMenu .dropdown li {
      display: block;
      padding: 11px;
      cursor: pointer; }
      .philter .dropdown li:not(:last-child),.searchMenu .dropdown li:not(:last-child) {
        border-bottom: 1px solid #d4d4d4; }
      .philter .dropdown li:hover,.searchMenu .dropdown li:hover {
        background-color: #e6e6e6; }
    .philter .dropdown.is-visible,.searchMenu .dropdown.is-visible {
      display: block; }

.DesktopMenu,.news-menu,.searchMenu button {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  color: #004994;
  font-size: 16px;
  font-weight: 400;
  z-index: 3; }
  .menu-list,.menu-list li {
  display: block; }
  .menu-list li {
    padding: 11px;
    padding-left: 25px;
    cursor: pointer; }
    .menu-list li:not(:last-child) {
      border-bottom: 1px solid #d4d4d4; }

.DesktopMenu,.news-menu ul {
  display: block; }
  .DesktopMenu li,.news-menu ul li {
    display: block;
    padding: 11px;
    padding-left: 25px;
    cursor: pointer; }
    .DesktopMenu li:not(:last-child),.news-menu ul li:not(:last-child) {
      border-bottom: 1px solid #d4d4d4; }
    .DesktopMenu li:hover,.news-menu ul li:hover {
      background-color: #e6e6e6; }

.DesktopMenu li.is-active,.news-menu ul li.is-active,.philter button {
      background-color: #004994;
      color: #fff; }

.philter button {
  font-size: 21px;
  margin: 15px 0 45px;
  cursor: default; }
  .philter button span[class^=icon-] {
    font-size: 0.6em; }
  .philter button .selectPhilter {
    font-weight: 600;
    padding-left: 15px; }

#mobileDetail {
  border: 1px solid #d4d4d4;
  background-color: #fff;
  margin-top: 15px;
  padding: 25px 30px; }
  #mobileDetail:before,#mobileDetail:after {
    content: "";
    display: table; }
  #mobileDetail:after {
    clear: both; }

.descWrapper:before,.imageWrapper:before {
  content: "";
  display: table; }

.descWrapper:after,.imageWrapper:after {
  content: "";
  display: table;
  clear: both; }

.descWrapper {
  margin-top: 45px; }

.os {
  display: inline-block;
  float: right;
  position: relative;
  bottom: 4px; }

.typeContainer {
  font-size: 30pt;
  color: #00529c;
  margin-bottom: 20px;
  position: relative; }

.descSubWrapperLeft {
  float: left; }

.descSubWrapperLeft,.descSubWrapperRight {
  display: inline-block;
  position: relative;
  width: 100%; }

.descSubWrapperRight {
  float: right; }

.qmkMobile {
  position: relative;
  display: inline-block;
  color: #004994;
  margin-left: 5px; }

.rightWrapper {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center; }
  .rightWrapper .typeContainer {
    margin-top: 15px; }

.priceWrapperRight {
  display: inline-block;
  position: relative;
  float: right;
  text-align: right;
  font-size: 26pt;
  color: #00aae7;
  padding: 11px 0px; }

.priceWrapperLeft {
  display: inline-block;
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.priceWrapper {
  display: block;
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  text-align: left; }
  .priceWrapper:before,.priceWrapper:after {
    content: "";
    display: table; }
  .priceWrapper:after {
    clear: both; }

.squareWrapper {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 10px; }

.descTitle {
  padding: 0px 0px 5px 0px;
  font-size: 12pt;
  clear: both;
  font-weight: bold;
  color: #004994; }

.descLabel {
  float: left;
  font-size: 13px;
  width: 90px;
  padding-left: 10px;
  line-height: 28px; }

.descLine {
  display: block; }
  .descLine:before,.descLine:after {
    content: "";
    display: table; }
  .descLine:after {
    clear: both; }

.descContent {
  float: left;
  font-size: 13px;
  line-height: 28px;
  font-weight: 600; }

.square {
  float: left;
  width: 47px;
  height: 47px;
  text-align: center;
  margin-right: 10px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .square.squareCam {
    background-image: url("../../images/equipment/mobile/squareCam.png"); }
    .square.squareCam .squareCamText {
      padding: 4px;
      line-height: 48pt;
      font-size: 7pt; }
  .square.squareScreen {
    background-image: url("../../images/equipment/mobile/squareScreen.png"); }
    .square.squareScreen .squareScreenText {
      padding: 6px;
      line-height: 12pt;
      font-size: 9pt; }
  .square.squareRam {
    background-image: url("../../images/equipment/mobile/squareRam2.png"); }
    .square.squareRam .squareRamText {
      padding: 12px 4px;
      line-height: 9pt;
      font-size: 7pt; }
  .square.squareProc {
    background-image: url("../../images/equipment/mobile/squareProc.png"); }
    .square.squareProc .squareProcText {
      padding: 4px;
      line-height: 9pt;
      font-size: 7pt; }
  .square.squareCap {
    background-image: url("../../images/equipment/mobile/squareCap.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .square.squareCap .squareCapText {
      line-height: 10pt;
      font-size: 8pt;
      display: inline-block;
      width: 100%; }

.picContainer {
  float: right;
  width: 100%;
  text-align: center;
  position: relative; }
  .picContainer img {
    display: inline-block;
    max-height: 302px;
    max-width: 100%;
    width: auto;
    height: auto; }

.input-white {
  font-size: 15pt;
  font-weight: 600;
  height: 45px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #818181;
  border: 2px solid #c5c5c5;
  box-shadow: 0 2px 4px 0 #262626;
  -o-box-shadow: 0 2px 4px 0 #262626;
  -ms-box-shadow: 0 2px 4px 0 #262626;
  /*line-height: 35px;*/
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px; }
  .input-white:focus {
    outline: 0; }

#dispo .input-white.select,#dispoMobile .input-white.select {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-size: 1.1em;
  margin: 10px 0;
  cursor: pointer; }

.equipement-item-blue,.news-item-blue,.offer-item-blue {
  display: block;
  position: relative;
  border-radius: 6px;
  border: 1px solid #004994;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px; }
  .equipement-item-blue .item-body,.equipement-item-blue .item-footer,.equipement-item-blue .item-header,.news-item-blue .item-body,.news-item-blue .item-footer,.news-item-blue .item-header,.offer-item-blue .item-body,.offer-item-blue .item-footer,.offer-item-blue .item-header {
    display: block; }
  .equipement-item-blue .item-footer,.equipement-item-blue .item-header,.news-item-blue .item-footer,.news-item-blue .item-header,.offer-item-blue .item-footer,.offer-item-blue .item-header {
    background-color: #004994;
    padding: 10px 0;
    color: #fff; }
  .equipement-item-blue .item-header,.news-item-blue .item-header,.offer-item-blue .item-header {
    border-radius: 4px 4px 0px 0px;
    padding: 18px 0 15px;
    font-size: 22px;
    text-transform: uppercase; }
  .equipement-item-blue .item-body,.news-item-blue .item-body,.offer-item-blue .item-body {
    color: #004994; }
    .equipement-item-blue .item-body > li:not(:last-child),.news-item-blue .item-body > li:not(:last-child),.offer-item-blue .item-body > li:not(:last-child) {
      border-bottom: 1px solid #004994; }
    .equipement-item-blue .item-body > li,.news-item-blue .item-body > li,.offer-item-blue .item-body > li {
      display: block;
      position: relative;
      padding: 20px 0; }
  .equipement-item-blue .item-footer,.news-item-blue .item-footer,.offer-item-blue .item-footer {
    border-radius: 0px 0px 4px 4px; }
  .equipement-item-blue .offer-price,.news-item-blue .offer-price,.offer-item-blue .offer-price {
    position: relative;
    font-weight: 600;
    font-size: 58px; }
    .equipement-item-blue .offer-price div,.news-item-blue .offer-price div,.offer-item-blue .offer-price div {
      position: absolute;
      font-size: 32px;
      top: -26px;
      left: 5px; }
      .equipement-item-blue .offer-price div .exponent,.news-item-blue .offer-price div .exponent,.offer-item-blue .offer-price div .exponent {
        font-size: 0.5em; }
    .equipement-item-blue .offer-price span:not(.offer-price-crossed),.news-item-blue .offer-price span:not(.offer-price-crossed),.offer-item-blue .offer-price span:not(.offer-price-crossed) {
      font-size: 22px;
      padding-left: 6px; }
    .equipement-item-blue .offer-price span,.news-item-blue .offer-price span,.offer-item-blue .offer-price span {
      position: relative; }
  .equipement-item-blue .description,.news-item-blue .description,.offer-item-blue .description {
    color: #004994;
    font-size: 21px;
    font-weight: 800;
    padding: 0 !important;
    height: 60px;
    line-height: 60px; }
    .equipement-item-blue .description .icon-heart-ico,.news-item-blue .description .icon-heart-ico,.offer-item-blue .description .icon-heart-ico {
      position: relative;
      margin-right: 0;
      margin-left: 5px;
      top: 4px;
      font-size: 1.14em; }
  .equipement-item-blue .info,.news-item-blue .info,.offer-item-blue .info {
    font-size: 21px;
    font-weight: 800;
    text-align: left;
    padding-left: 50px !important; }
    .equipement-item-blue .info .icon-download-ico,.news-item-blue .info .icon-download-ico,.offer-item-blue .info .icon-download-ico {
      position: relative;
      top: 1px;
      font-size: 17px;
      margin-right: 30px; }
      .equipement-item-blue .info .icon-download-ico.download,.news-item-blue .info .icon-download-ico.download,.offer-item-blue .info .icon-download-ico.download {
        color: #00aae7; }
      .equipement-item-blue .info .icon-download-ico.upload,.news-item-blue .info .icon-download-ico.upload,.offer-item-blue .info .icon-download-ico.upload {
        bottom: 1px;
        top: auto;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .equipement-item-blue .info .icon-www,.news-item-blue .info .icon-www,.offer-item-blue .info .icon-www,.equipement-item-blue .info .icon-fiber-globe,.news-item-blue .info .icon-fiber-globe,.offer-item-blue .info .icon-fiber-globe {
      position: relative;
      top: -2px;
      font-size: 17px;
      margin-right: 30px; }
  .equipement-item-blue .check-list-container,.news-item-blue .check-list-container,.offer-item-blue .check-list-container {
    text-align: left;
    padding-left: 50px !important; }
  .equipement-item-blue .check-list-title,.news-item-blue .check-list-title,.offer-item-blue .check-list-title {
    position: relative;
    padding-left: 43px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px; }
    .equipement-item-blue .check-list-title .icon-pack-ico,.news-item-blue .check-list-title .icon-pack-ico,.offer-item-blue .check-list-title .icon-pack-ico {
      position: absolute;
      font-size: 29px;
      top: -5px;
      left: -9px; }
  .equipement-item-blue .check-list,.news-item-blue .check-list,.offer-item-blue .check-list {
    text-align: left; }
    .equipement-item-blue .check-list li,.news-item-blue .check-list li,.offer-item-blue .check-list li {
      display: block;
      line-height: 22px;
      font-size: 15px;
      font-weight: 400; }
      .equipement-item-blue .check-list li .icon-check-icone,.equipement-item-blue .check-list li .icon-x-icone,.news-item-blue .check-list li .icon-check-icone,.news-item-blue .check-list li .icon-x-icone,.offer-item-blue .check-list li .icon-check-icone,.offer-item-blue .check-list li .icon-x-icone {
        position: relative;
        top: 2px;
        line-height: 10px;
        font-size: 19px;
        vertical-align: middle; }
      .equipement-item-blue .check-list li .icon-check-icone,.news-item-blue .check-list li .icon-check-icone,.offer-item-blue .check-list li .icon-check-icone {
        top: -1px; }
      .equipement-item-blue .check-list li .icon-x-icone,.news-item-blue .check-list li .icon-x-icone,.offer-item-blue .check-list li .icon-x-icone {
        margin-right: 13px;
        vertical-align: top;
        top: 2px;
        left: -1px; }
    .equipement-item-blue .check-list a,.news-item-blue .check-list a,.offer-item-blue .check-list a {
      font-weight: 600; }
      .equipement-item-blue .check-list a:hover,.news-item-blue .check-list a:hover,.offer-item-blue .check-list a:hover {
        text-decoration: underline; }

.equipement-item-orange,.news-item-orange,.offer-item-orange {
  display: block;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e75e0a;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px; }
  .equipement-item-orange .item-body,.equipement-item-orange .item-footer,.equipement-item-orange .item-header,.news-item-orange .item-body,.news-item-orange .item-footer,.news-item-orange .item-header,.offer-item-orange .item-body,.offer-item-orange .item-footer,.offer-item-orange .item-header {
    display: block; }
  .equipement-item-orange .item-footer,.equipement-item-orange .item-header,.news-item-orange .item-footer,.news-item-orange .item-header,.offer-item-orange .item-footer,.offer-item-orange .item-header {
    background-color: #e75e0a;
    padding: 10px 0;
    color: #fff; }
  .equipement-item-orange .item-header,.news-item-orange .item-header,.offer-item-orange .item-header {
    border-radius: 4px 4px 0px 0px;
    padding: 18px 0 15px;
    font-size: 22px;
    text-transform: uppercase; }
  .equipement-item-orange .item-body,.news-item-orange .item-body,.offer-item-orange .item-body {
    color: #004994; }
    .equipement-item-orange .item-body > li:not(:last-child),.news-item-orange .item-body > li:not(:last-child),.offer-item-orange .item-body > li:not(:last-child) {
      border-bottom: 1px solid #e75e0a; }
    .equipement-item-orange .item-body > li,.news-item-orange .item-body > li,.offer-item-orange .item-body > li {
      display: block;
      position: relative;
      padding: 20px 0; }
  .equipement-item-orange .item-footer,.news-item-orange .item-footer,.offer-item-orange .item-footer {
    border-radius: 0px 0px 4px 4px; }
  .equipement-item-orange .offer-price,.news-item-orange .offer-price,.offer-item-orange .offer-price {
    position: relative;
    font-weight: 600;
    font-size: 58px; }
    .equipement-item-orange .offer-price div,.news-item-orange .offer-price div,.offer-item-orange .offer-price div {
      position: absolute;
      font-size: 32px;
      top: -26px;
      left: 5px; }
      .equipement-item-orange .offer-price div .exponent,.news-item-orange .offer-price div .exponent,.offer-item-orange .offer-price div .exponent {
        font-size: 0.5em; }
    .equipement-item-orange .offer-price span:not(.offer-price-crossed),.news-item-orange .offer-price span:not(.offer-price-crossed),.offer-item-orange .offer-price span:not(.offer-price-crossed) {
      font-size: 22px;
      padding-left: 6px; }
    .equipement-item-orange .offer-price span,.news-item-orange .offer-price span,.offer-item-orange .offer-price span {
      position: relative; }
  .equipement-item-orange .description,.news-item-orange .description,.offer-item-orange .description {
    color: #e75e0a;
    font-size: 21px;
    font-weight: 800;
    padding: 0 !important;
    height: 60px;
    line-height: 60px; }
    .equipement-item-orange .description .icon-heart-ico,.news-item-orange .description .icon-heart-ico,.offer-item-orange .description .icon-heart-ico {
      position: relative;
      margin-right: 0;
      margin-left: 5px;
      top: 4px;
      font-size: 1.14em; }
  .equipement-item-orange .info,.news-item-orange .info,.offer-item-orange .info {
    font-size: 21px;
    font-weight: 800;
    text-align: left;
    padding-left: 50px !important; }
    .equipement-item-orange .info .icon-download-ico,.news-item-orange .info .icon-download-ico,.offer-item-orange .info .icon-download-ico {
      position: relative;
      top: 1px;
      font-size: 17px;
      margin-right: 30px; }
      .equipement-item-orange .info .icon-download-ico.download,.news-item-orange .info .icon-download-ico.download,.offer-item-orange .info .icon-download-ico.download {
        color: #00aae7; }
      .equipement-item-orange .info .icon-download-ico.upload,.news-item-orange .info .icon-download-ico.upload,.offer-item-orange .info .icon-download-ico.upload {
        bottom: 1px;
        top: auto;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .equipement-item-orange .info .icon-www,.news-item-orange .info .icon-www,.offer-item-orange .info .icon-www,.equipement-item-orange .info .icon-fiber-globe,.news-item-orange .info .icon-fiber-globe,.offer-item-orange .info .icon-fiber-globe {
      position: relative;
      top: -2px;
      font-size: 17px;
      margin-right: 30px; }
  .equipement-item-orange .check-list-container,.news-item-orange .check-list-container,.offer-item-orange .check-list-container {
    text-align: left;
    padding-left: 50px !important; }
  .equipement-item-orange .check-list-title,.news-item-orange .check-list-title,.offer-item-orange .check-list-title {
    position: relative;
    padding-left: 43px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px; }
    .equipement-item-orange .check-list-title .icon-pack-ico,.news-item-orange .check-list-title .icon-pack-ico,.offer-item-orange .check-list-title .icon-pack-ico {
      position: absolute;
      font-size: 29px;
      top: -5px;
      left: -9px; }
  .equipement-item-orange .check-list,.news-item-orange .check-list,.offer-item-orange .check-list {
    text-align: left; }
    .equipement-item-orange .check-list li,.news-item-orange .check-list li,.offer-item-orange .check-list li {
      display: block;
      line-height: 22px;
      font-size: 15px;
      font-weight: 400; }
      .equipement-item-orange .check-list li .icon-check-icone,.equipement-item-orange .check-list li .icon-x-icone,.news-item-orange .check-list li .icon-check-icone,.news-item-orange .check-list li .icon-x-icone,.offer-item-orange .check-list li .icon-check-icone,.offer-item-orange .check-list li .icon-x-icone {
        position: relative;
        top: 2px;
        line-height: 10px;
        font-size: 19px;
        vertical-align: middle; }
      .equipement-item-orange .check-list li .icon-check-icone,.news-item-orange .check-list li .icon-check-icone,.offer-item-orange .check-list li .icon-check-icone {
        top: -1px; }
      .equipement-item-orange .check-list li .icon-x-icone,.news-item-orange .check-list li .icon-x-icone,.offer-item-orange .check-list li .icon-x-icone {
        margin-right: 13px;
        vertical-align: top;
        top: 2px;
        left: -1px; }
    .equipement-item-orange .check-list a,.news-item-orange .check-list a,.offer-item-orange .check-list a {
      font-weight: 600; }
      .equipement-item-orange .check-list a:hover,.news-item-orange .check-list a:hover,.offer-item-orange .check-list a:hover {
        text-decoration: underline; }

#equipement-section {
  padding-bottom: 40px; }

#offers-section .container-wrapper,.k24,.k30,.k30-bis,.k100,.k200,.k200-bis,.k1000,.k1000-bis {
  position: relative; }
  #offers-section .container-wrapper .not-dispo,.k24 .not-dispo,.k30 .not-dispo,.k30-bis .not-dispo,.k100 .not-dispo,.k200 .not-dispo,.k200-bis .not-dispo,.k1000 .not-dispo,.k1000-bis .not-dispo {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(248, 248, 248, 0.8); }
  #offers-section .container-wrapper .not-dispo-top,.k24 .not-dispo-top,.k30 .not-dispo-top,.k30-bis .not-dispo-top,.k100 .not-dispo-top,.k200 .not-dispo-top,.k200-bis .not-dispo-top,.k1000 .not-dispo-top,.k1000-bis .not-dispo-top {
    visibility: inherit;
    opacity: inherit;
    position: relative;
    background-color: inherit !important; }
  #offers-section .container-wrapper .not-dispo-promo,.k24 .not-dispo-promo,.k30 .not-dispo-promo,.k30-bis .not-dispo-promo,.k100 .not-dispo-promo,.k200 .not-dispo-promo,.k200-bis .not-dispo-promo,.k1000 .not-dispo-promo,.k1000-bis .not-dispo-promo {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(4, 10, 53, 0.5) !important;
    z-index: 11;
    border-radius: 50%; }
  #offers-section .container-wrapper .not-dispo-info,.k24 .not-dispo-info,.k30 .not-dispo-info,.k30-bis .not-dispo-info,.k100 .not-dispo-info,.k200 .not-dispo-info,.k200-bis .not-dispo-info,.k1000 .not-dispo-info,.k1000-bis .not-dispo-info {
    position: absolute;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 15px 30px;
    background-color: #004994;
    color: #fff;
    text-align: center;
    font-size: 21px;
    line-height: 28px;
    z-index: 3; }
  #offers-section .container-wrapper .not-dispo-info-top,.k24 .not-dispo-info-top,.k30 .not-dispo-info-top,.k30-bis .not-dispo-info-top,.k100 .not-dispo-info-top,.k200 .not-dispo-info-top,.k200-bis .not-dispo-info-top,.k1000 .not-dispo-info-top,.k1000-bis .not-dispo-info-top {
    position: relative;
    top: inherit;
    webkit-transform: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    background-color: inherit !important;
    font-size: 20px;
    line-height: 20px; }
  #offers-section .container-wrapper .phone-title .not-dispo-info-top,.k24 .phone-title .not-dispo-info-top,.k30 .phone-title .not-dispo-info-top,.k30-bis .phone-title .not-dispo-info-top,.k100 .phone-title .not-dispo-info-top,.k200 .phone-title .not-dispo-info-top,.k200-bis .phone-title .not-dispo-info-top,.k1000 .phone-title .not-dispo-info-top,.k1000-bis .phone-title .not-dispo-info-top {
    font-size: 18px;
    line-height: 18px;
    margin-top: -27px;
    margin-bottom: 35px; }

#offers-section .container-wrapper > .not-dispo .not-dispo-info {
  top: 42%; }

#mobileType {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 2px;
  text-align: center;
  padding: 0; }
  #mobileType .flickity-slider {
    height: 100%; }
  #mobileType .gallery-cell {
    cursor: pointer; }
    #mobileType .gallery-cell .active-border {
      display: none;
      position: absolute;
      bottom: 0;
      height: 5px;
      width: 100%;
      background-color: #004994; }
    #mobileType .gallery-cell:hover .mobile-name {
      color: #004994; }
    #mobileType .gallery-cell.selected .mobile-name {
      color: #004994;
      font-weight: 800; }
    #mobileType .gallery-cell .mobile-name {
      display: inline-block;
      margin-top: 6px;
      width: 100%;
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out, box-shadow 0.4s, opacity 0.3s linear; }
  #mobileType .flickity-prev-next-button {
    background: none; }
    #mobileType .flickity-prev-next-button .arrow {
      fill: #004994; }

.flickity-prev-next-button:focus {
  box-shadow: none; }

.equipement-item-blue,.equipement-item-orange,.news-item-blue,.news-item-orange {
  background-color: #fff;
  border-color: #dadada;
  border-radius: 2px;
  text-align: center;
  padding: 30px 0 25px;
  margin: 0; }
  .equipement-item-blue:before,.equipement-item-orange:before,.news-item-blue:before,.news-item-orange:before {
    content: "";
    display: table; }
  .equipement-item-blue:after,.equipement-item-orange:after,.news-item-blue:after,.news-item-orange:after {
    content: "";
    display: table;
    clear: both; }
  .equipement-item-blue li,.equipement-item-orange li,.news-item-blue li,.news-item-orange li {
    padding-left: 0; }
  .equipement-item-blue .main-image,.equipement-item-orange .main-image,.news-item-blue .main-image,.news-item-orange .main-image {
    position: relative;
    display: block;
    width: 190px;
    margin: 0 auto 20px; }
    .equipement-item-blue .main-image img,.equipement-item-orange .main-image img,.news-item-blue .main-image img,.news-item-orange .main-image img {
      width: 100%;
      height: auto; }
    .equipement-item-blue .main-image.fillHeight,.equipement-item-orange .main-image.fillHeight,.news-item-blue .main-image.fillHeight,.news-item-orange .main-image.fillHeight {
      max-width: 190px;
      height: 135px;
      max-height: 100%;
      text-align: center; }
      .equipement-item-blue .main-image.fillHeight img,.equipement-item-orange .main-image.fillHeight img,.news-item-blue .main-image.fillHeight img,.news-item-orange .main-image.fillHeight img {
        display: inline-block;
        height: 100%;
        width: auto; }
  .equipement-item-blue .thumbnails,.equipement-item-orange .thumbnails,.news-item-blue .thumbnails,.news-item-orange .thumbnails {
    display: block;
    position: relative;
    margin-bottom: 20px; }
  .equipement-item-blue .thumbnails-wrapper,.equipement-item-orange .thumbnails-wrapper,.news-item-blue .thumbnails-wrapper,.news-item-orange .thumbnails-wrapper {
    height: auto;
    width: 60%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start; }
    .equipement-item-blue .thumbnails-wrapper .thumb,.equipement-item-orange .thumbnails-wrapper .thumb,.news-item-blue .thumbnails-wrapper .thumb,.news-item-orange .thumbnails-wrapper .thumb {
      display: inline-block;
      float: left;
      width: 50px;
      height: 25px;
      border: 1px solid #dadada;
      border-radius: 2px;
      text-align: center;
      margin-left: 5px; }
      .equipement-item-blue .thumbnails-wrapper .thumb .btnLightBox,.equipement-item-orange .thumbnails-wrapper .thumb .btnLightBox,.news-item-blue .thumbnails-wrapper .thumb .btnLightBox,.news-item-orange .thumbnails-wrapper .thumb .btnLightBox {
        border: none;
        background: none; }
    .equipement-item-blue .thumbnails-wrapper img,.equipement-item-orange .thumbnails-wrapper img,.news-item-blue .thumbnails-wrapper img,.news-item-orange .thumbnails-wrapper img {
      display: inline-block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: 45px;
      max-height: 20px; }
  .equipement-item-blue .equipement-price,.equipement-item-orange .equipement-price,.news-item-blue .equipement-price,.news-item-orange .equipement-price {
    position: relative;
    padding: 13px 45px;
    font-size: 54px;
    margin-bottom: 20px; }
  .equipement-item-blue .link,.equipement-item-orange .link,.news-item-blue .link,.news-item-orange .link {
    display: block;
    position: absolute;
    text-align: center;
    top: 85px;
    left: 0;
    right: 0;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #818181; }
  .equipement-item-blue .price div,.equipement-item-orange .price div,.news-item-blue .price div,.news-item-orange .price div {
    right: 38px !important;
    top: 3px !important;
    font-size: 0.55em !important; }
  .equipement-item-blue .price span,.equipement-item-orange .price span,.news-item-blue .price span,.news-item-orange .price span {
    font-size: 0.35em !important; }
  .equipement-item-blue .details,.equipement-item-orange .details,.news-item-blue .details,.news-item-orange .details {
    float: left;
    text-align: left; }
  .equipement-item-blue .item-name,.equipement-item-orange .item-name,.news-item-blue .item-name,.news-item-orange .item-name {
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 25px; }
    .equipement-item-blue .item-name .main,.equipement-item-orange .item-name .main,.news-item-blue .item-name .main,.news-item-orange .item-name .main {
      color: #004994;
      font-weight: 800; }
    .equipement-item-blue .item-name .sub,.equipement-item-orange .item-name .sub,.news-item-blue .item-name .sub,.news-item-orange .item-name .sub {
      font-size: 0.8em; }
  .equipement-item-blue .config,.equipement-item-orange .config,.news-item-blue .config,.news-item-orange .config {
    text-align: left;
    font-size: 13px; }
    .equipement-item-blue .config div,.equipement-item-orange .config div,.news-item-blue .config div,.news-item-orange .config div {
      display: inline-block; }
    .equipement-item-blue .config li,.equipement-item-orange .config li,.news-item-blue .config li,.news-item-orange .config li {
      line-height: 18px; }
  .equipement-item-blue .label,.equipement-item-orange .label,.news-item-blue .label,.news-item-orange .label {
    font-weight: 800; }
  .equipement-item-blue .info,.equipement-item-orange .info,.news-item-blue .info,.news-item-orange .info {
    padding: 0 !important;
    font-size: 1em;
    font-weight: 400; }

.article {
  text-align: left; }
  .article .link {
    display: inline;
    color: #004994;
    text-decoration: underline; }
  .article .content,.article .header {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400; }
  .article .header .meta {
    font-size: 0.85em; }
  .article .header .title {
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0 15px;
    font-size: 1.6em;
    line-height: 25px; }
  .article .header .chapeau {
    font-size: 0.95em;
    line-height: 20px;
    font-style: italic;
    margin-bottom: 25px; }
  .article lightbox {
    text-align: center; }
  .article lightbox,.article .content li,.article .content p,.article .content ul {
    display: block; }
  .article .content li:not(:first-child):not(:last-child) {
    margin: 5px 0; }
  .article .sous-titre {
    color: #818181;
    font-size: 1.1em;
    font-weight: 600;
    margin: 10px 0 5px; }
  .article .image {
    display: inline-block;
    max-width: 100%;
    border: 1px solid #c0c0c0;
    background-color: #f3f3f3;
    padding: 6px;
    margin: 20px 0; }
    .article .image img {
      display: block;
      max-width: 100%;
      height: auto; }
  .article .astuce {
    margin: 30px 0;
    padding: 10px 15px 15px;
    border: 1px solid #004994; }
    .article .astuce h2 {
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 1.15em;
      text-transform: uppercase;
      font-weight: 600;
      font-style: italic; }
    .article .astuce p {
      margin: 5px 0; }
      .article .astuce p:last-child {
        margin-bottom: 0; }
  .article ~ .back {
    font-size: 1.1em; }
    .article ~ .back span[class^="icon-"] {
      margin-right: 5px;
      font-size: 0.85em; }
    .article ~ .back:hover {
      text-decoration: underline; }

.news-item-blue {
  overflow: hidden;
  padding: 5px; }
  .news-item-blue:before,.news-item-blue:after {
    content: "";
    display: table; }
  .news-item-blue:after {
    clear: both; }
  .news-item-blue:not(:last-child) {
    margin-bottom: 10px; }
  .news-item-blue a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
    .news-item-blue a:hover {
      background-color: rgba(255, 255, 255, 0.3); }
  .news-item-blue .main-image {
    display: block;
    height: 200px;
    width: 100%;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin: 0; }
  .news-item-blue .content {
    padding: 15px; }
  .news-item-blue .description,.news-item-blue .header {
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400; }
  .news-item-blue .header {
    margin-bottom: 20px; }
  .news-item-blue .header .meta {
    font-size: 0.9em;
    margin-bottom: 5px; }
  .news-item-blue .header .title {
    color: #004994;
    font-weight: 600;
    font-size: 1.3em; }
  .news-item-blue .description {
    display: block;
    position: relative;
    height: auto;
    text-align: justify;
    color: #818181;
    margin: 0; }

.btn-account {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  background-repeat: repeat-x;
  color: #686868;
  font-weight: 600;
  background-color: #F5F5F5 !important;
  background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2 !important;
  border-radius: 4px;
  border: 1px solid;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-align: center;
  vertical-align: middle; }
  .btn-account:hover {
    background-color: #E6E6E6 !important;
    background-position: 0 -15px;
    color: #333 !important;
    transition: background-position 0.1s linear 0s; }

.account-breadcrum {
  line-height: 35px;
  font-size: 14px;
  font-weight: 600;
  color: #004994; }
  .account-breadcrum span[class^='icon-'] {
    margin: 0 5px;
    font-size: 0.85em;
    top: 1px; }

.account-item {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 4px;
  background-color: #f8f8f8;
  border: 2px solid #e6e6e6;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  color: #004994;
  transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out, box-shadow 0.4s, opacity 0.3s linear;
  cursor: pointer; }
  .account-item a {
    display: block;
    padding: 25px 0; }
  .account-item .icon {
    font-size: 4.5em;
    margin-bottom: 20px; }
    .account-item .icon span {
      margin: 0; }
  .account-item .txt span[class^="icon-"] {
    margin: 0;
    margin-left: 7px;
    font-size: 0.84em; }
  .account-item:hover {
    background-color: #004994;
    border-color: #004994;
    color: #fff; }

.content-container .offer-item-blue,.content-container .offer-item-orange {
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; }
  .content-container .offer-item-blue .item-header,.content-container .offer-item-orange .item-header {
    padding: 12px 0;
    font-size: 31px; }
  .content-container .offer-item-blue .item-body li,.content-container .offer-item-orange .item-body li {
    padding: 18px 0; }
    .content-container .offer-item-blue .item-body li:not(.description),.content-container .offer-item-orange .item-body li:not(.description) {
      padding-left: 15px !important; }
  .content-container .offer-item-blue .info,.content-container .offer-item-orange .info {
    font-size: 16px;
    font-weight: 400; }
    .content-container .offer-item-blue .info span:not(.exponent):not([data-l10n-id]),.content-container .offer-item-orange .info span:not(.exponent):not([data-l10n-id]) {
      display: inline-block;
      position: absolute;
      top: 20px;
      width: 45px;
      font-size: 16px;
      text-align: center;
      margin: 0; }
    .content-container .offer-item-blue .info .data,.content-container .offer-item-orange .info .data {
      display: inline-block;
      padding-left: 65px; }
    .content-container .offer-item-blue .info .exponent,.content-container .offer-item-orange .info .exponent {
      position: absolute;
      font-weight: 400;
      font-size: 9px !important;
      padding: 0; }

.content-container .btn-outline-white {
  padding: 13px 48px;
  font-size: 16px; }

.content-subtitle,.content-title {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin: 40px 0 50px; }

.content-subtitle {
  margin: -25px 0 45px;
  font-weight: 400;
  font-size: 21px; }

.btn-outline-white {
  font-size: 17px; }

#slider-ui .buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto; }
  #slider-ui .buttons .arrow {
    text-align: center;
    border: none;
    background: none;
    color: #c0c0c0;
    transition: transitionUi; }
    #slider-ui .buttons .arrow:hover {
      color: #9a9a9a; }
    #slider-ui .buttons .arrow:focus {
      outline: 0; }
    #slider-ui .buttons .arrow.left span,#slider-ui .buttons .arrow.right span {
      margin: 0; }
    #slider-ui .buttons .arrow.left {
      float: left;
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      margin-left: -20px; }
      #slider-ui .buttons .arrow.left span {
        position: relative;
        top: 9px; }
    #slider-ui .buttons .arrow.right {
      float: right;
      margin-right: -20px; }

#slider-ui .dots {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  bottom: 15px;
  width: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 8px; }
  #slider-ui .dots li {
    color: #a7a7a7; }
    #slider-ui .dots li.active {
      color: #004994; }

#slider-contents .infos {
  text-align: center;
  padding: 20px 0;
  background-repeat: no-repeat;
  background-position: center top; }
  #slider-contents .infos .align-right {
    text-align: center; }

#slider-contents .title {
  margin: 0 0 8px;
  color: #004994;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase; }

#slider-contents .bottom-details,#slider-contents .top-details {
  margin: 0;
  font-weight: 300; }

#slider-contents p.top-details {
  color: #e75e0a;
  font-size: 16px;
  line-height: 23px;
  margin: 0; }
  #slider-contents p.top-details strong {
    text-transform: uppercase; }

#slider-contents p.bottom-details {
  font-size: 12px;
  color: #818181; }

#slider-contents .section-price {
  font-size: 62px;
  padding-top: 0px;
  font-weight: 600; }
  #slider-contents .section-price div {
    font-size: 24px;
    top: 7px;
    left: 85px; }
  #slider-contents .section-price span {
    font-size: 20px;
    padding-left: 0px; }

.service-link {
  display: block; }
  .service-link:hover .service {
    border-color: rgba(0, 73, 148, 0.5); }

.service {
  transition: border 0.4s ease-out;
  border: 1px solid #e6e6e6;
  border-radius: 2px; }
  .service img {
    border-radius: inherit; }
  .service .infos h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0px 15px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase; }
  .service .infos .text {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #004994;
    margin-bottom: 10px; }
  .service#dispo h3 {
    font-size: 1.3em; }

.icons {
  position: relative;
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-top: 13%; }
  .icons:before,.icons:after {
    content: "";
    display: table; }
  .icons:after {
    clear: both; }
  .icons li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 16px;
    text-align: center; }

.dispo-icon {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #00aae7;
  box-shadow: 0 2px 4px 0 #262626;
  -o-box-shadow: 0 2px 4px 0 #262626;
  -ms-box-shadow: 0 2px 4px 0 #262626; }
  .dispo-icon span[class^=icon-] {
    font-size: 22px;
    position: absolute;
    top: 25%;
    left: 12px;
    margin: 0;
    color: #fff; }

.bottom-info {
  font-size: 10pt;
  color: #282828;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  text-align: center; }

.price-orange {
  font-weight: 800;
  font-size: 44px;
  color: #e75e0a;
  position: relative;
  display: inline-block; }
  .price-orange span {
    font-size: 16px; }
  .price-orange div {
    position: absolute;
    font-weight: 600;
    font-size: 14pt;
    top: 5px;
    left: 50px; }

#twenty-years {
  background-image: url(../../images/Homepage/CONTENU/320px/Bandeau_Fibre_optique_4.jpg);
  padding-top: 135px; }

#twenty-years,#portail {
  background-position: center top;
  background-size: 312px auto; }

#portail {
  background-image: url(../../images/Homepage/CONTENU/320px/Portail4.jpg);
  padding-top: 150px; }

footer {
  border-bottom: 2px solid #676767;
  background-color: #676767; }

.social-icon {
  border-radius: 50%;
  background-color: #c0c0c0; }
  .social-icon span[class^=icon-] {
    font-size: 25px;
    margin: 0;
    line-height: 48px;
    color: #fff; }
  .social-icon.lol {
    background-color: #014a94; }
  .social-icon.facebook {
    background-color: #537bbd; }
  .social-icon.twitter {
    background-color: #78cdf0; }
  .social-icon.google {
    background-color: #e72d35; }
  .social-icon.linkedin {
    background-color: #2085c7; }

#document-links {
  background-color: #e6e6e6;
  color: #818181;
  font-size: 18px;
  font-weight: 400; }
  #document-links li {
    transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out, box-shadow 0.4s, opacity 0.3s linear; }
  #document-links li:hover {
    color: #004994; }
  #document-links span {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 28px; }
  #document-links .active {
    font-weight: bold;
    color: #004994; }

#social-links {
  font-size: 11pt;
  font-weight: 300;
  background-color: #fff; }
  #social-links .brand-name {
    transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out, box-shadow 0.4s, opacity 0.3s linear;
    line-height: 17px; }
  #social-links a:hover .brand-name {
    color: #0062c7; }

#contact {
  font-size: 11pt;
  color: #d9d9d9;
  background-color: #004994; }
  #contact span[class^=icon-] {
    font-size: 15pt;
    top: 4px;
    color: #fff; }

#footer-links {
  color: #fff; }
  #footer-links h4 {
    color: inherit; }

.help-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  padding: 7px 0 20px;
  text-align: center; }
  .help-link:hover {
    color: #dadada; }
    .help-link:hover p {
      text-decoration: underline; }
  .help-link p {
    display: inline;
    margin: 0; }
  .help-link span[class^=icon-] {
    display: inline;
    position: relative;
    display: inline-block; }
    .help-link span[class^=icon-].icon-info-icone {
      margin-right: 8px;
      font-size: 21px;
      top: 6px; }
    .help-link span[class^=icon-].icon-right-arrow {
      margin-left: 5px;
      margin-right: 0px;
      font-size: 16px;
      top: 4px; }

.separator {
  margin: 0;
  background-color: #575757;
  height: 1px;
  border-color: #A2A2A2;
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.18);
  -o-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.18);
  -ms-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.18); }

.promos-link {
  display: block;
  position: relative;
  font-size: 1.2em;
  line-height: 1.4;
  color: #e75e0a;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 10px; }
  .promos-link span[class^=icon-] {
    margin-right: 0;
    margin-left: 7px;
    font-size: 1.2em;
    top: 3px; }

a.promos-link:hover {
  text-decoration: underline; }

.not + .promos-link.persist {
  display: none; }

.footer-top-links {
  font-weight: 300;
  display: inline-block;
  float: left;
  width: 20%;
  margin-bottom: 30px; }
  .footer-top-links h4 {
    font-size: 11pt;
    margin: 30px 0 20px;
    text-transform: uppercase; }
  .footer-top-links a:hover {
    text-decoration: underline;
    color: #dadada; }

.copyright,.footer-bottom-links {
  font-size: 10pt;
  line-height: 20px;
  padding: 15px 0;
  width: 100%; }
  .copyright .icon-icone-lol,.footer-bottom-links .icon-icone-lol {
    font-size: 17pt;
    position: relative;
    top: 5px;
    display: inline-block;
    margin-right: 10px; }
  .copyright a,.footer-bottom-links a {
    display: block; }
    .copyright a:hover,.footer-bottom-links a:hover {
      text-decoration: underline;
      color: #dadada; }

.links li {
  display: block;
  padding: 5px 0; }

.copyright,.footer-bottom-links {
  text-align: center; }

.footer-bottom-links {
  padding: 10px 0;
  font-weight: 300; }
  .footer-bottom-links li {
    line-height: 35px; }
    .footer-bottom-links li.active {
      font-weight: 600;
      text-decoration: underline; }
  .footer-bottom-links li:first-child {
    padding-left: 30px; }
  .footer-bottom-links .icon-icone-lol {
    position: absolute;
    left: 0;
    top: 3px; }

.container-table {
  width: 100%;
  overflow-x: auto; }

.table-tarifs {
  margin-bottom: 15px; }
  .table-tarifs,.table-tarifs tbody,.table-tarifs thead,.table-tarifs tr {
  width: 100%; }
  .table-tarifs td,.table-tarifs th {
    border-collapse: collapse;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #e6e6e6; }
  .table-tarifs thead th {
    background-color: #004994;
    color: #fff;
    border-top: 1px solid #004994;
    border-bottom: 1px solid #004994;
    font-size: 1.1em;
    font-weight: 600; }
    .table-tarifs thead th:first-child {
      border-left: 1px solid #004994; }
    .table-tarifs thead th:last-child {
      border-right: 1px solid #004994; }
  .table-tarifs tbody td,.table-tarifs tbody th {
    font-size: 1.1em;
    color: #004994; }
  .table-tarifs tbody th {
    text-align: left;
    font-weight: 400; }
  .table-tarifs tbody td {
    color: #818181;
    font-weight: 400; }
  .table-tarifs tbody tr:nth-child(odd) {
    background-color: #eeeeee; }
  .table-tarifs tfoot td {
    border: none;
    color: #004994;
    text-align: left;
    padding-left: 0;
    padding-bottom: 0; }
  .table-tarifs td[data-zone]:hover,.table-tarifs th[data-zone]:hover {
    cursor: help; }

.table-details {
  margin-bottom: 10px; }
  .table-details,.table-details tbody,.table-details thead,.table-details tr {
  width: 100%; }
  .table-details tr {
    border-bottom: 1px solid #d4d4d4; }
  .table-details td,.table-details th {
    border-collapse: collapse;
    text-align: left;
    padding: 15px 0; }
    .table-details td .exponent,.table-details th .exponent {
      font-weight: 400;
      font-size: 0.7em; }
  .table-details th {
    font-size: 18px;
    color: #818181;
    font-weight: 400; }
  .table-details td {
    font-size: 19px; }
    .table-details td a:hover {
      text-decoration: underline; }

.bottom-link {
  text-align: center;
  margin: 18px 0;
  line-height: 25px;
  font-size: 18px;
  color: #004994;
  padding-right: 5px; }
  .bottom-link span:not([data-l10n-id]) {
    position: relative;
    top: 2px;
    font-size: 16px; }
  .bottom-link:hover {
    color: #0062c7; }

.pdf-list {
  position: relative;
  margin: 40px 0;
  text-align: left; }
  .pdf-list h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 30px; }
  .pdf-list li {
    display: block;
    font-size: 14px; }
    .pdf-list li:hover .link {
      text-decoration: underline; }
  .pdf-list img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 2px; }
  .pdf-list .link {
    display: inline-block;
    position: relative; }
    .pdf-list .link span {
      display: block;
      font-size: 14px;
      margin-top: 4px; }
    .pdf-list .link.single-line {
      top: 4px; }
  .pdf-list a {
    padding: 8px 0;
    margin-top: 4px; }

.pdf-list a,.popup {
    display: block; }
  .popup.is-visible .background-client {
    opacity: 0.6;
    visibility: visible; }
  .popup.is-visible .white-pannel {
    opacity: 1;
    visibility: visible; }

.background-client {
  top: 0;
  bottom: 0;
  background-color: #000;
  z-index: 10;
  cursor: pointer; }

.background-client,.white-pannel {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear; }

.white-pannel {
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  top: 50%;
  margin: 0 auto;
  padding: 20px 20px 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 6px;
  z-index: 11; }
  .white-pannel .pannel-close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    border: none;
    background: none; }
    .white-pannel .pannel-close span {
      margin: 0;
      font-size: 21px; }
    .white-pannel .pannel-close:focus {
      outline: 0; }
  .white-pannel h2 {
    font-size: 24px;
    padding-bottom: 15px;
    margin: 0;
    font-weight: 800;
    text-transform: uppercase; }
  .white-pannel input,.white-pannel select {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 5px -1px #000;
    -o-box-shadow: inset 0 1px 5px -1px #000;
    -ms-box-shadow: inset 0 1px 5px -1px #000;
    background-color: #f8f8f8;
    font-size: 14px; }
  .white-pannel .input-white {
    font-size: 16px;
    text-align: center; }
    .white-pannel .input-white.select {
      cursor: pointer; }
  .assistance-thumbnail .white-pannel .img-container:after,.input-group .white-pannel #fileButton,.input-group .white-pannel .custom-file-input::before,.white-pannel .assistance-thumbnail .img-container:after,.white-pannel .btn-blue,.white-pannel .btn-light-blue,.white-pannel .btn-orange,.white-pannel .input-group #fileButton,.white-pannel .input-group .custom-file-input::before {
    padding: 11px 18px;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none; }
  .input-group .white-pannel #fileButton,.input-group .white-pannel .custom-file-input::before,.white-pannel .btn-light-blue,.white-pannel .btn-orange,.white-pannel .input-group #fileButton,.white-pannel .input-group .custom-file-input::before {
    padding: 15px 20px;
    font-size: 16px;
    margin-top: 5px; }
  .assistance-thumbnail .white-pannel .img-container:after,.white-pannel .assistance-thumbnail .img-container:after,.white-pannel .btn-blue {
    position: absolute;
    right: 0;
    bottom: 0; }
  .white-pannel .contact-infos {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #004994;
    font-weight: 800;
    font-size: 14px; }
    .white-pannel .contact-infos span {
      display: block;
      margin-top: 5px;
      font-weight: 400; }

.client-menu {
  display: block;
  margin: 10px 0 20px;
  font-size: 16px;
  font-weight: 600;
  color: #818181; }
  .client-menu li {
    height: 25px;
    transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out, box-shadow 0.4s, opacity 0.3s linear; }
    .client-menu li[data-id] {
      cursor: pointer; }
    .client-menu li[data-id]:hover {
      color: #004994; }
    .client-menu li.active {
      font-weight: 800;
      color: #004994; }

.pannel-forms {
  display: block;
  position: relative;
  padding-bottom: 65px; }
  .pannel-forms form {
    display: none; }
    .pannel-forms form.is-visible {
      display: block; }
  .pannel-forms .input-left {
    padding-right: 5px; }
  .pannel-forms .input-right {
    padding-left: 5px; }

.equipement-price {
  display: inline-block;
  margin: 10px 0 15px;
  background-color: #004994;
  border-radius: 8px;
  color: #fff;
  padding: 15px 40px;
  font-size: 67px;
  font-weight: 800; }
  .equipement-price .price {
    position: relative; }
    .equipement-price .price div {
      position: absolute;
      right: 0;
      top: 0;
      font-weight: 600;
      font-size: 0.6em; }
    .equipement-price .price span {
      font-weight: 600;
      font-size: 0.41em; }

.question {
  display: block;
  line-height: 20px;
  color: #004994;
  font-size: 15px; }
  .question .question_q {
    border-bottom: 2px solid #dadada;
    padding: 20px 0; }
    .question .question_q.is-active {
      font-weight: 600; }

.answer {
  padding: 20px 15px;
  font-size: 0.9em;
  background-color: #e7e9ec;
  margin: 0; }
  .answer a {
    text-decoration: underline; }

.shop-location {
  font-size: 18px;
  color: #004994; }
  .shop-location h3 {
    text-align: center;
    margin: 0 0 25px;
    font-size: 1.4em;
    font-weight: 400; }
  .shop-location ul li {
    display: block;
    line-height: 22px;
    font-size: 0.90em; }
  .shop-location .pull-left,.shop-location .pull-right {
    text-align: center; }
  .shop-location .pull-left {
    margin-bottom: 10px; }

.contact-details {
  font-size: 16px;
  color: #004994;
  line-height: 24px; }
  .contact-details .title {
    font-size: 1.5em;
    margin: 0 0 10px; }
  .contact-details li {
    display: block;
    font-size: 1em; }

h2.contact-title {
  margin: 0 0 35px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2em; }

.googleMap {
  margin-top: 30px;
  height: 300px; }

.contact-form-info,.contact-form-mess {
  font-size: 14px; }
  .contact-form-info h3,.contact-form-mess h3 {
    font-size: 1.3em;
    font-weight: 800;
    margin: 0 0 20px; }

.contact-form-info {
  margin-bottom: 15px; }
  .contact-form-info,.contact-form-info .left-container {
  padding-right: 0px; }

.contact-form-info .right-container,.contact-form-mess {
  padding-left: 0px; }
  .assistance-thumbnail .contact-form-mess .img-container:after,.contact-form-mess .assistance-thumbnail .img-container:after,.contact-form-mess .btn-blue {
    font-size: 1.1em;
    padding: 9px 30px 8px; }

html[lang="en"] .input-group label[for="Cp"] {
  text-transform: capitalize; }

.input-group {
  margin-bottom: 15px; }
  .input-group:not(.inline) *:not(span) {
    display: block; }
  .input-group.inline label {
    display: inline; }
    .input-group.inline label + input {
      margin-top: 5px; }
  .input-group input:not([type=radio]),.input-group select,.input-group textarea {
    width: 100%;
    border-radius: 4px;
    border: none; }
  .input-group #NotClient {
    margin-left: 15px; }
  .input-group input[type="radio"] + label {
    padding-left: 8px;
    margin: 0;
    display: inline;
    cursor: pointer;
    margin-right: 15px; }
  .input-group input[type="radio"]:checked + label {
    color: #004994;
    font-weight: 600; }
  .input-group input[type=radio] {
    display: inline;
    cursor: pointer; }
  .input-group label {
    display: block;
    color: #8b8b8b;
    font-size: 1.1em;
    margin-bottom: 10px;
    line-height: 20px; }
  .input-group input[type="number"],.input-group input[type="password"],.input-group input[type="text"] {
    height: 35px;
    padding-left: 10px;
    background-color: #f8f8f8;
    box-shadow: inset 0 1px 5px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0 1px 5px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 0 1px 5px 1px rgba(0, 0, 0, 0.2); }
  .input-group .not-fill {
    border: 1px solid #DC0000 !important; }
  .input-group #fileButton {
    font-size: 1.1em;
    width: 100%;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    padding: 12px 0px 12px; }
  .input-group ul#fileList > li {
    font-size: 1.1em;
    padding: 5px 0;
    cursor: pointer;
    transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out, box-shadow 0.4s, opacity 0.3s linear; }
    .input-group ul#fileList > li span {
      margin: 0 0 0 8px;
      font-size: 0.7em;
      position: relative;
      top: 2px; }
    .input-group ul#fileList > li:hover {
      color: #DC0000; }
  .input-group .disabled {
    background-color: #BDBDBD !important;
    cursor: default !important; }
  .input-group select {
    height: 35px;
    padding-left: 10px;
    background-color: #f8f8f8;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
  .input-group .select-arrow {
    display: inline-block;
    width: 100%;
    background-size: auto auto;
    background-position: 97% center; }
  .input-group textarea {
    border: none;
    min-height: 205px;
    resize: none;
    padding: 10px;
    border: 1px solid #d4d4d4; }
  .input-group .custom-file-input:focus {
    outline: none; }
  .input-group .custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
    display: none; }
    .input-group .custom-file-input::-webkit-file-upload-button:focus {
      outline: none; }
  .input-group .custom-file-input::before {
    content: 'Joindre un fichier';
    font-size: 1.1em;
    width: 100%;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    padding: 9px 0px 8px; }
    .input-group .custom-file-input::before:focus {
      outline: none; }
  .input-group.file ul {
    margin-top: 5px; }

.input-file-info {
  display: inline-block;
  position: relative;
  top: 16px; }

.docItem .single-line {
  display: inline-block;
  margin-left: 10px; }

.docItem li,.docItem ul {
  display: block;
  margin-bottom: 15px; }

.docItem .link span {
  display: block; }

div#languageSelector {
  text-align: right;
  margin-left: 30px; }

.header-dropdown {
  position: relative;
  display: inline-block;
  padding: 0; }
  .header-dropdown button {
    position: relative;
    z-index: 2;
    outline: 0;
    background: none;
    background-color: #0056ae;
    border: none;
    padding: 9px 10px;
    width: 125px;
    border-bottom: 1px solid #003a75; }
    .header-dropdown button span[class^="icon-"] {
      margin-right: 0;
      margin-left: 8px;
      font-size: 0.7em;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg); }
  .header-dropdown button.is-active,.header-dropdown button:hover,.header-dropdown .drop {
      background-color: #004185; }
  .header-dropdown .drop {
    display: none;
    position: absolute;
    width: 125px;
    z-index: 3;
    border-top: 1px solid #004994;
    text-align: right; }
    .header-dropdown .drop li {
      margin: 0;
      display: block;
      cursor: pointer; }
    .header-dropdown .drop a,.header-dropdown .drop.is-visible {
      display: block; }
    .header-dropdown .drop li:not(:last-child) {
      border-bottom: 1px solid #003a75; }
    .header-dropdown .drop li:not(:first-child) {
      border-top: 1px solid #004994; }

.dropdown > [data-trigger] {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dropdown [data-trigger] span[class^=icon] {
  top: 1px;
  margin-left: 5px;
  font-size: 0.75em;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in; }

.dropdown [data-trigger].is-active span[class^=icon] {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg); }

.dropdown [data-trigger]:hover {
  color: #0062c7; }

#history-extended {
  height: 220px; }

.history {
  height: 200px; }
  .history,.history .container-wrapper {
  position: relative; }
  .history .row {
    height: 100%; }
  .history .round-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .history .rond {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #004494;
    box-shadow: inset 0px -2px 15px rgba(0, 0, 0, 0.1), inset 0px 2px 15px rgba(0, 0, 0, 0.1), inset 2px 0px 15px rgba(0, 0, 0, 0.1), inset -2px 0px 15px rgba(0, 0, 0, 0.1); }
    .history .rond p {
      margin: 0;
      text-align: center;
      color: white;
      font-weight: 800;
      font-size: 19px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .history .rond p,.history .text {
      top: 50%;
      position: relative; }
  .history .text {
    width: 50%; }
    .history .text p {
      font-size: 16px;
      margin: 0;
      line-height: 20px; }
  .history .history-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .history .right-block,.history .left-block {
    float: right;
    width: 70%; }
  .history .history-element .icon-right {
    padding-left: 60px; }
  .history .history-element .icon-left-arrow,.history .history-element .icon-right-arrow {
    font-size: 16px;
    color: #004494;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .history .history-element .icon-left {
    padding-left: 60px; }
  .history .history-element .line-grey {
    width: 3px;
    height: 100%;
    background-color: #B0B1B2;
    margin: 0 auto;
    left: 32px;
    position: absolute; }

.zone {
  display: none;
  position: absolute;
  top: 0px;
  background: #FFF;
  border: 1px solid #004994;
  border-radius: 5px;
  padding: 15px;
  text-align: left;
  z-index: 999999;
  max-width: 500px;
  min-width: 300px; }

/*Mise en page Magazine*/
/*-----------------------------------------------------------------------------*/
#slider-magazine1:after {
  content: "Lire maintenant \A en francais";
  white-space: pre; }

#slider-magazine2:after {
  content: "Read now\Ain english";
  white-space: pre; }

#slider-magazine1,#slider-magazine2 {
  position: relative;
  cursor: pointer;
  max-width: 300px;
  margin: auto; }
  #slider-magazine1:after,#slider-magazine2:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    color: #004994;
    font-size: 1.6em;
    line-height: 25px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding-top: 195px; }
  #slider-magazine1 img,#slider-magazine2 img {
    position: relative;
    width: 100%;
    height: auto; }
  #slider-magazine1:hover:after,#slider-magazine2:hover:after {
    visibility: visible;
    opacity: 1; }

/*VIDEO TEST*/
/*----------------------------------------------------------------------------*/
#video-fond {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat; }
  #video-fond.image-1 {
    background-image: url(../../images/TV/header/football_672x320px.jpg); }
  #video-fond.image-2 {
    background-image: url(../../images/TV/header/love_672x320px.jpg); }
  #video-fond.image-3 {
    background-image: url(../../images/TV/header/space_672x320px.jpg); }
  #video-fond:after {
    content: "";
    position: relative;
    display: block;
    bottom: 0;
    right: 0;
    background-image: url(../../images/TV/pattern/subtle_carbon/subtle_carbon.png);
    background-repeat: repeat;
    opacity: 0.55; }

#video-fond:after,#video-fond > video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

#video-fond > video {
  position: absolute; }

/* 1. Pas de support d'object-fit */
@media (min-aspect-ratio: 16 / 9) {
  #video-fond > video {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  #video-fond > video {
    width: 300%;
    left: -100%; } }

/* 2. En cas de support d'object-fit, écrase les règles en (1) */
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #video-fond > video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover; } }

/*------------------------------HDA CLIENT------------------------------------*/
#hda + section hr,#hda hr {
  border-style: solid;
  border-width: 1px;
  max-width: 600px;
  border-color: #c0c0c0;
  margin-top: 40px;
  margin-bottom: 20px; }

#hda + section .btn-default,#hda + section .btn-primary,#hda .btn-default,#hda .btn-primary {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin: 3px 0;
  padding: 12px 15px;
  cursor: pointer;
  transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out, box-shadow 0.4s, opacity 0.3s linear;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 5px;
  background-image: none;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 15px; }
  #hda + section .btn-default:focus,#hda + section .btn-primary:focus,#hda .btn-default:focus,#hda .btn-primary:focus {
    outline: 0; }
  #hda + section .btn-default:focus,#hda + section .btn-default:hover,#hda + section .btn-primary:focus,#hda + section .btn-primary:hover,#hda .btn-default:focus,#hda .btn-default:hover,#hda .btn-primary:focus,#hda .btn-primary:hover {
    text-decoration: none; }

#hda + section .btn-default,#hda .btn-default {
  color: #818181;
  border-color: #818181;
  border-width: 1px;
  margin: 0; }
  #hda + section .btn-default:hover,#hda .btn-default:hover {
    border-color: #0056ae;
    color: #0056ae;
    box-shadow: 0 0 5px 0 rgba(0, 73, 148, 0.75);
    -o-box-shadow: 0 0 5px 0 rgba(0, 73, 148, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 73, 148, 0.75); }

#hda + section .btn-primary,#hda .btn-primary {
  color: white;
  border-color: #004994;
  background-color: #004994;
  border-width: 1px;
  margin: 0; }
  #hda + section .btn-primary:hover,#hda .btn-primary:hover {
    background-color: #0056ae;
    border-color: #0056ae;
    box-shadow: 0 0 5px 0 rgba(0, 73, 148, 0.75);
    -o-box-shadow: 0 0 5px 0 rgba(0, 73, 148, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 73, 148, 0.75); }

#hda + section .hda-description,#hda .hda-description {
  font-size: 14px;
  color: #818181;
  text-align: center; }

#hda + section .hda-title,#hda .hda-title {
  font-size: 21px;
  line-height: 25px;
  color: #004994;
  text-align: center; }

#hda + section .instruction-list,#hda .instruction-list {
  display: table;
  margin: 0 auto 0; }
  #hda + section .instruction-list li,#hda .instruction-list li {
    position: relative;
    display: table;
    padding: 0;
    font-size: 16px;
    font-weight: 600; }
    #hda + section .instruction-list li .menu-list-label,#hda + section .instruction-list li:before,#hda .instruction-list li .menu-list-label,#hda .instruction-list li:before {
      display: table-cell;
      vertical-align: middle;
      margin: 0; }
    #hda + section .instruction-list li:before,#hda .instruction-list li:before {
      font-family: "luxonline-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;
      font-size: 0.6em;
      text-align: left;
      padding-right: 10px;
      color: #004994;
      content: "\71"; }
    #hda + section .instruction-list li:not(:last-child),#hda .instruction-list li:not(:last-child) {
      margin-bottom: 25px; }

#hda + section .menu-list,#hda .menu-list {
  display: table;
  max-width: 290px;
  margin: 0 auto 40px;
  border: 1px solid #d4d4d4;
  border-radius: 5px; }
  #hda + section .menu-list.not-cat,#hda .menu-list.not-cat {
    max-width: none;
    min-width: auto !important;
    width: auto !important; }
  #hda + section .menu-list li,#hda .menu-list li {
    position: relative;
    padding: 0; }
    #hda + section .menu-list li:last-child a,#hda .menu-list li:last-child a {
      border-radius: 0px 0px 5px 5px; }
    #hda + section .menu-list li:first-child a,#hda .menu-list li:first-child a {
      border-radius: 5px 5px 0px 0px; }
  #hda + section .menu-list a,#hda .menu-list a {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 13px 15px;
    font-size: 16px;
    font-weight: 600;
    background-color: #f7f7f7;
    transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out, box-shadow 0.4s, opacity 0.3s linear; }
    #hda + section .menu-list a:hover,#hda .menu-list a:hover {
      color: #004994;
      background-color: white; }
  #hda + section .menu-list .menu-list-label,#hda + section .menu-list a:after,#hda + section .menu-list span[class^=icon-],#hda .menu-list .menu-list-label,#hda .menu-list a:after,#hda .menu-list span[class^=icon-] {
    display: table-cell;
    vertical-align: middle;
    margin: 0; }
  #hda + section .menu-list a:after,#hda + section .menu-list span[class^=icon-],#hda .menu-list a:after,#hda .menu-list span[class^=icon-] {
    width: 40px; }
  #hda + section .menu-list span[class^=icon-],#hda .menu-list span[class^=icon-] {
    text-align: left;
    font-size: 1.5em; }
  #hda + section .menu-list a:after,#hda .menu-list a:after {
    font-family: "luxonline-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;
    font-size: 0.8em;
    text-align: right;
    content: "\71"; }

#hda + section .hda-box,#hda .hda-box {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out, box-shadow 0.4s, opacity 0.3s linear; }
  #hda + section .hda-box .header,#hda .hda-box .header {
    background-color: #004994;
    border-color: #004994;
    font-size: 14px;
    line-height: 39px;
    color: white; }
    #hda + section .hda-box .header .icon-right-arrow,#hda .hda-box .header .icon-right-arrow {
      margin-left: 10px;
      margin-right: 0;
      font-size: 0.7em; }
  #hda + section .hda-box .header-title,#hda .hda-box .header-title {
    text-transform: uppercase;
    font-weight: 600; }
  #hda + section .hda-box .img-container,#hda .hda-box .img-container {
    position: relative;
    padding: 50px;
    height: 225px;
    width: 100%;
    border: 1px solid #c0c0c0; }
    #hda + section .hda-box .img-container img,#hda .hda-box .img-container img {
      vertical-align: middle;
      max-width: 100%;
      max-height: 100%;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

#hda + section a:hover .hda-box,#hda a:hover .hda-box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }

#hda + section .final-step .hda-title,#hda .final-step .hda-title {
  font-size: 48px;
  line-height: 48px;
  color: #004994;
  text-align: center;
  margin-bottom: 30px; }

#hda + section .final-step .hda-description,#hda .final-step .hda-description {
  font-size: 16px;
  line-height: 22px; }

#hda + section .final-step .social-links ul,#hda .final-step .social-links ul {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start; }
  #hda + section .final-step .social-links ul li,#hda .final-step .social-links ul li {
    margin: 0 10px; }

#hda + section .img-link,#hda .img-link {
  display: inline-block;
  height: 50px; }
  #hda + section .img-link img,#hda .img-link img {
    max-height: 100%;
    max-width: 100%; }

/*-----------------------------------ASSISTANCE-------------------------------*/
.assistance-thumbnail {
  background-color: #f3f3f3;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0;
  -o-box-shadow: 0;
  -ms-box-shadow: 0; }
  .assistance-thumbnail,.assistance-thumbnail .title {
  transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out, box-shadow 0.4s, opacity 0.3s linear; }
  .assistance-thumbnail .title {
    position: relative;
    color: #a7a7a7;
    border-bottom: 1px solid #cdcdcd;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 1.25em;
    margin: 0;
    height: 50px;
    line-height: 50px; }
    .assistance-thumbnail .title span[class^=icon-] {
      line-height: 0;
      margin-right: 10px; }
    .assistance-thumbnail .title span[class^="icon-"]:not([class="icon-right-arrow"]) {
      font-size: 18px;
      top: 2px; }
    .assistance-thumbnail .title span[class^="icon-right-arrow"] {
      font-size: 13px; }
    .assistance-thumbnail .title span[class="icon-assistance-internet"],.assistance-thumbnail .title span[class="icon-assistance-telephonie"],.assistance-thumbnail .title span[class="icon-assistance-television"] {
      font-size: 25px !important;
      top: 6px !important; }
  .assistance-thumbnail .img-container {
    position: relative; }
    .assistance-thumbnail .img-container:after {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 45%;
      transition: opacity 0.3s linear; }
  .assistance-thumbnail img {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }
  .assistance-thumbnail:hover {
    background-color: white;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
    border-color: #004994; }
    .assistance-thumbnail:hover .title {
      color: #004994; }
    .assistance-thumbnail:hover .img-container:after {
      visibility: visible;
      opacity: 1; }

.assistance-content .title,.assistance-list .title {
  position: relative;
  padding-left: 60px;
  font-size: 34px;
  font-weight: 600;
  margin: 10px 0 25px; }

.assistance-content span[class^="icon-"]:not([class="icon-right-arrow"]),.assistance-list span[class^="icon-"]:not([class="icon-right-arrow"]) {
  position: absolute;
  left: 0;
  font-size: 18px;
  line-height: 0;
  font-size: 40px; }

.assistance-content span[class="icon-assistance-internet"],.assistance-list span[class="icon-assistance-internet"] {
  font-size: 45px !important; }

.assistance-content span[class="icon-calculator-ico"],.assistance-content span[class="icon-document-ico"],.assistance-list span[class="icon-calculator-ico"],.assistance-list span[class="icon-document-ico"] {
  font-size: 32px !important; }

.assistance-content span[class="icon-internet-ico"],.assistance-content span[class="icon-mobile-ico"],.assistance-list span[class="icon-internet-ico"],.assistance-list span[class="icon-mobile-ico"] {
  font-size: 35px !important; }

.assistance-list .list span[class="icon-right-arrow"] {
  font-size: 11px;
  margin-right: 10px; }

.assistance-list .list li {
  color: #004994;
  font-size: 17px;
  line-height: 28px; }
  .assistance-list .list li:hover {
    text-decoration: underline; }
    .assistance-list .list li:hover span[class="icon-right-arrow"] {
      text-decoration: none; }

.assistance-menu {
  display: inline-block; }
  .assistance-menu li {
    position: relative;
    display: table;
    color: #311c5b;
    font-weight: 800;
    font-size: 1.2em;
    line-height: 38px;
    text-transform: uppercase; }
    .assistance-menu li.active,.assistance-menu li:hover {
      color: #004994; }
      .assistance-menu li.active .active-border,.assistance-menu li:hover .active-border {
        border-bottom-width: 3px; }
    .assistance-menu li:hover {
      cursor: pointer; }
  .assistance-menu .active-border {
    display: block;
    position: absolute;
    bottom: 3px;
    height: 3px;
    width: 100%;
    background-color: transparent;
    border-bottom: 0px solid #004994;
    transition: border-width 0.14s linear; }

.assistance-content section:not(:first-child) {
  padding-top: 10px; }

.assistance-content .input-group select {
  width: auto;
  border: 1px solid #c0c0c0;
  color: #004994;
  font-size: 14px;
  box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none; }

.assistance-content .article {
  font-size: 14px;
  line-height: 1.4; }
  .assistance-content .article .att h4,.assistance-content .article .note h4,.assistance-content .article h3 {
    font-size: 18px;
    font-weight: 600;
    color: #004994;
    text-align: left;
    text-transform: lowercase; }
    .assistance-content .article .att h4:first-letter,.assistance-content .article .note h4:first-letter,.assistance-content .article h3:first-letter {
      text-transform: capitalize; }
  .assistance-content .article h4 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #07040D;
    text-align: left; }
  .assistance-content .article ul {
    list-style: decimal;
    padding-left: 15px; }
  .assistance-content .article li {
    display: list-item;
    font-size: 14px;
    padding-left: 5px; }
  .assistance-content .article a {
    font-weight: 800;
    text-decoration: underline;
    color: #004994; }
  .assistance-content .article hr {
    border-color: #dadada;
    border-style: solid; }
  .assistance-content .article .step-title {
    color: #07040D;
    font-weight: 600;
    margin-bottom: 5px; }
    .assistance-content .article .step-title + p {
      margin-top: 5px; }
  .assistance-content .article .img-container {
    text-align: center;
    padding: 5px;
    border-radius: 4px; }
  @media screen and (min-width: 672px) {
    .assistance-content .article .img-container {
      display: inline-block;
      height: 200px; } }
  .assistance-content .article .img-container img {
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 4px; }
  .assistance-content .article .dropdown [data-trigger] span[class^=icon] {
    margin-left: 0; }
  .assistance-content .article .modemItem,.assistance-content .article .emailItem,.assistance-content .article .minixItem,.assistance-content .article .visioItem {
    display: none;
    margin-top: 15px; }
  .assistance-content .article .minixItem table,.assistance-content .article .modemItem table {
    width: 100%; }
  .assistance-content .article .imgContainer {
    display: inline-block;
    height: 150px;
    width: auto;
    vertical-align: middle;
    text-align: center; }
  .assistance-content .article .imgContainer img {
    height: 100%;
    width: auto; }
  .assistance-content .article td {
    vertical-align: top; }
  .assistance-content .article .dropTabContent {
    padding: 10px; }
  .assistance-content .article .emailImg {
    width: 80%; }
  .assistance-content .article .emailPara {
    list-style-type: decimal;
    line-height: 15pt;
    font-weight: bold;
    margin-left: 20px; }
  .assistance-content .article .emailPara span,.assistance-content .article .emailPara2 span {
    font-weight: normal; }
  .assistance-content .article .emailItem h3 {
    margin-left: 0px;
    font-size: 16px; }
  .assistance-content .article .emailItem p {
    line-height: 20px; }
  .assistance-content .article .emailPara li {
    display: list-item !important;
    list-style: decimal;
    list-style-type: decimal; }
  .assistance-content .article .emailPara2 li {
    display: list-item !important;
    list-style: disc;
    list-style-type: disc; }
  .assistance-content .article .emailPara2 {
    list-style-type: decimal;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold; }
  .assistance-content .article .not-decimal-list {
    list-style-type: disc;
    line-height: 15pt;
    font-weight: bold;
    margin-left: 18px; }
  .assistance-content .article .not-decimal-list span {
    font-weight: normal; }
  .assistance-content .article .not-decimal-list li {
    display: list-item !important;
    list-style: disc; }
  .assistance-content .article .link-assistance {
    color: #004994;
    text-decoration: underline; }
  .assistance-content .article .config td {
    padding: 5px; }
  .assistance-content .article .tuto img {
    height: 400px;
    width: auto;
    border: 1px solid;
    margin-bottom: 10px; }
  .assistance-content .article .dataItem .bold,.assistance-content .article .dropdown .bold {
    margin: 27px 0px 10px;
    font-size: 18px; }
  .assistance-content .article .dropdown h2 {
    margin: 0; }
  .assistance-content .article .docItem h2 {
    margin: 25px 0; }
  .assistance-content .article h3 {
    margin: 15px 0 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-transform: lowercase; }
    .assistance-content .article h3:first-letter {
      text-transform: uppercase; }
  .assistance-content .article .dropdown-content h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 10px; }
  .assistance-content .article .dropdown-content p {
    margin: 10px 0; }
  .assistance-content .article .dropdown {
    margin: 30px 0; }
  .assistance-content .article .dropdown-list .dropdown:last-child {
    margin-bottom: 0px; }
  .assistance-content .article .moveArrow {
    text-align: left; }
  .assistance-content .article .faq-image {
    position: relative;
    width: 65%; }
  .assistance-content .article .faq-image img {
    width: 100%;
    height: auto; }
  .assistance-content .article .notif {
    position: absolute;
    background-color: transparent; }
  .assistance-content .article .content-assistance {
    margin: 0;
    padding: 0 15px; }
  .assistance-content .article .rTable {
    display: table;
    width: 100%; }
  .assistance-content .article .rTableRow {
    display: table-row; }
  .assistance-content .article .rTableBody {
    display: table-row-group;
    clear: both; }
  .assistance-content .article .rTableCell,.assistance-content .article .rTableHead {
    display: table-cell;
    padding: 5px; }
  .assistance-content .article .rTableHead {
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid #e1e1e1; }

.assistance-content .content {
  margin-bottom: 40px; }

.assistance-content .att,.assistance-content .note {
  display: table; }
  .assistance-content .att h4,.assistance-content .note h4 {
    margin: 10px 0 0;
    text-align: left; }
  .assistance-content .att > div,.assistance-content .att > p,.assistance-content .att > ul,.assistance-content .note > div,.assistance-content .note > p,.assistance-content .note > ul {
    color: #fff;
    border-radius: 6px;
    padding: 10px 18px;
    margin: 3px 0 10px;
    list-style: none; }
    .assistance-content .att > div + .footer-note,.assistance-content .att > p + .footer-note,.assistance-content .att > ul + .footer-note,.assistance-content .note > div + .footer-note,.assistance-content .note > p + .footer-note,.assistance-content .note > ul + .footer-note,.assistance-content .att > div + .footer-note-tv,.assistance-content .att > p + .footer-note-tv,.assistance-content .att > ul + .footer-note-tv,.assistance-content .note > div + .footer-note-tv,.assistance-content .note > p + .footer-note-tv,.assistance-content .note > ul + .footer-note-tv,.assistance-content .att > div + .footer-note-phone,.assistance-content .att > p + .footer-note-phone,.assistance-content .att > ul + .footer-note-phone,.assistance-content .note > div + .footer-note-phone,.assistance-content .note > p + .footer-note-phone,.assistance-content .note > ul + .footer-note-phone {
      margin: 0; }
  .assistance-content .att > div p:first-child,.assistance-content .note > div p:first-child {
    margin-top: 0; }
  .assistance-content .att a,.assistance-content .note a {
    color: white;
    text-decoration: underline; }

.assistance-content .att h4 {
  color: #e75e0a !important; }

.assistance-content .att > div,.assistance-content .att > p,.assistance-content .att > ul {
  background-color: #e75e0a; }

.assistance-content .note > div,.assistance-content .note > p,.assistance-content .note > ul {
  background-color: #004994; }

.assistance-content table {
  width: 100%; }
  .assistance-content table tr:not(:first-child) {
    border-top: 1px solid #004994; }
  .assistance-content table td {
    vertical-align: top;
    padding: 10px 0;
    text-align: left; }
  .assistance-content table tr td:first-child {
    color: #07040D;
    padding-right: 45px; }

.assistance-content .doc-list li:not(:last-child) {
  margin-bottom: 10px; }

.assistance-content .doc-list a {
  display: inline;
  text-decoration: none;
  font-weight: 400;
  vertical-align: middle; }
  .assistance-content .doc-list a:hover {
    text-decoration: underline; }
  .assistance-content .doc-list a img {
    height: 22px;
    width: auto;
    margin-right: 7px; }
  .assistance-content .doc-list a .link {
    text-decoration: none !important; }

.animate-enter {
  /* Chrome */
  transition: 1s linear all;
  opacity: 0; }

.animate-enter.animate-enter-active {
  opacity: 1; }

/*-------------------------Magnifique popup-----------------------------------*/
.image-source-link {
  color: #98C3D1; }

.mfp-with-zoom.mfp-bg,.mfp-with-zoom .mfp-container {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing.mfp-bg,.mfp-with-zoom.mfp-removing .mfp-container {
  opacity: 0; }

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

#test-offres {
  background-color: #004994; }
  #test-offres .text {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin-bottom: 17px; }
    #test-offres .text span[class^=icon-] {
      display: none; }
  #test-offres .testDispo {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center; }
    #test-offres .testDispo > div {
      float: left;
      width: 100%;
      padding: 0 10px; }
      #test-offres .testDispo > div .btn-light-blue,#test-offres .testDispo > div .btn-orange,#test-offres .testDispo > div .input-group #fileButton,#test-offres .testDispo > div .input-group .custom-file-input::before,#test-offres .testDispo > div input,#test-offres .testDispo > div select,.input-group #test-offres .testDispo > div #fileButton,.input-group #test-offres .testDispo > div .custom-file-input::before {
        font-size: 16px !important; }
  #test-offres .testDispo > div > *,#test-offres .btn-white,#test-offres .input-white {
    width: 100%; }
  #test-offres .input-white {
    margin-bottom: 15px; }
  #test-offres .btn-light-blue,#test-offres .btn-orange,#test-offres .input-group #fileButton,#test-offres .input-group .custom-file-input::before,.input-group #test-offres #fileButton,.input-group #test-offres .custom-file-input::before {
    font-size: 18px; }

@media screen and (max-width: 1301px) {
  .header-icon {
    display: none !important; }
  .icons {
    width: 60%;
    margin-top: 6%; } }

@media screen and (max-width: 1055px) {
  #top-menu-header .container-wrapper {
    width: 100%;
    padding: 0 25px; }
  .equipement-item-blue .main-image,.equipement-item-orange .main-image {
    margin: 0 auto 15px; }
  .equipement-item-blue .thumbnails,.equipement-item-orange .thumbnails {
    margin-bottom: 30px; }
  .equipement-item-blue .config,.equipement-item-orange .config {
    padding-left: 28px; }
  .equipement-item-blue .equipement-price,.equipement-item-orange .equipement-price {
    margin-top: 30px;
    margin-bottom: 0; }
  .equipement-item-blue .item-name,.equipement-item-orange .item-name {
    width: 100%;
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 25px;
    text-align: center; }
    .equipement-item-blue .item-name .sub,.equipement-item-orange .item-name .sub {
      font-size: 0.71em; }
  .group-contact-details div[class^=phone-]:first-child {
    margin-bottom: 20px; } }

.section-title strong {
  display: inline-block; }

@media screen and (max-width: 671px) {
  .equipement-item-blue .equipement-price,.equipement-item-orange .equipement-price {
    padding: 13px 82px;
    margin-bottom: 25px; }
  .container-wrapper {
    width: 320px;
    padding: 0 14px; }
  .table-details td,.table-details th {
    font-size: 12px; }
  .content-container .offer-item-blue .info .data,.offer-item-orange .info .data {
    padding-left: 40px; }
  .section-info p {
    font-size: 19px;
    line-height: 26px; }
  .assistance-thumbnail .section-info .img-container:after,.section-info .assistance-thumbnail .img-container:after,.section-info .btn-blue {
    font-size: 19px;
    padding: 15px 50px; }
  .btn-outline-black,.btn-outline-white {
    font-size: 13px; }
  .logo {
    margin-right: 0px; }
  .typeContainer {
    text-align: center; }
  .priceWrapperRight {
    font-size: 20px; }
  .picContainer {
    margin-bottom: 10px; }
  .hotcity-link .table-details td {
    font-size: 16px; }
  #services .service#dispo {
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    height: 100%; }
    #services .service#dispo,#services .service#dispo .infos {
    position: relative; }
  .center-phone {
    text-align: center; }
  .center-phone-img {
    float: none;
    display: inline-block; }
  .text-align-left {
    text-align: left; }
  .detailsTableCable {
    margin-left: auto;
    margin-right: auto; }
  .dropdown-content {
    margin-left: 0px;
    border-left: 1px solid #004494;
    padding: 0 10px; }
  .assistance-content .input-group select {
    width: 100%; } }

@media screen and (min-width: 672px) {
  #error404 {
    height: 600px; }
    #error404 .logo-404 {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .section-description {
    font-size: 20px; }
  .container-wrapper {
    width: 640px; }
  .section-subtitle {
    font-size: 27px; }
  .section-layout:not(.height-auto) img {
    width: auto;
    height: 230px; }
  #services .row > div[class^=phone-] {
    padding: 0 15px; }
  #services .service {
    height: auto;
    padding-bottom: 135%;
    margin-bottom: 30px; }
    #services .service#loldsl {
      background-image: url(../../images/Homepage/OFFRES/LOL_DSL_288x392px.jpg); }
    #services .service#lolnow {
      background-image: url(../../images/Homepage/OFFRES/Option_NOW_288x392px.jpg); }
    #services .service#mobiles {
      /*background-image: url(../../images/Homepage/OFFRES/FIBRE_500_288x392px.jpg);*/ }
      #services .service#mobiles .promo-circle {
        top: auto;
        bottom: 25px;
        height: 200px;
        width: 200px; }
        #services .service#mobiles .promo-circle .promo-circle__container {
          top: 45px; }
        #services .service#mobiles .promo-circle .section-price {
          font-size: 65px !important; }
          #services .service#mobiles .promo-circle .section-price div {
            left: 105px;
            top: 8px !important;
            font-size: 0.4em; }
          #services .service#mobiles .promo-circle .section-price + span {
            display: block;
            margin: 0 auto;
            font-size: 1rem;
            line-height: 21px;
            margin-top: 5px;
            max-width: 120px; }
    #services .service#installation {
      background-image: url(../../images/Homepage/OFFRES/LOL_TV_288x392px.jpg); }
  .content-container .content-subtitle,.content-container .content-title {
    font-size: 26px;
    margin: 25px 0 27px; }
  #slider-contents .infos {
    height: 450px; }
  #slider-contents .title {
    font-size: 30pt;
    margin-bottom: 15px; }
  #slider-contents p.top-details {
    font-size: 21pt;
    line-height: 35px; }
  #slider-contents p.bottom-details {
    font-size: 12pt; }
  #slider-contents .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px; }
    #slider-contents .flickity-prev-next-button.previous {
      left: 50px; }
    #slider-contents .flickity-prev-next-button.next {
      right: 50px; }
  #slider-contents .section-price {
    font-size: 92px;
    padding-top: 2px; }
    #slider-contents .section-price div {
      font-size: 32px;
      top: 12px;
      left: 100px; }
    #slider-contents .section-price span {
      font-size: 24px;
      padding-left: 0px; }
  #slider-ui .buttons {
    width: 95%; }
    #slider-ui .buttons .arrow {
      font-size: 38pt; }
  #slider-ui .dots {
    width: 135px; }
    #slider-ui .dots li {
      font-size: 7pt; }
  .help-link {
    font-size: 17px;
    line-height: 25px;
    padding: 15px 0 20px; }
  #document-links .row {
    text-align: center; }
  #contact ul.center,#document-links ul.center,#social-links ul.center {
    display: inline-block;
    text-align: justify;
    width: 100%;
    line-height: 0;
    max-width: 650px; }
    #contact ul.center:after,#document-links ul.center:after,#social-links ul.center:after {
      content: '';
      display: inline-block;
      width: 100%; }
  #document-links ul li:not(:last-child) {
    margin-bottom: 0; }
  #document-links ul li {
    display: inline-block;
    width: auto; }
  #social-links .social-icon {
    margin-right: 10px; }
  #contact li {
    width: auto; }
  .section-title {
    font-size: 35px;
    line-height: 45px; }
  .section-price div {
    left: 75px; }
  .footer-bottom-links li {
    margin: 0 35px;
    text-align: center; }
  .content-container .offer-item-blue,.content-container .offer-item-orange {
    width: 395px; }
  .pdf-list img {
    margin-right: 10px; }
  .tab-adjust {
    margin: 24px 0; }
  .tab-adjust-2 {
    margin: 25px 0px 55px 0px; }
  .equipement-item-blue {
    padding: 30px 20px 25px; }
    .equipement-item-blue .equipement-price {
      margin: 0; }
    .equipement-item-blue .thumbnails {
      margin-bottom: 30px; }
  #mobileType {
    height: 150px; }
    #mobileType .gallery-cell {
      width: 25%; }
      #mobileType .gallery-cell .mobile-container {
        padding: 20px 0 10px; }
  .descSubWrapperLeft,.descSubWrapperRight {
    width: 50%; }
  .descSubWrapperRight {
    padding-left: 20px; }
  .pdf-list-extended {
    height: 240px; }
  .location-section .pull-left {
    text-align: left;
    margin-bottom: 0; }
  .location-section .pull-right {
    text-align: right; }
  .contact-form-info .left-container {
    padding-right: 20px; }
  .contact-form-info .right-container {
    padding-left: 20px; }
  #anniv {
    background-image: url("../../images/Divers/A_propos/20ans_1056x162px.png"); }
  #fibre {
    background-image: url("../../images/Divers/A_propos/slider_1302x330px.jpg"); }
  #valeurs {
    background-image: url("../../images/Divers/A_propos/nosvaleurs_1056x300px.jpg"); }
  #slider-magazine img {
    height: 550px; }
  #history-extended {
    height: 220px; }
  .history {
    height: 200px; }
    .history,.history .container-wrapper {
    position: relative; }
    .history .row {
      height: 100%; }
    .history .rond {
      z-index: 2;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #004494;
      box-shadow: inset 0px -2px 15px rgba(0, 0, 0, 0.1), inset 0px 2px 15px rgba(0, 0, 0, 0.1), inset 2px 0px 15px rgba(0, 0, 0, 0.1), inset -2px 0px 15px rgba(0, 0, 0, 0.1);
      position: relative; }
      .history .rond,.history .rond p {
      margin: 0 auto;
      left: 0;
      right: 0; }
      .history .rond p {
        text-align: center;
        color: white;
        font-weight: 800;
        font-size: 19px;
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .history .text {
      width: 50%; }
      .history .text p {
        font-size: 16px;
        margin: 0;
        line-height: 20px; }
    .history .history-text,.history .history-text-exeption {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .history .history-text-exeption {
      float: right;
      margin-right: 15px; }
    .history .right-block {
      float: right;
      padding: 0 0 0 70px; }
    .history .left-block {
      padding: 0 55px 0 0;
      float: left; }
      .history .left-block .history-text {
        float: right;
        margin-right: 15px; }
    .history .history-element .icon-right {
      text-align: center;
      padding-left: 80px; }
    .history .history-element .icon-right-arrow {
      font-size: 16px;
      color: #004494;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .history .history-element .icon-left {
      text-align: center;
      padding-right: 170px; }
    .history .history-element .line-grey {
      width: 3px;
      height: 100%;
      background-color: #B0B1B2;
      margin: 0 auto;
      left: 0;
      right: 0;
      position: absolute; }
  .btn-abo {
    width: 47%; }
  .table-details a {
    font-size: 16px; }
  #twenty-years {
    background-image: url(../../images/Homepage/CONTENU/640px/Bandeau_Fibre_optique_3.jpg);
    padding-top: 205px; }
  #twenty-years,#portail {
    background-size: 583px auto; }
  #portail {
    background-image: url(../../images/Homepage/CONTENU/640px/Portail3.jpg);
    padding-top: 240px; }
  .news-item-blue .content {
    padding: 15px 15px 15px 25px; }
  .news-item-blue.main-article .main-image {
    height: 400px; }
  .news-item-blue .main-image {
    height: 100%;
    background-size: cover; }
  .news-item-blue:not(.main-article) {
    height: 220px; }
  .news-item-blue:not(.main-article) > *[class^="phone-"] {
    height: 100%; }
  #offers-section div[class^=phone-] {
    margin-bottom: 20px;
    padding: 0 10px; }
  #hda .menu-list {
    min-width: 500px;
    width: 100%; } }

@media screen and (min-width: 672px) and (max-width: 1055px) {
  #document-links ul li {
    line-height: inherit; }
  #offers-section #lol.is-verified div[class^=phone-] {
    min-height: 655px; } }

@media screen and (min-width: 1056px) {
  .text-right-with-image {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto !important;
    text-align: left; }
  .rightWrapper {
    width: 75%;
    text-align: left; }
    .rightWrapper .typeContainer {
      margin-top: auto; }
  .center-tab {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header-section-height {
    height: 350px !important; }
  .logo {
    height: auto; }
    .logo.noel {
      bottom: 19px; }
      .logo.noel img {
        max-height: 75px;
        bottom: 0;
        height: 100%; }
  #mobileType .flickity-prev-next-button {
    height: 35px; }
  .minix-info {
    margin-top: 50px; }
  #equipement-section {
    padding-top: 70px;
    min-height: 787px; }
  .equipement-item-blue,.equipement-item-orange {
    height: 275px;
    text-align: right;
    padding: 0 40px 0 20px;
    margin-bottom: 15px; }
    .equipement-item-blue .details,.equipement-item-orange .details {
      vertical-align: top;
      padding-left: 20px;
      padding-right: 0px; }
      .equipement-item-blue .details li,.equipement-item-orange .details li {
        display: block; }
    .equipement-item-blue .main-image.fillHeight,.equipement-item-orange .main-image.fillHeight {
      height: 125px; }
    .equipement-item-blue .thumbnails,.equipement-item-orange .thumbnails {
      margin-bottom: 0; }
  .container-wrapper {
    width: 1024px; }
  .content-container {
    padding-top: 100px !important;
    margin-bottom: 40px; }
  .section-layout.content-container {
    height: 400px; }
    .section-layout.content-container.height-auto {
      height: auto; }
  .first-section {
    padding-top: 0px !important;
    height: 400px !important; }
  .btn-container {
    text-align: left; }
  .btn-black {
    margin-bottom: 30px; }
  #bottom-menu-header {
    height: 75px;
    padding: 17px 0; }
    #bottom-menu-header .pull-left {
      width: auto; }
    #bottom-menu-header:after {
      top: 74px; }
  .bottom-menu-header-links {
    float: left; }
  #fibrelu.section-layout {
    height: 425px; }
  .section-layout {
    height: 350px;
    padding: 0; }
    .section-layout.height-auto {
      height: auto; }
  #slider-contents .flickity-page-dots {
    bottom: 20px; }
  #slider {
    padding-bottom: 0; }
  #slider-contents .infos {
    position: relative;
    height: 330px;
    z-index: 1;
    text-align: left; }
    #slider-contents .infos .align-right {
      text-align: right !important; }
    #slider-contents .infos .row {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  #slider-contents .title {
    font-size: 32pt;
    margin-bottom: 15px; }
  #slider-contents p.top-details {
    font-size: 18pt;
    line-height: 35px; }
  #slider-contents p.bottom-details {
    font-size: 10pt; }
  #slider-ui .buttons {
    width: 95%; }
    #slider-ui .buttons .arrow {
      font-size: 38pt; }
  #slider-ui .dots {
    width: 135px; }
    #slider-ui .dots li {
      font-size: 7pt; }
  .content-container .content-subtitle,.content-container .content-title {
    text-align: left; }
  #offers-section {
    padding-top: 70px; }
  .footer-note,.footer-note-phone,.footer-note-tv {
    text-align: center; }
    .footer-note-phone span,.footer-note-tv span,.footer-note span {
      display: inline-block; }
      .footer-note-phone span:first-child,.footer-note-tv span:first-child,.footer-note span:first-child {
        margin-right: 5px; }
  #services .row > div[class^=phone-] {
    padding: 0 7px; }
  #services .service {
    margin-bottom: 0; }
    #services .service#loldsl {
      background-image: url(../../images/Homepage/OFFRES/LOL_DSL_240x327px.jpg); }
    #services .service#lolnow {
      background-image: url(../../images/Homepage/OFFRES/Option_NOW_240x327px.jpg); }
    #services .service#mobiles .promo-circle {
      bottom: -10px; }
    #services .service#installation {
      background-image: url(../../images/Homepage/OFFRES/LOL_TV_240x327px.jpg); }
    #services .service .infos {
      padding: 0 15px 15px; }
      #services .service .infos .details {
        font-size: 20px;
        line-height: 25px; }
      #services .service .infos h3 {
        font-size: 1.4em;
        margin: 20px -11px 15px; }
  #services .price-orange {
    margin-top: 0;
    font-size: 52px; }
    #services .price-orange span {
      font-size: 16px; }
  #services .price-orange div {
    font-size: 14pt;
    top: 7px;
    left: 60px; }
  .section-subtitle {
    text-align: left; }
  .section-description {
    margin: 0 0 10px; }
  .section-price {
    font-size: 58px; }
    .section-price div {
      left: 84px;
      top: 14px !important; }
  .bottom-info {
    font-size: 8pt; }
  .price-blue span,.price-orange span {
    font-size: 9.5pt; }
  .price-orange {
    font-size: 43pt;
    margin-top: 22px; }
    .price-orange div {
      font-size: 14pt;
      top: -17px;
      left: 68px; }
  .price-blue {
    font-size: 34pt; }
    .price-blue div {
      font-size: 11pt;
      top: -11px;
      left: 55px; }
  #dispo h3 {
    font-size: 12pt !important; }
  #dispo .input-white {
    height: 48px; }
  #dispo .btn-light-blue,#dispo .btn-orange,#dispo .input-group #fileButton,#dispo .input-group .custom-file-input::before,.input-group #dispo #fileButton,.input-group #dispo .custom-file-input::before {
    font-size: 15px; }
  .left-orientation .row,.right-orientation .row {
    position: relative; }
  .left-orientation .row > div:last-child,.right-orientation .row > div:first-child {
    left: 0;
    float: left !important; }
    .left-orientation .row > div:last-child .section-img-align-bottom,.right-orientation .row > div:first-child .section-img-align-bottom {
      left: 0; }
  .left-orientation .row > div:first-child,.right-orientation .row > div:last-child {
    right: 0;
    float: right !important; }
    .left-orientation .row > div:first-child .section-img-align-bottom,.right-orientation .row > div:last-child .section-img-align-bottom {
      right: 0; }
  .left-orientation .row > div:last-child,.right-orientation .row > div:last-child,.right-orientation .row > div:last-child,.left-orientation .row > div:last-child {
    text-align: left; }
  .left-orientation .row > div:last-child,.right-orientation .row > div:last-child,.section-background-image .container-wrapper > .row > div:first-child {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto; }
  .section-background-image.left .row > div:first-child {
    text-align: right; }
  .section-background-image.right .row > div:first-child {
    text-align: left; }
  .content-container .row > div[class^=phone-] {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto; }
  .section-layout img {
    height: 100% !important; }
  .section-img-align-bottom {
    position: absolute; }
  .section-title {
    margin-top: 0;
    font-size: 28px;
    line-height: 38px; }
  .bottom-link {
    margin: 18px 0;
    font-size: 19px;
    padding-right: 5px; }
    .bottom-link span:not([data-l10n-id]) {
      top: 2px;
      font-size: 17px; }
  #social-links {
    padding: 20px 0 7px; }
  #social-links .brand-name {
    display: inline-block; }
  #social-links .social-icon,.social-links .social-icon {
    bottom: 9px; }
  #contact .text,#social-links .text {
    text-align: left;
    width: auto;
    margin: 0;
    float: left; }
  #contact .text {
    margin-top: 5px; }
  #social-links .text {
    margin-top: 8px; }
  #contact ul {
    width: 75% !important; }
  #social-links nav {
    width: 100%; }
  .help-link {
    font-size: 12pt; }
    .help-link span[class^=icon-].icon-info-icone {
      margin-right: 5px;
      font-size: 19pt; }
    .help-link span[class^=icon-].icon-right-arrow {
      margin-left: 5px;
      font-size: 14pt; }
  .section-background-image {
    background-size: 700px auto;
    padding-top: 0; }
    .section-background-image.fit-height {
      background-size: auto 100%; }
    .section-background-image.left {
      background-position: left top; }
    .section-background-image.right {
      background-position: right top; }
  .footer-bottom-links li {
    text-align: left;
    margin: 0;
    margin-right: 69px; }
  #document-links .icon {
    display: inline-block; }
  #document-links {
    padding: 20px 0 11px; }
  #document-links a {
    line-height: 31px;
    padding-left: 40px; }
  .section-info h1 {
    line-height: 35px; }
  .section-info p {
    margin: 0 0 50px; }
  .pdf-list img {
    margin-right: 10px; }
  .tab-adjust {
    margin: 40px 0; }
  .tab-adjust-2 {
    margin: 40px 0px; }
  .finance-list {
    line-height: none; }
  .section-height-extention {
    height: 450px; }
  .hotcity-link {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .hotcity-link .table-details td {
      font-size: 16px; }
  .history-banner h1 {
    font-size: 60px; }
  #anniv {
    background-image: url("../../images/Divers/A_propos/20ans_1920x200px.png"); }
    #anniv h1 {
      font-size: 80px;
      margin: 0; }
    #anniv .align-middle {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  #fibre {
    background-image: url("../../images/Divers/A_propos/notre_reseau_1920x480px.jpg"); }
    #fibre h1 {
      font-size: 60px;
      margin: 0; }
    #fibre .align-middle {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  #valeurs {
    height: 360px;
    background-image: url("../../images/Divers/A_propos/nosvaleurs_1920x360px.jpg"); }
    #valeurs h1 {
      font-size: 60px; }
    #valeurs .align-middle {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .section-propos {
    height: 200px !important; }
    .section-propos h2 {
      margin-top: 80px; }
  .picContainer,.rightWrapper {
    display: block;
    width: 50%; }
  .descSubWrapperRight {
    padding-left: 0; }
  .picContainer {
    text-align: center;
    padding-left: 30px; }
  .location-section .row > [class^=phone-]:first-child {
    padding-right: 20px; }
  .location-section .row > [class^=phone-]:last-child {
    padding-left: 20px; }
  .location-section .row > [class^=phone-]:not(:last-child),.contact-form-info {
    margin-bottom: 0px; }
  .contact-form-info {
    padding-right: 30px; }
  .contact-form-mess {
    padding-left: 30px; }
  .footer-bottom-links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center; }
  .propos-title {
    position: relative;
    padding: 50px 0; }
  .btn-abo {
    width: 23%; }
  .equipement-item-blue .item-header,.offer-item-blue .item-header {
    padding: 18px 5px 15px;
    font-size: 22px; }
  #tarif-details {
    height: 400px !important; }
    #tarif-details .section-subtitle {
      font-size: 26px; }
  .table-tarifs.table-tarifs-display-half {
    width: 55%; }
  #twenty-years {
    background-image: url(../../images/Homepage/CONTENU/1024px/Bandeau_Fibre_optique_2.jpg);
    background-position: right top; }
  #twenty-years,#portail {
    background-size: 752px auto;
    padding-top: 0; }
  #portail {
    background-image: url(../../images/Homepage/CONTENU/1024px/Portail2.jpg);
    background-position: left top; }
  #test-offres {
    padding: 5px 0 6px; }
    #test-offres .text {
      width: 45% !important;
      display: inline-block;
      margin-bottom: 22px; }
    #test-offres .row {
      position: relative; }
    #test-offres .testDispo {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
              justify-content: center;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -ms-flex-align: start;
      -webkit-box-align: start;
              align-items: flex-start;
      width: auto;
      margin: 4px 0; }
      #test-offres .testDispo > div {
        max-width: 217px;
        width: auto; }
        #test-offres .testDispo > div .btn-light-blue,#test-offres .testDispo > div .btn-orange,#test-offres .testDispo > div .input-group #fileButton,#test-offres .testDispo > div .input-group .custom-file-input::before,#test-offres .testDispo > div input,#test-offres .testDispo > div select,.input-group #test-offres .testDispo > div #fileButton,.input-group #test-offres .testDispo > div .custom-file-input::before {
          font-size: 15px !important;
          margin: 0; }
        #test-offres .testDispo > div .btn-light-blue,#test-offres .testDispo > div .btn-orange,#test-offres .testDispo > div .input-group #fileButton,#test-offres .testDispo > div .input-group .custom-file-input::before,.input-group #test-offres .testDispo > div #fileButton,.input-group #test-offres .testDispo > div .custom-file-input::before {
          padding: 12px 8px; }
    #test-offres .btn-light-blue,#test-offres .btn-orange,#test-offres .input-group #fileButton,#test-offres .input-group .custom-file-input::before,#test-offres .input-white,.input-group #test-offres #fileButton,.input-group #test-offres .custom-file-input::before {
      margin: 0; }
    #test-offres .btn-light-blue,#test-offres .btn-orange,#test-offres .input-group #fileButton,#test-offres .input-group .custom-file-input::before,.input-group #test-offres #fileButton,.input-group #test-offres .custom-file-input::before {
      top: 2px;
      width: 270px; }
    #test-offres .input-white {
      width: 200px; } }

@media screen and (min-width: 1056px) and (max-width: 1302px) {
  .offer-item-blue .description,.offer-item-orange .description {
    font-size: 19px; }
  .offer-item-blue .item-body > li:not(:first-child),.offer-item-orange .item-body > li:not(:first-child) {
    padding-left: 9px !important; }
  .offer-item-blue .check-list li .icon-check-ico,.offer-item-orange .check-list li .icon-check-ico {
    margin-right: 12px; }
  .equipement-item-blue .check-list li .icon-check-ico,.equipement-item-blue .check-list li .icon-x-icone,.news-item-blue .check-list li .icon-check-ico,.news-item-blue .check-list li .icon-x-icone,.offer-item-blue .check-list li .icon-check-ico,.offer-item-blue .check-list li .icon-x-icone {
    margin-right: 11px; }
  .finance-list p {
    margin: 5px 0; }
  .repondeur-list p {
    margin: 7px 0; }
  .equipement-item-blue,.equipement-item-orange {
    height: 350px; }
  .service#dispo h3 {
    margin: 15px -11px 10px !important; }
  .service#dispo .input-white {
    height: 40px; }
  .service#dispo .input-white.select {
    margin: 5px 0; }
  .notif-one {
    height: 115px;
    top: 1%; }
  .notif-one,.notif-two {
    width: 315px;
    left: 52%; }
  .notif-two {
    height: 135px;
    top: 17%; }
  .notif-three {
    width: 730px;
    height: 210px;
    top: 38%;
    left: 4%; }
  .notif-four {
    width: 720px;
    height: 90px;
    top: 66%;
    left: 4%; }
  .notif-five {
    width: 700px;
    height: 85px;
    top: 90%;
    left: 6%; }
  #offers-section div[class^=phone-] {
    padding: 0 5px; }
  .mobile-offer-container {
    width: 1100px !important; }
  .info.special-resize {
    height: 68px !important; } }

@media screen and (min-width: 1302px) {
  .mobile-offer-container {
    width: 1300px !important; }
  .notif-one {
    height: 115px;
    top: 1%; }
  .notif-one,.notif-two {
    width: 315px;
    left: 52%; }
  .notif-two {
    height: 135px;
    top: 17%; }
  .notif-three {
    width: 730px;
    height: 280px;
    top: 38%;
    left: 4%; }
  .notif-four {
    width: 720px;
    height: 125px;
    top: 66%;
    left: 4%; }
  .notif-five {
    width: 700px;
    height: 85px;
    top: 85%;
    left: 6%; }
  .container-wrapper {
    width: 1280px; }
  .first-section {
    padding-top: 15px !important;
    height: 500px !important; }
  .btn-black {
    margin-bottom: 10px; }
  #fibrelu.section-layout {
    height: 450px; }
  .section-layout {
    height: 400px; }
    .section-layout.height-auto {
      height: auto; }
  .bottom-menu-header-links .main-menu li {
    border-left: 1px solid #eeeeee; }
    .bottom-menu-header-links .main-menu li a .link {
      bottom: 15px; }
  .sub-menu {
    height: 65px;
    line-height: 65px;
    font-size: 16px; }
    .sub-menu li {
      margin-right: 65px; }
  #slider-contents .infos {
    height: 460px; }
  #slider-contents .section-price {
    font-size: 112px !important;
    padding-top: 7px; }
    #slider-contents .section-price div {
      font-size: 42px;
      top: 20px !important;
      left: 125px; }
    #slider-contents .section-price span {
      font-size: 35px; }
  #slider-ui .buttons {
    width: 90%; }
    #slider-ui .buttons .arrow {
      font-size: 50pt; }
  #slider-ui .dots {
    width: 145px; }
    #slider-ui .dots li {
      font-size: 8pt; }
  .service {
    border: 1px solid #e6e6e6;
    border-radius: 2px; }
    .service .infos h3 {
      font-size: 24px;
      font-weight: 400;
      margin: 15px -17px 15px;
      text-align: center;
      text-transform: uppercase; }
    .service .infos .text {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 20px; }
    .service .price-orange {
      font-size: 52px; }
      .service .price-orange span {
        font-size: 16px; }
      .service .price-orange div {
        font-size: 16pt;
        top: 5px;
        left: 65px; }
  #services .row > div[class^=phone-] {
    padding: 0 7px; }
  #services .service#loldsl {
    background-image: url(../../images/Homepage/OFFRES/LOL_DSL_320x437px.jpg); }
  #services .service#lolnow {
    background-image: url(../../images/Homepage/OFFRES/Option_NOW_320x437px.jpg); }
  #services .service#mobiles .promo-circle {
    bottom: 25px; }
  #services .service#installation {
    background-image: url(../../images/Homepage/OFFRES/LOL_TV_320x437px.jpg); }
  #services .service .infos {
    padding: 0 25px 15px; }
    #services .service .infos h3 {
      font-size: 1.9em;
      line-height: 28px; }
    #services .service .infos .details {
      font-size: 25px;
      line-height: 35px; }
  .section-title {
    font-size: 37px;
    line-height: 46px;
    margin: 0 0 25px; }
  .section-description {
    font-size: 18px; }
  .bottom-info,.price-blue span,.price-orange span {
    font-size: 10pt; }
  .price-orange {
    font-size: 43pt;
    margin-top: 20px; }
    .price-orange div {
      font-size: 14pt;
      top: -17px;
      left: 68px; }
  .price-blue {
    font-size: 34pt; }
    .price-blue div {
      font-size: 11pt;
      top: -11px;
      left: 55px; }
  #dispo h3 {
    font-size: 16pt !important; }
  .section-background-image {
    background-size: 900px auto; }
  .help-link {
    font-size: 16pt; }
    .help-link span[class^=icon-].icon-info-icone {
      margin-right: 7px;
      font-size: 20pt; }
    .help-link span[class^=icon-].icon-right-arrow {
      margin-left: 7px;
      font-size: 15pt; }
  .footer-bottom-links li {
    margin-right: 111px; }
  #twenty-years {
    background-image: url(../../images/Homepage/CONTENU/1280px/Bandeau_Fibre_optique_1.jpg);
    background-position: right top; }
  #twenty-years,#portail {
    background-size: 926px auto; }
  #portail {
    background-image: url(../../images/Homepage/CONTENU/1280px/Portail1.jpg);
    background-position: left top; }
  #test-offres .input-white {
    width: 250px; }
  #test-offres .btn-light-blue,#test-offres .btn-orange,#test-offres .input-group #fileButton,#test-offres .input-group .custom-file-input::before,.input-group #test-offres #fileButton,.input-group #test-offres .custom-file-input::before {
    float: left;
    margin-left: 30px; }
  #test-offres .testDispo > div {
    max-width: none; }
    #test-offres .testDispo > div .btn-light-blue,#test-offres .testDispo > div .btn-orange,#test-offres .testDispo > div .input-group #fileButton,#test-offres .testDispo > div .input-group .custom-file-input::before,#test-offres .testDispo > div input,#test-offres .testDispo > div select,.input-group #test-offres .testDispo > div #fileButton,.input-group #test-offres .testDispo > div .custom-file-input::before {
      font-size: 15px !important;
      margin: 0; }
    #test-offres .testDispo > div .btn-light-blue,#test-offres .testDispo > div .btn-orange,#test-offres .testDispo > div .input-group #fileButton,#test-offres .testDispo > div .input-group .custom-file-input::before,.input-group #test-offres .testDispo > div #fileButton,.input-group #test-offres .testDispo > div .custom-file-input::before {
      padding: 12px 15px; } }

@media screen and (min-width: 1400px) {
  .container-wrapper {
    width: 1344px; }
  .footer-bottom-links li {
    margin-right: 122px; } }

#cookie-message-header {
  text-align: center;
  line-height: 1.5;
  background-color: #00aae7;
  color: white;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px; }
  #cookie-message-header a {
    text-decoration: underline; }
  #cookie-message-header .cookie-message-close {
    right: 10px;
    position: absolute;
    cursor: pointer; }

/*# sourceMappingURL=maps/main.css.map */
