/*! CSS Used from: Embedded */
footer.footer {
  width: 100% !important;
  box-sizing: border-box;
}

a.footer__link {
  font-size: 13px;
}

h3.footer__category-title,
p.footer__title {
  font-size: 12px;
  text-align: left;
  font-stretch: condensed;
}

*,
:after,
:before {
  box-sizing: inherit;
}

h3,
p,
ul {
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  font-family: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.zone {
  background-color: #fff;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .zone {
    max-width: 115.2rem;
  }
}

@media (min-width: 1200px) {
  .zone {
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .footer__top > .footer__category {
    margin-right: 2.4rem;
  }
}

.footer__category {
  border-bottom: 0.1rem solid #a4a9b4;
  line-height: 1;
  padding: 1.6rem 0;
}

.footer__category-checkbox {
  left: -1000rem;
  opacity: 0;
  position: absolute;
}

.footer__category-label {
  display: block;
  position: relative;
}

.footer__category-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M4 4V0h2v4h4v2H6v4H4V6H0V4h4z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

@media (min-width: 768px) {
  .footer__top > .footer__category {
    margin-right: 2.4rem;
  }

  .footer__category {
    border-bottom: 0;
    padding: 0 0 2.4rem;
    width: 33.3336%;
  }

  .footer__category-label:after {
    display: none;
  }
}

.footer__category-title {
  color: #fff;
  font-family: sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.footer__category-legales {
  display: none;
}

.footer__links {
  font-size: 1.3rem;
  height: 0;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding-left: 0;
  position: relative;
}

@media (min-width: 768px) {
  .footer__category-title {
    padding-bottom: 0.8rem;
  }

  .footer__links {
    display: block;
    height: auto;
  }
}

.footer__bullet {
  line-height: 1;
  position: relative;
}

.footer__bullet:before {
  content: '•';
  display: block;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer__bullet > .footer__link {
  padding-left: 0.8rem;
}

.footer__link {
  align-items: flex-end;
  color: #e8eaee;
  display: inline-flex;
  line-height: 1.23;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
}

@media (min-width: 1024px) {
  .footer__bullet {
    padding-bottom: 0;
  }
}

*,
:after,
:before {
  box-sizing: inherit;
}

h3,
p,
ul {
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  font-family: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.zone {
  background-color: #fff;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .zone {
    max-width: 115.2rem;
  }
}

@media (min-width: 1200px) {
  .zone {
    margin: 0 auto;
  }
}

.zone--footer {
  background-color: #2a303b;
}

.footer {
  -webkit-font-smoothing: antialiased;
  background-color: #2a303b;
  color: #e8eaee;
  padding: 4rem 1.6rem;
  position: relative;
  z-index: 4;
}

@media print {
  .footer {
    display: none;
  }
}

.footer--free .zone--footer {
  max-width: 1024px;
}

.footer .zone {
  margin: 0 auto;
}

.footer,
html.fonts-loaded .footer {
  font-family: sans-serif;
}

@media (min-width: 768px) {
  .footer {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}

@media (min-width: 1024px) {
  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .footer__top {
    grid-column-gap: 2.4rem;
    column-gap: 2.4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  html[lang='fr'] .footer__top {
    column-gap: normal;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .footer__top > .footer__category {
    margin-right: 2.4rem;
  }
}

@media (min-width: 1024px) {
  .footer__top > .footer__category {
    margin-right: 2.4rem;
  }
}

.footer__category {
  border-bottom: 0.1rem solid #a4a9b4;
  line-height: 1;
  padding: 1.6rem 0;
}

@media (min-width: 768px) {
  .footer__category {
    border-bottom: 0;
    padding: 0 0 2.4rem;
    width: 33.3336%;
  }

  .footer__category-container {
    display: flex;
    flex-flow: column wrap;
    grid-column: 1 / span 3;
    max-height: 50rem;
  }
}

.footer__category-checkbox {
  left: -1000rem;
  opacity: 0;
  position: absolute;
}

.footer__category-checkbox:checked ~ .footer__category-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M0 0h10v2H0z'/%3E%3C/svg%3E");
}

.footer__category-checkbox:checked ~ .footer__links {
  height: auto;
  padding-top: 0.8rem;
}

.footer__category-label {
  cursor: pointer;
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .footer__category-label {
    pointer-events: none;
  }
}

.footer__category-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M4 4V0h2v4h4v2H6v4H4V6H0V4h4z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

@media (min-width: 768px) {
  .footer__category-label:after {
    display: none;
  }
}

.footer__category-title {
  color: #fff;
  font-family: sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .footer__category-title {
    padding-bottom: 0.8rem;
  }
}

.footer__category-legales {
  display: none;
}

.footer__category-sites {
  border-bottom: 0;
}

.footer__links {
  font-size: 1.3rem;
  height: 0;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding-left: 0;
  position: relative;
}

@media (min-width: 768px) {
  .footer__links {
    display: block;
    height: auto;
  }
}

.footer__links--list {
  display: block;
  height: auto;
}

.footer__links--list {
  padding-top: 0;
}

@media (min-width: 576px) {
  .footer__mandatory .footer__links--list {
    text-align: center;
  }
}

.footer__links--social {
  display: flex;
  flex-direction: column;
  height: auto;
  list-style: none;
  padding-top: 0;
  width: 50%;
}

.footer__links--social:first-of-type .footer__bullet--social:first-of-type {
  margin-left: 0;
}

.footer__links--social > .footer__bullet:before {
  display: none;
}

@media (min-width: 768px) {
  .footer__links--social {
    align-items: center;
    flex-direction: row;
    width: auto;
  }
}

.footer__links--apps {
  align-self: center;
  display: flex;
  height: auto;
  list-style: none;
  padding-top: 0;
}

.footer__links--apps > .footer__bullet:before {
  display: none;
}

@media (min-width: 768px) {
  .footer__middle {
    grid-column-gap: 2.4rem;
    border-top: 0.1rem solid #a4a9b4;
    column-gap: 2.4rem;
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: 1fr 2fr;
  }
}

@media (min-width: 1024px) {
  .footer__middle {
    border-top: 0;
    grid-column: unset;
    grid-template-columns: none;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .footer__middle > .footer__cta {
    border-top: 0;
  }

  .footer__middle > .footer__cta:not(:last-of-type) {
    margin-right: 2.4rem;
  }
}

@media (min-width: 1024px) {
  .footer__middle > .footer__cta {
    border-top: 0.1rem solid #a4a9b4;
  }

  .footer__middle > .footer__cta:not(:last-of-type) {
    margin-right: 0;
  }
}

.footer__bullet {
  line-height: 1;
  position: relative;
}

.footer__bullet:before {
  content: '•';
  display: block;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1024px) {
  .footer__bullet {
    padding-bottom: 0;
  }
}

.footer__bullet > .footer__link {
  padding-left: 0.8rem;
}

.footer__bullet > .footer__link--apps {
  align-self: center;
  padding-left: 0;
}

@media (min-width: 576px) {
  .footer__mandatory .footer__bullet {
    display: inline-block;
    padding: 0.4rem 0;
  }

  .footer__mandatory .footer__bullet:not(:last-of-type) {
    padding-right: 2.4rem;
  }
}

.footer__bullet--social {
  line-height: 2.4;
}

@media (min-width: 768px) {
  .footer__bullet--social {
    height: 100%;
    margin-left: 1.2rem;
  }
}

@media (min-width: 1024px) {
  .footer__bullet--social {
    line-height: 1;
    margin-left: 3.2rem;
  }
}

.footer__bullet--apps {
  align-self: center;
  display: flex;
}

.footer__bullet--apps:first-of-type:after {
  content: '|';
  display: block;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.footer__icon {
  height: 1.8rem;
  width: 2.9rem;
}

.footer__link {
  align-items: flex-end;
  color: #e8eaee;
  display: inline-flex;
  line-height: 1.23;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
}

.footer__link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.2em;
}

.footer__link--cta {
  margin-top: 0;
}

.footer__link--list {
  margin-top: 0;
}

.footer__cta {
  border-top: 0.1rem solid #a4a9b4;
  font-size: 1.3rem;
  line-height: 1.3;
  padding: 2.4rem 0;
}

@media (min-width: 768px) {
  .footer__cta:first-of-type {
    border-top: 0;
  }
}

@media (min-width: 1024px) {
  .footer__cta:first-of-type {
    padding-top: 0;
  }
}

.footer__mandatory {
  border-top: 0.1rem solid #a4a9b4;
  padding: 2.4rem 0;
}

@media (min-width: 576px) {
  .footer__mandatory {
    padding: 2.8rem 0;
  }
}

.footer__bottom {
  border-top: 0.1rem solid #a4a9b4;
  padding-top: 2.4rem;
}

@media (min-width: 1024px) {
  .footer__bottom .footer__title {
    margin-right: 3.2rem;
  }

  .footer__bottom {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.footer__social {
  display: flex;
  margin-top: 1.6rem;
}

.footer__social .footer__link {
  padding-left: 0;
}

@media (min-width: 768px) {
  .footer__social .footer__link {
    align-items: center;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .footer__social {
    margin-top: 0;
  }
}

.footer__title {
  color: #fff;
  font-family: sans-serif;
  font-size: 1.4rem;
  line-height: 1.28;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}

.footer__apps {
  display: flex;
  margin-top: 1.6rem;
}

@media screen and (-ms-high-contrast: active) and (min-width: 1024px),
  screen and (-ms-high-contrast: none) and (min-width: 1024px) {
  .old__zone {
    position: relative;
  }

  .old__zone:after {
    clear: both;
    content: '';
    display: table;
  }
}

@media all {
  .icon__apps,
  .icon__archive,
  .icon__connexion,
  .icon__facebook,
  .icon__instagram,
  .icon__journal,
  .icon__mail-footer,
  .icon__rss,
  .icon__snapchat,
  .icon__subscribe,
  .icon__twitter,
  .icon__youtube {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
  }

  .icon__instagram {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%233A4253'%3E%3Cpath d='M9.997 1.801c2.67 0 2.985.01 4.04.059.974.044 1.504.207 1.856.344.434.16.827.416 1.15.748.331.322.587.715.747 1.149.137.352.3.882.344 1.856.048 1.054.059 1.37.059 4.04s-.01 2.985-.059 4.04c-.044.974-.207 1.504-.344 1.856a3.31 3.31 0 0 1-1.897 1.897c-.352.137-.882.3-1.856.344-1.054.049-1.37.059-4.04.059s-2.986-.01-4.04-.059c-.974-.044-1.504-.207-1.856-.344a3.097 3.097 0 0 1-1.15-.748 3.097 3.097 0 0 1-.747-1.15c-.137-.351-.3-.88-.345-1.855-.048-1.054-.058-1.37-.058-4.04s.01-2.985.058-4.04c.045-.974.208-1.504.345-1.856a3.09 3.09 0 0 1 .748-1.15A3.097 3.097 0 0 1 4.1 2.205c.352-.137.882-.3 1.856-.344 1.054-.049 1.37-.059 4.04-.059zm0-1.801C7.282 0 6.94.012 5.875.06 4.811.11 4.085.278 3.45.525a4.9 4.9 0 0 0-1.771 1.153 4.9 4.9 0 0 0-1.153 1.77C.278 4.085.109 4.812.06 5.876.012 6.941 0 7.282 0 9.997s.012 3.055.06 4.122c.049 1.064.218 1.79.465 2.426a4.9 4.9 0 0 0 1.153 1.77 4.9 4.9 0 0 0 1.77 1.154c.637.247 1.363.416 2.427.465 1.067.048 1.407.06 4.122.06s3.056-.012 4.122-.06c1.064-.049 1.79-.218 2.426-.465a5.112 5.112 0 0 0 2.924-2.924c.247-.636.416-1.362.465-2.426.048-1.067.06-1.407.06-4.122s-.012-3.056-.06-4.122c-.049-1.064-.218-1.79-.465-2.426a4.9 4.9 0 0 0-1.153-1.771 4.9 4.9 0 0 0-1.77-1.153C15.908.278 15.182.109 14.118.06 13.052.012 12.712 0 9.997 0z'/%3E%3Cpath d='M10.134 5a5.134 5.134 0 1 0 0 10.267 5.134 5.134 0 0 0 0-10.267zm0 8.466a3.332 3.332 0 1 1 0-6.665 3.332 3.332 0 0 1 0 6.665z'/%3E%3Ccircle cx='16.2' cy='5.2' r='1.2'/%3E%3C/svg%3E");
  }

  .icon__instagram:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23026B9C'%3E%3Cpath d='M9.997 1.801c2.67 0 2.985.01 4.04.059.974.044 1.504.207 1.856.344.434.16.827.416 1.15.748.331.322.587.715.747 1.149.137.352.3.882.344 1.856.048 1.054.059 1.37.059 4.04s-.01 2.985-.059 4.04c-.044.974-.207 1.504-.344 1.856a3.31 3.31 0 0 1-1.897 1.897c-.352.137-.882.3-1.856.344-1.054.049-1.37.059-4.04.059s-2.986-.01-4.04-.059c-.974-.044-1.504-.207-1.856-.344a3.097 3.097 0 0 1-1.15-.748 3.097 3.097 0 0 1-.747-1.15c-.137-.351-.3-.88-.345-1.855-.048-1.054-.058-1.37-.058-4.04s.01-2.985.058-4.04c.045-.974.208-1.504.345-1.856a3.09 3.09 0 0 1 .748-1.15A3.097 3.097 0 0 1 4.1 2.205c.352-.137.882-.3 1.856-.344 1.054-.049 1.37-.059 4.04-.059zm0-1.801C7.282 0 6.94.012 5.875.06 4.811.11 4.085.278 3.45.525a4.9 4.9 0 0 0-1.771 1.153 4.9 4.9 0 0 0-1.153 1.77C.278 4.085.109 4.812.06 5.876.012 6.941 0 7.282 0 9.997s.012 3.055.06 4.122c.049 1.064.218 1.79.465 2.426a4.9 4.9 0 0 0 1.153 1.77 4.9 4.9 0 0 0 1.77 1.154c.637.247 1.363.416 2.427.465 1.067.048 1.407.06 4.122.06s3.056-.012 4.122-.06c1.064-.049 1.79-.218 2.426-.465a5.112 5.112 0 0 0 2.924-2.924c.247-.636.416-1.362.465-2.426.048-1.067.06-1.407.06-4.122s-.012-3.056-.06-4.122c-.049-1.064-.218-1.79-.465-2.426a4.9 4.9 0 0 0-1.153-1.771 4.9 4.9 0 0 0-1.77-1.153C15.908.278 15.182.109 14.118.06 13.052.012 12.712 0 9.997 0z'/%3E%3Cpath d='M10.134 5a5.134 5.134 0 1 0 0 10.267 5.134 5.134 0 0 0 0-10.267zm0 8.466a3.332 3.332 0 1 1 0-6.665 3.332 3.332 0 0 1 0 6.665z'/%3E%3Ccircle cx='16.2' cy='5.2' r='1.2'/%3E%3C/svg%3E");
  }

  .icon__instagram--footer {
    margin-right: 0.4rem;
  }

  .icon__instagram--footer,
  .icon__instagram--footer:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23FFF'%3E%3Cpath d='M9.997 1.801c2.67 0 2.985.01 4.04.059.974.044 1.504.207 1.856.344.434.16.827.416 1.15.748.331.322.587.715.747 1.149.137.352.3.882.344 1.856.048 1.054.059 1.37.059 4.04s-.01 2.985-.059 4.04c-.044.974-.207 1.504-.344 1.856a3.31 3.31 0 0 1-1.897 1.897c-.352.137-.882.3-1.856.344-1.054.049-1.37.059-4.04.059s-2.986-.01-4.04-.059c-.974-.044-1.504-.207-1.856-.344a3.097 3.097 0 0 1-1.15-.748 3.097 3.097 0 0 1-.747-1.15c-.137-.351-.3-.88-.345-1.855-.048-1.054-.058-1.37-.058-4.04s.01-2.985.058-4.04c.045-.974.208-1.504.345-1.856a3.09 3.09 0 0 1 .748-1.15A3.097 3.097 0 0 1 4.1 2.205c.352-.137.882-.3 1.856-.344 1.054-.049 1.37-.059 4.04-.059zm0-1.801C7.282 0 6.94.012 5.875.06 4.811.11 4.085.278 3.45.525a4.9 4.9 0 0 0-1.771 1.153 4.9 4.9 0 0 0-1.153 1.77C.278 4.085.109 4.812.06 5.876.012 6.941 0 7.282 0 9.997s.012 3.055.06 4.122c.049 1.064.218 1.79.465 2.426a4.9 4.9 0 0 0 1.153 1.77 4.9 4.9 0 0 0 1.77 1.154c.637.247 1.363.416 2.427.465 1.067.048 1.407.06 4.122.06s3.056-.012 4.122-.06c1.064-.049 1.79-.218 2.426-.465a5.112 5.112 0 0 0 2.924-2.924c.247-.636.416-1.362.465-2.426.048-1.067.06-1.407.06-4.122s-.012-3.056-.06-4.122c-.049-1.064-.218-1.79-.465-2.426a4.9 4.9 0 0 0-1.153-1.771 4.9 4.9 0 0 0-1.77-1.153C15.908.278 15.182.109 14.118.06 13.052.012 12.712 0 9.997 0z'/%3E%3Cpath d='M10.134 5a5.134 5.134 0 1 0 0 10.267 5.134 5.134 0 0 0 0-10.267zm0 8.466a3.332 3.332 0 1 1 0-6.665 3.332 3.332 0 0 1 0 6.665z'/%3E%3Ccircle cx='16.2' cy='5.2' r='1.2'/%3E%3C/svg%3E");
  }

  .icon__snapchat {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='18'%3E%3Cpath fill='%23FFFFFE' fill-rule='evenodd' d='M9.62 17.834c-.05 0-.097-.002-.145-.004a1.477 1.477 0 0 1-.095.004c-1.126 0-1.848-.51-2.547-1.005-.482-.34-.937-.662-1.474-.752a4.756 4.756 0 0 0-.774-.065c-.453 0-.811.07-1.072.121a2.35 2.35 0 0 1-.4.058c-.109 0-.227-.024-.278-.199a6.268 6.268 0 0 1-.107-.44c-.08-.366-.137-.59-.29-.614-1.785-.276-2.296-.652-2.41-.918A.344.344 0 0 1 0 13.905a.201.201 0 0 1 .168-.21c2.745-.451 3.975-3.256 4.027-3.375a.387.387 0 0 1 .004-.01c.168-.34.2-.636.098-.878-.188-.444-.803-.639-1.21-.768a4.328 4.328 0 0 1-.267-.09c-.812-.321-.88-.65-.847-.818.054-.286.436-.485.745-.485.085 0 .16.015.222.044.365.171.694.258.978.258.392 0 .563-.165.584-.187-.01-.186-.022-.38-.035-.58-.081-1.297-.183-2.91.228-3.83C5.925.218 8.534.004 9.305.004L9.641 0h.046c.772 0 3.386.215 4.617 2.975.41.92.31 2.534.227 3.83l-.003.057-.032.524c.02.02.178.171.533.185.27-.01.581-.096.922-.256.1-.047.21-.056.286-.056.116 0 .232.022.33.062l.005.003c.276.097.457.29.46.493.004.19-.141.475-.853.757a4.537 4.537 0 0 1-.268.09c-.407.13-1.021.324-1.21.768-.102.242-.07.537.099.878l.004.01c.051.119 1.281 2.923 4.026 3.376a.201.201 0 0 1 .169.21.337.337 0 0 1-.028.114c-.114.265-.624.64-2.41.916-.146.023-.202.213-.29.612a6.157 6.157 0 0 1-.107.437c-.038.13-.12.19-.256.19h-.022c-.095 0-.23-.016-.4-.05a5.334 5.334 0 0 0-1.072-.113c-.252 0-.513.022-.775.065-.535.09-.99.41-1.472.751-.7.495-1.422 1.006-2.548 1.006'/%3E%3C/svg%3E");
  }

  .icon__facebook {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%233A4253'%3E%3Cpath fill-rule='evenodd' d='M9 9.96h1.5V8.454c0-.664.017-1.69.483-2.325C11.475 5.457 12.15 5 13.311 5 15.203 5 16 5.278 16 5.278l-.374 2.298S15 7.39 14.417 7.39c-.583 0-1.106.215-1.106.819V9.96h2.392l-.166 2.243H13.31V20H10.5v-7.796H9z'/%3E%3C/svg%3E");
    height: 1rem;
    width: 1rem;
  }

  .icon__facebook--footer,
  .icon__facebook--footer:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='18' fill='%23FFF'%3E%3Cpath fill-rule='evenodd' d='M18 17.007a.993.993 0 0 1-.993.993H12.42v-6.97h2.34l.35-2.717h-2.69V6.579c0-.787.218-1.323 1.346-1.323h1.439v-2.43a19.143 19.143 0 0 0-2.096-.108c-2.074 0-3.494 1.266-3.494 3.591v2.004H7.269v2.716h2.346V18H.993A.993.993 0 0 1 0 17.007V.993C0 .445.445 0 .993 0h16.014c.548 0 .993.445.993.993v16.014'/%3E%3C/svg%3E");
  }

  .icon__youtube {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='18'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M9.943 12.524V5.09l6.534 3.717-6.534 3.717zM24.478 2.75a3.141 3.141 0 0 0-2.21-2.224C20.317 0 12.5 0 12.5 0S4.682 0 2.733.526A3.141 3.141 0 0 0 .523 2.75C0 4.713 0 8.807 0 8.807s0 4.094.522 6.056a3.142 3.142 0 0 0 2.21 2.225c1.95.526 9.768.526 9.768.526s7.818 0 9.767-.526a3.142 3.142 0 0 0 2.21-2.225C25 12.901 25 8.807 25 8.807s0-4.094-.522-6.057z'/%3E%3C/svg%3E");
  }

  .icon__twitter {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%233A4253'%3E%3Cpath fill-rule='evenodd' d='M15.385 6c-1.7 0-3.077 1.47-3.077 3.281 0 .259.027.509.08.749-2.558-.138-4.826-1.443-6.344-3.428a3.436 3.436 0 0 0-.416 1.65c0 1.137.543 2.143 1.369 2.73a2.915 2.915 0 0 1-1.394-.41v.041c0 1.59 1.06 2.917 2.468 3.218a2.88 2.88 0 0 1-1.39.055c.392 1.305 1.528 2.254 2.875 2.28A5.936 5.936 0 0 1 5 17.526 8.315 8.315 0 0 0 9.718 19c5.66 0 8.756-5.001 8.756-9.337 0-.143-.003-.284-.01-.425A6.503 6.503 0 0 0 20 7.539a5.831 5.831 0 0 1-1.767.516 3.262 3.262 0 0 0 1.353-1.815 5.949 5.949 0 0 1-1.954.797A2.99 2.99 0 0 0 15.385 6'/%3E%3C/svg%3E");
    height: 1rem;
    width: 1rem;
  }

  .icon__twitter--footer {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='17'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M19.448.315c-.793.49-1.67.848-2.607 1.04A4.01 4.01 0 0 0 13.846 0c-2.264 0-4.102 1.922-4.102 4.291 0 .337.036.664.106.978C6.44 5.09 3.417 3.383 1.392.784a4.435 4.435 0 0 0-.555 2.16c0 1.487.724 2.802 1.826 3.571a3.97 3.97 0 0 1-1.86-.535v.053c0 2.08 1.414 3.814 3.293 4.208-.344.1-.707.15-1.082.15-.264 0-.522-.025-.772-.076.523 1.705 2.037 2.946 3.833 2.98A8.003 8.003 0 0 1 0 15.073 11.263 11.263 0 0 0 6.29 17c7.548 0 11.674-6.539 11.674-12.21 0-.187-.003-.373-.01-.556A8.52 8.52 0 0 0 20 2.013a7.884 7.884 0 0 1-2.356.675A4.273 4.273 0 0 0 19.448.315'/%3E%3C/svg%3E");
  }

  .icon__twitter--footer:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='17' fill='%23FFF'%3E%3Cpath fill-rule='evenodd' d='M19.448.315c-.793.49-1.67.848-2.607 1.04A4.01 4.01 0 0 0 13.846 0c-2.264 0-4.102 1.922-4.102 4.291 0 .337.036.664.106.978C6.44 5.09 3.417 3.383 1.392.784a4.435 4.435 0 0 0-.555 2.16c0 1.487.724 2.802 1.826 3.571a3.97 3.97 0 0 1-1.86-.535v.053c0 2.08 1.414 3.814 3.293 4.208-.344.1-.707.15-1.082.15-.264 0-.522-.025-.772-.076.523 1.705 2.037 2.946 3.833 2.98A8.003 8.003 0 0 1 0 15.073 11.263 11.263 0 0 0 6.29 17c7.548 0 11.674-6.539 11.674-12.21 0-.187-.003-.373-.01-.556A8.52 8.52 0 0 0 20 2.013a7.884 7.884 0 0 1-2.356.675A4.273 4.273 0 0 0 19.448.315'/%3E%3C/svg%3E");
  }

  .icon__rss {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='18'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M1 0h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1zm1.455 6.265c2.587.051 4.789.964 6.576 2.772 1.779 1.805 2.64 3.997 2.688 6.508h2.19c.04-6.693-5.743-11.653-11.454-11.448v2.168zm5.432 9.28h2.203c.081-4.387-3.808-7.801-7.635-7.63v2.182c2.96.004 5.403 2.449 5.432 5.448zm-2.25-1.599a1.575 1.575 0 0 0-1.585-1.582 1.586 1.586 0 0 0-1.597 1.595 1.605 1.605 0 0 0 1.593 1.586 1.582 1.582 0 0 0 1.588-1.599z'/%3E%3C/svg%3E");
  }

  .icon__mail-footer {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='18'%3E%3Cpath fill='%23FFF' stroke='%23FFF' stroke-width='.5' d='M1.023 16.372V2.35l8.85 7.82a1.7 1.7 0 0 0 1.127.419 1.7 1.7 0 0 0 1.128-.42l8.849-7.819v14.023H1.023zM20.456 1.26 11.53 9.146c-.278.246-.784.245-1.062 0L1.544 1.259h18.912zm.52-1.26H1.024C.46 0 0 .565 0 1.261v15.11c0 .694.459 1.26 1.024 1.26h19.952c.565 0 1.024-.564 1.024-1.26V1.26C22 .567 21.541 0 20.976 0z'/%3E%3C/svg%3E");
  }

  .icon__journal {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='18'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M3.763 5.79V0H22v15.053a2.316 2.316 0 0 1-2.316 2.315H2.316A2.316 2.316 0 0 1 0 15.053V5.789h3.763v1.737H1.737v7.527c0 .32.259.579.579.579h1.002l.135-.235c.203-.352.31-.751.31-1.157V5.789zm1.737 0v8.45c0 .476-.084.947-.247 1.392h14.431c.32 0 .58-.26.58-.58V1.738H5.5zm7.237 5.789v1.737h-5.79v-1.737zm0-6.947v5.21h-5.79v-5.21zm5.79 6.947v1.737h-4.632v-1.737h4.631zm0-3.474v1.737h-4.632V8.105h4.631zm0-3.473v1.736h-4.632V4.632h4.631z'/%3E%3C/svg%3E");
  }

  .icon__archive {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='18' fill='none'%3E%3Cpath fill='%23FCFCFD' fill-rule='evenodd' d='m3.764 12.33-1.129.577 6.862 3.507 6.86-3.507-.856-.438 1.61-.823 1.616.826a.489.489 0 0 1 0 .87l-9.009 4.605a.487.487 0 0 1-.443 0L.266 13.342a.489.489 0 0 1 0-.87l1.887-.965 1.61.823Zm0-3.91-1.129.577 6.862 3.507 6.86-3.507-.856-.438 1.61-.823 1.616.826a.489.489 0 0 1 0 .87l-9.009 4.605a.487.487 0 0 1-.443 0L.266 9.433a.489.489 0 0 1 0-.87l1.887-.965 1.61.823Zm12.6-3.327-6.86-3.507-6.862 3.507L9.503 8.6l6.862-3.507ZM9.726.053l9.009 4.605a.489.489 0 0 1 0 .87l-9.009 4.604a.487.487 0 0 1-.443 0L.273 5.528a.489.489 0 0 1 0-.87L9.282.053a.487.487 0 0 1 .443 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }

  .icon__subscribe {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='18'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M21.039 2.996c-.918.543-1.223 1.275-1.223 2.408v9.034c0 .568.071.826.376.992l.306.166.845-.497.282.568-2.935 1.77-1.01-.686c-.447-.306-.635-.684-.635-1.416V7.267c0-1.51.47-2.312 1.128-2.807l.376-.283-2.77-1.629-1.245.755v11.75c0 .99-.14 1.132-1.01 1.58 0 0-.68.33-1.618.826h-.189V4.436c0-.636-.071-.779-.423-1.061l-.985-.802-1.198.683v6.749c0 1.179-.188 2.028-1.127 2.617L5.637 14.11l-.237-.4c.73-.568.893-1.37.893-2.314V4.507c0-1.015-.14-1.416-1.197-1.227-.4.07-1.01.165-1.385.212-1.55.213-2.209-.896-1.152-2.288 0 0 .26-.354.916-1.204l.518.355-.377.542c-.492.71-.093 1.086.705.802a66.534 66.534 0 0 0 1.62-.637c2.23-.872 3.052.567 3.17 1.416L11.882.803l2.393 1.84 2.958-1.84 2.278 1.298c.775.447 1.15.259 1.691-.025l.446-.235.352.59-.961.565M6.552 17.46c-.235-.662-.915-1.345-2.137-1.392-1.151-.024-2.795.425-4.156 1.463L0 17.2c.987-1.086 3.288-2.831 5.706-2.856 1.269 0 2.16.426 2.795 1.11l1.057-.59.305.614-3.311 1.981'/%3E%3C/svg%3E");
  }

  .icon__connexion {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='18'%3E%3Cpath fill='%23FFF' stroke='%23FFF' stroke-width='.5' d='M1.023 16.372V2.35l8.85 7.82a1.7 1.7 0 0 0 1.127.419 1.7 1.7 0 0 0 1.128-.42l8.849-7.819v14.023H1.023zM20.456 1.26 11.53 9.146c-.278.246-.784.245-1.062 0L1.544 1.259h18.912zm.52-1.26H1.024C.46 0 0 .565 0 1.261v15.11c0 .694.459 1.26 1.024 1.26h19.952c.565 0 1.024-.564 1.024-1.26V1.26C22 .567 21.541 0 20.976 0z'/%3E%3C/svg%3E");
  }

  .icon__apps {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='18'%3E%3Cpath fill='%23fff' d='M5.128 1.5c-1.4 0-1.88.093-2.374.357-.39.209-.688.506-.897.897-.264.494-.357.975-.357 2.374v7.744c0 1.4.093 1.88.357 2.374.209.39.506.688.897.897.494.264.975.357 2.374.357h7.744c1.4 0 1.88-.093 2.374-.357.39-.209.688-.506.897-.897.264-.494.357-.975.357-2.374V5.128c0-1.4-.093-1.88-.357-2.374a2.135 2.135 0 0 0-.897-.897c-.494-.264-.975-.357-2.374-.357zm0-1.5h7.744c1.783 0 2.43.186 3.082.534.652.349 1.163.86 1.512 1.512.348.652.534 1.299.534 3.082v7.744c0 1.783-.186 2.43-.534 3.082a3.635 3.635 0 0 1-1.512 1.512c-.652.348-1.299.534-3.082.534H5.128c-1.783 0-2.43-.186-3.082-.534a3.635 3.635 0 0 1-1.512-1.512C.186 15.302 0 14.655 0 12.872V5.128c0-1.783.186-2.43.534-3.082A3.635 3.635 0 0 1 2.046.534C2.698.186 3.345 0 5.128 0zm9.295 5.38L15 5.025l-.211-.37-.268.148c-.324.178-.55.296-1.014.016l-1.367-.815-1.775 1.154-1.436-1.154-1.663 1.051c-.07-.533-.564-1.436-1.901-.889-.31.134-.747.311-.972.4-.48.179-.719-.058-.423-.503l.226-.34-.31-.223c-.395.533-.55.756-.55.756-.635.873-.24 1.569.69 1.435.226-.03.592-.089.831-.133.635-.118.719.133.719.77v4.322c0 .592-.099 1.096-.536 1.452l.142.251 1.408-.933c.564-.37.676-.903.676-1.642V5.543l.72-.429.59.504c.212.177.254.266.254.666v8.171h.113c.563-.31.97-.518.97-.518.523-.281.607-.37.607-.992V5.572l.747-.473 1.662 1.022-.225.178c-.395.31-.677.814-.677 1.761v5.063c0 .459.113.696.381.888l.606.43 1.761-1.11-.17-.357-.506.312-.184-.104c-.183-.104-.225-.266-.225-.622V6.89c0-.71.183-1.17.733-1.51zm-8.692 9.075 1.987-1.243-.183-.385-.635.37c-.38-.43-.915-.696-1.677-.696-1.45.015-2.83 1.11-3.423 1.791l.156.208c.816-.651 1.802-.933 2.493-.918.733.03 1.141.458 1.282.873z'/%3E%3C/svg%3E");
  }
}
