/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
header {
  background: #EF5400; }
  @media (min-width: 1024px) {
    header {
      height: 110px; } }

.ariane {
  margin-top: 60px;
  background: #f7f7f7; }
  .ariane .innerContainer {
    padding: 0; }
  .ariane h1 {
    background: #EF5400;
    padding: 0 1rem;
    font-size: 1em;
    font-family: "Avenir Next W01";
    font-weight: 900;
    color: #F9C6B8;
    line-height: 60px;
    text-transform: uppercase; }
  .ariane ul, .ariane li {
    height: 75px;
    line-height: 75px;
    padding: 0 1rem;
    margin: 0;
    list-style: none; }
  .ariane li {
    width: 33.33333%;
    float: left;
    padding: 0;
    font-size: 0.9em;
    font-family: "Avenir Next W01";
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #8c8c8c;
    cursor: pointer;
    background: url(/static/assets/images/abonner/ariane.png) no-repeat center right 20px;
    background-size: 10px 20px; }
    .ariane li:first-child {
      text-align: left; }
    .ariane li:last-child {
      text-align: right; }
    .ariane li:hover {
      color: #ef7c00;
      text-decoration: underline; }
  @media (min-width: 1024px) {
    .ariane {
      margin-top: 110px;
      *zoom: 1; }
      .ariane:after {
        content: "";
        display: table;
        clear: both; }
      .ariane .innerContainer {
        padding: 0 1rem; }
      .ariane h1 {
        height: 50px;
        line-height: 50px;
        padding: 0 0 0 1rem;
        width: 22.22222%;
        float: left;
        background: none;
        font-size: 0.9em;
        color: #8c8c8c; }
      .ariane ul {
        padding: 0 1rem 0 0;
        margin-left: 11.11111%;
        width: 66.66667%;
        float: left; }
        .ariane ul li {
          width: 20%;
          text-align: left !important; }
        .ariane ul li:last-child {
          background: none; }
      .ariane ul, .ariane li {
        height: 50px;
        line-height: 50px; } }
  @media (min-width: 1440px) {
    .ariane h1 {
      height: 80px;
      line-height: 80px;
      margin-left: 8.41121%;
      width: 24.29907%;
      float: left;
      margin-right: 0.93458%; }
    .ariane ul {
      margin-left: 8.41121%;
      width: 49.53271%;
      float: left;
      margin-right: 0.93458%; }
      .ariane ul li {
        width: 25%;
        background-position: center right 42px; }
    .ariane ul, .ariane li {
      height: 80px;
      line-height: 80px; } }

.userJourney {
  margin-top: 40px;
  padding-bottom: 30px;
  position: relative;
  /* START */
  /* CHOIX OUI/NON */
  /* CHOIX VOO/AUTRES */
  /* PACKS */
  /* BUTTONS */ }
  .userJourney h2 {
    line-height: 1.6em; }
  .userJourney h3 {
    padding: 20px 0 20px 2px;
    margin-bottom: 40px;
    background: url(/static/assets/images/abonner/title-arrow.png) no-repeat right center;
    font-size: 1.6em;
    color: #ef7c00;
    border-bottom: 1px solid #E6E6E6; }
  .userJourney p {
    font-size: 1.05em;
    line-height: 1.6em;
    color: #8c8c8c; }
    .userJourney p em {
      font-style: normal;
      color: #ef7c00; }
  .userJourney a.already {
    display: inline-block;
    margin: 25px 0;
    padding: 10px 20px 10px 0;
    background: url(/static/assets/images/abonner/already-arrow.png) no-repeat right center;
    font-size: 1em;
    font-family: "Avenir Next W01";
    font-weight: 900;
    color: #8c8c8c;
    text-transform: uppercase;
    text-decoration: none;
    clear: both; }
  .userJourney--bg {
    display: none; }
  .userJourney .main-step {
    display: none; }
    .userJourney .main-step:first-child {
      display: inline-block; }
    .userJourney .main-step .sub-step {
      display: none; }
      .userJourney .main-step .sub-step:first-child {
        display: inline-block; }
  .userJourney--dichotimic div {
    width: 50%;
    float: left;
    height: 110px;
    line-height: 110px;
    background: #F2F2F2;
    font-size: 1.4em;
    color: #8c8c8c;
    text-align: center;
    cursor: pointer; }
    .userJourney--dichotimic div:hover {
      background: #ef7c00;
      color: #ffffff;
      text-decoration: underline; }
  .userJourney--dichotimic .userJourney--voo {
    background: #da207a; }
    .userJourney--dichotimic .userJourney--voo svg {
      width: 50%;
      height: 38px;
      margin-top: 35px;
      fill: #ffffff; }
    .userJourney--dichotimic .userJourney--voo:hover {
      background: #da207a; }
  .userJourney--dichotimic .userJourney--other {
    font-size: 1em; }
  .userJourney--pack {
    padding: 40px 0 30px 0;
    margin: 0 0 20px 0;
    background: #f7f7f7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    font-size: 1em;
    line-height: 1.6em;
    color: #8c8c8c;
    text-align: center; }
    .userJourney--pack ul, .userJourney--pack li {
      margin: 0;
      padding: 20px 0 35px 0;
      list-style: none; }
    .userJourney--pack li {
      padding: 15px 0;
      background: url(/static/assets/images/abonner/separator.png) no-repeat bottom center; }
      .userJourney--pack li:last-child {
        background: none; }
    .userJourney--pack .price {
      font-size: 1.4em;
      font-family: "Avenir Next W01";
      font-weight: 900; }
    .userJourney--pack.toudoo svg {
      width: 102px;
      height: 35px;
      fill: #F088B6; }
    .userJourney--pack.toudoo .price {
      color: #F088B6; }
    .userJourney--pack.tatoo svg {
      width: 85px;
      height: 35px;
      fill: #D32A7E; }
    .userJourney--pack.tatoo .price {
      color: #D32A7E; }
    .userJourney--pack.wahoo svg {
      width: 95px;
      height: 35px;
      fill: #86246B; }
    .userJourney--pack.wahoo .price {
      color: #86246B; }
  .userJourney--more {
    padding: 25px 0 25px 75px;
    margin-top: 30px;
    background: url(/static/assets/images/abonner/phone.png) no-repeat left center;
    background-size: 49px 49px;
    border-top: 1px solid #E6E6E6; }
  .userJourney--button {
    display: inline-block;
    width: 100%;
    max-width: 440px;
    padding: 25px 45px;
    margin: 0 0 30px 0;
    background: url(/static/assets/images/abonner/arrow.png) no-repeat 20px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.9em;
    font-family: "Avenir Next W01";
    font-weight: 900;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase; }
    .userJourney--button.pink {
      background-color: #da207a; }
    .userJourney--button.orange {
      background-color: #ef7c00; }
    .userJourney--button.pack {
      width: 90%;
      margin: 30px 5%; }
  @media (min-width: 1024px) {
    .userJourney {
      min-height: 550px;
      margin-top: 0;
      padding-top: 70px;
      background: url(/static/assets/images/abonner/bg.jpg) no-repeat left top, url(/static/assets/images/abonner/bg-unlimited.png) repeat-y left top;
      background-size: 247px 550px; }
      .userJourney h2 {
        padding-bottom: 55px;
        font-size: 2.2em; }
      .userJourney h3 {
        background: none; }
      .userJourney p {
        padding-bottom: 45px; }
      .userJourney .main-step {
        margin-left: 34.09091%;
        width: 65.90909%;
        float: left;
        margin-right: 2.27273%; }
      .userJourney a.already {
        margin-top: 60px; }
      .userJourney--dichotimic {
        width: 100%; }
        .userJourney--dichotimic div {
          height: 140px;
          line-height: 140px;
          font-size: 1.6em; }
        .userJourney--dichotimic .userJourney--voo svg {
          margin-top: 50px; }
      .userJourney--pack {
        width: 31.03448%;
        float: left;
        margin-right: 3.44828%;
        margin-bottom: 50px; }
        .userJourney--pack.wahoo {
          float: right;
          margin-right: 0; }
          .userJourney--pack.wahoo ul li:first-child {
            padding-top: 0; }
        .userJourney--pack ul {
          margin-bottom: 0; }
          .userJourney--pack ul li:first-child {
            height: 65px;
            padding-top: 30px; }
          .userJourney--pack ul li.tel {
            height: 125px; }
      .userJourney--button.pack {
        max-width: 300px;
        margin: 50px auto;
        clear: both;
        display: block; }
      .userJourney--more {
        padding: 45px 0 45px 110px;
        background-size: 75px 75px; } }
  @media (min-width: 1440px) {
    .userJourney {
      min-height: 749px;
      margin-top: 0;
      padding-top: 70px;
      background: url(/static/assets/images/abonner/bg-desktop.jpg) no-repeat left top, url(/static/assets/images/abonner/bg-unlimited.png) repeat-y left top;
      background-size: 506px 750px, 506px 1px; }
      .userJourney h2 {
        font-size: 2.4em; }
      .userJourney p {
        font-size: 1.2em; }
      .userJourney--bg {
        display: block;
        height: 750px;
        width: 425px;
        position: absolute;
        background: red;
        padding-left: 1rem;
        top: 0;
        left: 0; }
      .userJourney .main-step {
        margin-left: 42.05607%;
        width: 49.53271%;
        float: left;
        margin-right: 0.93458%; }
      .userJourney--more {
        margin-top: 75px;
        padding: 65px 0 65px 110px !important; } }
