@charset "UTF-8";
@import url(_normalize.css);
.container, main, body > footer section {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

html * {
  font: 14px "Roboto", sans-serif;
  color: #808080; }

* {
  box-sizing: border-box; }

hr {
  border: none;
  border-top: 1px solid #B2B2B2;
  position: relative;
  margin: 0; }
  hr::before {
    content: "";
    background-color: #7AA52F;
    height: 3px;
    position: absolute;
    width: 70px;
    top: -2px; }

main p {
  margin: 0; }
main a {
  text-decoration: none;
  color: inherit; }
  main a:hover {
    color: #7AA52F;
    text-decoration: underline; }
main a[href="#bartop"] {
  display: block;
  margin: 40px 0;
  text-align: right; }
main h1 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 22pt;
  border-bottom: none;
  color: #231F20;
  padding: 20px 0;
  margin: 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #B2B2B2; }
main h2 {
  font-weight: bold;
  text-align: center;
  color: #231F20;
  font-size: 35px; }
main h3 {
  font-weight: bold;
  color: #231F20;
  font-size: 22px; }

body > header {
  border-top: 7px solid #7AA52F; }
  body > header aside {
    border-bottom: 1px solid #B2B2B2;
    display: flex;
    justify-content: flex-end; }
    body > header aside .icon {
      display: block;
      text-decoration: none;
      background-position: 0 top;
      background-repeat: no-repeat;
      height: 42px;
      width: 42px;
      border-left: 1px dotted #B2B2B2; }
      body > header aside .icon:last-child, body > header aside .icon:first-child {
        border-right: 1px dotted #B2B2B2; }
      body > header aside .icon:first-child {
        margin-right: auto; }
      body > header aside .icon:hover {
        background-position: -42px top; }
    body > header aside .twitter {
      background-image: url("../img/icon/top/twitter.png"); }
      body > header aside .twitter:hover {
        background-color: #429cd6; }
    body > header aside .facebook {
      background-image: url("../img/icon/top/facebook.png"); }
      body > header aside .facebook:hover {
        background-color: #3B5999; }
    body > header aside .gplus {
      background-image: url("../img/icon/top/gplus.png"); }
      body > header aside .gplus:hover {
        background-color: #F53C27; }
    body > header aside .pinterest {
      background-image: url("../img/icon/top/pinterest.png"); }
      body > header aside .pinterest:hover {
        background-color: #CB2027; }
    body > header aside .issuu {
      background-image: url("../img/icon/top/issuu.png"); }
      body > header aside .issuu:hover {
        background-color: #F04A39; }
    body > header aside .viadeo {
      background-image: url("../img/icon/top/viadeo.png"); }
      body > header aside .viadeo:hover {
        background-color: #010101; }
    body > header aside .linkedin {
      background-image: url("../img/icon/top/linkedin.png"); }
      body > header aside .linkedin:hover {
        background-color: #0274B3; }
    body > header aside .rss {
      background-image: url("../img/icon/top/rss.png"); }
      body > header aside .rss:hover {
        background-color: #FF6600; }
    body > header aside .informations {
      background-image: url("../img/icon/top/informations.png"); }
      body > header aside .informations:hover {
        background-color: #7AA52F; }
  body > header section {
    display: flex;
    justify-content: space-between; }
    body > header section > a img {
      width: 100%;
      display: block; }
    body > header section nav {
      padding: 20px 0;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
      body > header section nav a {
        white-space: nowrap;
        color: #B2B2B2;
        display: block;
        text-decoration: none;
        margin-left: 20px;
        text-transform: uppercase;
        font-size: 16px; }
        body > header section nav a:hover, body > header section nav a.active {
          border-color: #7AA52F;
          color: #7AA52F; }

body > footer {
  background-color: #231F20; }
  body > footer section {
    display: flex;
    padding: 25px 0 45px 0;
    justify-content: space-between; }
    body > footer section article {
      flex: 1 1 15%;
      padding: 0 20px;
      color: #FFF; }
      body > footer section article h3 {
        text-transform: uppercase;
        margin: 20px 0 10px 0;
        font-size: 21px;
        font-weight: bold;
        color: inherit; }
      body > footer section article:first-child h3 {
        color: #7AA52F; }
      body > footer section article strong {
        color: inherit;
        font-weight: bold;
        display: block; }
        body > footer section article strong:last-of-type {
          margin-top: 40px; }
      body > footer section article address {
        color: inherit; }
        body > footer section article address a {
          color: inherit;
          text-decoration: none; }
          body > footer section article address a:hover {
            text-decoration: underline; }
      body > footer section article .list {
        display: flex;
        flex-direction: column; }
        body > footer section article .list a {
          color: #FFF;
          text-decoration: none;
          flex: 1 1 auto;
          padding: 8px 8px 8px 15px;
          border-top: 1px solid #555;
          position: relative; }
          body > footer section article .list a::before {
            content: "►";
            visibility: hidden;
            display: block;
            position: absolute;
            top: 8px;
            left: 0; }
          body > footer section article .list a:hover {
            color: #7AA52F;
            background: #312b2c; }
            body > footer section article .list a:hover::before {
              visibility: visible; }
          body > footer section article .list a:last-child {
            padding-bottom: 8px;
            border-bottom: 1px solid #555; }
      body > footer section article:nth-child(2), body > footer section article:nth-child(3) {
        flex: 1 1 35%; }
  body > footer > div {
    text-align: center;
    background: #7AA52F;
    color: #FFF;
    padding: 12px; }
    body > footer > div a {
      text-decoration: none;
      color: #FFF; }
      body > footer > div a:hover {
        text-decoration: underline; }

.lateral h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  color: #231F20; }

form {
  display: flex; }
  form input, form textarea {
    flex: 1 1 auto;
    width: 100%;
    border: 1px solid #B2B2B2;
    width: 100%;
    padding: 7px 5px 5px;
    font-size: 16px; }
  form button {
    flex: 1 1 40px;
    background: #231F20;
    border: 0;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer; }
    form button:hover {
      background-color: #7AA52F; }

a.link {
  display: block;
  padding: 10px 0;
  color: #7AA52F; }
  a.link::before {
    content: "►"; }

strong {
  color: inherit;
  font-weight: bold; }

em {
  font-style: italic; }

.social {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px; }
  .social .icon {
    width: 37px;
    height: 37px;
    text-decoration: none;
    margin: 2px;
    background-image: url("../img/background/blog-social.png"); }
  .social .icon.twitter {
    background-position: 0 0px; }
    .social .icon.twitter:hover {
      background-color: white;
      background-position: -37px 0px; }
  .social .icon.facebook {
    background-position: 0 -37px; }
    .social .icon.facebook:hover {
      background-color: white;
      background-position: -37px -37px; }
  .social .icon.gplus {
    background-position: 0 -74px; }
    .social .icon.gplus:hover {
      background-color: white;
      background-position: -37px -74px; }
  .social .icon.pinterest {
    background-position: 0 -111px; }
    .social .icon.pinterest:hover {
      background-color: white;
      background-position: -37px -111px; }
  .social .icon.issuu {
    background-position: 0 -148px; }
    .social .icon.issuu:hover {
      background-color: white;
      background-position: -37px -148px; }
  .social .icon.viadeo {
    background-position: 0 -185px; }
    .social .icon.viadeo:hover {
      background-color: white;
      background-position: -37px -185px; }
  .social .icon.linkedin {
    background-position: 0 -222px; }
    .social .icon.linkedin:hover {
      background-color: white;
      background-position: -37px -222px; }
  .social .icon.rss {
    background-position: 0 -259px; }
    .social .icon.rss:hover {
      background-color: white;
      background-position: -37px -259px; }

.share {
  display: flex;
  margin: -2px; }
  .share a {
    padding: 0;
    text-align: center;
    text-decoration: none;
    flex: 1 1 auto;
    background: #231F20;
    color: #FFF;
    margin: 2px;
    font-size: 10px;
    display: flex;
    align-items: center; }
    .share a::before {
      content: "";
      display: block;
      text-decoration: none;
      background: no-repeat -30px top;
      background-size: cover;
      height: 30px;
      width: 28px; }
    .share a:hover {
      color: #FFF;
      text-decoration: none; }
    .share a.twitter::before {
      background-image: url("../img/icon/top/twitter.png"); }
    .share a.twitter:hover {
      background-color: #429cd6; }
    .share a.facebook::before {
      background-image: url("../img/icon/top/facebook.png"); }
    .share a.facebook:hover {
      background-color: #3B5999; }
    .share a.gplus::before {
      background-image: url("../img/icon/top/gplus.png"); }
    .share a.gplus:hover {
      background-color: #F53C27; }
    .share a.pinterest::before {
      background-image: url("../img/icon/top/pinterest.png"); }
    .share a.pinterest:hover {
      background-color: #CB2027; }
    .share a.issuu::before {
      background-image: url("../img/icon/top/issuu.png"); }
    .share a.issuu:hover {
      background-color: #F04A39; }
    .share a.viadeo::before {
      background-image: url("../img/icon/top/viadeo.png"); }
    .share a.viadeo:hover {
      background-color: #010101; }
    .share a.linkedin::before {
      background-image: url("../img/icon/top/linkedin.png"); }
    .share a.linkedin:hover {
      background-color: #0274B3; }
    .share a.rss::before {
      background-image: url("../img/icon/top/rss.png"); }
    .share a.rss:hover {
      background-color: #FF6600; }
    .share a.informations::before {
      background-image: url("../img/icon/top/informations.png"); }
    .share a.informations:hover {
      background-color: #7AA52F; }

#tagsList {
  border-top: 1px solid #B2B2B2;
  padding-top: 10px; }
  #tagsList a {
    color: #7AA52F;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px; }
    #tagsList a::before {
      content: " "; }
    #tagsList a:hover {
      text-decoration: underline; }
    #tagsList a.more {
      display: block;
      margin-top: 10px;
      width: 100%;
      padding: 15px;
      text-transform: uppercase;
      color: #FFF;
      background-color: #231F20;
      text-decoration: none;
      text-align: center;
      font-size: 16px;
      margin-top: 20px; }
      #tagsList a.more:hover {
        background-color: #7AA52F;
        color: #FFF; }

#quicklink {
  padding: 10px 0;
  display: flex;
  justify-content: space-between; }
  #quicklink a {
    flex: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px; }
    #quicklink a:hover, #quicklink a.active {
      color: #7AA52F; }

#quicklink_mobile {
  padding: 5px;
  display: none; }
  #quicklink_mobile select {
    margin-top: 5px;
    padding: 5px;
    font-size: 2em;
    text-transform: uppercase;
    width: 100%; }

#filter a {
  border-top: 1px solid #B2B2B2;
  padding: 20px 0 10px 0;
  display: block;
  color: #7AA52F;
  font-weight: bold;
  text-decoration: none; }

#projectsList {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -8px * 2;
  margin-bottom: 30px; }
  #projectsList a {
    width: calc(100%/3 - 8px );
    margin-bottom: 8px;
    position: relative;
    text-align: center;
    background-color: rgba(156, 156, 156, 0.26);
    box-sizing: border-box; }
    #projectsList a img {
      display: block;
      width: 100%; }
    #projectsList a .description {
      padding: 30px;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: rgba(35, 31, 32, 0.9);
      visibility: hidden; }
      #projectsList a .description h3 {
        font-size: 24px;
        font-weight: bold;
        color: #FFF;
        border-bottom: 1px solid #B2B2B2;
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px; }
      #projectsList a .description p span {
        color: #7AA52F;
        font-size: 15px; }
        #projectsList a .description p span:hover {
          text-decoration: underline; }
    #projectsList a:hover .description {
      visibility: visible; }
    #projectsList a.more {
      margin-top: 10px;
      width: 100%;
      padding: 15px;
      text-transform: uppercase;
      color: #FFF;
      background-color: #231F20;
      text-decoration: none;
      text-align: center;
      font-size: 16px; }
      #projectsList a.more:hover {
        background-color: #7AA52F;
        color: #FFF; }

nav#projectNavigation {
  display: flex;
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 20px;
  align-items: center; }
  nav#projectNavigation h1 {
    text-transform: uppercase;
    flex: 10;
    border: none;
    font-size: 35px;
    margin-bottom: 0;
    padding-left: 20px; }
  nav#projectNavigation time {
    flex: 1; }
    nav#projectNavigation time strong {
      display: block;
      color: #231F20;
      font-weight: bold;
      text-transform: uppercase; }
  nav#projectNavigation a {
    flex: 0;
    box-sizing: border-box;
    padding: 20px 20px; }
    nav#projectNavigation a svg {
      stroke: #B2B2B2;
      stroke-width: 2px; }
    nav#projectNavigation a:hover {
      background: #7AA52F; }
      nav#projectNavigation a:hover svg {
        stroke: #FFF; }

#projectOverview {
  display: flex;
  margin: 0 -10px 30px -10px; }
  #projectOverview > * {
    padding: 10px; }
  #projectOverview #pictures {
    flex: 3; }
    #projectOverview #pictures figure {
      margin: 0;
      color: #231F20;
      margin-bottom: 10px; }
      #projectOverview #pictures figure img {
        display: block;
        width: 100%; }
      #projectOverview #pictures figure figcaption {
        width: 100%;
        color: #B2B2B2;
        padding: 5px; }
  #projectOverview #content {
    flex: 1;
    box-sizing: border-box; }
    #projectOverview #content h3 {
      font-size: 24px;
      margin: 0; }
    #projectOverview #content .tags a {
      color: #7AA52F;
      text-decoration: none; }
    #projectOverview #content .description {
      margin-top: 20px;
      color: #231F20; }
      #projectOverview #content .description p {
        color: inherit; }
    #projectOverview #content .url a {
      border-top: 1px solid #B2B2B2;
      border-bottom: 1px solid #B2B2B2;
      margin-top: 10px;
      display: block;
      padding: 10px 2px;
      color: #7AA52F;
      text-decoration: none;
      position: relative;
      padding-left: 20px; }
      #projectOverview #content .url a:hover {
        text-decoration: underline; }
      #projectOverview #content .url a::before {
        position: absolute;
        left: 0;
        height: 16px;
        width: 16px;
        content: "";
        display: inline-block;
        background: url("../img/icon/picto-url.png"); }
    #projectOverview #content .issu a {
      border-top: 1px solid #B2B2B2;
      border-bottom: 1px solid #B2B2B2;
      margin-top: 10px;
      display: block;
      padding: 10px 2px;
      color: #F04A39;
      text-decoration: none;
      position: relative;
      padding-left: 20px; }
      #projectOverview #content .issu a:hover {
        text-decoration: underline; }
      #projectOverview #content .issu a::before {
        position: absolute;
        left: 0;
        height: 16px;
        width: 16px;
        content: "";
        display: inline-block;
        background: url("../img/icon/picto-issu.png"); }
    #projectOverview #content dl dt {
      font-weight: bold;
      color: #231F20;
      margin: 10px 0 3px 0;
      text-transform: uppercase; }
    #projectOverview #content dl dd {
      margin: 0; }

