@charset "UTF-8";
article small, article time {
  display: block;
  font-size: 0.8rem;
}
article h1, article h2, article h3, article p, article ul, article ol, article blockquote {
  width: 43rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  text-align: left;
}
article h2 {
  color: #CF0060;
  font-weight: 600;
  font-size: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
article h3 {
  font-size: 1.5rem;
  color: #3E0060;
  font-weight: bold;
}
article blockquote {
  width: 50rem;
  margin: 2em auto;
  border-left: 3px solid #CF0060;
  padding: 0.75em 1.25em;
}
article p {
  margin-top: 1em;
}
article .article-content {
  line-height: 1.6rem;
  display: flex;
  flex-direction: column;
}
article .article-content ul {
  margin: 0;
  padding: 0;
}
article a[href] {
  color: #CF0060;
  font-weight: bold;
}
article a[href]:hover {
  text-decoration: underline;
}
article button {
  margin: 1em auto;
  padding: 1em;
  font-size: 1em;
  background: #f1f1f1;
  font-weight: 600;
  color: #3E0060;
  width: 9rem;
  border: none;
  cursor: pointer;
}
article dl {
  width: 90%;
  margin: 1.618em auto 0;
}
article tt {
  font-family: monospace;
}
article ol,
article ul {
  margin: 1em auto 1.618em;
}
article .client-quote {
  width: 40rem;
  max-width: 100%;
  font-style: italic;
  margin: 1em auto;
}
article .client-quote p {
  margin-left: 0;
}
article ol li {
  margin-left: 1em;
}
article ul li {
  margin-left: 1em;
  list-style-type: square;
  list-style-position: outside;
}
article .figure {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
article.baseline p:last-child {
  margin-bottom: 0;
}

article.no-title {
  background: #fcfcfc;
  color: #1f1f1f;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
article.no-title .article-content {
  margin: 2em;
}
article.no-title blockquote {
  margin: auto;
}
article.no-title blockquote p {
  line-height: 1.6rem;
  margin: 0;
}

.section-page-article {
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .section-page-article {
    padding-top: 100px;
  }
}
.section-page-article .article-image {
  margin: auto;
}
.section-page-article .article-image img {
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.section-page-article h1 {
  color: #CF0060;
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .section-page-article h1 {
    text-align: center;
  }
}
.section-page-article .caption {
  font-size: 0.5em;
  max-width: 50%;
  margin: auto;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: italic;
}
.section-page-article .figure {
  position: relative;
  text-align: center;
}
.section-page-article .figure img {
  max-width: 960px;
  margin-bottom: 2em;
}
.section-page-article .figure p {
  max-width: 50%;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  bottom: -1.5em;
}
.section-page-article article {
  margin: auto;
}
.section-page-article article img {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.section-page-article article code {
  background-color: #F1E6E6;
  color: #CF0060;
}
.section-page-article article table, .section-page-article article th, .section-page-article article td {
  font-size: 1rem;
  border: 1px solid grey;
  border-collapse: collapse;
  width: 60%;
  margin: auto;
}
.section-page-article article table th, .section-page-article article th th, .section-page-article article td th {
  padding: 10px;
}
.section-page-article pre {
  background: #eaeaea;
  padding: 1em;
  overflow: auto;
}
.section-page-article img, .section-page-article object {
  max-width: 900px;
  display: block;
  margin: auto;
}
.section-page-article table {
  border-spacing: 0;
  white-space: nowrap;
}
.section-page-article table td {
  padding: 1em;
}

.article .blockquote .quote-image {
  border-radius: 100%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: auto;
  padding: 0;
}
.article .blockquote .quote-image img {
  width: 200px;
  height: 200px;
  margin: auto;
}
.article .blockquote blockquote {
  margin-top: 0;
  font-style: italic;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}
.article .blockquote blockquote p {
  display: inline;
}
.article .blockquote blockquote .attribution {
  margin-top: 10px;
  display: block;
  word-break: all;
  font-size: 0.9rem;
  font-weight: bold;
}

.certif-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2em;
}
.certif-block p {
  text-align: center;
  line-height: 2;
}
.certif-block object {
  height: 320px;
}

.pagination {
  margin-top: 30px;
  font-size: x-large;
  color: #3E0060;
}

.page-link {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #CF0060;
  font-weight: bolder;
}
.page-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .section-page-article .article img {
    max-width: 100% !important;
    max-height: 100%;
    height: 10%;
  }
}
.wrap-articles {
  width: 80vw;
  margin: auto !important;
}
.wrap-articles h2 {
  color: #3E0060;
  margin: 2em 0 0;
}

.button, .square-button, .contact-button {
  transition: all 0.2s;
}
.button:hover, .square-button:hover, .contact-button:hover {
  transform: scale(1.05);
}

.read-button {
  cursor: pointer !important;
  font-size: 1rem;
  max-width: 100px;
  color: #CF0060;
  font-weight: bold;
  text-align: right;
}

.square-button {
  all: unset;
  background-color: #CF0060;
}
.square-button > a {
  color: white;
}
.square-button:hover {
  background-color: #3E0060;
  color: #CF0060;
}

footer {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  font-size: 0.7em;
  color: #ffffff;
  background: #3E0060;
  background: linear-gradient(150deg, #3E0060 30%, #CF0060 110%);
  text-align: center;
}
footer a:hover {
  color: #CF0060;
  text-decoration: underline;
}
footer .footer-container {
  width: 80%;
  margin: 0 auto;
}
footer .footer-column-container {
  width: 100%;
  text-align: left;
  line-height: 2rem;
}
footer .partenaire img {
  margin: 0 20px;
  display: inline-block;
  max-height: 150px;
  transition: transform 0.2s;
  vertical-align: middle;
}
footer .partenaire img:hover {
  transform: scale(1.05);
}

.irregular-border, .footer-title {
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  border: solid 3px #CF0060;
}

.footer-title {
  display: inline-block;
  color: white;
  font-size: 0.8rem;
  padding: 10px;
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5em;
}

.generic-page {
  min-height: 80vh;
  width: 80vw;
  margin: auto;
  margin-bottom: 3rem;
  text-align: center;
}
.generic-page h2 {
  font-size: 2em;
  color: #680084;
}
.generic-page p {
  margin-bottom: 2rem;
}
.generic-page ul {
  list-style: none;
  max-width: 700px;
  margin: auto;
  width: 90vw;
  line-height: 3em;
  padding: 0;
}
.generic-page ul li {
  font-size: 1.5em;
}
.generic-page ul li a {
  color: #680084;
  text-decoration: underline;
}
.generic-page img {
  max-width: 150px;
  height: auto;
  margin: 2em auto;
  display: block;
}

.free-form {
  width: 33em;
  margin: 0 auto;
  max-width: 100%;
}
.free-form .waf--field-container .waf--field-label {
  font-size: 1.25rem;
}
.free-form .waf--field-container input[type=date], .free-form .waf--field-container input[type=email], .free-form .waf--field-container input[type=number], .free-form .waf--field-container input[type=text], .free-form .waf--field-container input[type=text], .free-form .waf--field-container input[type=url], .free-form .waf--field-container select, .free-form .waf--field-container textarea {
  font-size: 1.25rem;
  padding: 0.75rem;
  font-family: "Raleway", "Open Sans", Helvetica, Arial, sans-serif;
}
.free-form .waf--field-container input[type=checkbox] {
  height: 1.5em;
  width: 1.5em;
}
.free-form .waf--submit-btn {
  font-size: 1.25rem;
  font-family: "Raleway", "Open Sans", Helvetica, Arial, sans-serif;
}
.free-form .waf--submit-btn-container {
  margin-bottom: 4em;
}
.free-form .required-star {
  color: #CF0060;
  font-weight: bold;
  display: inline-block;
  transform: scale(1.75) rotate(-12deg);
}

.is-width-85 {
  width: 85vw;
  margin: auto;
  max-width: 1200px;
}
@media screen and (max-width: 600px) {
  .is-width-85 {
    width: 90vw;
    margin: auto;
  }
}

.is-width-50 {
  width: 50vw;
  margin: auto;
  max-width: 1200px;
}
@media screen and (max-width: 900px) {
  .is-width-50 {
    width: 90vw;
    margin: auto;
  }
}

.is-flex-centered {
  align-items: center;
  justify-content: center;
}

/* Corrige un comportement non-souhaité de bulma */
@media screen and (max-width: 600px) {
  .columns.is-variable > .column {
    padding-left: 0;
    padding-right: 0;
  }
}
.hover-underline, .read-button {
  display: inline;
  position: relative;
  color: #CF0060;
  text-decoration: none;
}
.hover-underline:hover, .read-button:hover {
  color: #CF0060;
  text-decoration: none !important;
}

.hover-underline:after, .read-button:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 100%;
  left: 0;
  height: 2px;
  transition: 0.25s cubic-bezier(0.72, -0.01, 0.19, 0.92);
  background: #CF0060;
}

.hover-underline:hover:after, .read-button:hover:after {
  right: 0;
}

.is-max-width-400 {
  max-width: 400px;
  margin: 0 auto;
}

.see-more-button, .free-form .waf--submit-btn {
  color: white;
  background: #CF0060 0 0 no-repeat padding-box;
  border: none;
  border-radius: 0;
  transition: all 0.2s;
  padding: 0.5em 1em;
}
.see-more-button:hover, .free-form .waf--submit-btn:hover {
  background: #3E0060;
  color: #fff;
  transform: scale(1.05);
}

.home-page {
  color: #3E0060;
}
.home-page .nos_engagements, .home-page .nos_services {
  background: #f1f1f1;
}
.home-page .nos_engagements p, .home-page .nos_services p {
  max-width: 400px;
}
.home-page .item p {
  text-align: center;
}
.home-page .hero {
  min-height: 70vh;
  background-color: #3E0060;
  background: linear-gradient(30deg, #3E0060 30%, #CF0060 120%);
  color: white;
}
.home-page .hero button {
  max-width: 150px;
}
.home-page .hero p {
  font-size: 1.5rem;
}
.home-page .hero .hero-text {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .home-page .hero .hero-text {
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
.home-page .hero .circle {
  width: 250px;
  height: 250px;
  border-radius: 250px;
  background-color: white;
}
.home-page .hero button {
  width: 200px;
  text-align: center;
}
.home-page .hero button:hover {
  background: white;
}
.home-page .hero button:hover > a {
  color: #CF0060;
}

.navbar.hide-left {
  left: -71vw;
}

.navbar {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  font-family: "Raleway", sans-serif;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.navbar .navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .navbar .navbar-inner {
    flex-direction: column;
    align-items: normal;
    justify-content: start;
    width: 70vw;
  }
}
@media screen and (max-width: 900px) {
  .navbar {
    width: 70vw;
    height: 100vh;
  }
}
.navbar .wrap-social-menu {
  display: flex;
}
@media screen and (max-width: 900px) {
  .navbar .wrap-social-menu {
    margin: 1.5em 2em;
  }
}
.navbar ul {
  list-style: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .navbar ul {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }
  .navbar ul li {
    margin: 0;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
}
.navbar a {
  font-size: 1.1em;
  margin: 0;
  text-transform: lowercase;
  color: #3E0060;
  border-bottom: 3px solid rgba(207, 0, 96, 0);
  transition: all 0.2s;
}
.navbar a:hover {
  color: #CF0060;
  text-decoration: none;
  border-color: #CF0060;
}
.navbar a.active, .navbar a.ancestor {
  font-weight: bold;
  color: #CF0060;
}
@media screen and (max-width: 900px) {
  .navbar a {
    border-left: 3px solid rgba(207, 0, 96, 0);
    border-bottom: none;
  }
}
.navbar .wrap-rss {
  margin-right: 1em;
}
@media screen and (max-width: 900px) {
  .navbar .wrap-rss .rss {
    font-size: 2em;
    margin: 0.9em;
  }
}
.navbar .button-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  outline: none;
  position: absolute;
  right: -5em;
  border: none;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.navbar .button-menu i {
  font-size: 2em;
  color: #b5b5b5;
}
@media screen and (max-width: 900px) {
  .navbar .button-menu {
    margin-top: 10px;
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.navbar .mini-logo a {
  font-size: inherit;
}
.navbar .mini-logo img {
  height: 3.2em;
  width: auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .navbar .mini-logo {
    position: relative;
    margin: 1.5em;
  }
}
.navbar .navbar-link:not(.is-arrowless)::after {
  border-color: #3E0060;
}
.navbar .navbar-link.active:not(.is-arrowless)::after,
.navbar .navbar-link.ancestor:not(.is-arrowless)::after,
.navbar .navbar-link:hover:not(.is-arrowless)::after {
  border-color: #CF0060;
}

.navbar.not-visible {
  top: -4em !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.drop-content {
  display: none;
}
@media screen and (max-width: 900px) {
  .drop-content {
    display: block;
    margin-left: 20px;
  }
}
@media screen and (min-width: 901px) {
  .drop-content {
    background-color: white;
    position: absolute;
    min-width: 300px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 12px 16px;
    z-index: 1;
  }
}

.dropdown:hover .drop-content,
.dropdown:focus-within .drop-content {
  display: block;
}

.contact-button {
  background-color: #CF0060;
}
.contact-button > a {
  min-width: 86px;
  color: #fff;
}
.contact-button > a:hover {
  color: #fff;
  background-color: #b60054;
  border-color: #b60054;
}
.contact-button > a.active {
  color: #fff;
}

.skip-links {
  position: fixed;
  padding: 0.5rem;
  background: #fff;
  top: -200%;
}
.skip-links:focus-within {
  z-index: 100;
  top: 0;
}
.skip-links li {
  display: inline-block;
  margin-right: 1em;
}
.skip-links a {
  color: #CF0060;
}
.skip-links a:hover, .skip-links a:focus-visible {
  color: #CF0060;
  font-weight: bold;
}

.services-page .services-intro {
  max-width: 1100px;
  margin: 0 auto;
}
.services-page p.services-text {
  max-width: 100px;
}
.services-page .services-page-service-image {
  max-height: 300px;
}
.services-page p, .services-page h2 {
  color: #3E0060;
}
.services-page > p {
  text-align: center;
  margin: 30px 100px;
}
@media screen and (max-width: 600px) {
  .services-page > p {
    margin: 30px 10px;
  }
}
.services-page .techno-icon img {
  max-width: clamp(100px, 30vw, 150px);
}
.services-page .service {
  display: grid;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 1em;
  grid-auto-flow: column;
}
@media screen and (max-width: 600px) {
  .services-page .service {
    grid-auto-flow: row;
  }
}
.services-page .service-section {
  min-height: 400px;
}
.services-page .service-section:nth-child(odd) {
  direction: rtl;
  background-color: #f1f1f1;
}

.service-page {
  color: #3E0060;
}
.service-page .service {
  background-color: #f1f1f1;
}
.service-page .hero-service-image {
  max-height: 300px;
}
@media screen and (max-width: 600px) {
  .service-page .hero-service-image {
    display: flex;
    justify-content: center;
  }
}
.service-page .hero p {
  font-size: 1.3rem;
}
.service-page button {
  color: white;
  background: #CF0060 0% 0% no-repeat padding-box;
}
.service-page button:hover {
  background: #3E0060;
  color: white;
}
.service-page .item {
  max-width: 100%;
  width: 33em;
  margin: 5em auto;
  position: relative;
}
.service-page .item p, .service-page .item h2 {
  margin-bottom: 0.5em;
}
.service-page .item ul {
  list-style-type: square;
}
@media screen and (min-width: 560px) {
  .service-page .item::before {
    content: "";
    width: 1em;
    height: 1em;
    display: block;
    position: absolute;
    left: -3.55em;
    background: #CF0060;
    border: 3px solid #fff;
    border-radius: 100%;
    top: 0.5em;
  }
}
.service-page .item-list {
  margin: 0 auto;
  padding: 3em;
  border-left: 3px solid #f1f1f1;
}
.service-page .item-list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.name {
  color: #3E0060;
  font-weight: bold;
}

.staff-member aside {
  border-radius: 100%;
  overflow: hidden;
  width: 150px;
  height: 150px;
}
.staff-member img {
  width: 150px;
}

.wrap-text-equipe {
  max-width: 400px;
}

.client-case-hero {
  background: #f1f1f1;
}
.client-case-hero p {
  font-size: 1.3em;
}
.client-case-hero .h1 {
  margin-bottom: 0;
}
.client-case-hero .hero-body {
  padding-bottom: 5rem;
}

.client-case p {
  max-width: 33em;
}
.client-case .tags {
  margin-top: 5em;
}
.client-case .client-logo {
  transform: translateY(3em);
  border-radius: 50%;
  box-shadow: 3px 3px 3px #d8d8d8;
  margin-right: 60%;
  border: 2px solid #bebebe;
}
.client-case .mobile-screenshot-wrapper {
  background: #222;
  padding: 1em 1em 1.5em;
  display: inline-block;
  border-radius: 1em;
  box-shadow: 3px 6px 7px rgba(0, 0, 0, 0.5);
  margin: 0 5em;
  transform: translateY(-1em);
}
.client-case .mobile-screenshot-wrapper img {
  border-radius: 0.2em;
}

.client-cases h2 a:hover {
  text-decoration: underline;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway-bold-webfont.a7d1af86f716.woff2") format("woff2"), url("../fonts/raleway-bold-webfont.a7d1af86f716.woff2") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway-regular-webfont.df119c8fe465.woff2") format("woff2"), url("../fonts/raleway-regular-webfont.df119c8fe465.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", "Open Sans", Helvetica, Arial, sans-serif;
  word-break: break-word;
  font-size: 16px;
}
@media screen and (min-width: 600px) and (max-width: 1025px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 12px;
  }
}

p {
  font-size: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus {
  color: #CF0060;
}

header {
  padding-top: 70px;
}
@media screen and (max-width: 600px) {
  header {
    padding-top: 0;
  }
}

.h1 {
  font-size: 3em;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;
  text-align: center;
  color: #CF0060;
}
.h1 b {
  font-size: 1.5em;
}

.h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #3E0060;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.h3 {
  font-size: 3rem;
  color: #3E0060;
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
  margin: 2rem auto;
}

.h4 {
  color: #3E0060;
  font-weigth: 400;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.contact-page {
  min-height: 80vh;
}
.contact-page h2 {
  color: #3E0060;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.contact-page form {
  display: flex;
  flex-direction: column;
}
.contact-page form li {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.contact-page form button {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  color: white;
  margin-bottom: 2rem;
  transition: transform 0.2s;
  cursor: pointer;
}
.contact-page form button:hover, .contact-page form button:focus {
  transform: scale(1.05);
  background: #CF0060;
  color: #fff;
}
.contact-page .thank-you p {
  font-size: 2rem;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #1c1c1e;
    color: #fefefe;
  }
  h1, h2, h3, h4, .h1, .h2, .h3, .h4, p, span, .name, .contact-page h2, .wrap-articles h2 {
    color: #fefefe;
  }
  a:hover, .read-button:hover {
    color: #fefefe;
  }
  .is-white-dark-mode {
    color: #fefefe !important;
  }
  .hero-services p, .hero-services h1 {
    color: #3E0060;
  }
  .nos_engagements h1, .nos_engagements p, .nos_services h1, .nos_services p {
    color: #3E0060;
  }
  .services-page .services-intro p, .services-page .techno-icon p {
    color: #fefefe;
  }
  .service-section:nth-child(even) p, .service-section:nth-child(even) h2 {
    color: #fefefe;
  }
  .section-page-article h1, .section-page-article h2 {
    color: #FB1F75;
  }
  .hover-underline, .read-button,
  .free-form .required-star,
  article a[href] {
    color: #FB1F75;
  }
  .hover-underline:after, .read-button:after {
    background: #FB1F75;
  }
  img.client_logo {
    background: #f1f1f1;
    margin-top: 1em;
    box-shadow: -0.5em -0.5em 0 #f1f1f1, 0.5em 0.5em 0 #f1f1f1, -0.5em 0.5em 0 #f1f1f1, 0.5em -0.5em 0 #f1f1f1;
  }
  .tags .tag {
    background-color: #CF0060;
    transition: all 0.2s;
  }
  .tags .tag > a {
    color: #fefefe;
    transition: all 0.2s;
  }
  .tags .tag:hover {
    background: #fefefe;
  }
  .tags .tag:hover > a {
    color: #CF0060;
  }
  .client-case-hero p, .client-case-hero h1 {
    color: #3E0060;
  }
  article h3 {
    color: #fff;
  }
}
/* Generic */
.item-image {
  height: 150px;
}

.container {
  max-width: 1000px;
}

/*# sourceMappingURL=hashbangfr.css.fa5f5308cfd7.map */
