@font-face {
  font-family: 'Hind';
  font-weight: 200;
  src: url("./font/Hind-Light.eot");
  src: url("./font/Hind-Light.eot?#iefix") format("embedded-opentype"), url("./font/Hind-Light.woff") format("woff"), url("./font/Hind-Light.otf") format("otf"), url("./font/Hind-Light.ttf") format("truetype"), url("./font/Hind-Light.svg#PolicePerso") format("svg"); }
@font-face {
  font-family: 'Hind';
  font-weight: 300;
  src: url("./font/Hind-Regular.eot");
  src: url("./font/Hind-Regular.eot?#iefix") format("embedded-opentype"), url("./font/Hind-Regular.woff") format("woff"), url("./font/Hind-Regular.otf") format("otf"), url("./font/Hind-Regular.ttf") format("truetype"), url("./font/Hind-Regular.svg#PolicePerso") format("svg"); }
@font-face {
  font-family: 'Hind';
  font-weight: 400;
  src: url("./font/Hind-Medium.eot");
  src: url("./font/Hind-Medium.eot?#iefix") format("embedded-opentype"), url("./font/Hind-Medium.woff") format("woff"), url("./font/Hind-Medium.otf") format("otf"), url("./font/Hind-Medium.ttf") format("truetype"), url("./font/Hind-Medium.svg#PolicePerso") format("svg"); }
@font-face {
  font-family: 'Hind';
  font-weight: 500;
  src: url("./font/Hind-Semibold.eot");
  src: url("./font/Hind-Semibold.eot?#iefix") format("embedded-opentype"), url("./font/Hind-Semibold.woff") format("woff"), url("./font/Hind-Semibold.otf") format("otf"), url("./font/Hind-Semibold.ttf") format("truetype"), url("./font/Hind-Semibold.svg#PolicePerso") format("svg"); }