#serviceCategoriesList {
  display: flex;
  margin-bottom: 90px; }
  #serviceCategoriesList a {
    flex: 1 1 33%;
    text-align: center;
    text-decoration: none;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: stretch; }
    #serviceCategoriesList a > * {
      flex: 1 1 auto; }
    #serviceCategoriesList a h4 {
      font-weight: bold;
      color: #7AA52F;
      margin-bottom: 5px;
      font-size: 20px; }
    #serviceCategoriesList a p {
      margin: 0 0 10px;
      font-size: 15px; }
    #serviceCategoriesList a::after {
      display: inline-block;
      background-color: #231F20;
      color: #FFF;
      content: "En savoir +";
      text-transform: uppercase;
      padding: 7px 15px;
      font-size: 16px;
      margin: 15px auto auto; }
    #serviceCategoriesList a:hover h4 {
      color: #7AA52F; }
    #serviceCategoriesList a:hover::after {
      background-color: #7AA52F; }
    #serviceCategoriesList a:not(:last-child) {
      border-right: 1px solid #B2B2B2; }

#services {
  display: flex;
  margin: 0px -10px 0 -10px; }
  #services section {
    margin: 10px; }
  #services #servicesList {
    flex: 1 1 75%; }
    #services #servicesList h3 {
      font-size: 30px; }
    #services #servicesList a {
      display: flex;
      border-top: 1px solid #B2B2B2;
      padding: 20px 0; }
      #services #servicesList a .img {
        flex: 1; }
        #services #servicesList a .img img {
          width: 100%; }
      #services #servicesList a .informations {
        flex: 3; }
        #services #servicesList a .informations h4 {
          margin: 10px 0;
          font-size: 18px;
          text-transform: uppercase;
          color: #231F20;
          font-weight: bold; }
        #services #servicesList a .informations::after {
          display: block;
          margin-top: 10px;
          content: "► En savoir +";
          color: #7AA52F;
          font-style: italic;
          font-size: 12px; }
      #services #servicesList a:hover {
        text-decoration: none;
        background: #EEE; }
  #services .lateral {
    flex: 1 1 25%; }
    #services .lateral hr {
      margin: 20px 0; }

