.regal-footer .footer-nav ul li a{
  white-space: initial;
}

.regal-footer .social-links__icon {
  width: 32px;
  height: 32px;
}

.regal-footer .social-links__icon svg {
  width: 100%;
  height: auto;
}

div.highlight {
  background-color:#E9EDF2;
  padding: 30px;
  margin: 25px 0;
  color : #22333D;
}

div.highlight > p:last-child {
  margin-bottom: 0;
}

/**** couleur H3 blog ****/
.blog-post-container .post-body h3 {
	  color:#E29B04;
}
}

/**** couleur H4 blog ****/
.blog-post-container .post-body h4 {
	  color:#748488;
}

.unique-header-main .main-logo img {
    max-width: 200px;
}