/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

h1, h2, h3, h4, h5, p {
  margin: 0;
  font-weight: normal;
  font-size: inherit; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }
.title800, .title600, .title500, .title350, .title200, .title100 {
  font-family: 'SFR-Bold', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.title400, .title300, .title150, .text700, .text600 {
  font-family: 'SFR-Regular', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.title750, .title700 {
  font-family: 'SFR-Light', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.title900 {
  font-family: 'SFR-Thin', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.text500, .text400, .text300, .text200 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.title900 {
  font-size: 36px;
  line-height: normal; }
  @media (min-width: 768px) {
    .title900 {
      font-size: 52px; } }

.title800 {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 30px; }
  @media (min-width: 768px) {
    .title800 {
      font-size: 34px;
      line-height: normal; } }

.title750 {
  font-size: 26px;
  line-height: normal; }
  @media (min-width: 768px) {
    .title750 {
      font-size: 34px; } }

.title700 {
  font-size: 25px;
  line-height: 30px; }
  @media (min-width: 768px) {
    .title700 {
      font-size: 32px;
      line-height: 42px; } }

.title600 {
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .title600 {
      font-size: 24px;
      line-height: 26px; } }

.title500 {
  font-size: 20px;
  line-height: normal; }
  @media (min-width: 768px) {
    .title500 {
      font-size: 24px; } }

.title400 {
  font-size: 20px;
  line-height: normal; }
  @media (min-width: 768px) {
    .title400 {
      font-size: 24px; } }

.title350 {
  font-size: 18px;
  line-height: normal; }
  @media (min-width: 768px) {
    .title350 {
      font-size: 20px; } }

.title300 {
  font-size: 18px;
  line-height: normal; }
  @media (min-width: 768px) {
    .title300 {
      font-size: 20px; } }

.title200 {
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .title200 {
      font-size: 16px; } }

.title150 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal; }
  @media (min-width: 768px) {
    .title150 {
      font-size: 16px; } }

.title100 {
  font-size: 14px;
  line-height: normal; }
  @media (min-width: 768px) {
    .title100 {
      font-size: 16px; } }

.text700 {
  font-size: 16px;
  line-height: 22px; }
  @media (min-width: 768px) {
    .text700 {
      font-size: 18px;
      line-height: 28px; } }

.text600 {
  font-size: 16px;
  line-height: 22px; }

.text500 {
  font-size: 14px;
  line-height: 20px; }

.text400 {
  font-size: 13px;
  line-height: 17px; }

.text300 {
  font-size: 12px;
  line-height: normal; }

.text200 {
  font-size: 11px;
  line-height: 15px; }

html, body {
  max-width: inherit; }

.container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0; }
  .container-fluid--w100 {
    max-width: inherit; }
  .container-fluid--noGutter {
    max-width: inherit; }
    .container-fluid--noGutter .row {
      margin: 0;
      padding: 0; }
    .container-fluid--noGutter .row > div {
      padding: 0; }
  .container-fluid--fullHeight, .container-fluid--fullHeight .row, .container-fluid--fullHeight .row > div {
    height: 100%; }

.row {
  margin: 0;
  padding: 0 2.4%; }
  @media (min-width: 768px) {
    .row {
      padding: 0 4.4%; } }

.row > div {
  padding: 0 3.4%; }
  @media (min-width: 768px) {
    .row > div {
      padding: 0 1.4%; } }
/**
* Gestion des containers de popups
*/
.popin {
  z-index: 70000;
  /* pour les popins devant recouvrir les headers, la tranche de z-index est > 60100 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .popin__dimContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    zoom: 1;
    background-color: #000000;
    background-color: transparent \9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    background-color: rgba(0, 0, 0, 0.7); }
  .popin__loaderContainer {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .popin__loaderContainer .popin__loaderImage {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background: url("//static.s-sfr.fr/media/images-popins-loader.gif") no-repeat center center #e2001a;
    background-size: contain; }
  .popin__closeButton {
    position: absolute;
    top: 0;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #e2001a;
    cursor: pointer;
    z-index: 999; }
    .popin__closeButton:before {
      content: "";
      display: block;
      display: inline-block;
      width: calc(100% *  1);
      height: calc(100% *  1);
      background-image: url("//static.s-sfr.fr/media/images-common-sprites-icon-cross-small-white.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .popin__closeButton {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 50px; } }
  .popin__topContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    height: 100vh; }
  .popin__scrollContainer {
    width: 100%;
    padding: 0 70px 0 20px;
    max-width: 992px;
    margin: 24px auto;
    position: relative; }
    @media (max-width: 767px) {
      .popin__scrollContainer {
        margin: 50px 0 0 0;
        padding: 0; } }
.popin__logoTitle, .popin__titre {
  font-family: 'SFR-Bold', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.popin__text, .popin__titrePrefix {
  font-family: 'SFR-Regular', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.popin__titre--blanc, .popin__titre--noir {
  font-family: 'SFR-Light', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.popin__credits {
  font-family: Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.popin__showMore {
  font-family: Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; }

.popin__titre--blanc, .popin__titre--noir {
  font-size: 26px;
  line-height: normal; }
  @media (min-width: 768px) {
    .popin__titre--blanc, .popin__titre--noir {
      font-size: 34px; } }

.popin__text {
  font-size: 16px;
  line-height: 22px; }

.popin__credits {
  font-size: 12px;
  line-height: normal; }

.popin .container-fluid {
  width: 100%; }
  .popin .container-fluid--w100 .row, .popin .container-fluid--w100 .row > div {
    padding-left: 0;
    padding-right: 0; }

.popin .row {
  padding-left: 2.4%;
  padding-right: 2.4%; }
  @media (min-width: 992px) {
    .popin .row {
      padding-left: 3.4%;
      padding-right: 3.4%; } }

.popin .row > div {
  padding-left: 3.4%;
  padding-right: 3.4%; }
  @media (min-width: 992px) {
    .popin .row > div {
      padding-left: 2.4%;
      padding-right: 2.4%; } }

.popin__header-background {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background: no-repeat top center;
  background-size: cover;
  background-color: #000000; }
  @media (max-width: 767px) {
    .popin__header-background {
      background-size: auto; }
      .popin__header-background:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom, transparent 40%, black 80%); } }

.popin__content {
  background: white;
  padding: 25px 0;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .popin__content {
      padding: 50px 0; } }
  .popin__content--no-padding {
    padding: 0; }
  .popin__content--no-top-padding {
    padding-top: 0; }
  .popin__content--no-bottom-padding {
    padding-bottom: 0; }

.popin__logo {
  display: block;
  margin: 0 0 30px;
  height: auto; }
  @media (max-width: 768px) {
    .popin__logo {
      margin-left: auto;
      margin-right: auto;
      width: 110px; } }
  @media (max-width: 768px) {
    .popin__logo--mobile-big {
      width: 160px; } }

.popin__logoTitle {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase; }

.popin__titre {
  line-height: normal;
  text-transform: uppercase;
  color: #222222;
  font-size: 26px;
  text-align: center; }
  @media (min-width: 768px) {
    .popin__titre {
      font-size: 34px;
      text-align: left; } }
  .popin__titre--blanc {
    color: #ffffff;
    text-transform: none; }
  .popin__titre--noir {
    color: #000000;
    text-transform: none; }

.popin__text {
  margin-top: 25px;
  color: #444444;
  text-align: center; }
  @media (min-width: 768px) {
    .popin__text {
      margin-top: 8px;
      text-align: left;
      padding-left: 0; } }
  .popin__text--blanc {
    color: #ffffff; }

.popin__showMore {
  margin-top: 8px;
  text-align: center;
  color: #444444;
  cursor: pointer; }
  .popin__showMore:after {
    color: #e2001a;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  @media (min-width: 768px) {
    .popin__showMore {
      display: none; } }
  .popin__showMore--blanc {
    color: #ffffff; }

.popin__titrePrefix {
  font-size: 16px;
  text-transform: uppercase;
  color: #222222; }

.popin__textImage {
  margin: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .popin__textImage {
      display: block; }
      .popin__textImage img {
        display: block;
        margin: 0 auto;
        margin-top: 30px; } }
  .popin__textImage > div {
    height: 100%; }
  .popin__textImage p + p {
    margin-top: 15px; }

.popin__supp {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .popin__supp img {
    width: auto;
    height: auto;
    margin-left: 12px; }
    @media (max-width: 767px) {
      .popin__supp img {
        margin-top: 5px; } }

.popin__credits {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #8a8a8a; }

.popin__input-container {
  margin-top: 20px; }
@charset "UTF-8";
.popin__locations__row h3, .popin__news-list__item__header__title, .popin__carousel .carte .carte__contenu strong, .popin__list strong {
  font-family: 'SFR-Bold', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.popin__devices__headline, .popin__categoriesTabs__item, .popin__carousel .carte .carte__contenu .hint_text, .popin__list li {
  font-family: 'SFR-Regular', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.popin__locations__row ul, .popin__news-list__item__body {
  font-family: Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.popin__locations__row h3, .popin__news-list__item__header__title {
  font-size: 14px;
  line-height: normal; }
  @media (min-width: 768px) {
    .popin__locations__row h3, .popin__news-list__item__header__title {
      font-size: 16px; } }

.popin__devices__headline {
  font-size: 16px;
  line-height: 22px; }
  @media (min-width: 768px) {
    .popin__devices__headline {
      font-size: 18px;
      line-height: 28px; } }

.popin__categoriesTabs__item, .popin__carousel .carte .carte__contenu .hint_text {
  font-size: 16px;
  line-height: 22px; }

.popin__locations__row ul {
  font-size: 14px;
  line-height: 20px; }

.popin__news-list__item__body {
  font-size: 13px;
  line-height: 17px; }

.popin__categoriesTabs {
  margin-top: 22px;
  font-size: 0; }
  @media (max-width: 767px) {
    .popin__categoriesTabs {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap; } }
  .popin__categoriesTabs__item {
    display: inline-block;
    padding: 10px 14px;
    margin-right: 8px;
    margin-top: 8px;
    background-color: #f2f2f2;
    color: #222222; }
    .popin__categoriesTabs__item:hover {
      cursor: pointer; }
    .popin__categoriesTabs__item--darker {
      background-color: #d2d2d2; }
    .popin__categoriesTabs__item--active {
      background-color: #e2001a;
      color: #ffffff;
      font-family: 'SFR-Bold', arial; }

.popin__locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .popin__locations__row {
    margin-top: 30px; }
    .popin__locations__row h3 {
      color: #222222; }
    .popin__locations__row ul {
      margin: 0 30px 0 0;
      list-style-type: none;
      padding: 0;
      color: #444444; }
      @media (max-width: 768px) {
        .popin__locations__row ul {
          margin-top: 12px; } }

.popin__features-grid > div {
  margin-top: 30px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #d2d2d2; }
  .popin__features-grid > div:nth-child(4n) {
    border-right: none; }
  .popin__features-grid > div img {
    max-width: 90%; }
  @media (max-width: 767px) {
    .popin__features-grid > div {
      height: 55px; }
      .popin__features-grid > div:nth-child(2n) {
        border-right: none; }
      .popin__features-grid > div img {
        max-width: 65%; } }

.popin__features-grid--press > div {
  margin-top: 30px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #d2d2d2; }
  .popin__features-grid--press > div:nth-child(4n) {
    border-right: none; }
  .popin__features-grid--press > div img {
    max-width: 90%; }
  @media (max-width: 767px) {
    .popin__features-grid--press > div {
      height: 160px; }
      .popin__features-grid--press > div:nth-child(2n) {
        border-right: none; }
      .popin__features-grid--press > div img {
        max-width: 65%; } }

.popin__features-grid--sport > div {
  margin-top: 30px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #d2d2d2; }
  .popin__features-grid--sport > div:nth-child(4n) {
    border-right: none; }
  .popin__features-grid--sport > div img {
    max-width: 90%; }
  @media (max-width: 767px) {
    .popin__features-grid--sport > div {
      height: 200px; }
      .popin__features-grid--sport > div:nth-child(2n) {
        border-right: none; }
      .popin__features-grid--sport > div img {
        max-width: 65%; } }

.popin__features-grid--tv > div, .popin__features-grid--play > div {
  margin-top: 30px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #d2d2d2; }
  .popin__features-grid--tv > div:nth-child(6n), .popin__features-grid--play > div:nth-child(6n) {
    border-right: none; }
  .popin__features-grid--tv > div img, .popin__features-grid--play > div img {
    max-width: 90%; }
  @media (max-width: 767px) {
    .popin__features-grid--tv > div, .popin__features-grid--play > div {
      height: 55px; }
      .popin__features-grid--tv > div:nth-child(2n), .popin__features-grid--play > div:nth-child(2n) {
        border-right: none; }
      .popin__features-grid--tv > div img, .popin__features-grid--play > div img {
        max-width: 65%; } }

.popin__features-grid--text > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  color: #444444;
  padding: 10px 0; }
  @media (max-width: 767px) {
    .popin__features-grid--text > div {
      height: 200px; } }

.popin__devices {
  margin-top: 30px;
  background-color: #f2f2f2; }
  .popin__devices__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    color: #222222;
    text-align: center; }
    @media (min-width: 768px) {
      .popin__devices__headline {
        font-size: 20px;
        min-height: 116px;
        margin-top: 0; } }
  .popin__devices__pictos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .popin__devices__pictos {
        min-height: 116px;
        margin: 0; } }

.popin__news-list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0; }
  .popin__news-list__item {
    position: relative;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-top: -12px; }
    .popin__news-list__item:before {
      content: "•";
      position: absolute;
      top: 20px;
      left: -30px;
      display: block;
      font-size: 22px;
      width: 16px;
      height: 12px;
      min-width: 16px; }
    @media (max-width: 768px) {
      .popin__news-list__item {
        margin-left: 25px; }
        .popin__news-list__item:before {
          left: -25px; } }
    .popin__news-list__item__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 16px; }
      .popin__news-list__item__header__img {
        height: 30px;
        margin-right: 12px;
        margin-top: 12px; }
      .popin__news-list__item__header__title {
        margin-top: 12px;
        color: #222222; }
    .popin__news-list__item__body {
      color: #444444; }

.popin__carousel {
  margin-top: 50px; }
  .popin__carousel__heading {
    margin-bottom: 30px;
    text-align: center; }
  .popin__carousel .swiper-container {
    padding-left: 5.8%;
    padding-right: 5.8%; }
  .popin__carousel .carte .carte__header {
    position: relative; }
    .popin__carousel .carte .carte__header:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(to bottom, transparent 35%, rgba(0, 0, 0, 0.9) 100%);
      z-index: 1; }
    .popin__carousel .carte .carte__header .carte__image {
      height: 170px;
      position: relative;
      -o-object-fit: cover;
         object-fit: cover; }
    .popin__carousel .carte .carte__header .carte__imageLogo {
      position: absolute;
      bottom: 20px;
      left: 20px;
      width: initial;
      max-height: 40px;
      z-index: 2; }
  .popin__carousel .carte .carte__contenu {
    padding-bottom: 35px;
    color: #222222; }
    .popin__carousel .carte .carte__contenu .hint_text {
      font-size: 14px;
      color: #8a8a8a;
      position: absolute;
      bottom: 15px;
      right: 25px; }

.popin__listBlock {
  margin-top: 48px; }

.popin__list {
  margin-top: 30px;
  padding-left: 18px; }
  .popin__list li {
    font-size: 16px;
    color: #222222; }
    .popin__list li:not(:first-child) {
      margin-top: 16px; }

.popin__support {
  padding-bottom: 28px;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 35px; }

.popin__supportTitle {
  text-align: center;
  position: relative; }
  .popin__supportTitle:before, .popin__supportTitle:after {
    content: "";
    display: block;
    width: 15.75%;
    height: 1px;
    background-color: #e9e9e9;
    position: absolute;
    top: 50%; }
    @media (max-width: 767px) {
      .popin__supportTitle:before, .popin__supportTitle:after {
        display: none; } }
  .popin__supportTitle:before {
    left: 0; }
  .popin__supportTitle:after {
    right: 0; }

.popin__supportImages {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
  overflow-x: scroll; }
  .popin__supportImages img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); }
  .popin__supportImages-alignLeft {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    .popin__supportImages-alignLeft img {
      margin-right: 15px; }

.popin__videoContainer {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px; }

.popin__video {
  margin: 0 auto;
  margin-top: 25px; }
  .popin__video iframe {
    max-width: 100%; }

.popin__legal-terms {
  text-align: right;
  background-color: #e9e9e9; }
  .popin__legal-terms .toggle__titre {
    padding-top: 14px;
    padding-bottom: 14px; }
/**
* Gestion des containers de popups
*/
.JqueryOverlay {
  z-index: 55000;
  /* pour les popins devant recouvrir les headers, la tranche de z-index est [50000-60000[ */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.JqueryOverlay .overlayContainerDim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  zoom: 1;
  background-color: #000000;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(0, 0, 0, 0.95); }

.JqueryOverlay .overlayContainerLoader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -46px;
  width: 80px;
  height: 80px;
  background: url("//static.s-sfr.fr/media/images-common-sprites-icon-cross-small-white.png") no-repeat center center #e2001a; }

.JqueryOverlay .overlayContainerLoader .overlayContainerLoaderImage {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px; }

/*
.JqueryOverlay .overlayContainerCloseButton {
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: 447px;
    cursor: pointer;
    z-index: 999;
    width: 50px;
    height: 50px;
    background: url('../../medias/images/picto-close.png') no-repeat center center #e2001a;
}
.JqueryOverlay .overlayContainerCloseButton:hover {

    background: url('../../medias/images/picto-close.png') no-repeat center center #ec5768;
}
*/
.JqueryOverlay .overlayTopContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden; }

.JqueryOverlay .overlayTopContainer .overlayScrollContainer {
  /*width: 890px;*/
  margin: 24px auto; }
.countdown__separator, .countdown__value {
  font-family: 'SFR-Bold', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.countdown__unit {
  font-family: Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; }

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .countdown--white {
    color: #ffffff; }
    .countdown--white .countdown__unit {
      color: #ffffff; }
  .countdown--black {
    color: #000000; }
  .countdown--small .countdown__part {
    width: 25px;
    height: 43px; }
    @media (min-width: 992px) {
      .countdown--small .countdown__part {
        width: 25px;
        height: 43px; } }
  .countdown--small .countdown__value {
    padding-top: 6px; }
    @media (min-width: 992px) {
      .countdown--small .countdown__value {
        font-size: 23px; } }
  .countdown--small .countdown__separator {
    margin: -25px 3px 0 3px; }
    @media (min-width: 992px) {
      .countdown--small .countdown__separator {
        margin: -25px 3px 0 3px;
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .countdown--small .countdown__separator {
        margin: -25px 0px 0 0px; } }
  .countdown--small .countdown__unit {
    font-size: 10px; }
  .countdown--medium .countdown__part {
    width: 25px;
    height: 43px; }
    @media (min-width: 992px) {
      .countdown--medium .countdown__part {
        width: 30px;
        height: 46px; } }
  .countdown--medium .countdown__value {
    padding-top: 6px; }
    @media (min-width: 992px) {
      .countdown--medium .countdown__value {
        font-size: 23px; } }
  .countdown--medium .countdown__separator {
    margin: -25px 3px 0 3px; }
    @media (min-width: 992px) {
      .countdown--medium .countdown__separator {
        margin: -25px 1px 0 1px;
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .countdown--medium .countdown__separator {
        margin: -25px 0 0 0; } }
  .countdown--medium .countdown__unit {
    font-size: 10px;
    margin-top: 3px; }
  .countdown__separator {
    font-size: 28px;
    margin: -33px 0 0 0; }
    @media (max-width: 767px) {
      .countdown__separator {
        margin: -33px 3px 0 3px; } }
    @media (min-width: 992px) {
      .countdown__separator {
        margin: -33px 6px 0 6px;
        font-size: 34px; } }
  .countdown__block {
    color: #000000; }
  .countdown__part {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 54px; }
    @media (max-width: 767px) {
      .countdown__part + .countdown__part {
        margin-left: 3px; } }
    @media (min-width: 992px) {
      .countdown__part {
        width: 43px;
        height: 66px; } }
  .countdown__values {
    font-size: 0; }
  .countdown__value {
    position: relative;
    padding-top: 8px;
    font-size: 26px; }
    @media (min-width: 992px) {
      .countdown__value {
        font-size: 34px; } }
  .countdown__flipper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .countdown__unit {
    margin-top: 6px;
    font-size: 12px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .countdown__unit {
        font-size: 13px; } }
.legalTerms {
  background-color: #e9e9e9; }
  .legalTerms__visibleRow {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .legalTerms__visibleRow {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 50px; } }
    .legalTerms__visibleRow--rightAlign {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .legalTerms__hiddenText {
    background-color: #8a8a8a; }
  .legalTerms__hiddenRow {
    color: #ffffff;
    overflow: hidden; }
  .legalTerms__additionalLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .legalTerms__additionalLinks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .legalTerms__additionalLinks a {
    text-decoration: none;
    color: #444444;
    margin-left: 20px;
    height: 30px; }
    @media (min-width: 768px) {
      .legalTerms__additionalLinks a {
        height: auto; } }
  .legalTerms__openLink a {
    text-decoration: none;
    color: #444444; }
    .legalTerms__openLink a:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px;
      background: url("//static.s-sfr.fr/media/images-common-sprites-legal-terms-arrow.png");
      width: 9px;
      height: 5px;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      transition: all 0.3s; }
  .legalTerms.open .legalTerms__openLink a:after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
  .legalTerms--popin .legalTerms__openLink {
    margin-left: auto; }
  .legalTerms--top-margin {
    margin-top: 25px; }
    @media (min-width: 768px) {
      .legalTerms--top-margin {
        margin-top: 50px; } }
.faqComponent {
  padding: 0;
  margin: 0;
  list-style: none; }
  .faqComponent li {
    border-top: 1px solid #d2d2d2; }
  .faqComponent__question {
    position: relative;
    padding: 20px 60px 20px 20px;
    cursor: pointer; }
    .faqComponent__question:after {
      content: "";
      background: url("//static.s-sfr.fr/media/images-pages-offres-box-liste-offre-arrow-faq.png") no-repeat;
      width: 22px;
      height: 15px;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
    .faqComponent__question.open:after {
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
  .faqComponent__answerContainer {
    overflow: hidden;
    box-sizing: border-box; }
.errorPanel {
  background-color: #222222;
  color: #ffffff;
  padding: 26px 0 40px 0;
  overflow: hidden; }
  .errorPanel__col {
    position: relative; }
  .errorPanel__title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url("//static.s-sfr.fr/media/images-common-sprites-exclamation-mark.png");
    width: 26px;
    height: 26px;
    margin-right: 10px; }
  .errorPanel__text {
    margin-top: 15px;
    max-width: 780px; }
  .errorPanel__cross {
    background: url("//static.s-sfr.fr/media/images-common-sprites-icon-cross-error-panel.png");
    width: 16px;
    height: 17px;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer; }
.promo {
  border-top: 1px solid #d2d2d2;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .promo {
      height: 420px;
      padding: 0; } }
  .promo__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .promo__col--image {
      position: relative;
      overflow: hidden; }
      @media (max-width: 767px) {
        .promo__col--image {
          height: 233px !important; } }
      .promo__col--image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .promo__title {
    width: 100%; }
  .promo__subtitle {
    width: 100%;
    margin-top: 5px; }
  .promo__text {
    width: 100%; }
  .promo__text, .promo__button {
    margin-top: 15px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit; }
.faq {
  border-top: 1px solid #d2d2d2; }
  @media (min-width: 768px) {
    .faq {
      padding-bottom: 70px; } }
  .faq--grey {
    background-color: #f2f2f2; }
  .faq--grey .faq__questions {
    background-color: #ffffff; }
  .faq .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .faq__title {
    text-align: center;
    padding: 30px 20px; }
  .faq__col {
    padding: 0;
    margin: 0; }
  .faq__questions {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2; }
.eligibilityAuthenticated strong, .eligibility strong, .alreadyClient strong {
  font-family: 'SFR-Bold', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.alreadyClient__text {
  font-family: 'SFR-Light', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.eligibilityAuthenticated {
  padding: 45px 0; }
  .eligibilityAuthenticated__line {
    margin-top: 15px; }
  .eligibilityAuthenticated__choices {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 768px) {
      .eligibilityAuthenticated__choices {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .eligibilityAuthenticated__radio {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .eligibilityAuthenticated__radio {
        margin-top: 0;
        margin-left: 25px; } }

.eligibility {
  padding: 46px 0; }
  @media (min-width: 768px) {
    .eligibility {
      height: 166px;
      padding: 0; } }
  .eligibility .row, .eligibility .row > div {
    height: 100%; }
  .eligibility__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .eligibility__text {
    margin-top: 10px; }
  .eligibility .lien {
    display: block; }

.eligibility + .eligibilityAuthenticated {
  border-top: 1px solid #d2d2d2; }

.alreadyClient {
  padding: 30px 0;
  border-top: 1px solid #d2d2d2;
  text-align: center; }
  @media (min-width: 768px) {
    .alreadyClient {
      padding: 30px 0 0 0;
      height: 404px; } }
  .alreadyClient__choice {
    position: relative;
    margin-top: 35px; }
    @media (min-width: 768px) {
      .alreadyClient__choice {
        margin-top: 60px; }
        .alreadyClient__choice + .alreadyClient__choice:before {
          content: "";
          display: block;
          width: 1px;
          height: 100px;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          background-color: #d2d2d2; } }
  .alreadyClient__text {
    margin-top: 15px;
    font-size: 20px;
    height: 56px; }
  .alreadyClient__button {
    margin-top: 20px; }
    @media (max-width: 768px) {
      .alreadyClient__button {
        max-width: 100%;
        display: block;
        padding: 0; } }
.overview__moreOfferText {
  font-family: 'SFR-Bold', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.overview {
  background-color: #e9e9e9;
  position: relative; }
  .overview__bottomBlocks {
    background-color: #ffffff; }
  .overview__moreOffer {
    margin-bottom: 60px;
    text-align: center; }
    .overview__moreOffer .bouton {
      margin-top: 10px; }
  .overview__moreOfferText {
    font-size: 14px;
    color: #222222; }
.headerOverview__subtitle--strong {
  font-family: 'SFR-Bold', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.headerOverview__suppSeparator {
  font-family: 'SFR-Regular', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.headerOverview__text, .headerOverview__supplement {
  font-family: 'SFR-Light', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.headerOverview__suppSeparator {
  font-size: 20px;
  line-height: normal; }
  @media (min-width: 768px) {
    .headerOverview__suppSeparator {
      font-size: 24px; } }

.headerOverview {
  height: 346px;
  text-align: center; }
  @media (min-width: 768px) {
    .headerOverview {
      height: 272px; } }
  @media (max-width: 991px) {
    .headerOverview {
      height: 171px; } }
  .headerOverview--white {
    color: white; }
  .headerOverview--visu-left {
    height: 272px;
    text-align: left;
    background: url("//static.s-sfr.fr/media/images-pages-offres-box-liste-offre-v2-header-background.jpg") left center no-repeat #181818; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .headerOverview--visu-left {
        background-position-x: -200px; } }
    @media (max-width: 767px) {
      .headerOverview--visu-left {
        height: 272px;
        background: url("//static.s-sfr.fr/media/images-pages-offres-box-liste-offre-v2-mobile-header-background.jpg") top center no-repeat #181818;
        background-size: cover;
        background-position: inherit;
        padding: 0 20px; } }
    .headerOverview--visu-left .headerOverview__col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 767px) {
        .headerOverview--visu-left .headerOverview__col {
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    @media (min-width: 768px) {
      .headerOverview--visu-left .headerOverview__text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50px, -50%);
            -ms-transform: translate(-50px, -50%);
                transform: translate(-50px, -50%); } }
  .headerOverview .row, .headerOverview__col {
    height: 100%; }
  .headerOverview__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 991px) {
    .headerOverview__title {
      font-size: 20px; } }
  .headerOverview__subtitle, .headerOverview__text {
    margin-top: 5px; }
    @media (max-width: 767px) {
      .headerOverview__subtitle, .headerOverview__text {
        font-size: 20px; } }
  .headerOverview__text {
    font-size: 20px; }
  .headerOverview__subtitle {
    text-transform: uppercase; }
    .headerOverview__subtitle--strong {
      font-size: 32px;
      text-transform: inherit; }
      @media (max-width: 767px) {
        .headerOverview__subtitle--strong {
          font-size: 25px; } }
  .headerOverview__supplement {
    margin-top: 20px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991px) {
      .headerOverview__supplement {
        display: none; } }
  .headerOverview__suppSeparator {
    margin: 0 20px; }
  .headerOverview__countdown {
    margin-top: 20px; }
  .headerOverview__button {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-top: 25px; }
    @media (max-width: 767px) {
      .headerOverview__button {
        display: 'none'; } }
  .headerOverview .orange {
    color: #ee7f01; }
.overviewTable {
  float: none;
  padding: 20px 0 42px 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .overviewTable {
      padding: 60px 0 90px 0; } }
  .overviewTable.overviewTable--outsideCol.noSelect {
    overflow: visible; }
  .overviewTable--tiny {
    padding: 0 0 42px 0; }
    @media (min-width: 768px) {
      .overviewTable--tiny {
        padding: 0 0 90px 0; } }
  .overviewTable--mobile {
    padding-top: 0; }
    .overviewTable--mobile .overviewTable__arrow {
      top: 140px; }
  @media (min-width: 768px) {
    .overviewTable:not(.overviewTable--outsideCol) .overviewTable__slider:not(.overviewTable__slider--4col):not(.overviewTable__slider--3col) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (min-width: 992px) {
    .overviewTable:not(.overviewTable--outsideCol) .overviewTable__slider--3col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (min-width: 768px) {
    .overviewTable--outsideCol.overviewTable--4col .overviewTable__inner {
      overflow: hidden; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .overviewTable--outsideCol.overviewTable--4col .overviewTable__inner {
      max-width: 50%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .overviewTable--outsideCol.overviewTable--4col .overviewTable__inner {
      max-width: 66%; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .overviewTable--outsideCol.overviewTable--4col .overviewTable__inner {
      max-width: 75%; } }
  @media (min-width: 768px) {
    .overviewTable--outsideCol.overviewTable--3col .overviewTable__inner {
      overflow: hidden; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .overviewTable--outsideCol.overviewTable--3col .overviewTable__inner {
      width: 50%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .overviewTable--outsideCol.overviewTable--3col .overviewTable__inner {
      width: 66%; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .overviewTable--outsideCol.overviewTable--3col .overviewTable__inner {
      width: 75%; } }
  @media (min-width: 768px) {
    .overviewTable--outsideCol.overviewTable--2col .overviewTable__inner {
      overflow: hidden; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .overviewTable--outsideCol.overviewTable--2col .overviewTable__inner {
      width: 50%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .overviewTable--outsideCol.overviewTable--2col .overviewTable__inner {
      width: 66%; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .overviewTable--outsideCol.overviewTable--2col .overviewTable__inner {
      width: 66%; } }

@media (min-width: 768px) and (min-width: 992px) {
  .overviewTable--outsideCol.overviewTable--1col .overviewTable__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }
  @media (min-width: 768px) {
    .overviewTable--outsideCol.overviewTable--1col .overviewTable__inner {
      overflow: hidden; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .overviewTable--outsideCol.overviewTable--1col .overviewTable__inner {
      width: 50%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .overviewTable--outsideCol.overviewTable--1col .overviewTable__inner {
      width: 41.66666667%; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .overviewTable--outsideCol.overviewTable--1col .overviewTable__inner {
      width: 33%; } }
  @media (min-width: 768px) {
    .overviewTable--outsideCol .overviewTable__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .overviewTable__mobileChoices {
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .overviewTable__mobileChoices {
        margin-bottom: 50px; } }
  .overviewTable__mobileRadio {
    width: 50%;
    height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .overviewTable__mobileRadio--selected {
      background-color: #ffffff; }
      .overviewTable__mobileRadio--selected .radio__texte {
        color: #e2001a; }
    .overviewTable__mobileRadio .radio__texte {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .overviewTable__mobileRadio .radio__texte > * {
        display: block; }
    .overviewTable__mobileRadio .radio__checkbox {
      margin-top: 10px; }
  @media (max-width: 767px) {
    .overviewTable--mobileChange {
      margin-top: 20px; } }
  .overviewTable--mobileChange .overviewTable__buttons {
    position: relative;
    height: 80px; }
  .overviewTable--mobileChange .overviewTable__arrow {
    top: 20px; }
  .overviewTable--mobileChange .overviewTable__arrow--tiny {
    top: auto; }
  .overviewTable__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: #e2001a;
    position: absolute;
    top: 20px; }
    .overviewTable__arrow--left {
      left: 50px;
      left: calc(2.4% + 15px); }
      @media (min-width: 992px) {
        .overviewTable__arrow--left {
          left: calc(4.4% + 15px); } }
    .overviewTable__arrow--right {
      right: 50px;
      right: calc(2.4% + 15px); }
      @media (min-width: 992px) {
        .overviewTable__arrow--right {
          right: calc(4.4% + 15px); } }
    .overviewTable__arrow--left:before, .overviewTable__arrow--right:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 21px;
      height: 21px; }
    .overviewTable__arrow--left:before {
      background: url("//static.s-sfr.fr/media/images-pages-offres-box-liste-offre-arrow-left.png") no-repeat;
      margin-right: 10px; }
    .overviewTable__arrow--right:after {
      background: url("//static.s-sfr.fr/media/images-pages-offres-box-liste-offre-arrow-right.png") no-repeat;
      margin-left: 10px; }
    .overviewTable__arrow--tiny {
      top: auto;
      bottom: 20px; }
  .overviewTable__mobileArrows {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .overviewTable__progress {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .overviewTable__mobileArrow {
    text-decoration: none;
    color: #444444;
    position: relative; }
    .overviewTable__mobileArrow--left:before, .overviewTable__mobileArrow--right:after {
      content: "";
      position: absolute;
      width: 9px;
      height: 16px;
      margin-top: 6px;
      top: 0; }
    .overviewTable__mobileArrow--left {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      padding-left: 25px; }
      .overviewTable__mobileArrow--left:before {
        left: 0;
        background: url("//static.s-sfr.fr/media/images-pages-offres-box-liste-offre-mobile-arrow-left.png") no-repeat; }
    .overviewTable__mobileArrow--right {
      text-align: right;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      padding-right: 25px; }
      .overviewTable__mobileArrow--right:after {
        right: 0;
        background: url("//static.s-sfr.fr/media/images-pages-offres-box-liste-offre-mobile-arrow-right.png") no-repeat; }
  .overviewTable__content {
    width: 100%;
    white-space: nowrap;
    position: relative; }
  .overviewTable__inner {
    font-size: 0;
    padding: 0 !important; }
  .overviewTable__slider {
    position: relative;
    padding-bottom: 10px; }
  @media (min-width: 768px) {
    .overviewTable.android .overviewCol .overviewCol__info,
    .overviewTable.android .overviewCol .overviewCol__services,
    .overviewTable.android .overviewCol .overviewCol__advantages {
      padding-left: 10px; }
    .overviewTable.android .overviewCol__list li:before {
      margin: 0; }
    .overviewTable.android .overviewCol__list--choiceList li:before {
      content: "";
      margin: 0; } }
@charset "UTF-8";
.overviewCol__importantTitle, .overviewCol__innerText strong, .overviewCol__titleLimited, .overviewCol__mobile:before {
  font-family: 'SFR-Bold', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.overviewCol__blockTitleTextRegular {
  font-family: 'SFR-Regular', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.overviewCol__innerTitle, .overviewCol__innerTitle strong, .overviewCol__centeredTitle strong, .overviewCol__centeredTitle {
  font-family: Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.overviewCol__family, .overviewCol__familyValue {
  font-family: Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; }

.overviewCol__innerTitle, .overviewCol__innerTitle strong, .overviewCol__centeredTitle strong {
  font-size: 14px;
  line-height: 20px; }

.overviewCol__centeredTitle {
  font-size: 13px;
  line-height: 17px; }

.overviewCol {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  white-space: normal; }
  @media (max-width: 767px) {
    .overviewCol {
      width: 275px;
      /* height: 530px; */
      min-width: 273px; } }
  @media (min-width: 768px) {
    .overviewCol__inner {
      position: relative; }
    .overviewCol__inner--borderGold:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -10px;
      bottom: -10px;
      left: -10px;
      width: calc(100% + 20px);
      height: calc(100% + 10px);
      background-color: #ffcd00; }
    .overviewCol__inner--borderBlack:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -10px;
      bottom: -10px;
      left: -10px;
      width: calc(100% + 20px);
      height: calc(100% + 10px);
      background-color: #444444; } }
  .overviewCol--tiny {
    border-width: 0; }
    @media (max-width: 767px) {
      .overviewCol--tiny {
        width: auto;
        height: auto;
        min-width: 273px; } }
  .overviewCol__content {
    position: relative;
    height: 100%;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit; }
    @media (min-width: 768px) {
      .overviewCol__content {
        background-color: transparent; } }
    .overviewCol__content--yourSubscription .overviewCol__block {
      background-color: #f2f2f2;
      border-left: 1px solid #d2d2d2;
      border-right: 1px solid #d2d2d2; }
      .overviewCol__content--yourSubscription .overviewCol__block:last-child, .overviewCol__content--yourSubscription .overviewCol__block.last {
        border-bottom: 1px solid #d2d2d2; }
    .overviewCol__content--yourSubscription .overviewCol__intro--tiny {
      background-color: #1a1a1a; }
    .overviewCol__content--yourSubscription .overviewCol__block--tiny {
      border-width: 0; }
  .overviewCol__block--bonus:not(.overviewCol__block--empty):before {
    content: "";
    display: block;
    background: url("//static.s-sfr.fr/media/images-pages-offres-box-liste-offre-circle-plus.png") no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 767px) {
      .overviewCol__block--bonus:not(.overviewCol__block--empty):before {
        display: none; } }
  .overviewCol__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -20px; }
    @media (max-width: 767px) {
      .overviewCol__list {
        margin-top: 15px; } }
  @media (max-width: 767px) {
    .overviewCol__list--concat {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-left: 16px; }
      .overviewCol__list--concat li:first-child:before {
        margin-top: 1px;
        margin-left: -16px; }
      .overviewCol__list--concat li:not(:first-child):before {
        content: "";
        margin-right: 0; }
      .overviewCol__list--concat li:not(:last-child):after {
        content: ",";
        margin-right: 3px;
        margin-top: 0px;
        font-size: 16px;
        color: #444444; } }
  @media (max-width: 767px) {
    .overviewCol .overviewCol__list--concat.overviewCol__list--choiceList li:not(:last-child):after {
      content: " ou ";
      font-family: Arial;
      font-size: 14px;
      margin: 2px 4px 0 4px;
      color: #444444; } }
  .overviewCol__list strong {
    color: #e2001a; }
  .overviewCol__list em {
    font-style: inherit;
    color: #e2001a; }
  .overviewCol__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 768px) {
      .overviewCol__list li:not(:first-child) {
        margin-top: 20px; } }
    .overviewCol__list li:before {
      content: "•";
      margin-top: -2px;
      font-size: 16px;
      margin-right: 10px;
      color: #444444; }
      @media (min-width: 768px) {
        .overviewCol__list li:before {
          content: "";
          background: url("//static.s-sfr.fr/media/images-pages-offres-box-liste-offre-check-list.png") no-repeat;
          width: 10px;
          height: 8px;
          min-width: 10px;
          margin-top: 8px; } }
  @media (min-width: 768px) {
    .overviewCol__list--choiceList {
      margin-left: 0; } }
  .overviewCol__list--choiceList li:before {
    content: "•";
    width: auto;
    height: auto;
    background: none;
    margin-top: -2px;
    font-size: 16px;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .overviewCol__list--choiceList li:before {
        margin-top: -2px;
        font-size: 24px; } }
  .overviewCol__list--choiceList .overviewCol__listTitle {
    font-size: 14px; }
  .overviewCol__listLink {
    text-decoration: none;
    width: 100%;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .overviewCol__listLink {
        white-space: inherit;
        padding-right: 20px; } }
    .overviewCol__listLink span {
      transition: color 0.2s; }
    .overviewCol__listLink:hover span {
      color: #e2001a; }
  .overviewCol__listTitle {
    display: block;
    color: #222222; }
    @media (max-width: 767px) {
      .overviewCol__listTitle {
        font-family: Arial;
        font-size: 14px;
        color: #444444; } }
    .overviewCol__listTitle--break {
      white-space: initial; }
  .overviewCol__specialTitle {
    margin-left: -20px;
    margin-top: 10px; }
  .overviewCol__listTitleMobileLigneFille {
    display: inline; }
    @media (min-width: 768px) {
      .overviewCol__listTitleMobileLigneFille {
        display: none !important; } }
  .overviewCol__importantTitle {
    display: inline; }
  .overviewCol__listText {
    display: none;
    color: #444444; }
    @media (min-width: 768px) {
      .overviewCol__listText {
        display: block; } }
  .overviewCol__textImage {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    position: relative;
    margin-left: 10px; }
    .overviewCol__textImage img {
      max-width: 100%; }
    .overviewCol__textImage--left {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .overviewCol__textImage:first-child {
      margin-top: 0;
      margin-bottom: 5px; }
    @media (min-width: 768px) {
        .overviewCol__block + .overviewCol__block:not(.overviewCol__block--empty) {
          border-top: 1px solid #e9e9e9; } }
  .overviewCol__blockContent--center, .overviewCol__blockContent--center .overviewCol__list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .overviewCol__blockContent--center li:before, .overviewCol__blockContent--center .overviewCol__list li:before {
      content: "";
      width: 0;
      height: 0; }
  .overviewCol__blockTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 14px 0 14px -20px; }
    @media (min-width: 768px) {
      .overviewCol__blockTitle {
        margin: 0 0 30px; } }
  @media (max-width: 767px) {
    .overviewCol__blockTitlePicto {
      display: none; } }
  @media (min-width: 768px) {
    .overviewCol__blockTitleText {
      margin-left: 12px; } }
  .overviewCol__blockTitleTextRegular {
    font-size: 14px;
    line-height: 16px;
    text-transform: none; }
    @media (max-width: 767px) {
      .overviewCol__blockTitleTextRegular {
        display: none; } }
  .overviewCol__innerTitle {
    position: relative;
    color: #444444; }
    .overviewCol__innerTitle:not(.overviewCol__keepMobile) {
      display: none; }
    @media (min-width: 768px) {
      .overviewCol__innerTitle {
        font-family: 'SFR-Regular';
        font-size: 16px;
        color: #8a8a8a;
        text-transform: uppercase; }
        .overviewCol__innerTitle:not(.overviewCol__keepMobile) {
          display: block; }
        .overviewCol__innerTitle strong {
          font-family: 'SFR-Bold'; } }
  .overviewCol__centeredTitle {
    display: block;
    position: relative;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'SFR-Regular';
    font-size: 13px;
    color: #1a1a1a;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 500ms ease-in-out;
    text-decoration: none; }
    .overviewCol__centeredTitle:hover {
      color: #e2001a; }
    .overviewCol__centeredTitle strong {
      text-transform: none;
      font-size: 18px;
      font-family: 'SFR-Bold'; }
    .overviewCol__centeredTitle strong.red {
      color: #e2001a; }
    @media (min-width: 768px) {
        .overviewCol__centeredTitle strong {
          font-size: 18px;
          font-family: 'SFR-Bold'; } }
  @media (max-width: 767px) {
    .overviewCol__innerTitle.overviewCol__keepMobile {
      margin-left: -20px;
      margin-top: 15px; }
      .overviewCol__innerTitle.overviewCol__keepMobile:before {
        content: "•";
        margin-top: -2px;
        font-size: 14px;
        margin-right: 6px;
        color: #444444; } }
  .overviewCol__innerText {
    display: none;
    position: relative;
    color: #8a8a8a; }
    @media (min-width: 768px) {
      .overviewCol__innerText {
        display: block; } }
  .overviewCol__inlineText {
    color: #444444;
    display: none; }
    @media (min-width: 768px) {
      .overviewCol__inlineText {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .overviewCol__inlineTitle {
    margin-right: 6px; }
  .overviewCol__inlineTextContent {
    margin-left: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .overviewCol__family, .overviewCol__familyValue {
    font-size: 13px;
    color: #444444; }
  .overviewCol__family {
    display: block;
    color: #9e007f;
    white-space: initial; }
  .overviewCol__message {
    color: #e2001a;
    margin-top: 30px;
    text-align: center;
    padding: 0 50px; }
  .overviewCol__countdown {
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 768px) {
      .overviewCol__countdown {
        height: 70px; } }
  .overviewCol__titleContainer {
    height: 57px; }
  .overviewCol__title {
    height: 57px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #222222;
    color: #ffffff; }
    .overviewCol__title span {
      display: block; }
    .overviewCol__title h2 {
      line-height: 22px; }
    .overviewCol__title--gold {
      background-color: #ffcd00;
      color: #222222; }
    .overviewCol__title--family {
      background-color: #9e007f;
      color: #ffffff; }
    .overviewCol__title--red {
      background-color: #e2001a; }
    .overviewCol__title--tiny {
      background-color: #1a1a1a;
      border-bottom: 1px solid #2d2d2d; }
    .overviewCol__title.fixed {
      position: fixed;
      top: 0;
      z-index: 1000; }
  .overviewCol__titleLimited {
    font-size: 12px;
    text-transform: uppercase; }
  .overviewCol__intro {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    @media (max-width: 767px) {
      .overviewCol__intro {
        padding: 0;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: absolute;
        top: auto;
        right: 10px;
        bottom: 10px;
        left: 10px; } }
    @media (min-width: 768px) {
      .overviewCol__intro {
        -webkit-box-ordinal-group: NaN;
            -ms-flex-order: inherit;
                order: inherit;
        padding: 20px 20px 140px 20px;
        border-bottom: 1px solid #e9e9e9; } }
    .overviewCol__intro--tiny {
      background-color: #1a1a1a;
      color: white; }
      @media (max-width: 767px) {
        .overviewCol__intro--tiny {
          padding-top: 20px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: static; } }
      @media (min-width: 768px) {
        .overviewCol__intro--tiny {
          padding: 20px 20px 90px 20px; } }
    .overviewCol__intro--blackFriday {
      min-height: 400px; }
  .overviewCol__subtitle {
    height: 92px;
    text-align: center; }
    .overviewCol__subtitle span {
      color: #959595; }
    @media (max-width: 767px) {
      .overviewCol__subtitle {
        display: none; } }
  .overviewCol__price {
    height: 86px;
    padding-left: 10px;
    text-align: left; }
    @media (min-width: 768px) {
      .overviewCol__price {
        padding: 0;
        text-align: center;
        margin: 0 auto; } }
  .overviewCol .prix__baseline {
    font-size: 11px; }
    @media (min-width: 768px) {
      .overviewCol .prix__baseline {
        font-size: 12px; } }
  .overviewCol__promo {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .overviewCol__promo {
        text-align: right; } }
    .overviewCol__promo .prix {
      margin-top: 10px;
      display: block; }
      @media (max-width: 767px) {
        .overviewCol__promo .prix {
          font-size: 16px; } }
  @media (max-width: 767px) {
    .overviewCol__pricePromo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .overviewCol__pricePromo .overviewCol__price {
        padding-left: 0; }
      .overviewCol__pricePromo .overviewCol__promo {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  .overviewCol__mobile {
    border-top: 1px solid #f2f2f2;
    width: 100%;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 768px) {
      .overviewCol__mobile {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 768px) {
      .overviewCol__mobile:before {
        content: "+";
        border-top: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 17px;
        height: 17px;
        background-color: #000000;
        border-radius: 50%;
        color: #ffffff;
        font-size: 11px;
        margin: 20px 0 12px; } }
    .overviewCol__mobile img {
      height: 40px; }
      @media (min-width: 768px) {
        .overviewCol__mobile img {
          height: auto; } }
    .overviewCol__mobile--tiny {
      color: white;
      border-width: 0; }
      .overviewCol__mobile--tiny .overviewCol__mobileSup {
        color: white; }
      .overviewCol__mobile--tiny .overviewCol__mobileTextInner {
        color: white; }
      .overviewCol__mobile--tiny:before {
        display: none; }
  .overviewCol__mobileSup {
    margin-top: 5px; }
    @media (max-width: 767px) {
      .overviewCol__mobileSup {
        font-family: Arial;
        font-size: 12px;
        color: #8a8a8a; } }
  .overviewCol__mobileText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .overviewCol__mobileText .overviewCol__mobileSup {
    margin-top: 0;
    margin-left: 10px;
    line-height: 5px; }
  .overviewCol__mobileTextInner {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 767px) {
      .overviewCol__mobileTextInner {
        font-family: Arial;
        font-size: 12px;
        color: #8a8a8a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .overviewCol__mobileAlign {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .overviewCol__buttonContainer {
    margin-top: 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .overviewCol__buttonContainer {
        position: absolute;
        top: calc(100% - 100px);
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        text-align: center;
        margin-top: 0;
        padding: 0 20px; } }
    .overviewCol__buttonContainer--tiny {
      margin-bottom: 10px;
      max-width: 90%; }
      @media (min-width: 768px) {
        .overviewCol__buttonContainer--tiny {
          margin: 0;
          position: absolute;
          top: calc(100% - 70px);
          right: auto;
          bottom: auto;
          left: 50%; } }
  .overviewCol__button {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; }
  .overviewCol__link {
    display: none;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .overviewCol__link {
        display: block; } }
  .overviewCol__newPhone {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 7%;
    color: #e2001a;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    text-decoration: none;
    max-width: 95%; }
    .overviewCol__newPhone--tiny {
      text-align: left;
      color: white; }
    .overviewCol__newPhone span {
      margin-left: 15px; }
      @media (max-width: 767px) {
        .overviewCol__newPhone span {
          font-size: 13px;
          line-height: 18px; } }
    @media (min-width: 768px) {
      .overviewCol__newPhone {
        margin-top: 35px; } }
  .overviewCol__info {
    padding-top: 10px; }
    @media (min-width: 768px) {
      .overviewCol__info {
        padding-top: 0px; } }
  @media (max-width: 767px) {
    .overviewCol__info .overviewCol__list li {
      margin-top: 15px; } }
  @media (min-width: 768px) {
    .overviewCol__services {
      height: 330px; } }
  .overviewCol__services--empty {
    border-top: none; }
    .overviewCol__services--empty:before {
      content: ""; }
  @media (min-width: 768px) {
    .overviewCol__advantages {
      height: 670px; } }
  @media (min-width: 768px) {
    .overviewCol__innerTitle + .overviewCol__list, .overviewCol__innerText + .overviewCol__list {
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .overviewCol__block--freeHeight {
      height: auto;
      padding-top: 30px;
      padding-bottom: 50px; } }
    .overviewCol__tiny--empty {
      border-top: none; }
      .overviewCol__tiny--empty:before {
        content: ""; }

@media (min-width: 768px) {
  .overviewTable--mobile .overviewCol__info {
    height: 380px; } }
.noOffer {
  padding: 40px 0;
  background: url("//static.s-sfr.fr/media/images-pages-offres-box-liste-offre-background-no-offer.jpg") no-repeat top center; }
  @media (min-width: 768px) {
    .noOffer {
      padding: 0;
      height: 924px; } }
  .noOffer--mobile {
    background: url("//static.s-sfr.fr/media/images-pages-offres-forfaits-mobile-liste-offre-background-no-offer.jpg") no-repeat top center; }
  @media (min-width: 1200px) {
    .noOffer {
      background-size: cover; } }
  .noOffer__row, .noOffer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .noOffer__content {
    height: 430px;
    background-color: #ffffff;
    padding: 96px 33px 44px 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .noOffer .bouton {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
@charset "UTF-8";
/**
La slide qui contient le cta pour la découverte de contenu.
 */
.decouverte-contenu {
  background-color: #181818; }
  .decouverte-contenu__content {
    min-height: 62px;
    color: white;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .decouverte-contenu__content > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin: auto 0; }
  .decouverte-contenu__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .decouverte-contenu__cta {
    display: inline-block;
    margin-left: 20px; }
.first-step {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative; }
  @media (min-width: 768px) {
    .first-step {
      margin-top: 40px; } }
  .first-step__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: none;
    margin: 0 auto; }
  .first-step__round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
    height: 55px;
    width: 55px;
    min-width: 55px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #e2001a; }
    @media (min-width: 768px) {
      .first-step__round {
        height: 60px;
        width: 60px;
        min-width: 60px; } }
  .first-step__title {
    font-size: 24px; }
  .first-step__text {
    font-size: 16px; }
.testControlPanel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50000; }
  .testControlPanel__burger {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 8px 0;
    background-color: #313131;
    cursor: pointer; }
    .testControlPanel__burger--opened .testControlPanel__burgerBar--first {
      -webkit-transform: rotate(-45deg) translate(-6px, 6px);
          -ms-transform: rotate(-45deg) translate(-6px, 6px);
              transform: rotate(-45deg) translate(-6px, 6px); }
    .testControlPanel__burger--opened .testControlPanel__burgerBar--second {
      opacity: 0; }
    .testControlPanel__burger--opened .testControlPanel__burgerBar--third {
      -webkit-transform: rotate(45deg) translate(-5px, -6px);
          -ms-transform: rotate(45deg) translate(-5px, -6px);
              transform: rotate(45deg) translate(-5px, -6px); }
  .testControlPanel__burgerBar {
    width: 24px;
    height: 2px;
    margin: 6px auto;
    background-color: #ffffff;
    transition: .5s; }
  .testControlPanel__list {
    font-family: arial, sans-serif;
    background: #313131;
    margin: 50px 0 0 0;
    padding: 0;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none; }
  .testControlPanel__item {
    height: 0;
    line-height: 40px;
    list-style: none;
    margin: 0;
    padding: 0 15px;
    border-bottom: 0;
    cursor: pointer;
    font-size: 10px;
    transition: background 200ms, height .5s ease-in-out;
    overflow: hidden; }
    .testControlPanel__item:last-child {
      border-bottom: 0; }
    .testControlPanel__item--on {
      background: #248F49;
      height: 40px;
      border-bottom: 1px solid #DADADA; }
    .testControlPanel__item--visible {
      height: 40px;
      border-bottom: 1px solid #DADADA; }

.header.sfrNC {
  z-index: 999; }

.hidden {
  display: none !important; }

.forfait__label {
  position: absolute;
  z-index: 5000;
  top: -13px;
  text-align: center;
  align-self: center;
}
.highlight_border {
  border: 3px solid #ffcd00;
}
.show_highlight_offer_label {
  overflow: visible !important;
}

.switchPnf {
    display: flex;
    align-items: center;
    justify-content: center;
}

.switchPnf .switchPnf__img {
  display: inline-block;
  background: url("//static.s-sfr.fr/media/switchwhitpnm.png") no-repeat center;
  background-size: 105px 108px;
  width: 27px;
  height: 40px;
}

.switchPnf .switchPnf__text {
  display: inline-block;
  padding-left: 10px;
  padding-right: 40px;
}

@media (min-width: 321px) and (max-width: 392px) {
    .switchPnf .switchPnf__text {
        padding-left: 3px;
        padding-right: 12px;
    }
}

@media (max-width: 320px) {
    .switchPnf .switchPnf__text {
        padding-left: 1px;
        padding-right: 4px;
    }
}