#serviceDetail {
  display: flex;
  margin: 30px -10px 0 -10px; }
  #serviceDetail h2 {
    text-align: left; }
  #serviceDetail section {
    margin: 10px; }
  #serviceDetail #sectionsList {
    flex: 1 1 75%; }
    #serviceDetail #sectionsList h3 {
      font-size: 30px; }
    #serviceDetail #sectionsList a {
      display: flex;
      border-top: 1px solid #B2B2B2;
      padding: 20px 0; }
      #serviceDetail #sectionsList a .img {
        flex: 1; }
        #serviceDetail #sectionsList a .img img {
          width: 100%; }
      #serviceDetail #sectionsList a .informations {
        flex: 3; }
        #serviceDetail #sectionsList a .informations h4 {
          margin: 10px 0;
          font-size: 18px;
          text-transform: uppercase;
          color: #231F20;
          font-weight: bold; }
      #serviceDetail #sectionsList a:hover {
        text-decoration: none; }
  #serviceDetail .lateral {
    flex: 1 1 25%; }
    #serviceDetail .lateral nav.articles a {
      display: block;
      text-transform: uppercase;
      font-size: 13px;
      border-bottom: 1px dotted #B2B2B2;
      position: relative;
      padding: 5px 0 5px 25px; }
      #serviceDetail .lateral nav.articles a:last-child {
        border: 0; }
      #serviceDetail .lateral nav.articles a::before {
        left: 0;
        position: absolute;
        visibility: hidden;
        content: "►"; }
      #serviceDetail .lateral nav.articles a:hover {
        color: #7AA52F;
        text-decoration: none; }
        #serviceDetail .lateral nav.articles a:hover::before {
          visibility: visible; }
    #serviceDetail .lateral hr {
      margin: 20px 0; }

