.blanc {
  color: #ffffff;
}
.bleuClair {
  color: #728FAA;
}
.bleuFonce {
  color: #063D64;
}
.bleu {
  color: #156DAB;
}
.vert {
  color: #60C539;
}
.gris {
  color: #6B6D6E;
}
.grisClair {
  color: #F3F6FF;
}
.grisClair1 {
  color: #E6E6E6;
}
.noir {
  color: #0F202A;
}
.orange {
  color: #FE801D;
}
.orangeClair {
  color: #FFF5EA;
}
footer.site-footer {
  background: none;
  margin: 0;
  padding: 0;
}
footer.site-footer .container-fluid {
  background: #063D64;
  padding-bottom: 20px;
  padding-top: 20px;
}
footer.site-footer .site-footer__top .region {
  float: none;
  width: 100%;
}
footer.site-footer .site-footer__top .region .block {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
footer.site-footer .site-footer__top .region .block .content p {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  padding: 0;
}
footer.site-footer .site-footer__top .region .block .content a,
footer.site-footer .site-footer__top .region .block .content span {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  padding: 0 5px;
}
footer.site-footer .site-footer__top .region .block .content h1,
footer.site-footer .site-footer__top .region .block .content h2,
footer.site-footer .site-footer__top .region .block .content h3,
footer.site-footer .site-footer__top .region .block .content h4,
footer.site-footer .site-footer__top .region .block .content h5,
footer.site-footer .site-footer__top .region .block .content h6 {
  color: #ffffff;
  font-size: 12px;
}
footer.site-footer .site-footer__top .region .block .content h6 {
  font-size: 14px;
  font-weight: bolder;
  line-height: 18px;
}
@media screen and (max-width: 991px) {
  footer.site-footer .site-footer__top .region {
    margin: 0;
  }
  footer.site-footer .site-footer__top .region .block .content p {
    margin-bottom: 15px;
    text-align: center;
  }
}
