.img-bordered {
  border-bottom: 0.1rem solid #e8e8e7;
}
.tarifs-client-example h3 {
  font-size: 2.4rem;
  margin-top: 6rem;
  color: #48433F;
}
.tarifs-client-example p {
  font-size: 1.6rem;
  color: #48433F;
  margin: 0;
}
.tarifs-client-example + #res-bandeau-connexion {
  margin-top: 0;
}
.deploiement-progressif .hq-bloc-gris {
  padding: 2.5rem 1.6rem;
  border: none;
}
@media screen and (min-width: 768px) {
  .deploiement-progressif .hq-bloc-gris {
    padding: 2.8rem 9rem;
  }
}
.deploiement-progressif__flex-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.deploiement-progressif__flex-wrapper > picture img {
  width: 4rem;
  margin-bottom: 1rem;
}
.deploiement-progressif__flex-wrapper .deploiement-progressif__content > div {
  display: inline;
}
.deploiement-progressif__flex-wrapper .deploiement-progressif__content .more {
  display: none;
}
.deploiement-progressif__flex-wrapper .deploiement-progressif__content .more.is-visible {
  display: inline;
}
.deploiement-progressif__flex-wrapper .deploiement-progressif__content .show-more {
  display: inline;
}
.deploiement-progressif__flex-wrapper .deploiement-progressif__content .show-more.is-hidden {
  display: none;
}
.deploiement-progressif__flex-wrapper .deploiement-progressif__content .dots {
  display: inline;
}
.deploiement-progressif__flex-wrapper .deploiement-progressif__content .dots.is-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .deploiement-progressif__flex-wrapper {
    flex-wrap: nowrap;
  }
  .deploiement-progressif__flex-wrapper > picture img {
    width: 8rem;
    height: 8rem;
  }
  .deploiement-progressif__flex-wrapper .deploiement-progressif__content {
    padding-left: 5rem;
  }
}
.panneau-offres-tarifaires {
  text-align: center;
}
.panneau-offres-tarifaires.hq-bloc-gris {
  border: none;
  padding: 0;
}
.panneau-offres-tarifaires__flex-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.panneau-offres-tarifaires__tuile {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .panneau-offres-tarifaires__tuile {
    width: 50%;
    max-width: 35rem;
    margin: 0 1.5rem;
  }
}
.panneau-offres-tarifaires__tuile:hover .button,
.panneau-offres-tarifaires__tuile:focus .button,
.panneau-offres-tarifaires__tuile:active .button {
  border: 1px solid #1b75bb;
  color: #1b75bb;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .panneau-offres-tarifaires__tuile:hover a,
  .panneau-offres-tarifaires__tuile:focus a,
  .panneau-offres-tarifaires__tuile:active a {
    transform: scale(1.1, 1.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  }
}
.panneau-offres-tarifaires__tuile:first-child {
  margin-bottom: 2rem;
}
.panneau-offres-tarifaires__tuile a {
  background: #fff;
  text-decoration: none;
  display: block;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .panneau-offres-tarifaires__tuile a {
    padding: 4rem;
  }
}
.panneau-offres-tarifaires__tuile h3 {
  font-size: 2rem;
  margin: 0;
}
.tableau-comparaison-tarifs h2 {
  text-align: center;
}
.tableau-comparaison-tarifs table {
  border: 1px solid #dedfe0;
  border-collapse: collapse;
  border-radius: 3px;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.4rem;
}
.tableau-comparaison-tarifs th,
.tableau-comparaison-tarifs td {
  width: 25%;
  border-bottom: 1px solid #dedfe0;
  text-align: center;
  height: 70px;
  padding: 20px;
}
.tableau-comparaison-tarifs th img,
.tableau-comparaison-tarifs td img {
  display: block;
  width: 2.4rem;
  margin-bottom: 0.5rem;
}
.tableau-comparaison-tarifs th {
  vertical-align: top;
}
.tableau-comparaison-tarifs th[scope="row"] {
  font-weight: normal;
  text-align: left;
}
.tableau-comparaison-tarifs th span:first-child {
  font-size: 1.6rem;
  display: block;
}
.tableau-comparaison-tarifs td:first-child {
  text-align: left;
}
.tableau-comparaison-tarifs .xxlight-blue-bg {
  background-color: #f3f8fb;
}
.tableau-comparaison-tarifs .xlight-blue-bg {
  background-color: #ddebf4;
}
.tableau-comparaison-tarifs .light-blue-bg {
  background-color: #c7dced;
}
.tableau-comparaison-tarifs .blue-bg {
  background-color: #1b75bb;
  color: #fff;
}
.tableau-comparaison-tarifs .blue-bg strong {
  display: block;
}
.tableau-comparaison-tarifs .dark-blue-bg {
  background-color: #2B5580;
  color: #fff;
}
.tableau-comparaison-tarifs .mobile-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
}
.tableau-comparaison-tarifs .mobile-list li {
  padding: 0;
  margin: 0 0 1rem 0;
}
.tableau-comparaison-tarifs .mobile-list li > div {
  padding: 2rem 2rem 2rem 0;
}
.tableau-comparaison-tarifs .mobile-list li > div img {
  width: 2.4rem;
  margin-right: 0.5rem;
}
.tableau-comparaison-tarifs .mobile-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #dedfe0;
  font-size: 1.4rem;
}
.tableau-comparaison-tarifs .mobile-list ul li {
  padding: 2rem;
  margin: 0;
}
.tableau-comparaison-tarifs .mobile-list ul strong {
  display: block;
}
.tableau-comparaison-tarifs .hq-bloc-ouvrir:not([aria-expanded="true"])::after {
  content: '';
  width: 100%;
  background: linear-gradient(transparent, #fff);
  height: 10rem;
  position: absolute;
  bottom: 5.4rem;
  left: 0;
}
table.hq-tableau--fonctionnement th {
  width: 33%;
}
.hq-etiquette.hq-etiquette-light {
  color: #342C25;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
  margin-top: -0.4rem;
  margin-left: 0.5rem;
  padding: 0.4rem 1.6rem;
}
.bandeau-connexion-avec-fleche #res-bandeau-connexion {
  position: relative;
  margin: 0;
}
.bandeau-connexion-avec-fleche #res-bandeau-connexion:before {
  content: "";
  height: 2.5rem;
  width: 2.5rem;
  display: block;
  transform: rotate(315deg);
  background-color: #F2F2F3;
  position: absolute;
  left: calc(50% - 2.5rem);
  top: -1.25rem;
}
.bg-grey + #res-bandeau-connexion {
  margin: 0;
}
#res-bandeau-connexion .btn-banniere-seul {
  background: white;
  color: #1b75bb;
  border: 0.1rem solid #1173BD;
  border-radius: 0.4rem;
  display: inline-block;
  font-weight: 600;
  line-height: 1em;
  margin: 1rem 1.4rem 2.2rem 1.4rem;
  padding: 1.7rem 4.5rem;
  vertical-align: middle;
  text-decoration: none;
}
#res-bandeau-connexion .btn-banniere-seul:hover,
#res-bandeau-connexion .btn-banniere-seul:focus {
  transition: all 0.5s;
  border: 1px solid white!important;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.hq-bloc-complexe.hq-bloc-plus-blanc.hq-bloc-contour {
  padding: 4rem!important;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .hq-bloc-complexe.hq-bloc-plus-blanc.hq-bloc-contour {
    padding: 2.5rem !important;
  }
  .hq-bloc-complexe.hq-bloc-plus-blanc.hq-bloc-contour .hq-bloc-ouvrir[data-readmore].no-transition {
    transition: height 0s linear 300ms;
  }
  .hq-bloc-complexe.hq-bloc-plus-blanc.hq-bloc-contour .hq-bloc-ouvrir[data-readmore].no-transition[aria-expanded="true"] {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .hq-bloc-complexe-icon {
    text-align: center;
    margin: 0 auto 1.6rem auto;
  }
}
.hq-bloc-complexe-icon.columns {
  padding-right: 0;
}
.hq-bloc-complexe-icon img[src*="png"] {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .hq-bloc-complexe-icon img[src*="png"] {
    width: 40%;
  }
}
.hq-bloc-complexe-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 3.6rem;
}
@media screen and (max-width: 767px) {
  .hq-bloc-complexe-title {
    line-height: 3rem;
    text-align: center;
  }
}
.hq-bloc-complexe-title.columns {
  padding: 0;
}
.hq-bloc-complexe-title h2 {
  margin-top: 0;
  font-size: 2rem!important;
  color: #48433F;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .hq-bloc-complexe-title h2 {
    font-size: 2.2rem !important;
    text-align: center;
    width: 80%;
    margin: 3rem auto 1rem auto;
  }
}
.hq-bloc-complexe-title h3.h2 {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .hq-bloc-complexe-title h3.h2 {
    margin-top: 0;
  }
}
.hq-bloc-complexe-tag {
  font-size: 1.4rem;
  color: #736E6B;
  text-align: right;
  line-height: 9rem;
}
@media screen and (max-width: 767px) {
  .hq-bloc-complexe-tag {
    line-height: 2rem;
    text-align: center;
    margin-top: 1rem;
  }
}
.hq-bloc-complexe ul {
  list-style-image: none;
  padding-left: 1.7rem;
  margin-top: 2rem;
}
.hq-bloc-complexe ul li {
  list-style-type: disc;
  color: #48433F;
  padding: 0 0 2.4rem 1rem;
}
.hq-bloc-complexe-mention {
  padding: 3rem 0 3rem 0;
  margin-left: -4rem;
  margin-right: -4rem;
  background-color: #F2F2F3;
  color: #48433F;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .hq-bloc-complexe-mention {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    width: 100%;
    transform: translateX(2.5rem);
  }
}
.hq-bloc-complexe-mention figure {
  text-align: right;
}
.hq-bloc-complexe-mention strong {
  padding-bottom: 1rem;
}
.row .hq-bloc-complexe-mention .row {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .hq-bloc-complexe-mention__wrapper {
    position: relative;
    overflow: visible;
    margin: 0 -2.5rem;
  }
}
.hq-bloc-complexe-warning {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #48433F;
}
@media screen and (min-width: 768px) {
  .hq-bloc-complexe .hq-bloc-fleche {
    display: none;
  }
}
.mythe-ou-realite h2 {
  margin: 30px 0 20px 0;
}
.mythe-ou-realite div.hq-mega-collapse {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mythe-ou-realite .collapse-banner.open h3.collapse-title {
    padding-right: 6rem;
  }
}
.mobile-subnav-tarifs {
  border: 1px solid #173466;
  height: 4.8rem;
  background-color: #fff;
  width: 100%;
  border-radius: 0;
}
.structure-tarif-flex-d table.hq-tableau thead th {
  width: 25%;
  text-align: center;
}
.structure-tarif-flex-d table.hq-tableau thead th strong {
  display: block;
}
.structure-tarif-flex-d table.hq-tableau thead th > span {
  font-weight: normal;
  font-size: 1.4rem;
}
.structure-tarif-flex-d table.hq-tableau thead th:first-child {
  width: 50%;
}
.structure-tarif-flex-d table.hq-tableau td:not(:first-child) {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bloc-outil-sur-mesure .row {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .liste-donnees__container {
    margin: 2rem 0;
  }
  .liste-donnees__container .hq-liste-donnees li:last-child {
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .liste-donnees__heading {
    background: #e9e8e8;
    font-weight: 700;
    font-size: 1.6rem;
    color: #50575d;
    padding: 1rem;
  }
}
.note .hq-tooltip-content .h1,
.note .hq-tooltip-content .h2,
.note .hq-tooltip-content .h3,
.note .hq-tooltip-content .h4,
.note .hq-tooltip-content .h5 {
  font-size: 1.8rem !important;
}
.tableau-comparaison-tarifs .hq-tooltip-content h2 {
  text-align: left;
}
.economie-container {
  display: block;
  text-align: left;
  color: #0E8104;
  font-weight: bold;
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .economie-container {
    text-align: center;
  }
}
.economie-container .economie-texte {
  font-size: 12px;
  line-height: 15px;
  font-family: "Open Sans", sans-serif;
  display: block;
}
.economie-container .economie-pourcentage {
  font-size: 25px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hq-tooltip {
    display: inline-block !important;
    vertical-align: baseline;
  }
}