@font-face {
  font-family: 'variane_scriptregular';
  src: url("./font/variane_script-webfont.eot");
  src: url("./font/variane_script-webfont.eot?#iefix") format("embedded-opentype"), url("./font/variane_script-webfont.woff") format("woff"), url("./font/variane_script-webfont.ttf") format("truetype"), url("./font/variane_script-webfont.svg#variane_scriptregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*$labside-color: #a39776;*/
.fade {
  opacity: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

body {
  background: #fff; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: none; }

a:hover, a:active {
  outline: 0; }

a img {
  border: 0; }

/*------------------------------------------------------------------------------------------------------------------ */
/*--RESET-MURTAUGH'S ----------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------ */
/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */
/* We like off-black for text. */
body, select, input, textarea {
  color: #333; }

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #5a9868;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #5a9868;
  color: #fff;
  text-shadow: none; }

/*  j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #fcd700; }

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder {
  color: #a9a9a9; }

textarea:-moz-placeholder {
  color: #a9a9a9; }

a {
  text-decoration: none; }

#logo {
  transition: all ease 0.2s;
  position: fixed;
  z-index: 1;
  top: 7px;
  left: 20px;
  width: 120px;
  height: 100px;
  display: inline-block;
  background: #5a9868;
  -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
  -o-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='rgba(0,0,0,0.8)', Direction=135, Strength=3); }
  #logo h1 {
    position: absolute;
    bottom: 0;
    left: 10px;
    color: white;
    font-size: 3.5em;
    font-weight: 500;
    text-shadow: -1.5px 1.5px 2px rgba(0, 0, 0, 0.95);
    -moz-text-shadow: -1.5px 1.5px 2px rgba(0, 0, 0, 0.95);
    -webkit-text-shadow: -1.5px 1.5px 2px rgba(0, 0, 0, 0.95);
    line-height: 1;
    font-family: 'variane_scriptregular'; }
  #logo h1::first-letter {
    text-transform: uppercase; }

#logo.retract {
  top: -50px; }

nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 68px;
  -moz-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='rgba(0,0,0,0.8)', Direction=135, Strength=3); }

#menu {
  position: absolute;
  bottom: 28px;
  left: 0;
  height: 40px;
  background: white;
  width: 100%;
  text-align: center; }
  #menu ul {
    display: inline-block; }
    #menu ul li {
      float: left; }
      #menu ul li a {
        color: #4f4f4f;
        height: 29px;
        display: inline-block;
        padding: 11px 12px 0 12px;
        font-size: 1.1em; }
      #menu ul li a:hover {
        background: #5a9868;
        color: white; }
    #menu ul .current-menu-item > a {
      background: #5a9868;
      color: white; }

#plus-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 28px;
  background: black;
  width: 100%;
  color: white; }
  #plus-menu #social-menu {
    position: absolute;
    top: 0;
    left: 5px; }
    #plus-menu #social-menu li {
      float: left;
      width: 28px;
      height: 28px; }
      #plus-menu #social-menu li a {
        width: 28px;
        height: 28px;
        background: url("img/sprite-icon5.svg") 0 -392px no-repeat;
        background-size: 28px;
        display: block; }
      #plus-menu #social-menu li a:hover {
        background-position-y: -56px; }
  #plus-menu span {
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.6); }
    #plus-menu span a {
      font-weight: 300;
      font-size: 1.1em;
      color: white; }

body {
  font-size: 12px;
  font-family: 'Hind';
  font-weight: 200; }

#background {
  width: 100%;
  height: 100vh;
  background-image: url("img/labside-bg.jpg");
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0; }
  #background .layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    transition: background ease 1s; }
  #background .layer.dark {
    background: rgba(0, 0, 0, 0.8); }

#content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

section {
  position: relative; }

#content .pager {
  width: 70%;
  background: white;
  margin: auto;
  margin-top: 25vh;
  padding: 20px;
  -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
  -o-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='rgba(0,0,0,0.8)', Direction=135, Strength=3); }

@media screen and (min-width: 100px) {
  #home {
    min-height: 101vh; }
    #home > div {
      transition: all 0.2s; }
      #home > div > h2 {
        width: 90%;
        margin: 0 12vw 8vh auto;
        padding-top: 30vh;
        max-width: 500px;
        text-align: right;
        font-size: 2.2em;
        color: white;
        text-transform: uppercase;
        line-height: 1.1;
        text-shadow: -1.5px 1.5px 2px rgba(0, 0, 0, 0.95);
        -moz-text-shadow: -1.5px 1.5px 2px rgba(0, 0, 0, 0.95);
        -webkit-text-shadow: -1.5px 1.5px 2px rgba(0, 0, 0, 0.95); }
        #home > div > h2 img {
          width: 100%; }
        #home > div > h2 span {
          font-weight: 500;
          font-size: 1.45em; }
    #home #services {
      transition: all 0.8s; }
      #home #services article {
        width: 200px;
        margin: 0 auto 5vh auto; }
        #home #services article img {
          margin: auto;
          display: block;
          width: 60%; }
        #home #services article div {
          -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
          -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
          -o-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
          box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
          filter: progid:DXImageTransform.Microsoft.Shadow(color='rgba(0,0,0,0.8)', Direction=135, Strength=3); }
          #home #services article div h2 {
            background: #5a9868;
            color: white;
            font-weight: 400;
            font-size: 1.15em;
            padding: 2px 6px;
            text-align: right; }
          #home #services article div h3 {
            background: rgba(65, 65, 65, 0.6);
            color: white;
            font-size: 1em;
            padding: 1px 6px;
            text-align: right; }
          #home #services article div p {
            background: rgba(255, 255, 255, 0.8);
            padding: 13px 15px 20px; } }
@media screen and (min-width: 530px) {
  #home #services {
    width: 460px;
    padding-left: 30px;
    margin: auto; }
    #home #services article {
      margin: 0 30px 8vh 0;
      float: left; } }
@media screen and (min-width: 530px) and (max-width: 799px) {
  #home #services article:nth-child(3) {
    margin-left: 48%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); } }
@media screen and (min-width: 800px) {
  #home > div > h2 {
    padding-top: 20vh; }
  #home #services {
    width: 690px; } }
@media screen and (min-width: 100px) {
  #about-us {
    background: white none repeat scroll 0 0;
    -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
    -o-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='rgba(0,0,0,0.8)', Direction=135, Strength=3);
    margin: 0 auto;
    max-width: 275px;
    padding: 20px;
    width: calc(90% - 40px); }
    #about-us h2 {
      color: #27220f;
      font-family: 'Hind';
      font-size: 2.2em;
      font-weight: 300;
      line-height: 1.35;
      margin-bottom: 18px; }
    #about-us h3 {
      text-align: center;
      margin: 8px auto;
      width: 90%; }
    #about-us p {
      font-size: 1em;
      margin-bottom: 15px;
      width: 90%;
      margin: 0 auto 8px; }
    #about-us img {
      max-width: 60px;
      border-radius: 50%;
      margin: 0 auto 20px;
      display: block; }

  #nos-actions {
    padding-top: 80px;
    background: transparent none repeat scroll 0 0;
    margin: 30px auto;
    max-width: 450px;
    padding: 20px 20px 25px;
    width: calc(90% - 40px); }
    #nos-actions h2 {
      color: #5a9868;
      font-family: 'Hind';
      font-size: 2.2em;
      font-weight: 300;
      line-height: 1.35;
      text-align: center;
      text-transform: uppercase;
      margin: 20px 0; }
    #nos-actions #benefits {
      margin: 15px 0 0; }
      #nos-actions #benefits .benefit {
        margin: 0 auto 20px;
        min-height: 80px;
        width: 50%;
        text-align: center;
        float: left;
        min-height: 250px; }
        #nos-actions #benefits .benefit h3 {
          color: #FFF;
          text-shadow: -1.5px 1.5px 2px rgba(0, 0, 0, 0.95);
          -moz-text-shadow: -1.5px 1.5px 2px rgba(0, 0, 0, 0.95);
          -webkit-text-shadow: -1.5px 1.5px 2px rgba(0, 0, 0, 0.95);
          font-size: 1.3em;
          width: 90%;
          text-transform: uppercase;
          margin: 5px auto 15px;
          border-bottom: 1px solid #FFF; }
        #nos-actions #benefits .benefit p {
          color: #FFF;
          text-shadow: -1.5px 1.5px 2px rgba(0, 0, 0, 0.95);
          -moz-text-shadow: -1.5px 1.5px 2px rgba(0, 0, 0, 0.95);
          -webkit-text-shadow: -1.5px 1.5px 2px rgba(0, 0, 0, 0.95);
          font-size: 1.1em;
          width: 85%;
          margin: 0 auto; }

  #projets {
    margin: 25px 0 75px; }
    #projets h2 {
      clear: both;
      margin: 15px auto 35px;
      width: 90%;
      text-align: center;
      color: #FFF;
      font-size: 2.2em;
      text-transform: uppercase; }
    #projets #partner-list {
      padding-right: 20px;
      padding-bottom: 6px; }
      #projets #partner-list .partner {
        width: 150px;
        margin-left: 20px; }
        #projets #partner-list .partner img {
          width: 100%; }
      #projets #partner-list .slick-dots li {
        width: 8px; }
      #projets #partner-list .slick-dots li button::before {
        color: #5a9868; } }
@media screen and (min-width: 530px) {
  #actions #benefits .benefit {
    min-height: 0; } }
@media screen and (min-width: 870px) {
  #actions #nos-actions {
    margin: 0 auto;
    max-width: 490px;
    width: 490px; } }
@media screen and (min-width: 1024px) {
  #actions {
    width: 810px;
    margin: 0 auto 15vh; }
    #actions #about-us {
      float: left;
      margin: 0 30px 0 0;
      width: 210px; }
    #actions #nos-actions {
      float: left;
      margin: 0 auto; }
      #actions #nos-actions h2 {
        margin: 0 auto 20px; }
      #actions #nos-actions #benefits .benefit {
        width: 33.3333%; }

  #projets h2 {
    clear: both; }
  #projets #partner-list {
    max-width: 730px;
    margin: 0 auto; } }
@media screen and (min-width: 1150px) {
  #actions {
    width: 1090px; }
    #actions #about-us {
      width: 275px; }
    #actions #nos-actions {
      max-width: none;
      width: 685px; } }
#blog-list {
  padding-top: 175px; }
  #blog-list article {
    height: 300px;
    width: 250px;
    background: white;
    margin: 0 auto 30px auto;
    overflow: hidden;
    -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
    -o-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='rgba(0,0,0,0.8)', Direction=135, Strength=3);
    	  /*a::after{
    	    content:"";
    	    display:block;
    	    width:100%;
    	    height:45px;
    	    position:absolute;
    	    bottom:0;
    	    left:0;
                @include gradient;
    	  }*/ }
    #blog-list article a {
      overflow: hidden;
      width: 100%;
      height: 100%; }
      #blog-list article a .thumb {
        height: 145px;
        overflow: hidden; }
        #blog-list article a .thumb img {
          width: 100%;
          transition: all .25s ease;
          filter: grayscale(0.4); }
        #blog-list article a .thumb .layer {
          height: 145px;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: black;
          opacity: 0.15; }
      #blog-list article a h2 {
        font-family: Hind;
        font-size: 1.3em;
        font-weight: 400;
        padding: 14px 20px 0px 20px;
        margin-bottom: 10px;
        color: #444; }
      #blog-list article a p {
        padding: 0 20px;
        height: 90px;
        overflow: hidden;
        color: #444; }
  #blog-list article:hover a img {
    width: 104%;
    margin-left: -2%;
    margin-top: -2%;
    filter: grayscale(0); }
  #blog-list > a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.9em;
    display: block;
    text-align: right;
    text-shadow: -1.5px 1.5px 2px rgba(0, 0, 0, 0.95);
    -moz-text-shadow: -1.5px 1.5px 2px rgba(0, 0, 0, 0.95);
    -webkit-text-shadow: -1.5px 1.5px 2px rgba(0, 0, 0, 0.95);
    font-family: Yanone;
    font-weight: 400;
    padding-right: 30px;
    margin-top: 4vh; }
  #blog-list > a:hover {
    color: white; }
  #blog-list > .page-numbers {
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); }
    #blog-list > .page-numbers > li {
      display: inline-block;
      margin: 0 3px;
      -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
      -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
      -o-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
      box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
      filter: progid:DXImageTransform.Microsoft.Shadow(color='rgba(0,0,0,0.8)', Direction=135, Strength=3); }
      #blog-list > .page-numbers > li > a {
        padding-top: 5px;
        display: block;
        width: 25px;
        height: 20px;
        text-align: center;
        background: white;
        color: #666666; }
      #blog-list > .page-numbers > li > a:hover {
        background: #5a9868;
        color: white; }
      #blog-list > .page-numbers > li .current {
        padding-top: 5px;
        display: block;
        width: 25px;
        height: 20px;
        text-align: center;
        background: #5a9868;
        color: white; }

