@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:700|Montserrat:300,400,600,700&display=swap');

.paragraph, .rich-text, .title, .author {
  font-family: Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.job-page .paragraph, .job-page .rich-text {
  font-size: 1.4rem;
}

.job-ads-listing-page .mobile-filters > .icon-button {
  min-width: 5.1rem;
}

.button, .highlighted-quote-block__content .link, .job-ad-preview .action__button {
  font-weight: 700;
  color: #fff;
  background-color: #e64427;
  border-radius: 0;
  transition: color .3s, border-color .3s, background-color .3s;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Barlow Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.1;
}

.button:hover, .highlighted-quote-block__content .link:hover, .job-ad-preview .action__button--gray {
  color: #fff;
  background-color: #2f3459;
}

.button:active {
  background-color: #c33117;
  border-color: #b82e15;
  filter: none;
}

.job-ad-preview .action__button--gray:hover {
  background-color: #e64427;
}

.job-page .rich-text ul {
  list-style: none;
  padding-left: 1.8rem;
  position: relative
}

.job-page .rich-text ul li:before {
  content: "";
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #e64427;
  position: absolute;
  left: 0;
  top: 1rem
}

.popup .social a.remplir {
    display:none;
}
:root {
    --custom-color-button-accept-cookie: #07C095;
    --custom-color-button-refuse-cookie: #D50F0F;
    --custom-color-top-bar-background: #E64427;
    --custom-color-top-bar-links-and-icons: #FFFFFF;
    --custom-color-footer-background: #E64427;
    --custom-color-footer-links-and-icons: #FFFFFF;
    --custom-color-for-graphic-elements: #B1AEB1;
    --custom-color-for-button-font: #FFFFFF;
    --custom-color-for-button-background: #E64427;
    --custom-color-for-maps-pin-and-search-area: #E64427;
}