/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
.sticky-footer {
  margin-top: auto;
  z-index: 1;
}

.footer-container {
  margin-top: 2.5rem;
  position: relative;
  float: left;
  width: 100%;
  background: #6a7783;
  color: #fff;
}

@media (max-width: 580px) {
  .footer-container {
    padding-top: 0;
  }
}

.footer-container::before {
  content: '';
  background: inherit;
  display: block;
  height: 75%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
  -webkit-transform: skewY(-1deg);
      -ms-transform: skewY(-1deg);
          transform: skewY(-1deg);
  -webkit-transform-origin: 0% 0;
      -ms-transform-origin: 0% 0;
          transform-origin: 0% 0;
  pointer-events: none;
}

.footer,
#block-footercardbanner,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 3.125rem 0 0;
  margin: 0 auto 75px;
  overflow: auto;
  max-width: 1165px;
}

@media (min-width: 581px) and (max-width: 1024px) {
  .footer,
  #block-footercardbanner,
  .block-block-content4a810553-cf09-48e0-941d-a24c7c58745f {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 581px) and (max-width: 1024px) {
  .footer,
  #block-footercardbanner,
  .block-block-content4a810553-cf09-48e0-941d-a24c7c58745f {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer--shared-grid {
  padding-left: 0;
  padding-right: 0;
}

.footer .block, #block-footercardbanner .block,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .block {
  padding: 0 1rem;
  width: 20%;
  float: left;
}

.footer .block .h2, #block-footercardbanner .block .h2,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .block .h2 {
  margin: 0 0 0.5rem;
  font-family: "hoss-round", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: none;
  color: #c8ad00;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .footer .block:first-child, #block-footercardbanner .block:first-child,
  .block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .block:first-child {
    padding: 0 1rem 0 0;
    border: 0 none;
  }
  .footer .block:last-child, #block-footercardbanner .block:last-child,
  .block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .block:last-child {
    padding: 0 0 0 1rem;
  }
}

@media (min-width: 581px) and (max-width: 1024px) {
  .footer .block, #block-footercardbanner .block,
  .block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .block {
    padding: 1rem 2rem;
    width: 50%;
  }
}

@media (max-width: 580px) {
  .footer .block, #block-footercardbanner .block,
  .block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .block {
    padding: 1rem 2rem;
    width: 100%;
  }
}

.footer .block ul.menu, #block-footercardbanner .block ul.menu,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .block ul.menu {
  margin: 0;
}

.footer .block ul.menu li, #block-footercardbanner .block ul.menu li,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .block ul.menu li {
  padding: 0;
}

.footer .block-block-content p, #block-footercardbanner .block-block-content p,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .block-block-content p {
  margin: 0;
}

.footer a, #block-footercardbanner a,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f a {
  color: #fff;
  text-decoration: none;
}

.footer a:visited, .footer a:focus, .footer a:hover, .footer a:active, .footer a.active, #block-footercardbanner a:visited,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f a:visited, #block-footercardbanner a:focus,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f a:focus, #block-footercardbanner a:hover,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f a:hover, #block-footercardbanner a:active,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f a:active, #block-footercardbanner a.active,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f a.active {
  color: #fff;
}

.footer a:hover, #block-footercardbanner a:hover,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f a:hover {
  text-decoration: underline;
}

.footer .footerad, #block-footercardbanner .footerad,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .footerad {
  margin-top: 0.875rem;
  padding: 0.875rem 0 0 0;
  display: block;
  float: left;
  clear: both;
  text-align: center;
  width: 100%;
  border-top: 1px solid #fff;
}

.footer::before {
  content: url(../..//icons/yeux-footer.svg);
  position: absolute;
  top: -120px;
  right: 10%;
  pointer-events: none;
}

.footer-top {
  color: #191816;
}

.footer-top #block-newsletter {
  padding-bottom: 6.875rem;
  margin: 4em auto -40px;
  background: url(../..//images/bal.png) no-repeat;
  background-position: right bottom;
  max-width: 1200px;
}

@media (max-width: 580px) {
  .footer-top #block-newsletter {
    background: 0 none;
  }
}

.footer-top #block-newsletter .field--name-body {
  padding-top: 0;
  min-height: 200px;
  color: #191816;
}

@media (max-width: 580px) {
  .footer-top #block-newsletter .field--name-body {
    margin-left: 0;
    padding: 2rem;
  }
}

.footer-top #block-newsletter .field--name-body .nltitre {
  padding-bottom: 1rem;
  font-family: "Cubano", Arial, Helvetica;
  font-size: 42px;
  line-height: normal;
}