.pager .wp-post-image {
  width: 100%;
  margin-bottom: 25px; }
.pager .back {
  color: #27220f;
  text-decoration: underline;
  margin-top: 15px;
  display: block;
  clear: both; }

@media screen and (min-width: 590px) {
  #blog-list {
    width: 560px;
    padding-left: 30px;
    margin: auto; }
    #blog-list article {
      margin: 0 30px 60px 0;
      float: left; }

  .pager h2 {
    width: calc(70% - 44px);
    /*float:left;*/
    font-size: 2.5em; }
  .pager .wp-post-image {
    width: 30%;
    float: right;
    margin: -20px -20px 20px 20px;
    border: 22px solid #5a9868; } }
@media screen and (min-width: 870px) {
  #blog-list {
    width: 840px;
    padding-top: 25vh; } }
@media screen and (min-width: 1150px) {
  #blog-list {
    width: 1120px; } }
.home #blog-list article {
  display: none; }
.home #blog-list article:nth-of-type(1) {
  display: block; }

@media screen and (min-width: 590px) {
  .home #blog-list article:nth-of-type(2) {
    display: block; } }
@media screen and (min-width: 870px) {
  .home #blog-list article:nth-of-type(3) {
    display: block; } }
@media screen and (min-width: 1150px) {
  .home #blog-list article:nth-of-type(4) {
    display: block; } }