#blog {
  display: flex;
  margin: 0px -10px 20px; }
  #blog section {
    margin: 0 10px; }
  #blog #blogsList {
    flex: 1 1 75%; }
    #blog #blogsList hr {
      margin: 20px 0; }
    #blog #blogsList article {
      position: relative;
      padding-left: 80px; }
      #blog #blogsList article header time {
        position: absolute;
        left: 0;
        display: block;
        background: #231F20;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 10px;
        width: 55px;
        color: #FFF; }
        #blog #blogsList article header time span {
          color: inherit;
          display: block; }
          #blog #blogsList article header time span.day {
            font-weight: bold;
            font-size: 26px; }
          #blog #blogsList article header time span.month {
            font-size: 15px;
            margin-top: -5px;
            text-transform: uppercase; }
      #blog #blogsList article header h2 {
        color: #7AA52F;
        text-align: left;
        font-size: 22px;
        margin: 0 0 5px 0;
        text-transform: none; }
      #blog #blogsList article header .informations {
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 10px;
        color: #B2B2B2;
        border-top: 1px solid #B2B2B2;
        border-bottom: 1px solid #B2B2B2;
        padding: 3px; }
        #blog #blogsList article header .informations a {
          font-size: inherit;
          color: inherit; }
      #blog #blogsList article header .share {
        margin-bottom: 10px; }
      #blog #blogsList article img {
        display: block;
        width: 100%;
        height: auto; }
      #blog #blogsList article footer {
        margin: 10px 0; }
        #blog #blogsList article footer > a {
          display: block;
          padding: 5px 0;
          color: #7AA52F; }
          #blog #blogsList article footer > a::before {
            content: "►"; }
        #blog #blogsList article footer .tags {
          margin-top: 10px;
          border: 1px dotted #B2B2B2;
          border-right: 0;
          border-left: 0;
          padding: 10px 0; }
          #blog #blogsList article footer .tags a {
            color: #555;
            display: inline-block;
            padding: 1px 5px;
            font-size: 12px;
            line-height: 1.5;
            border: 1px solid red;
              border-color: #808080;
              border-radius: 3px; }
            #blog #blogsList article footer .tags a:hover {
              text-decoration: none; }
    #blog #blogsList .paginate {
      display: flex; }
      #blog #blogsList .paginate div {
        flex: 1 1 auto; }
      #blog #blogsList .paginate a {
        display: block; }
        #blog #blogsList .paginate a[rel='next'] {
          text-align: right; }
  #blog .lateral {
    flex: 1 1 25%; }
    #blog .lateral hr {
      margin: 20px 0; }
    #blog .lateral h3 {
      margin: 0 0 10px;
      text-transform: uppercase; }
    #blog .lateral nav.categories a {
      display: block; }
      #blog .lateral nav.categories a:hover, #blog .lateral nav.categories a.active {
        color: #7AA52F;
        text-decoration: none; }
    #blog .lateral nav.articles a {
      display: block;
      text-transform: uppercase;
      font-size: 13px;
      border-bottom: 1px dotted #B2B2B2;
      position: relative;
      padding: 5px 0 5px 25px; }
      #blog .lateral nav.articles a:last-child {
        border: 0; }
      #blog .lateral nav.articles a::before {
        left: 0;
        position: absolute;
        visibility: hidden;
        content: "►"; }
      #blog .lateral nav.articles a:hover {
        color: #7AA52F;
        text-decoration: none; }
        #blog .lateral nav.articles a:hover::before {
          visibility: visible; }
    #blog .lateral nav.archives h5 {
      margin: 10px 0 5px 0; }
    #blog .lateral nav.archives a {
      display: block;
      padding: 2px 2px 2px 10px; }
      #blog .lateral nav.archives a:hover, #blog .lateral nav.archives a.active {
        color: #7AA52F; }