@media (max-width: 1023px) {
  .footer-top #block-newsletter .field--name-body .nltitre {
    line-height: 1em;
  }
}

@media (max-width: 480px) {
  .footer-top #block-newsletter .field--name-body .nltitre {
    font-size: 2rem;
  }
}

.footer-top #block-newsletter .field--name-body .nlcontent {
  margin-right: 1rem;
  width: 32%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 580px) {
  .footer-top #block-newsletter .field--name-body .nlcontent {
    margin: 0 0 2rem;
    width: 100%;
  }
}

.footer-top #block-newsletter .field--name-body .nlbutton {
  padding: 0.5rem 0.75rem;
  width: auto;
  background: #c8ad00;
  font-size: 26px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: top;
}

.footer-top #block-newsletter .field--name-body .nlbutton::before {
  content: url(../..//images/feather-send.png);
  vertical-align: middle;
  display: inline-block;
}

.footer-top #block-newsletter .field--name-body .nlbutton a {
  padding: 0 0.625rem 0 1.25rem;
  vertical-align: middle;
  text-decoration: none;
  color: #191816;
}

#block-footercardbanner,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f {
  overflow: visible;
  min-height: 180px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 200px;
  margin: 0 auto;
  position: relative;
}

#block-footercardbanner .field--name-body,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .field--name-body {
  font-size: 1.75rem;
  padding: 1.25rem 15.625rem 0 21.875rem;
  color: #fff;
  width: 100%;
}

@media (min-width: 581px) and (max-width: 1024px) {
  #block-footercardbanner .field--name-body,
  .block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .field--name-body {
    margin-top: 1.25rem;
    padding: 1rem;
    margin: 0;
    text-align: center;
  }
}

@media (max-width: 580px) {
  #block-footercardbanner .field--name-body,
  .block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .field--name-body {
    padding: 0.75rem;
    margin: 0;
    text-align: center;
  }
}

#block-footercardbanner .field--name-body p,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .field--name-body p {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

@media (min-width: 581px) and (max-width: 1024px) {
  #block-footercardbanner .field--name-body p,
  .block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .field--name-body p {
    position: relative;
  }
}

@media (max-width: 580px) {
  #block-footercardbanner .field--name-body p,
  .block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .field--name-body p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}

#block-footercardbanner .field--name-body .online-card,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .field--name-body .online-card {
  line-height: 36px;
}

#block-footercardbanner .button,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .button {
  font-size: 1.4375rem;
  padding: 1rem;
  margin-left: 1rem;
  color: #191816;
  background: #fff;
  text-decoration: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 580px) {
  #block-footercardbanner .button,
  .block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .button {
    margin: 1rem 0;
    float: none;
  }
}

#block-footercardbanner .button:visited, #block-footercardbanner .button:hover,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .button:visited,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .button:hover {
  text-decoration: none;
  color: #191816;
}

#block-footercardbanner .button.info::before,
.block-block-content4a810553-cf09-48e0-941d-a24c7c58745f .button.info::before {
  font-family: "FontAwesome";
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background: 0 none;
  font-weight: 900;
  content: '\f07a';
  color: #c8ad00;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#block-sponsors {
  display: none;
}

@media (max-width: 480px) {
  #block-sponsors {
    height: auto;
  }
}

#block-sponsors .field--name-body {
  margin-left: 5rem;
  display: -webkit-box;
  display: flex;
}

@media (max-width: 580px) {
  #block-sponsors .field--name-body {
    margin-left: 1rem;
  }
}

@media (max-width: 480px) {
  #block-sponsors .field--name-body {
    margin-right: 0;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

#block-sponsors .field--name-body p {
  margin: 0.625rem 1rem 0;
}

@media (max-width: 580px) {
  #block-sponsors .field--name-body p {
    text-align: center;
  }
}

#block-sponsors .field--name-body p a {
  display: inline-block;
}

#block-socialmedias .socialicon {
  font-family: "FontAwesomeBrands";
  margin-right: 0.5rem;
  font-size: 32px;
  width: 32px;
  height: 32px;
  background: 0 none;
  font-weight: 400;
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
}

#block-socialmedias .socialicon::before {
  top: 0;
  left: 0;
  display: block;
  line-height: 32px;
}

#block-socialmedias .socialicon.fb::before {
  content: '\f082';
}

#block-socialmedias .socialicon.yt {
  width: 36px;
}

#block-socialmedias .socialicon.yt::before {
  content: '\f167';
}

#block-socialmedias .socialicon.instagram::before {
  content: '\f16d';
}

#block-socialmedias .socialicon a {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
}

/*# sourceMappingURL=footer.css.map */