.cta {
  padding: 5px 25px;
  background: #5a9868;
  border: 1px solid white;
  color: white;
  text-align: center;
  font-size: 0.9em;
  display: block;
  margin: auto;
  max-width: 100px; }

.cta:hover {
  background: white;
  color: #5a9868;
  border: 1px solid #5a9868; }

.cta:nth-of-type(1) {
  margin-top: 25px; }

.interlude {
  display: block;
  margin-bottom: 15vh;
  background: #5a9868; }
  .interlude h2 {
    font-family: 'Hind';
    width: 90%;
    margin: 0 auto 0 auto;
    padding-top: 75px;
    max-width: 730px;
    text-align: center;
    font-size: 2.2em;
    color: white;
    text-transform: uppercase;
    line-height: 1.1; }
  .interlude h3 {
    font-family: 'Hind';
    width: 90%;
    margin: 0 auto 0 auto;
    padding-top: 2vh;
    max-width: 600px;
    text-align: center;
    font-size: 1.4em;
    color: white;
    line-height: 1.1; }
  .interlude p {
    text-align: center;
    max-width: 350px;
    color: white;
    margin: 0 auto; }
  .interlude #chiffres-cles {
    background: none;
    padding-bottom: 30px; }
    .interlude #chiffres-cles > div .chiffre {
      margin: auto;
      padding-top: 30px;
      width: 180px; }
      .interlude #chiffres-cles > div .chiffre img {
        width: 48px;
        margin: auto;
        display: block; }
      .interlude #chiffres-cles > div .chiffre p {
        text-align: center;
        font-size: 1.1em; }
        .interlude #chiffres-cles > div .chiffre p span:first-child {
          font-size: 2.8em;
          display: block;
          font-family: Yanone;
          color: white; }

