@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHh30AXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #4F98E2;
  background-image: -webkit-linear-gradient(-30deg, #4F98E2, #164c82 50%);
  background-image: -moz-linear-gradient(-30deg, #4F98E2, #164c82 50%);
  background-image: -ms-linear-gradient(-30deg, #4F98E2, #164c82 50%);
  background-image: -o-linear-gradient(-30deg, #4F98E2, #164c82 50%);
  background-image: linear-gradient(120deg, #4F98E2, #164c82 50%);
  background-repeat: no-repeat;
  background-position: fixed;
  background-size: cover;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media (max-width: (max-width: 1000px)) {
  * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.cb {
  clear: both;
}
.homePage {
  font-size: 0;
}
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #247eda;
  transition-duration: 0.3s;
  opacity: 0;
  display: none;
}
.loader-container .loader-container-inner {
  display: table-cell;
  vertical-align: middle;
}
.loader-container.visible {
  opacity: 1;
}
.loader-container.active {
  display: table;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffb500;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
body {
  transition-duration: 0.3s;
}
@media (max-width: (max-width: 1000px)) {
  body {
    padding-top: 80px;
  }
}
#main-view {
  position: relative;
}
#main-view:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
}
#main-view.outFocus:after {
  display: block;
}
.header {
  display: block;
  position: relative;
}
.header .upper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition-duration: 0.2s;
}
.header .upper .logo {
  cursor: pointer;
  height: 50px;
  transition-duration: 0.3s;
  margin: 0;
}
.header .upper .nav-container {
  background: rgba(0, 0, 0, 0.1);
}
.header .upper.headroom--not-top {
  padding: 0;
  top: -70px;
}
.header .upper.headroom--not-top .nav {
  padding: 0;
}
@media (max-width: (max-width: 1000px)) {
  .header .upper.headroom--not-top {
    top: 0;
  }
  .header .upper.headroom--not-top.mobile_menu .nav {
    padding: 20px 0;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header.page {
  height: auto;
}
@media (min-width: (max-width: 1000px)) {
  .header.page .upper {
    top: -70px;
  }
}
.header.page .banner {
  display: none;
}
.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}
@media (max-width: (max-width: 1000px)) {
  .hamburger-menu {
    display: block;
    cursor: pointer;
  }
}
.hamburger-menu:after {
  margin-top: 25px;
  content: "";
  background: #fff;
  display: inline-block;
  height: 2px;
  width: 50%;
  box-shadow: 0px 10px #fff, 0px 20px #fff;
}
.banner {
  color: #fff;
  text-align: center;
  height: 100vh;
  display: table;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(img/bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: 0.8;
  filter: blur(4px);
}
.banner .banner-container {
  display: table-cell;
  vertical-align: middle;
}
.banner .baseline {
  font-size: 50px;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.5);
  position: relative;
}
.banner .baseline small {
  font-size: 20px;
}
.banner .baseline .typing {
  font-size: 20px;
  display: inline-block;
  position: relative;
  transition-duration: 0.2s;
  overflow-x: hidden;
  vertical-align: middle;
}
.banner .baseline .typing:after {
  content: "a";
  color: transparent;
  display: inline-block;
  text-shadow: 0px 2px transparent;
}
.banner .baseline .typing span {
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.banner .baseline .typing span.visible {
  display: block;
}
@font-face {
  font-family: 'Baloo Tammudu';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/balootammudu/v24/mFT3Wb8Qza7c_Z5HTsC_5nxWwE1akw.ttf) format('truetype');
}
.logo {
  font-family: "Baloo Tammudu", sans-serif;
  color: #fff;
  text-align: right;
  display: inline-block;
}
.logo .baseline {
  display: inline-block;
  text-transform: lowercase;
  font-size: 35px;
  height: 40px;
  color: #fff;
  font-weight: normal;
}
.logo .baseline small {
  margin-left: 2px;
  font-size: 18px;
  color: #ffb500;
}
.logo .sub-baseline {
  margin-top: 5px;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
}
nav.menu {
  float: right;
  display: inline-block;
}
.site-menu {
  position: relative;
}
.site-menu .mobile-menu {
  display: none;
  height: 50px;
  width: 50px;
  background-image: url(img/menu.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}
@media (max-width: 1000px) {
  .site-menu .mobile-menu {
    display: block;
  }
}
.nav {
  display: inline-block;
  width: 100%;
  text-align: right;
}
@media (max-width: 1000px) {
  .nav {
    display: none;
  }
  .nav.visible {
    display: block;
  }
}
.nav a {
  white-space: nowrap;
  cursor: pointer;
}
.nav .page {
  display: inline-block;
  position: relative;
  text-align: left;
  border-bottom: 3px solid transparent;
}
.nav .page > a {
  display: inline-block;
  height: 60px;
  padding: 20px 30px 0;
  color: #ffb500;
  transition-duration: 0.3s;
  font-size: 18px;
  font-weight: bold;
}
.nav .page .sub-pages {
  position: absolute;
  top: 60px;
  left: 0;
  max-height: 0px;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #fff;
  opacity: 0;
  z-index: 100;
  border-radius: 5px;
  border-top-left-radius: 0px;
}
.nav .page .sub-pages > a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #4F98E2;
  font-size: 14px;
  font-weight: bold;
  min-width: 200px;
  transition-duration: 0.3s;
}
.nav .page .sub-pages > a:hover {
  background: #e6e6e6;
}
.nav .page:hover {
  border-color: #ffb500;
}
.nav .page:hover .sub-pages {
  max-height: 500px;
  opacity: 1;
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1000px) {
  .nav {
    position: absolute;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.3);
    right: 0;
    width: auto;
    z-index: 100;
  }
  .nav .page {
    display: block;
  }
  .nav .page .sub-pages {
    position: relative;
    top: 0;
    border-radius: 0px;
  }
  .nav .page .sub-pages > a {
    min-width: 150px;
  }
  .nav .page > a {
    padding: 15px 20px;
    height: auto;
    line-height: 20px;
    display: block;
  }
  .nav .page:hover {
    border-color: transparent;
  }
  .nav .page:hover .sub-pages {
    max-height: none;
    opacity: 1;
    box-shadow: none;
  }
}
.quick-selector {
  display: inline-block;
  position: relative;
  font-size: 0;
  margin-top: 30px;
  height: 55px;
  overflow: hidden;
  border-radius: 5px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  width: 90%;
  max-width: 900px;
}
.quick-selector select,
.quick-selector input {
  cursor: pointer;
  height: 50px;
  width: 30%;
  border: none;
  padding: 0 20px;
  font-weight: bold;
  background: #f2f2f2;
}
.quick-selector select option,
.quick-selector input option {
  height: 40px;
  line-height: 40px;
  border: none;
}
.quick-selector select:first-of-type {
  background: #4F98E2;
  color: #fff;
}
.quick-selector .submit-search {
  height: 50px;
  width: 10%;
  background: #ffb500;
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.quick-selector .submit-search:hover {
  background: #cc9100;
}
@media (max-width: (max-width: 1000px)) {
  .quick-selector {
    height: auto;
  }
  .quick-selector select,
  .quick-selector input {
    display: block;
    width: 100%;
  }
  .quick-selector .submit-search {
    width: 100%;
  }
}
.category {
  padding: 20px 0 20px;
}
.category > .title {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.category .subline {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
}
.category #about-pub {
  display: block;
  text-align: right;
  font-size: 12px;
  padding: 20px 10px;
  cursor: pointer;
}
.category .pub {
  text-align: right;
  display: none;
}
.category .pub p {
  display: inline-block;
  text-align: left;
  width: 50%;
  padding: 10px 20px;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 14px;
  color: #707070;
  background: #fff;
  border-radius: 5px;
}
.category .pub.visible {
  display: block;
}
.category .comparator-container {
  padding: 0px 5px;
  background: #fff;
  border-radius: 10px;
  clear: both;
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1000px) {
  .category .comparator-container {
    padding: 0 20px;
  }
}
.category .comparator {
  width: 100%;
  border-collapse: collapse;
  color: #707070;
  counter-reset: section;
}
.category .comparator .offer {
  padding: 40px 10px 20px;
  position: relative;
  border-bottom: 4px solid rgba(112, 112, 112, 0.15);
  padding-bottom: 20px;
}
.category .comparator .offer:nth-child(1) .rank,
.category .comparator .offer:nth-child(2) .rank,
.category .comparator .offer:nth-child(3) .rank {
  background-image: url(img/first.png);
  background-repeat: no-repeat;
  background-position: right top 40px;
  background-size: 80% auto;
}
.category .comparator .offer:nth-child(2) .rank {
  background-image: url(img/second.png);
}
.category .comparator .offer:nth-child(3) .rank {
  background-image: url(img/third.png);
}
@media (min-width: 1000px) {
  .category .comparator .offer {
    display: flex;
    padding: 10px;
  }
}
.category .comparator .offer .title {
  font-weight: bold;
  font-size: 18px;
  opacity: 0.6;
  text-align: center;
  line-height: 20px;
}
.category .comparator .offer .identity {
  padding: 0 10px;
  display: flex;
  align-items: center;
  /* vertical align */
  justify-content: center;
  width: 100%;
  position: relative;
}
@media (min-width: 1000px) {
  .category .comparator .offer .identity {
    width: auto;
  }
}
.category .comparator .offer .identity .rank {
  color: transparent;
  flex: 0 0 40px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  left: 0;
}
@media (min-width: 1000px) {
  .category .comparator .offer .identity .rank {
    flex: 0 0 60px;
    height: 100px;
    position: relative;
  }
}
.category .comparator .offer .identity .visual {
  flex: 0 0 180px;
  /* fixed width for logo */
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  height: 70px;
}
@media (min-width: 1000px) {
  .category .comparator .offer .identity .visual {
    flex: 0 0 200px;
    background-size: 50% auto;
    height: 100px;
  }
}
.category .comparator .offer .fields {
  display: flex;
  align-items: center;
  /* vertical align */
  justify-content: space-around;
  margin: 10px 0;
  padding: 0 10px;
  flex-wrap: wrap;
  gap: 10px;
}
.category .comparator .offer .fields .field {
  flex: 1;
  text-align: center;
  font-size: 14px;
}
.category .comparator .offer .fields .field ul li {
  text-align: center;
  padding-left: 0px;
  font-size: 14px;
}
.category .comparator .offer .fields .field ul li:before {
  position: relative;
}
@media (min-width: 1000px) {
  .category .comparator .offer .fields .field ul li {
    text-align: left;
    padding-left: 30px;
    transform: translateX(-10px);
    font-size: 16px;
  }
  .category .comparator .offer .fields .field ul li:before {
    position: absolute;
  }
}
.category .comparator .offer .fields .field.product_tag,
.category .comparator .offer .fields .field.product_advantages {
  flex: 0 0 100%;
  text-align: center;
}
@media (min-width: 1000px) {
  .category .comparator .offer .fields .field.product_tag,
  .category .comparator .offer .fields .field.product_advantages {
    flex: 1;
  }
}
.category .comparator .offer .fields .field.product_card {
  text-align: center;
  order: 3;
}
.category .comparator .offer .fields .field.product_card .card {
  background-size: auto 90%;
}
@media (min-width: 1000px) {
  .category .comparator .offer .fields .field.product_card {
    order: 0;
    flex: 0 0 80px;
  }
  .category .comparator .offer .fields .field.product_card .card {
    background-size: 50% auto;
  }
}
@media (min-width: 1000px) {
  .category .comparator .offer .fields {
    flex: 1;
  }
}
.category .comparator .offer .content {
  font-size: 14px;
  color: #c4eb69;
  font-weight: bold;
  padding-right: 50px;
}
.category .comparator .offer .description {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffb500;
}
.category .comparator .offer .visit {
  position: absolute;
  text-align: center;
  bottom: -25px;
  right: 0px;
  left: 0;
}
@media (min-width: 1000px) {
  .category .comparator .offer .visit {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.category .comparator .offer .visit .offer-infos {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #ffb500;
  border-radius: 60px;
  cursor: pointer;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
  white-space: nowrap;
  font-size: 16px;
  padding: 0 20px;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .category .comparator .offer .visit .offer-infos {
    padding: 0 40px;
    top: 18px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
.category .comparator .offer .visit .offer-infos .fa {
  display: none;
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
.category .comparator .offer .visit .offer-infos:hover {
  background: #fff;
  color: #ffb500;
}
@media (min-width: 1000px) {
  .category .comparator .offer {
    display: flex;
    align-items: center;
    /* vertical align */
    justify-content: space-between;
  }
}
.category .content {
  padding: 20px 0;
}
.category .content h2,
.category .content h4 {
  color: #ffb500;
  font-size: 16px;
  margin: 30px 0 20px;
  display: block;
  position: relative;
}
.category .content h2:after,
.category .content h4:after {
  content: "";
  display: block;
  height: 4px;
  width: 50px;
  background: #ffb500;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.category .content h4 {
  margin: 10px 0;
}
.category .content p {
  font-size: 15px;
  text-align: justify;
  line-height: 20px;
  padding: 10px 0;
}
.category .content ul,
.category .content ol {
  list-style: none;
}
.category .content ul li:before,
.category .content ol li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  margin: 0 10px 0 20px;
  vertical-align: middle;
  background: #ffb500;
}
.comparator .field.field-credits-consommation,
.comparator .field.field-credits-auto,
.comparator .field.field-credits-renouvelable,
.comparator .field.field-credits-travaux {
  text-align: center;
}
.comparator .field.product_tag {
  font-weight: bold;
  font-size: 18px;
  color: #ffb500;
}
.comparator .field.product_tag ul {
  font-size: 16px;
  font-weight: normal;
  color: #707070;
}
.comparator .field.product_card .card {
  display: inline-block;
  height: 80px;
  width: 100%;
  background-image: url(img/visa.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.comparator .field.product_card .card.mastercard {
  background-image: url(img/mastercard.png);
}
.comparator .field.product_welcome_offer {
  text-align: center;
  font-weight: bold;
}
.comparator .field.product_welcome_offer .part-1 {
  color: #83bb02;
  font-size: 24px;
}
.comparator .field.product_welcome_offer .part-2 {
  font-size: 20px;
}
.comparator .field.product_amount,
.comparator .field.product_duration {
  font-weight: bold;
  white-space: nowrap;
}
.comparator .field.product_amount:before,
.comparator .field.product_duration:before {
  content: "\f153";
  display: block;
  margin: 0 auto 10px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffb500;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 40px;
}
.comparator .field.product_duration:before {
  content: "\f017";
}
.comparator .field.product_price {
  text-align: center;
}
.comparator .field.product_price .part-1 {
  color: #83bb02;
  display: block;
  font-weight: bold;
  font-size: 24px;
}
.comparator .field.product_price .part-2 {
  color: #ff0d46;
  font-size: 16px;
  text-decoration: line-through;
}
.comparator .field.product_price.field-forfaits-mobile .part-2 {
  text-decoration: none;
  color: #707070;
}
.comparator .field.product_data {
  font-size: 30px;
  font-weight: bold;
  color: #83bb02;
}
.comparator .field.product_box {
  text-align: center;
}
.comparator .field.product_box .part-1 {
  color: #83bb02;
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.comparator .field.product_box .part-2 {
  font-size: 14px;
  opacity: 0.6;
}
.comparator .field.product_economy {
  text-align: center;
  color: #83bb02;
  font-weight: bold;
}
.comparator .field.product_economy .part-1 {
  display: block;
  font-size: 24px;
}
.comparator .field.product_economy .part-2 {
  color: #707070;
  font-size: 14px;
}
.comparator .field.product_advantages ul,
.comparator .field.product_tag ul {
  text-align: left;
  list-style: none;
  margin: 10px 0;
}
.comparator .field.product_advantages ul li,
.comparator .field.product_tag ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.comparator .field.product_advantages ul li:before,
.comparator .field.product_tag ul li:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url(img/checked.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  vertical-align: middle;
  margin-right: 10px;
  top: 0;
  left: 0;
}
.comparator .field.product_advantages.field-forfaits-mobile ul li:before,
.comparator .field.product_tag.field-forfaits-mobile ul li:before,
.comparator .field.product_advantages.field-forfaits-internet ul li:before,
.comparator .field.product_tag.field-forfaits-internet ul li:before {
  content: "\f0e0";
  background: transparent;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #a0e404;
  text-align: center;
}
.comparator .field.product_advantages.field-forfaits-mobile ul li:nth-child(2):before,
.comparator .field.product_tag.field-forfaits-mobile ul li:nth-child(2):before,
.comparator .field.product_advantages.field-forfaits-internet ul li:nth-child(2):before,
.comparator .field.product_tag.field-forfaits-internet ul li:nth-child(2):before {
  content: "\f06b";
}
.comparator .field.product_advantages.field-forfaits-mobile ul li:nth-child(3):before,
.comparator .field.product_tag.field-forfaits-mobile ul li:nth-child(3):before,
.comparator .field.product_advantages.field-forfaits-internet ul li:nth-child(3):before,
.comparator .field.product_tag.field-forfaits-internet ul li:nth-child(3):before {
  content: "\f1eb";
}
#mentions-legales {
  color: transparent;
  height: 400px;
  background-image: url(img/mentions-legales.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 90%;
}
.c_page {
  padding: 60px 0 20px;
}
.c_page > .title {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.c_page .content {
  padding: 20px 0;
}
.c_page .content strong {
  color: #ffb500;
}
.c_page .content img {
  margin: 20px auto;
  display: block;
}
.c_page .content h2,
.c_page .content h3,
.c_page .content h4 {
  color: #ffb500;
  font-size: 16px;
  margin: 30px 0 20px;
  display: block;
  position: relative;
}
.c_page .content h2:after,
.c_page .content h3:after,
.c_page .content h4:after {
  content: "";
  display: block;
  height: 4px;
  width: 50px;
  background: #ffb500;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.c_page .content h4 {
  margin: 10px 0;
}
.c_page .content p {
  font-size: 15px;
  text-align: justify;
  line-height: 20px;
  padding: 10px 0;
}
.c_page .content ul,
.c_page .content ol {
  list-style: none;
}
.c_page .content ul li:before,
.c_page .content ol li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  margin: 0 10px 0 20px;
  vertical-align: middle;
  background: #ffb500;
}
.attention-seeker-overlay {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9000;
  display: none;
}
.attention-seeker-overlay.visible {
  display: table;
}
.attention-seeker-overlay .attention-seeker-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.attention-seeker-overlay .attention-seeker-container .attention-seeker-content {
  display: inline-block;
  max-width: 900px;
  width: 90%;
  background: #fff;
  color: #707070;
  padding: 60px 30px;
  border-radius: 20px;
  position: relative;
}
.attention-seeker-overlay .attention-seeker-container .attention-seeker-content .attention-seeker-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 19px;
  opacity: 0.3;
}
.attention-seeker-overlay .attention-seeker-container .attention-seeker-content .attention-seeker-close:hover {
  opacity: 1;
}
.attention-seeker-overlay .attention-seeker-container .attention-seeker-content .attention-seeker-link {
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.attention-seeker-overlay .attention-seeker-container .attention-seeker-content .attention-seeker-visual {
  display: block;
  height: 170px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 90%;
}
.attention-seeker-overlay .attention-seeker-container .attention-seeker-content .attention-seeker-message {
  font-size: 24px;
  line-height: 32px;
  padding: 40px 0;
}
.attention-seeker-overlay .attention-seeker-container .attention-seeker-content .attention-seeker-infos {
  display: inline-block;
  height: 60px;
  padding: 0 40px;
  line-height: 60px;
  color: #fff;
  background: #ffb500;
  border-radius: 60px;
  cursor: pointer;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
}
.attention-seeker-overlay .attention-seeker-container .attention-seeker-content .attention-seeker-infos .fa {
  display: none;
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
.attention-seeker-overlay .attention-seeker-container .attention-seeker-content .attention-seeker-infos:hover {
  background: #fff;
  color: #ffb500;
}
.footer {
  display: inline-block;
  width: 100%;
}
.footer .rights,
.footer .support {
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  border-top: 3px solid #ffb500;
  float: right;
}
.footer .support {
  float: left;
}
.footer .bottom {
  display: inline-block;
  width: 100%;
}
.footer .pages {
  clear: both;
  text-align: right;
  padding: 0 0 40px;
}
.footer .pages a {
  height: 30px;
  line-height: 30px;
  display: block;
  color: #ffb500;
  font-weight: 300;
  font-size: 14px;
}
.footer .pages a:hover {
  text-decoration: underline;
}
.footer .cookies-usages {
  position: fixed;
  display: inline-block;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  white-space: nowrap;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  transition-duration: 0.3s;
}
.footer .cookies-usages.hide {
  transform: translateY(200%);
}
.footer .cookies-usages .message {
  max-width: 80%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 14px;
  white-space: normal;
  padding: 0 20px;
}
.footer .cookies-usages .message .readmore {
  color: #ffb500;
  cursor: pointer;
  font-weight: bold;
}
.footer .cookies-usages .accept {
  max-width: 20%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: #ffb500;
  cursor: pointer;
  padding: 0 20px;
  color: #fff;
  border-radius: 5px;
  transition-duration: 0.3s;
  border: 1px solid #ffb500;
}
.footer .cookies-usages .accept:hover {
  background: #fff;
  color: #ffb500;
}
.footer .exit-attention-seeker {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.footer .exit-attention-seeker.visible {
  display: table;
}
.footer .exit-attention-seeker .exit-attention-seeker-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.footer .exit-attention-seeker .popup {
  width: 90%;
  max-width: 700px;
  background: #fff;
  display: inline-block;
  position: relative;
  padding: 50px;
  cursor: pointer;
}
.footer .exit-attention-seeker .popup .close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  opacity: 0.6;
  cursor: pointer;
  transition-duration: 0.3s;
}
.footer .exit-attention-seeker .popup .close:hover {
  opacity: 1;
}
.footer .exit-attention-seeker .popup .fa {
  color: #ffb500;
  font-size: 80px;
}
.footer .exit-attention-seeker .popup .title {
  font-size: 25px;
  margin: 20px 0 10px;
  color: #cc9100;
}
.footer .exit-attention-seeker .popup .message {
  font-size: 16px;
}
.footer .exit-attention-seeker .popup .action {
  display: inline-block;
  margin: 20px 0 0;
  background: #4F98E2;
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
  padding: 0 20px;
  border: 1px solid #398bde;
  transition-duration: 0.3s;
}
.footer .exit-attention-seeker .popup .action:hover {
  background: #247eda;
}
.footer .exit-attention-seeker .popup .info {
  margin: 10px;
  font-size: 12px;
  opacity: 0.6;
}