#articlesList {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  margin-top: 30px; }
  #articlesList a {
    padding: 10px;
    flex: 1 1 auto;
    width: calc(100%/4 - 5px );
    text-decoration: none;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between; }
    #articlesList a img {
      display: block;
      width: 100%; }
    #articlesList a h4 {
      font-size: 18px;
      margin-top: 10px;
      height: 40px;
      color: #7AA52F;
      font-weight: bold;
      margin-bottom: 10px;
      overflow: hidden; }
    #articlesList a .description {
      flex: 1;
      color: #231F20; }
    #articlesList a .more {
      color: #7AA52F;
      font-style: italic;
      border-bottom: 1px dotted #B2B2B2;
      margin: 5px 0;
      padding: 5px 0; }
      #articlesList a .more::before {
        content: "►"; }
    #articlesList a time {
      font-style: italic;
      font-size: 13px; }
    #articlesList a:not(:last-child):hover {
      background-color: #EEE; }
    #articlesList a.more {
      margin-top: 10px;
      width: 100%;
      padding: 15px;
      text-transform: uppercase;
      color: #FFF;
      background-color: #231F20;
      text-decoration: none;
      text-align: center;
      font-size: 16px; }
      #articlesList a.more:hover {
        background-color: #7AA52F;
        color: #FFF; }

