@keyframes shrink {
  0% {
    color: green;
    transform: scale(2); }
  100% {
    transform: scale(1);
    color: grey; } }
@keyframes grow {
  0% {
    transform: scale(1);
    color: grey; }
  100% {
    transform: scale(2);
    color: green; } }
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px; }

.intro {
  background-color: #ededed;
  padding: 40px 0;
  margin-bottom: 30px; }

header {
  color: #fff;
  background-color: #000; }
  header p {
    color: rgba(255, 255, 255, 0.65); }
  header a {
    color: rgba(255, 255, 255, 0.65); }
    header a:hover {
      color: #fff; }
  header .banner {
    background-image: url("../img/banniere.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 150px; }
    @media (min-width: 768px) {
      header .banner {
        height: 300px; } }
    @media (min-width: 992px) {
      header .banner {
        height: 350px; } }
  header .container {
    padding-top: 30px;
    padding-bottom: 25px; }
  header h1 {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 36px; }
  header #filtre {
    margin-bottom: 10px; }
    header #filtre label {
      font-size: 20px;
      font-family: aktiv-grotesk-condensed, sans-serif;
      font-weight: 700;
      font-style: italic;
      margin-right: 15px; }
    header #filtre .btn {
      width: 250px;
      background-color: #fff;
      color: #000;
      text-align: left;
      position: relative;
      margin-bottom: 25px; }
      header #filtre .btn:after {
        position: absolute;
        right: 15px;
        top: 16px; }
      @media (min-width: 768px) {
        header #filtre .btn {
          margin-bottom: 0px; } }

.sections {
  margin-bottom: 80px; }

h3.region {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 30px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px 20px 10px 20px; }

section {
  margin-bottom: 50px; }
  section .container {
    max-width: 840px; }
  @media (max-width: 767px) {
    section .logo {
      margin-bottom: 25px; } }
  section .secteurs {
    padding: 25px; }
    section .secteurs ul {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none; }
      section .secteurs ul li {
        font-size: 16px;
        line-height: 1.2em;
        margin-bottom: 8px;
        list-style: none; }
  section .contact {
    color: #fff;
    margin: auto;
    padding: 10px 25px; }
    section .contact a {
      color: #fff; }
    section .contact .tel {
      font-size: 18px;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media (min-width: 768px) {
        section .contact .tel {
          padding-top: 0px;
          padding-bottom: 0px; } }
      section .contact .tel a {
        text-decoration: none !important; }
    section .contact .site {
      padding-top: 10px;
      padding-bottom: 10px; }
      @media (min-width: 768px) {
        section .contact .site {
          padding-top: 0px;
          padding-bottom: 0px; } }
      section .contact .site a {
        text-decoration: underline; }
    section .contact .postuler {
      font-weight: 700;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media (min-width: 768px) {
        section .contact .postuler {
          padding-top: 0px;
          padding-bottom: 0px; } }
      section .contact .postuler .circle {
        border: 1px solid #fff;
        width: 36px;
        height: 36px;
        border-radius: 100%;
        position: relative;
        margin: 4px;
        display: inline-block;
        vertical-align: middle;
        background: #fff; }
        section .contact .postuler .circle:before, section .contact .postuler .circle:after {
          background: #000;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        section .contact .postuler .circle:before {
          width: 4px;
          margin: 11px auto; }
        section .contact .postuler .circle:after {
          margin: auto 11px;
          height: 4px;
          box-shadow: none; }

footer .copyright {
  background-color: black;
  color: #fff;
  padding: 30px 0;
  bottom: 15px; }

/*# sourceMappingURL=main.css.map */
