@charset "UTF-8";
.hqc-footer {
  font-family: 'Open Sans', 'Lucida Sans', sans-serif;
  padding: 0; }
  .hqc-footer .row {
    max-width: 1024px;
    padding: 0 16px;
    margin: 0 auto; }
  .hqc-footer a {
    color: #fff; }

/** PIED DE PAGE LÉGAL **/
.hqc-footer-legal-container {
  background: #0A0952;
  color: #fff;
  font-size: 14px;
  padding: 24px 0;
  width: 100%;
  /*> div > div {
        flex: 1 auto;
    }*/ }
  .hqc-footer-legal-container .hqc-footer-legal-inner {
    display: flex;
    flex-direction: column; }
    .hqc-footer-legal-container .hqc-footer-legal-inner > div {
      flex: 1 auto; }
  .hqc-footer-legal-container small {
    font-size: 12px; }
  .hqc-footer-legal-container a {
    text-decoration: none;
    border-bottom: 1px solid #fff;
    transition: all 0.25s; }
    .hqc-footer-legal-container a:hover {
      border-bottom-color: transparent;
      transition: all 0.25s; }

.hqc-footer-legal-list {
  display: flex;
  flex-direction: column; }
  .hqc-footer-legal-list li {
    padding: 8px 0; }

.hqc-footer-copyright {
  margin-top: 16px; }

.hqc-footer-logo {
  margin-top: 16px; }
  .hqc-footer-logo svg {
    width: 128px;
    height: 41px; }

@media only screen and (min-width: 640px) {
  .hqc-footer-legal-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .hqc-footer-legal-container .hqc-footer-legal-inner {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-end; }
  .hqc-footer-legal-list {
    flex-direction: row;
    flex-wrap: wrap; }
    .hqc-footer-legal-list li {
      padding: 0 8px 0 0;
      margin-right: 8px;
      border-right: 1px solid #fff;
      line-height: 1;
      flex: none;
      margin-top: 8px; }
      .hqc-footer-legal-list li:first-child {
        padding-left: 0; }
      .hqc-footer-legal-list li:last-child {
        border: none; }
  .hqc-footer-logo {
    text-align: right;
    margin-top: 0;
    margin-left: 24px;
    margin-bottom: -8px; } }

@media only screen and (min-width: 1024px) {
  .hqc-footer .row {
    padding: 0 32px; } }

/** PIED DE PAGE - VERSION COURTE **/
.hqc-footer-court-container {
  background: #0F096C;
  color: #fff;
  font-size: 18px;
  padding: 24px 0; }
  .hqc-footer-court-container a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.25s;
    position: relative; }
    .hqc-footer-court-container a:hover {
      border-bottom-color: #fff;
      transition: all 0.25s; }
    .hqc-footer-court-container a::after {
      background: url(/images2022/hqc-icone-arrow-right.svg);
      background-repeat: no-repeat;
      content: ' ';
      display: inline-block;
      position: relative;
      right: -12px;
      height: 12px;
      width: 8px; }

.hqc-footer-list-liens-corpo {
  display: flex;
  flex-direction: column; }
  .hqc-footer-list-liens-corpo li {
    padding: 8px 0;
    margin-right: 40px;
    line-height: 1; }

@media only screen and (min-width: 640px) {
  .hqc-footer-list-liens-corpo {
    flex-direction: row; }
    .hqc-footer-list-liens-corpo li {
      padding: 0; } }

/** PIED DE P       AGE - RÉSEAUX SOCIAUX **/
.hqc-footer-reseaux-sociaux {
  background: #0A0952;
  color: #fff;
  font-size: 18px;
  padding: 16px; }

/* PIED DE PAGE - FULL **/