@media screen and (min-width: 0px) {
  body #projectsList a {
    width: 100%; }
  body #quicklink {
    display: none; }
  body #quicklink_mobile {
    display: block; }
  body footer article {
    display: none; }
    body footer article:nth-child(1) {
      display: block; }
  body #articlesList {
    flex-direction: column; }
    body #articlesList a {
      width: auto; }
  body #serviceCategoriesList {
    flex-direction: column; }
    body #serviceCategoriesList a:not(:last-child) {
      border: none; } }
@media screen and (min-width: 576px) {
  body #projectsList a {
    width: calc(100%/2 - 4px);
    margin-bottom: 8px; }
  body footer article {
    display: none; }
    body footer article:nth-child(1), body footer article:nth-child(4) {
      display: block; }
  body #articlesList {
    flex-direction: row; }
    body #articlesList a {
      width: calc(100%/2 - 5px ); }
  body #serviceCategoriesList {
    flex-direction: row; }
    body #serviceCategoriesList a:not(:last-child) {
      border-right: 1px solid #B2B2B2; } }
@media screen and (min-width: 768px) {
  body #projectsList a {
    width: calc(100%/3 - 6px);
    margin-bottom: 9px; }
  body #quicklink {
    display: flex; }
  body #quicklink_mobile {
    display: none; }
  body header section {
    padding: 20px 0; }
  body footer article {
    display: block; }
    body footer article:nth-child(3) {
      display: none; }
  body #articlesList {
    flex-direction: row; }
    body #articlesList a {
      width: calc(100%/4 - 5px ); } }