@media screen and (min-width: 590px) {
  .interlude {
    height: 65vh; }
    .interlude #chiffres-cles > div {
      width: 60vw;
      margin: auto; }
      .interlude #chiffres-cles > div .chiffre {
        padding-top: 5vh;
        float: left;
        margin: 0 0 0 10px;
        width: 105px; } }
@media screen and (min-width: 800px) {
  .interlude {
    height: 65vh; }
    .interlude #chiffres-cles > div {
      width: 60vw; }
      .interlude #chiffres-cles > div .chiffre {
        padding-top: 5vh;
        float: left;
        margin: 0 0 0 10px;
        width: 170px; } }
@media screen and (min-width: 1024px) {
  .interlude {
    height: 55vh; }
    .interlude #chiffres-cles > div {
      width: 45vw;
      margin: 0 auto; }
      .interlude #chiffres-cles > div .chiffre {
        width: 165px; } }
@media screen and (min-width: 1280px) {
  .interlude {
    height: 40vh; }
    .interlude #chiffres-cles > div {
      margin: 0 auto;
      width: 45vw; } }
@media screen and (min-width: 1600px) {
  .interlude {
    height: 40vh; }
    .interlude #chiffres-cles > div {
      margin: 0 auto;
      width: 30vw; } }
#hp-blog {
  height: 100vh; }
  #hp-blog h2 {
    font-family: 'Hind';
    width: 90%;
    margin: 0 auto 0 auto;
    padding-top: 7vh;
    max-width: 380px;
    text-align: center;
    font-size: 2.2em;
    color: white;
    text-transform: uppercase;
    line-height: 1.1; }
  #hp-blog article {
    background: white;
    width: 90%;
    height: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
    -o-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='rgba(0,0,0,0.8)', Direction=135, Strength=3); }

footer {
  background: #5a9868;
  padding-bottom: 95px;
  padding-top: 30px;
  -moz-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='rgba(0,0,0,0.8)', Direction=135, Strength=3); }
  footer h3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 2.2em;
    color: #FFF;
    text-transform: uppercase; }
  footer form {
    width: 90%;
    max-width: 340px;
    margin: auto; }
    footer form .row {
      padding: 6px 0;
      position: relative; }
      footer form .row label {
        display: block;
        margin-bottom: 2px;
        color: white;
        width: 100%; }
      footer form .row .input-saisie, footer form .row textarea, footer form .row select {
        width: 100%;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */
        outline: none;
        border: none;
        background: rgba(255, 255, 255, 0.65); }
      footer form .row .input-saisie:focus, footer form .row textarea:focus, footer form .row select:focus {
        /* outline: 1px solid rgba(255,255,255,0.5); */
        background: white; }
      footer form .row .input-saisie:hover, footer form .row textarea:hover, footer form .row select:hover {
        /* outline: 1px solid rgba(255,255,255,0.5); */
        background: white; }
      footer form .row .input-saisie, footer form .row select {
        height: 23px; }
      footer form .row textarea {
        height: 110px; }
      footer form .row #c-validator {
        padding: 5px 25px;
        background: none;
        border: 1px solid white;
        color: white;
        font-size: 0.9em;
        display: block;
        margin: auto; }
      footer form .row #c-validator:hover {
        background: white;
        color: gray; }

/*# sourceMappingURL=style.css.map */
