/*
 * 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
 */
/* color magritte 2015 */
/* offer colours */
/* =) */
/* Color product */
/* Nuance de gris */
/* HBO */
.avantages {
  width: 100%;
  padding: 0;
  margin: 0; }
  .avantages li {
    list-style: none; }
  .avantages--box {
    *zoom: 1;
    padding: 35px 30px 45px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2); }
    .avantages--box:after {
      content: "";
      display: table;
      clear: both; }
  .avantages--pic {
    width: 25%;
    float: left; }
    .avantages--pic svg {
      width: 40px;
      height: 40px; }
    .avantages--pic.blue svg {
      fill: #13acdd; }
    .avantages--pic.pink svg {
      fill: #df4682; }
    .avantages--pic.yellow svg {
      fill: #f4b839; }
    .avantages--pic.orange svg {
      fill: #ef7c00; }
    .avantages--pic.lightgreen svg {
      fill: #91c44f; }
    .avantages--pic.darkgreen svg {
      fill: #22a95a; }
    .avantages--pic.purple path {
      fill: #71417d; }
  .avantages--txt {
    width: 75%;
    float: left;
    overflow: hidden;
    max-height: 120px; }
    .avantages--txt p {
      color: #ffffff;
      font-size: 0.8em;
      letter-spacing: 0.025em;
      margin: 0;
      padding: 0; }
  .avantages--tag {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    text-align: left;
    position: relative; }
  .avantages--tag.blue {
    background: #13acdd; }
  .avantages--tag.pink {
    background: #df4682; }
  .avantages--tag.yellow {
    background: #f4b839; }
  .avantages--tag.orange {
    background: #ef7c00; }
  .avantages--tag.lightgreen {
    background: #91c44f; }
  .avantages--tag.darkgreen {
    background: #22a95a; }
  .avantages--tag.purple {
    background: #71417d; }
  @media (min-width: 1024px) {
    .avantages li {
      width: 33.33333%;
      float: left;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .avantages li:last-child {
      border: 1px solid rgba(255, 255, 255, 0.2); }
    .avantages li:nth-child(3) {
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .avantages li:nth-child(4), .avantages li:nth-child(5) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .avantages--box {
      padding: 35px 20px 45px 20px;
      border: 0; }
    .avantages--pic {
      width: 20%; }
    .avantages--txt {
      width: 80%; }
      .avantages--txt p {
        font-size: 0.9em;
        letter-spacing: 0.01em; }
    .avantages .swiper-pagination-avantages {
      display: none; } }
  @media (min-width: 1440px) {
    .avantages {
      margin-left: 8.41121%;
      width: 83.17757%;
      float: left;
      margin-right: 0.93458%; }
      .avantages li {
        width: 33.33333%;
        float: left; }
      .avantages--pic {
        width: 25%; }
      .avantages--txt {
        width: 75%; }
        .avantages--txt p {
          font-size: 1em; }
      .avantages--tag {
        padding: 10px 20px; } }

.swiper-pagination-avantages {
  margin-top: 30px; }
  .ie9 .swiper-pagination-avantages {
    position: relative;
    margin-top: 205px; }

.swiper-pagination-bullets {
  position: relative;
  bottom: 0;
  text-align: center; }
  .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 0.2; }
  .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1; }

@media (min-width: 1024px) {
  .swiper-pagination-avantages {
    display: none; } }