@media screen and (min-width: 992px) {
  body #projectsList a {
    width: calc(100%/3 - 6px);
    margin-bottom: 9px; }
  body footer article {
    display: block; }
    body footer article:nth-child(3) {
      display: block; } }
@media screen and (max-width: 768px) {
  .container, main, body > footer section {
    padding: 0 5px; }

  body > header {
    position: relative; }
    body > header section {
      align-items: center; }
      body > header section nav {
        padding: 5px 0;
        flex-direction: column; }
        body > header section nav a {
          padding-bottom: 0; }
  body h1 {
    display: none; }
  body #blog {
    flex-direction: column;
    margin: 20px 0; }
  body #projectOverview {
    flex-direction: column-reverse; }
  body .lateral {
    display: none; }
  body #about .img {
    display: none; }
  body #about .precisions {
    padding-left: 20px; }
  body footer section {
    padding-bottom: 20px; } }
#about {
  margin-top: 30px;
  display: flex;
  margin-left: -10px;
  margin-right: -10px; }
  #about section {
    margin: 0 10px; }
  #about #aboutList {
    flex: 1 1 75%; }
    #about #aboutList article {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px;
      color: #231F20; }
      #about #aboutList article h2 {
        width: 100%;
        text-align: left;
        text-transform: none;
        padding: 20px 0;
        margin: 0 0 20px;
        border-bottom: 1px dotted #B2B2B2; }
      #about #aboutList article .img {
        flex: 1 1 25%; }
        #about #aboutList article .img img {
          display: block;
          width: 100%; }
      #about #aboutList article .precisions {
        flex: 1 1 75%;
        color: #231F20; }
        #about #aboutList article .precisions p {
          margin: 0 0 10px;
          color: inherit; }
  #about .lateral {
    flex: 1 1 25%; }
    #about .lateral hr {
      margin: 30px 0; }
    #about .lateral nav.articles a {
      display: block;
      text-transform: uppercase;
      font-size: 13px;
      border-bottom: 1px dotted #B2B2B2;
      position: relative;
      padding: 5px 0 5px 25px; }
      #about .lateral nav.articles a:last-child {
        border: 0; }
      #about .lateral nav.articles a::before {
        left: 0;
        position: absolute;
        visibility: hidden;
        content: "►"; }
      #about .lateral nav.articles a:hover {
        color: #7AA52F;
        text-decoration: none; }
        #about .lateral nav.articles a:hover::before {
          visibility: visible; }

#contact {
  display: flex;
  margin: 0px -10px 0 -10px; }
  #contact hr {
    margin: 20px 0; }
  #contact h2 {
    text-align: left;
    margin-top: 0; }
  #contact section {
    margin: 10px; }
  #contact #contactList {
    flex: 1 1 75%; }
    #contact #contactList form {
      display: flex;
      flex-direction: column; }
      #contact #contactList form > * {
        margin-top: 15px; }
  #contact .lateral {
    flex: 1 1 25%; }
    #contact .lateral h4 {
      color: #7AA52F;
      font-weight: bold;
      margin-bottom: 3px;
      text-transform: uppercase; }
    #contact .lateral .notice {
      color: #231F20;
      font-weight: bold; }
    #contact .lateral img {
      margin-top: 20px; }

/*# sourceMappingURL=style.css.map */
