@import url(//fonts.googleapis.com/css?family=Montserrat:200,400,600|Lato:300,400,600|Josefin+Slab:300i|Inconsolata);
@import url(//fonts.googleapis.com/css?family=Montserrat:400|Raleway:300,400,600|Inconsolata);
#header #logo h3, #header #navbar .panel-activation, #footer p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.button, .button-secondary {
  display: inline-block;
  padding: 7px 20px; }
  .button-small.button, .button-small.button-secondary {
    padding: 3px 10px;
    font-size: 0.9rem; }

html, body {
  height: 100%; }

body {
  background: #fff;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #6e9a35; }
  a:hover {
    color: #384e1b; }

b, strong, label, th {
  font-weight: 600; }

#container {
  min-height: 100%;
  position: relative; }

.fullwidth #body {
  padding-left: 0;
  padding-right: 0; }

#body {
  background: #fff;
  padding-top: 8rem;
  padding-bottom: 11rem; }

.left {
  float: left; }

.right {
  float: right; }

.default-animation, #body, #header, #header #logo h3, #header #navbar ul.navigation, .modular .showcase .button, .bandeau .ensavoirplus, .bouton {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  padding-left: 7rem;
  padding-right: 7rem; }
  @media only all and (max-width: 59.938em) {
    .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media only all and (max-width: 47.938em) {
    .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
      padding-left: 1rem;
      padding-right: 1rem; } }

.padding-vert {
  padding-top: 3rem;
  padding-bottom: 3rem; }

#header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
  #header.scrolled {
    height: 3rem;
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
    #header.scrolled #logo h3 {
      color: #444 !important;
      font-size: 1.6rem !important; }
    #header.scrolled #logo a, #header.scrolled #navbar span {
      color: #444 !important; }
    #header.scrolled #navbar a {
      color: #6e9a35 !important; }
      #header.scrolled #navbar a:hover {
        color: #384e1b !important; }
    #header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
      background-color: #6e9a35 !important; }
    #header.scrolled .navigation {
      margin-top: 0.5rem !important; }
  #header > .grid, #header #logo, #header #navbar {
    height: 100%; }
  #header #logo {
    float: left; }
    #header #logo h3 {
      font-size: 2rem;
      line-height: 2rem;
      margin: 0;
      text-transform: uppercase; }
      #header #logo h3 a {
        color: #444; }
  #header #navbar {
    font-size: 0.9rem;
    /* Child Indicator */ }
    #header #navbar .has-children > a > span {
      display: inline-block;
      padding-right: 8px; }
      #header #navbar .has-children > a > span:after {
        font-family: FontAwesome;
        content: '\f107';
        position: absolute;
        display: inline-block;
        right: 8px;
        top: 4px; }
    #header #navbar .has-children > a:after, #header #navbar .has-children > a:before {
      display: none; }
    #header #navbar .has-children .has-children > a > span:after {
      content: '\f105'; }
    #header #navbar .navigation > .has-children:hover > a {
      background: #f6f6f6;
      border: 1px solid #ececec;
      border-bottom-color: #f6f6f6;
      margin: -1px -1px 0 -1px;
      z-index: 1000;
      position: relative;
      padding-bottom: 1px; }
    #header #navbar ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #header #navbar ul.navigation {
        display: inline-block;
        float: right;
        margin-top: 1.4rem; }
        #header #navbar ul.navigation li {
          float: left;
          position: relative;
          /*Active dropdown nav item */
          /* Dropdown CSS */
          /* Active on Hover */ }
          #header #navbar ul.navigation li a {
            font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
            display: inline-block;
            padding: 0.3rem 0.8rem;
            -webkit-backface-visibility: hidden; }
            #header #navbar ul.navigation li a:before, #header #navbar ul.navigation li a:after {
              content: "";
              position: absolute;
              width: 100%;
              height: 1px;
              bottom: 0;
              left: 0;
              background-color: #6e9a35;
              visibility: hidden;
              -webkit-transform: scaleX(0);
              -moz-transform: scaleX(0);
              -ms-transform: scaleX(0);
              -o-transform: scaleX(0);
              transform: scaleX(0);
              -webkit-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              transition: all 0.2s ease; }
            #header #navbar ul.navigation li a:hover:before {
              visibility: visible;
              -webkit-transform: scaleX(0.75);
              -moz-transform: scaleX(0.75);
              -ms-transform: scaleX(0.75);
              -o-transform: scaleX(0.75);
              transform: scaleX(0.75); }
            #header #navbar ul.navigation li a.active:after {
              top: 0;
              visibility: visible;
              -webkit-transform: scaleX(0.75);
              -moz-transform: scaleX(0.75);
              -ms-transform: scaleX(0.75);
              -o-transform: scaleX(0.75);
              transform: scaleX(0.75); }
          #header #navbar ul.navigation li.active a:after {
            top: 0;
            visibility: visible;
            -webkit-transform: scaleX(0.75);
            -moz-transform: scaleX(0.75);
            -ms-transform: scaleX(0.75);
            -o-transform: scaleX(0.75);
            transform: scaleX(0.75); }
          #header #navbar ul.navigation li ul {
            position: absolute;
            background-color: #f6f6f6;
            border: 1px solid #ececec;
            border-top: 0;
            min-width: 12rem;
            text-align: left;
            z-index: 999;
            left: -1px;
            display: none; }
          #header #navbar ul.navigation li ul li {
            display: block;
            float: none;
            /* Active Dropdown nav item */ }
            #header #navbar ul.navigation li ul li.active > a {
              background-color: #ececec;
              color: #6e9a35; }
            #header #navbar ul.navigation li ul li:hover > a {
              background-color: #6e9a35;
              color: #fff; }
            #header #navbar ul.navigation li ul li a {
              display: block;
              margin: 0 -1px; }
              #header #navbar ul.navigation li ul li a:after, #header #navbar ul.navigation li ul li a:before {
                display: none; }
          #header #navbar ul.navigation li ul ul {
            left: 100%;
            top: 0px; }
          #header #navbar ul.navigation li:hover > ul {
            display: block; }
        @media only all and (max-width: 59.938em) {
          #header #navbar ul.navigation {
            display: none; } }
    #header #navbar .panel-activation {
      padding: 1rem;
      display: none;
      font-size: 1.8rem;
      cursor: pointer;
      float: right; }
      @media only all and (max-width: 59.938em) {
        #header #navbar .panel-activation {
          display: inline-block; } }

.header-image.fullwidth #body {
  padding-left: 0;
  padding-right: 0; }
  .header-image.fullwidth #body > .listing-row {
    padding-left: 7rem;
    padding-right: 7rem; }
.header-image .listing-row:last-child {
  margin-bottom: 2rem; }
.header-image #body .flush-top {
  margin-top: -9.5rem;
  padding-top: 9rem; }
.header-image #breadcrumbs {
  margin-top: 1rem; }
.header-image #header {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none; }
  .header-image #header .navigation .has-children:hover a {
    color: #6e9a35; }
  .header-image #header #logo h3, .header-image #header #logo a {
    color: #FFFFFF; }
  .header-image #header a, .header-image #header .menu-btn {
    color: #FFFFFF; }
  .header-image #header a:before, .header-image #header a:after {
    background-color: rgba(255, 255, 255, 0.7) !important; }

#footer {
  position: absolute;
  background: #333;
  height: 6rem;
  right: 0;
  bottom: 0;
  left: 0;
  color: #999;
  text-align: center; }
  #footer a:hover {
    color: #fff; }
  #footer .totop {
    position: absolute;
    bottom: 5rem;
    text-align: center;
    left: 0;
    right: 0; }
    #footer .totop span {
      font-size: 1.7rem;
      line-height: 2.5rem;
      background: #333;
      width: 3rem;
      height: 2rem;
      border-radius: 3px;
      display: inline-block;
      text-align: top; }
  #footer p {
    margin: 0; }
    #footer p .fa {
      color: #fff; }

html, body, button, input, select, textarea, .pure-g, .pure-g [class*="pure-u"] {
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  letter-spacing: -0px; }

h1 {
  font-size: 3.2rem; }
  @media only all and (max-width: 47.938em) {
    h1 {
      font-size: 2.5rem;
      line-height: 1.2;
      margin-bottom: 2.5rem; } }

@media only all and (min-width: 48em) and (max-width: 59.938em) {
  h2 {
    font-size: 2.1rem; } }
@media only all and (max-width: 47.938em) {
  h2 {
    font-size: 2rem; } }

@media only all and (min-width: 48em) and (max-width: 59.938em) {
  h3 {
    font-size: 1.7rem; } }
@media only all and (max-width: 47.938em) {
  h3 {
    font-size: 1.6rem; } }

@media only all and (min-width: 48em) and (max-width: 59.938em) {
  h4 {
    font-size: 1.35rem; } }
@media only all and (max-width: 47.938em) {
  h4 {
    font-size: 1.25rem; } }

h1 {
  text-align: center;
  letter-spacing: -3px; }

h2 {
  letter-spacing: -2px; }

h3 {
  letter-spacing: -1px; }

h1 + h2 {
  margin: -2rem 0 2rem 0;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300; }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    h1 + h2 {
      font-size: 1.6rem; } }
  @media only all and (max-width: 47.938em) {
    h1 + h2 {
      font-size: 1.5rem; } }

h2 + h3 {
  margin: 0.5rem 0 2rem 0;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300; }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    h2 + h3 {
      font-size: 1.6rem; } }
  @media only all and (max-width: 47.938em) {
    h2 + h3 {
      font-size: 1.5rem; } }

blockquote {
  border-left: 10px solid #F0F2F4; }
  blockquote p {
    font-size: 1.1rem;
    color: #999; }
  blockquote cite {
    display: block;
    text-align: right;
    color: #666;
    font-size: 1.2rem; }

blockquote > blockquote > blockquote {
  margin: 0; }
  blockquote > blockquote > blockquote p {
    padding: 15px;
    display: block;
    font-size: 1rem;
    margin-top: 0rem;
    margin-bottom: 0rem; }
  blockquote > blockquote > blockquote > p {
    margin-left: -71px;
    border-left: 10px solid #F0AD4E;
    background: #FCF8F2;
    color: #df8a13; }
    blockquote > blockquote > blockquote > p a {
      color: #b06d0f; }
      blockquote > blockquote > blockquote > p a:hover {
        color: #f2b866; }
  blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -94px;
    border-left: 10px solid #D9534F;
    background: #FDF7F7;
    color: #b52b27; }
    blockquote > blockquote > blockquote > blockquote > p a {
      color: #8b211e; }
      blockquote > blockquote > blockquote > blockquote > p a:hover {
        color: #de6764; }
  blockquote > blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -118px;
    border-left: 10px solid #5BC0DE;
    background: #F4F8FA;
    color: #28a1c5; }
    blockquote > blockquote > blockquote > blockquote > blockquote > p a {
      color: #1f7e9a; }
      blockquote > blockquote > blockquote > blockquote > blockquote > p a:hover {
        color: #70c8e2; }
  blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -142px;
    border-left: 10px solid #5CB85C;
    background: #F1F9F1;
    color: #3d8b3d; }
    blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p a {
      color: #2d672d; }
      blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p a:hover {
        color: #6ec06e; }

code,
kbd,
pre,
samp {
  font-family: "Inconsolata", monospace; }

code {
  background: #f9f2f4;
  color: #9c1d3d; }

pre {
  padding: 2rem;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 3px; }
  pre code {
    color: #237794;
    background: inherit; }

hr {
  border-bottom: 4px solid #F0F2F4; }

.page-title {
  margin-top: -25px;
  padding: 25px;
  float: left;
  clear: both;
  background: #6e9a35;
  color: #fff; }

.label {
  vertical-align: middle;
  background: #6e9a35;
  border-radius: 100%;
  color: #fff;
  height: 1rem;
  min-width: 1rem;
  line-height: 1rem;
  display: inline-block;
  text-align: center;
  font-size: 0.7rem;
  font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  margin-right: 0.75rem; }

fieldset {
  border: 1px solid #ddd; }

textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); }
  textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
    border-color: #1BB3E9;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 163, 214, 0.7); }

.form-field .required {
  color: #F3443F;
  font-size: 3rem;
  line-height: 3rem;
  vertical-align: top;
  height: 1.5rem;
  display: inline-block; }

form .buttons {
  text-align: center; }
form input {
  font-weight: 400; }

table {
  border: 1px solid #eaeaea;
  table-layout: auto; }

th {
  background: #f7f7f7;
  padding: 0.5rem; }

td {
  padding: 0.5rem;
  border: 1px solid #eaeaea; }

.button {
  background: #fff;
  color: #6e9a35;
  border: 1px solid #6e9a35;
  border-radius: 3px; }
  .button:hover {
    background: #6e9a35;
    color: #fff; }
  .button:active {
    box-shadow: 0 1px 0 #4d6c25; }

.button-secondary {
  background: #fff;
  color: #F6635E;
  border: 1px solid #F6635E;
  border-radius: 3px; }
  .button-secondary:hover {
    background: #F6635E;
    color: #fff; }
  .button-secondary:active {
    box-shadow: 0 1px 0 #f32b24; }

.bullets {
  margin: 1.7rem 0;
  margin-left: -0.85rem;
  margin-right: -0.85rem;
  overflow: auto; }

.bullet {
  float: left;
  padding: 0 0.85rem; }

.two-column-bullet {
  width: 50%; }
  @media only all and (max-width: 47.938em) {
    .two-column-bullet {
      width: 100%; } }

.three-column-bullet {
  width: 33.33333%; }
  @media only all and (max-width: 47.938em) {
    .three-column-bullet {
      width: 100%; } }

.four-column-bullet {
  width: 25%; }
  @media only all and (max-width: 47.938em) {
    .four-column-bullet {
      width: 100%; } }

.bullet-icon {
  float: left;
  background: #1BB3E9;
  padding: 0.875rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.75rem;
  text-align: center; }

.bullet-icon-1 {
  background: #1BB3E9; }

.bullet-icon-2 {
  background: #1be9da; }

.bullet-icon-3 {
  background: #d5e91b; }

.bullet-content {
  margin-left: 4.55rem; }

.sb-slidebar {
  background-color: #333 !important; }

#panel {
  padding-top: 1rem;
  color: #ddd; }
  #panel .navigation {
    list-style: none;
    padding: 0; }
    #panel .navigation li {
      border-bottom: 1px solid #3d3d3d; }
      #panel .navigation li a {
        color: #ddd;
        display: block;
        padding: 0.5rem 1rem;
        font-weight: 600; }
        #panel .navigation li a:hover {
          color: white;
          background-color: #262626; }
        #panel .navigation li a:last-child {
          border-bottom: 0; }
      #panel .navigation li.active > a {
        background: #fff;
        color: #444; }
        #panel .navigation li.active > a:hover {
          color: #444; }
      #panel .navigation li:first-child {
        border-top: 1px solid #3d3d3d; }
      #panel .navigation li ul {
        list-style: none;
        padding: 0; }
        #panel .navigation li ul li {
          border: 0 !important; }
          #panel .navigation li ul li a {
            color: #c4c4c4;
            padding: 0.2rem 1rem 0.2rem 2rem;
            font-size: 0.9rem; }
          #panel .navigation li ul li li a {
            padding-left: 3rem; }
            #panel .navigation li ul li li a li a {
              padding-left: 4rem; }
          #panel .navigation li ul li.active > a {
            background: #ccc; }

.blog-header {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .blog-header.blog-header-image {
    background-size: cover;
    background-position: center; }
    .blog-header.blog-header-image h1, .blog-header.blog-header-image h2 {
      color: #FFFFFF; }
  .blog-header h1 {
    font-size: 4rem;
    margin-top: 0; }
    @media only all and (min-width: 48em) and (max-width: 59.938em) {
      .blog-header h1 {
        font-size: 3rem; } }
    @media only all and (max-width: 47.938em) {
      .blog-header h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 2.5rem; } }
  .blog-header + .blog-content {
    padding-top: 3rem; }

.list-item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 3rem; }
  .list-item:last-child {
    border-bottom: 0; }
  .list-item .list-blog-header {
    position: relative; }
    .list-item .list-blog-header h4 {
      margin-bottom: 0.5rem; }
      .list-item .list-blog-header h4 a {
        color: #444; }
        .list-item .list-blog-header h4 a:hover {
          color: #6e9a35; }
    .list-item .list-blog-header img {
      display: block;
      margin-top: 1rem;
      border-radius: 3px; }
  .list-item .list-blog-date {
    float: right;
    text-align: center; }
    .list-item .list-blog-date span {
      display: block;
      font-size: 1.75rem;
      font-weight: 600;
      line-height: 110%; }
    .list-item .list-blog-date em {
      display: block;
      border-top: 1px solid #EEEEEE;
      font-style: normal;
      text-transform: uppercase; }

.blog-content-item .list-blog-padding > p:nth-child(2) {
  font-size: 1.2rem; }

.tags a {
  display: inline-block;
  font-size: 0.8rem;
  border: 1px solid #6e9a35;
  border-radius: 3px;
  padding: 0.1rem 0.4rem;
  margin-bottom: 0.2rem;
  text-transform: uppercase; }

.archives, .related-pages {
  padding: 0;
  list-style: none; }
  .archives li, .related-pages li {
    border-bottom: 1px solid #EEEEEE;
    line-height: 2rem; }
    .archives li:last-child, .related-pages li:last-child {
      border-bottom: 0; }

.related-pages li a {
  display: block; }
.related-pages .score {
  display: block;
  float: right;
  color: #999;
  font-size: 85%; }

.syndicate a {
  margin-bottom: 1rem; }

div#breadcrumbs {
  padding-left: 0; }
  @media only all and (max-width: 47.938em) {
    div#breadcrumbs {
      display: none; } }

#sidebar {
  padding-left: 3rem; }
  @media only all and (max-width: 47.938em) {
    #sidebar {
      padding-left: 0; } }
  #sidebar .sidebar-content {
    margin-bottom: 3rem; }
    #sidebar .sidebar-content h4 {
      margin-bottom: 1rem; }
    #sidebar .sidebar-content p, #sidebar .sidebar-content ul {
      margin-top: 1rem; }

ul.pagination {
  margin: 0 0 3rem;
  text-align: center; }

.prev-next {
  margin-top: 5rem;
  text-align: center; }

#error {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 6rem; }
  #error h1 {
    font-size: 5rem; }
  #error p {
    margin: 1rem 0; }

.simplesearch h1 {
  margin-bottom: 0; }
.simplesearch .center {
  text-align: center; }
.simplesearch input {
  display: inline-block;
  max-width: 30rem;
  font-size: 2rem; }
.simplesearch .search-image {
  margin-top: 1rem; }
  .simplesearch .search-image img {
    border-radius: 4px; }
    @media only all and (max-width: 47.938em) {
      .simplesearch .search-image img {
        display: none; } }
@media only all and (max-width: 47.938em) {
  .simplesearch .search-item {
    margin-left: 0; } }
.simplesearch .search-wrapper .search-submit {
  height: 52px;
  padding: 0 10px; }
  .simplesearch .search-wrapper .search-submit img {
    width: 30px; }
.simplesearch .search-details {
  float: right;
  margin-top: -2.5rem;
  font-weight: bold;
  font-size: 1rem;
  color: #777777; }
  @media only all and (max-width: 47.938em) {
    .simplesearch .search-details {
      float: none;
      margin-top: -0.2rem;
      margin-bottom: 1rem; } }
.simplesearch hr {
  border-bottom: 1px solid #eee; }

.modular.header-image #header {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none; }
  .modular.header-image #header #logo h3 {
    color: #FFFFFF; }
  .modular.header-image #header #navbar a {
    color: #FFFFFF; }
.modular .showcase {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #666;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FFFFFF; }
  .modular .showcase h1 {
    font-size: 4rem;
    margin-top: 0; }
    @media only all and (min-width: 48em) and (max-width: 59.938em) {
      .modular .showcase h1 {
        font-size: 3rem; } }
    @media only all and (max-width: 47.938em) {
      .modular .showcase h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 2.5rem; } }
  .modular .showcase .button {
    color: #FFFFFF;
    padding: 0.7rem 2rem;
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    box-shadow: none;
    font-size: 1.3rem; }
    .modular .showcase .button:hover {
      background: rgba(255, 255, 255, 0.2); }

.modular .features {
  padding: 6rem 0;
  text-align: center; }
  .modular .features:after {
    content: "";
    display: table;
    clear: both; }
  .modular .features h2 {
    margin: 0;
    line-height: 100%; }
  .modular .features p {
    margin: 1rem 0;
    font-size: 1.2rem; }
    @media only all and (max-width: 47.938em) {
      .modular .features p {
        font-size: 1rem; } }
  .modular .features .feature-items {
    margin-top: 2rem; }
    @supports not (flex-wrap: wrap) {
      .modular .features .feature-items {
        overflow: hidden; } }
  .modular .features .feature {
    display: block;
    float: left;
    width: 25%;
    vertical-align: top;
    margin-top: 2rem;
    margin-bottom: 1rem; }
    @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
      .modular .features .feature {
        margin-top: 1rem;
        width: 50%; } }
    @media only all and (max-width: 30em) {
      .modular .features .feature {
        margin-top: 1rem;
        width: 100%; } }
    .modular .features .feature i.fa {
      font-size: 2rem;
      color: #6e9a35; }
    .modular .features .feature h4 {
      margin: 0;
      font-size: 1.1rem; }
    .modular .features .feature p {
      display: inline-block;
      font-size: 1rem;
      margin: 0.2rem 0 1rem; }
  .modular .features.big {
    text-align: center; }
    .modular .features.big .feature {
      width: 50%; }
      @media only all and (max-width: 30em) {
        .modular .features.big .feature {
          margin-top: 1rem;
          width: 100%; } }
    .modular .features.big i.fa {
      font-size: 3rem;
      float: left; }
    .modular .features.big .feature-content {
      padding-right: 2rem; }
      .modular .features.big .feature-content.icon-offset {
        margin-left: 5rem; }
      .modular .features.big .feature-content h4 {
        font-size: 1.3rem;
        text-align: left; }
      .modular .features.big .feature-content p {
        padding: 0;
        text-align: left; }

.callout {
  background: #f6f6f6;
  padding: 6rem 0.938rem; }
  @media only all and (max-width: 59.938em) {
    .callout {
      text-align: center; } }
  .callout .align-left {
    float: left;
    margin-right: 2rem; }
    @media only all and (max-width: 59.938em) {
      .callout .align-left {
        float: none;
        margin-right: 0; } }
  .callout .align-right {
    float: right;
    margin-left: 2rem; }
    @media only all and (max-width: 59.938em) {
      .callout .align-right {
        float: none;
        margin-left: 0; } }
  .callout img {
    border-radius: 3px; }

.modular .modular-row:last-child {
  margin-bottom: 2rem; }

/* Missing pure-grid */
@media screen and (min-width: 30em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-12, .pure-u-sm-1-2, .pure-u-sm-1-24, .pure-u-sm-1-3, .pure-u-sm-1-4, .pure-u-sm-1-5, .pure-u-sm-1-6, .pure-u-sm-1-8, .pure-u-sm-10-24, .pure-u-sm-11-12, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-2-24, .pure-u-sm-2-3, .pure-u-sm-2-5, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24, .pure-u-sm-3-24, .pure-u-sm-3-4, .pure-u-sm-3-5, .pure-u-sm-3-8, .pure-u-sm-4-24, .pure-u-sm-4-5, .pure-u-sm-5-12, .pure-u-sm-5-24, .pure-u-sm-5-5, .pure-u-sm-5-6, .pure-u-sm-5-8, .pure-u-sm-6-24, .pure-u-sm-7-12, .pure-u-sm-7-24, .pure-u-sm-7-8, .pure-u-sm-8-24, .pure-u-sm-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-sm-1-24 {
    width: 4.1667%; }

  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%; }

  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%; }

  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%; }

  .pure-u-sm-1-5 {
    width: 20%; }

  .pure-u-sm-5-24 {
    width: 20.8333%; }

  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%; }

  .pure-u-sm-7-24 {
    width: 29.1667%; }

  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%; }

  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%; }

  .pure-u-sm-2-5 {
    width: 40%; }

  .pure-u-sm-10-24, .pure-u-sm-5-12 {
    width: 41.6667%; }

  .pure-u-sm-11-24 {
    width: 45.8333%; }

  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%; }

  .pure-u-sm-13-24 {
    width: 54.1667%; }

  .pure-u-sm-14-24, .pure-u-sm-7-12 {
    width: 58.3333%; }

  .pure-u-sm-3-5 {
    width: 60%; }

  .pure-u-sm-15-24, .pure-u-sm-5-8 {
    width: 62.5%; }

  .pure-u-sm-16-24, .pure-u-sm-2-3 {
    width: 66.6667%; }

  .pure-u-sm-17-24 {
    width: 70.8333%; }

  .pure-u-sm-18-24, .pure-u-sm-3-4 {
    width: 75%; }

  .pure-u-sm-19-24 {
    width: 79.1667%; }

  .pure-u-sm-4-5 {
    width: 80%; }

  .pure-u-sm-20-24, .pure-u-sm-5-6 {
    width: 83.3333%; }

  .pure-u-sm-21-24, .pure-u-sm-7-8 {
    width: 87.5%; }

  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%; }

  .pure-u-sm-23-24 {
    width: 95.8333%; }

  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-24-24, .pure-u-sm-5-5 {
    width: 100%; } }
@media screen and (min-width: 48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-12, .pure-u-md-1-2, .pure-u-md-1-24, .pure-u-md-1-3, .pure-u-md-1-4, .pure-u-md-1-5, .pure-u-md-1-6, .pure-u-md-1-8, .pure-u-md-10-24, .pure-u-md-11-12, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-2-24, .pure-u-md-2-3, .pure-u-md-2-5, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24, .pure-u-md-3-24, .pure-u-md-3-4, .pure-u-md-3-5, .pure-u-md-3-8, .pure-u-md-4-24, .pure-u-md-4-5, .pure-u-md-5-12, .pure-u-md-5-24, .pure-u-md-5-5, .pure-u-md-5-6, .pure-u-md-5-8, .pure-u-md-6-24, .pure-u-md-7-12, .pure-u-md-7-24, .pure-u-md-7-8, .pure-u-md-8-24, .pure-u-md-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-md-1-24 {
    width: 4.1667%; }

  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%; }

  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%; }

  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%; }

  .pure-u-md-1-5 {
    width: 20%; }

  .pure-u-md-5-24 {
    width: 20.8333%; }

  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%; }

  .pure-u-md-7-24 {
    width: 29.1667%; }

  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%; }

  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%; }

  .pure-u-md-2-5 {
    width: 40%; }

  .pure-u-md-10-24, .pure-u-md-5-12 {
    width: 41.6667%; }

  .pure-u-md-11-24 {
    width: 45.8333%; }

  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%; }

  .pure-u-md-13-24 {
    width: 54.1667%; }

  .pure-u-md-14-24, .pure-u-md-7-12 {
    width: 58.3333%; }

  .pure-u-md-3-5 {
    width: 60%; }

  .pure-u-md-15-24, .pure-u-md-5-8 {
    width: 62.5%; }

  .pure-u-md-16-24, .pure-u-md-2-3 {
    width: 66.6667%; }

  .pure-u-md-17-24 {
    width: 70.8333%; }

  .pure-u-md-18-24, .pure-u-md-3-4 {
    width: 75%; }

  .pure-u-md-19-24 {
    width: 79.1667%; }

  .pure-u-md-4-5 {
    width: 80%; }

  .pure-u-md-20-24, .pure-u-md-5-6 {
    width: 83.3333%; }

  .pure-u-md-21-24, .pure-u-md-7-8 {
    width: 87.5%; }

  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%; }

  .pure-u-md-23-24 {
    width: 95.8333%; }

  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-24-24, .pure-u-md-5-5 {
    width: 100%; } }
@media screen and (min-width: 60em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-12, .pure-u-lg-1-2, .pure-u-lg-1-24, .pure-u-lg-1-3, .pure-u-lg-1-4, .pure-u-lg-1-5, .pure-u-lg-1-6, .pure-u-lg-1-8, .pure-u-lg-10-24, .pure-u-lg-11-12, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-2-24, .pure-u-lg-2-3, .pure-u-lg-2-5, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24, .pure-u-lg-3-24, .pure-u-lg-3-4, .pure-u-lg-3-5, .pure-u-lg-3-8, .pure-u-lg-4-24, .pure-u-lg-4-5, .pure-u-lg-5-12, .pure-u-lg-5-24, .pure-u-lg-5-5, .pure-u-lg-5-6, .pure-u-lg-5-8, .pure-u-lg-6-24, .pure-u-lg-7-12, .pure-u-lg-7-24, .pure-u-lg-7-8, .pure-u-lg-8-24, .pure-u-lg-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-lg-1-24 {
    width: 4.1667%; }

  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%; }

  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%; }

  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%; }

  .pure-u-lg-1-5 {
    width: 20%; }

  .pure-u-lg-5-24 {
    width: 20.8333%; }

  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%; }

  .pure-u-lg-7-24 {
    width: 29.1667%; }

  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%; }

  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%; }

  .pure-u-lg-2-5 {
    width: 40%; }

  .pure-u-lg-10-24, .pure-u-lg-5-12 {
    width: 41.6667%; }

  .pure-u-lg-11-24 {
    width: 45.8333%; }

  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%; }

  .pure-u-lg-13-24 {
    width: 54.1667%; }

  .pure-u-lg-14-24, .pure-u-lg-7-12 {
    width: 58.3333%; }

  .pure-u-lg-3-5 {
    width: 60%; }

  .pure-u-lg-15-24, .pure-u-lg-5-8 {
    width: 62.5%; }

  .pure-u-lg-16-24, .pure-u-lg-2-3 {
    width: 66.6667%; }

  .pure-u-lg-17-24 {
    width: 70.8333%; }

  .pure-u-lg-18-24, .pure-u-lg-3-4 {
    width: 75%; }

  .pure-u-lg-19-24 {
    width: 79.1667%; }

  .pure-u-lg-4-5 {
    width: 80%; }

  .pure-u-lg-20-24, .pure-u-lg-5-6 {
    width: 83.3333%; }

  .pure-u-lg-21-24, .pure-u-lg-7-8 {
    width: 87.5%; }

  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%; }

  .pure-u-lg-23-24 {
    width: 95.8333%; }

  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-24-24, .pure-u-lg-5-5 {
    width: 100%; } }
@media screen and (min-width: 75em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-12, .pure-u-xl-1-2, .pure-u-xl-1-24, .pure-u-xl-1-3, .pure-u-xl-1-4, .pure-u-xl-1-5, .pure-u-xl-1-6, .pure-u-xl-1-8, .pure-u-xl-10-24, .pure-u-xl-11-12, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-2-24, .pure-u-xl-2-3, .pure-u-xl-2-5, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24, .pure-u-xl-3-24, .pure-u-xl-3-4, .pure-u-xl-3-5, .pure-u-xl-3-8, .pure-u-xl-4-24, .pure-u-xl-4-5, .pure-u-xl-5-12, .pure-u-xl-5-24, .pure-u-xl-5-5, .pure-u-xl-5-6, .pure-u-xl-5-8, .pure-u-xl-6-24, .pure-u-xl-7-12, .pure-u-xl-7-24, .pure-u-xl-7-8, .pure-u-xl-8-24, .pure-u-xl-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-xl-1-24 {
    width: 4.1667%; }

  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%; }

  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%; }

  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%; }

  .pure-u-xl-1-5 {
    width: 20%; }

  .pure-u-xl-5-24 {
    width: 20.8333%; }

  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%; }

  .pure-u-xl-7-24 {
    width: 29.1667%; }

  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%; }

  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%; }

  .pure-u-xl-2-5 {
    width: 40%; }

  .pure-u-xl-10-24, .pure-u-xl-5-12 {
    width: 41.6667%; }

  .pure-u-xl-11-24 {
    width: 45.8333%; }

  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%; }

  .pure-u-xl-13-24 {
    width: 54.1667%; }

  .pure-u-xl-14-24, .pure-u-xl-7-12 {
    width: 58.3333%; }

  .pure-u-xl-3-5 {
    width: 60%; }

  .pure-u-xl-15-24, .pure-u-xl-5-8 {
    width: 62.5%; }

  .pure-u-xl-16-24, .pure-u-xl-2-3 {
    width: 66.6667%; }

  .pure-u-xl-17-24 {
    width: 70.8333%; }

  .pure-u-xl-18-24, .pure-u-xl-3-4 {
    width: 75%; }

  .pure-u-xl-19-24 {
    width: 79.1667%; }

  .pure-u-xl-4-5 {
    width: 80%; }

  .pure-u-xl-20-24, .pure-u-xl-5-6 {
    width: 83.3333%; }

  .pure-u-xl-21-24, .pure-u-xl-7-8 {
    width: 87.5%; }

  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%; }

  .pure-u-xl-23-24 {
    width: 95.8333%; }

  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-24-24, .pure-u-xl-5-5 {
    width: 100%; } }
/* On utilise ces classes pour le padding d'éléments dans une grille.
On applique la moitie du padding sur le pure-g et l'autre sur les pure-u
pour avoir des marges correctes. */
.fifth-padding-horiz {
  padding-left: 1.4rem;
  padding-right: 1.4rem; }
  @media only all and (max-width: 59.938em) {
    .fifth-padding-horiz {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  @media only all and (max-width: 47.938em) {
    .fifth-padding-horiz {
      padding-left: 0.2rem;
      padding-right: 0.2rem; } }

.third-padding-horiz {
  padding-left: 2.33333rem;
  padding-right: 2.33333rem; }
  @media only all and (max-width: 59.938em) {
    .third-padding-horiz {
      padding-left: 1.33333rem;
      padding-right: 1.33333rem; } }
  @media only all and (max-width: 47.938em) {
    .third-padding-horiz {
      padding-left: 0.33333rem;
      padding-right: 0.33333rem; } }

.half-padding-horiz {
  padding-left: 3.5rem;
  padding-right: 3.5rem; }
  @media only all and (max-width: 59.938em) {
    .half-padding-horiz {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media only all and (max-width: 47.938em) {
    .half-padding-horiz {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }

.two-third-padding-horiz {
  padding-left: 4.66667rem;
  padding-right: 4.66667rem; }
  @media only all and (max-width: 59.938em) {
    .two-third-padding-horiz {
      padding-left: 2.66667rem;
      padding-right: 2.66667rem; } }
  @media only all and (max-width: 47.938em) {
    .two-third-padding-horiz {
      padding-left: 0.66667rem;
      padding-right: 0.66667rem; } }

.four-fifth-padding-horiz {
  padding-left: 5.6rem;
  padding-right: 5.6rem; }
  @media only all and (max-width: 59.938em) {
    .four-fifth-padding-horiz {
      padding-left: 3.2rem;
      padding-right: 3.2rem; } }
  @media only all and (max-width: 47.938em) {
    .four-fifth-padding-horiz {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }

.fifth-padding-vert {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem; }
  @media only all and (max-width: 59.938em) {
    .fifth-padding-vert {
      padding-top: 0.4rem;
      padding-bottom: 0.4rem; } }
  @media only all and (max-width: 47.938em) {
    .fifth-padding-vert {
      padding-top: 0.2rem;
      padding-bottom: 0.2rem; } }

.third-padding-vert {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media only all and (max-width: 59.938em) {
    .third-padding-vert {
      padding-top: 0.66667rem;
      padding-bottom: 0.66667rem; } }
  @media only all and (max-width: 47.938em) {
    .third-padding-vert {
      padding-top: 0.33333rem;
      padding-bottom: 0.33333rem; } }

.half-padding-vert {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media only all and (max-width: 59.938em) {
    .half-padding-vert {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media only all and (max-width: 47.938em) {
    .half-padding-vert {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; } }

.two-third-padding-vert {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media only all and (max-width: 59.938em) {
    .two-third-padding-vert {
      padding-top: 1.33333rem;
      padding-bottom: 1.33333rem; } }
  @media only all and (max-width: 47.938em) {
    .two-third-padding-vert {
      padding-top: 0.66667rem;
      padding-bottom: 0.66667rem; } }

.four-fifth-padding-vert {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem; }
  @media only all and (max-width: 59.938em) {
    .four-fifth-padding-vert {
      padding-top: 1.6rem;
      padding-bottom: 1.6rem; } }
  @media only all and (max-width: 47.938em) {
    .four-fifth-padding-vert {
      padding-top: 0.8rem;
      padding-bottom: 0.8rem; } }

.fifth-padding {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem; }
  @media only all and (max-width: 59.938em) {
    .fifth-padding {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  @media only all and (max-width: 47.938em) {
    .fifth-padding {
      padding-left: 0.2rem;
      padding-right: 0.2rem; } }
  @media only all and (max-width: 59.938em) {
    .fifth-padding {
      padding-top: 0.4rem;
      padding-bottom: 0.4rem; } }
  @media only all and (max-width: 47.938em) {
    .fifth-padding {
      padding-top: 0.2rem;
      padding-bottom: 0.2rem; } }

.third-padding {
  padding-left: 2.33333rem;
  padding-right: 2.33333rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media only all and (max-width: 59.938em) {
    .third-padding {
      padding-left: 1.33333rem;
      padding-right: 1.33333rem; } }
  @media only all and (max-width: 47.938em) {
    .third-padding {
      padding-left: 0.33333rem;
      padding-right: 0.33333rem; } }
  @media only all and (max-width: 59.938em) {
    .third-padding {
      padding-top: 0.66667rem;
      padding-bottom: 0.66667rem; } }
  @media only all and (max-width: 47.938em) {
    .third-padding {
      padding-top: 0.33333rem;
      padding-bottom: 0.33333rem; } }

.half-padding {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media only all and (max-width: 59.938em) {
    .half-padding {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media only all and (max-width: 47.938em) {
    .half-padding {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media only all and (max-width: 59.938em) {
    .half-padding {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media only all and (max-width: 47.938em) {
    .half-padding {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; } }

.two-third-padding {
  padding-left: 4.66667rem;
  padding-right: 4.66667rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media only all and (max-width: 59.938em) {
    .two-third-padding {
      padding-left: 2.66667rem;
      padding-right: 2.66667rem; } }
  @media only all and (max-width: 47.938em) {
    .two-third-padding {
      padding-left: 0.66667rem;
      padding-right: 0.66667rem; } }
  @media only all and (max-width: 59.938em) {
    .two-third-padding {
      padding-top: 1.33333rem;
      padding-bottom: 1.33333rem; } }
  @media only all and (max-width: 47.938em) {
    .two-third-padding {
      padding-top: 0.66667rem;
      padding-bottom: 0.66667rem; } }

.four-fifth-padding {
  padding-left: 5.6rem;
  padding-right: 5.6rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem; }
  @media only all and (max-width: 59.938em) {
    .four-fifth-padding {
      padding-left: 3.2rem;
      padding-right: 3.2rem; } }
  @media only all and (max-width: 47.938em) {
    .four-fifth-padding {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  @media only all and (max-width: 59.938em) {
    .four-fifth-padding {
      padding-top: 1.6rem;
      padding-bottom: 1.6rem; } }
  @media only all and (max-width: 47.938em) {
    .four-fifth-padding {
      padding-top: 0.8rem;
      padding-bottom: 0.8rem; } }

/* Fix pour très larges écrans */
@media (min-width: 2000px) {
  div#sb-site, header#header {
    max-width: 1900px;
    margin: 0 auto !important; }

  div#sb-site {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 4rem 0px; } }
/* Fonds gris */
.fond-gris, blockquote {
  background-color: #eaeaea; }

/* Showcase plus grands */
.modular .showcase {
  padding-top: 8rem;
  padding-bottom: 8rem; }

form[name=contact-form-urbasen], form[name=contact-form-fsh] {
  /* Form field required caché */ }
  form[name=contact-form-urbasen] input, form[name=contact-form-urbasen] textarea, form[name=contact-form-fsh] input, form[name=contact-form-fsh] textarea {
    border: none;
    border-bottom: solid 1px;
    border-radius: 0;
    box-shadow: none; }
  form[name=contact-form-urbasen] textarea, form[name=contact-form-fsh] textarea {
    min-height: 6rem; }
  form[name=contact-form-urbasen] .form-label, form[name=contact-form-fsh] .form-label {
    display: none; }
  form[name=contact-form-urbasen] .form-field .required, form[name=contact-form-fsh] .form-field .required {
    display: none; }
  form[name=contact-form-urbasen] .buttons, form[name=contact-form-fsh] .buttons {
    margin-top: 1rem; }
  form[name=contact-form-urbasen] .g-recaptcha, form[name=contact-form-fsh] .g-recaptcha {
    margin: 0 auto;
    width: 304px; }

/* General classes */
.lighter {
  font-weight: lighter; }

.justify {
  text-align: justify; }

/* Pour les chiffres dans un cercle */
.circled-number {
  display: inline-block;
  border-radius: 50%;
  width: 12rem;
  height: 12rem;
  padding-top: 2rem;
  background-color: #95c556;
  color: #FFF;
  font-weight: bolder;
  font-size: 5rem; }

/* Meilleurs blockquotes */
blockquote {
  border: none;
  padding: 2em;
  text-align: center; }

blockquote > p {
  position: relative;
  margin: 0;
  left: 25%; }

blockquote > p:first-child {
  left: 0;
  font-family: 'Josefin Slab', serif;
  font-size: 2em; }

blockquote > p:first-child::before {
  content: "«\00a0"; }

blockquote > p:first-child::after {
  content: "\00a0»"; }

/* Utility */
img.center {
  display: block;
  margin: 0 auto; }

/* Templates */
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  text-align: left; }
.timeline h1 {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 0rem; }
.timeline p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: .8rem; }
.timeline .container {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto; }
.timeline .timeline-item {
  padding: 1em 0em 2em 2em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 2px solid rgba(0, 0, 0, 0.3); }
  .timeline .timeline-item p {
    font-size: 1rem; }
  .timeline .timeline-item::before {
    content: attr(date-is);
    position: absolute;
    left: 2em;
    font-weight: bold;
    top: 0.55em;
    display: block;
    font-weight: 700;
    color: #6e9a35; }
  .timeline .timeline-item::after {
    width: 14px;
    height: 14px;
    display: block;
    top: 1em;
    position: absolute;
    left: -8px;
    border-radius: 14px;
    content: '';
    border: 2px solid #6e9a35;
    background: white; }
  .timeline .timeline-item:last-child {
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%; }

/* Navigation */
/* Logique pour le logo */
body header #logo img.white,
body.header-image header #logo img.colored,
body.header-image header.scrolled #logo img.white {
  display: none; }

body header #logo img.colored,
body.header-image header #logo img.white,
body.header-image header.scrolled #logo img.colored {
  display: block; }

/* Fix pour fond menu pour header-image lorsque ce n'est pas scrollé */
body.header-image #header:not(.scrolled) #navbar ul.navigation > .has-children:hover > a,
body.header-image #header:not(.scrolled) #navbar ul.navigation li ul,
body.header-image #header:not(.scrolled) #navbar ul.navigation li a,
body.header-image #header:not(.scrolled) #navbar ul.navigation li a:hover {
  /* On enleve le fond et la bordure */
  background: none;
  border-color: transparent; }

body.header-image #header:not(.scrolled) #navbar ul.navigation li ul {
  /* On enleve le fond et la bordure */
  background: rgba(0, 0, 0, 0.45); }

body #header #navbar ul.navigation > li.non-routable:hover > a {
  /* On atténue la page parent */
  color: rgba(0, 0, 0, 0.5) !important;
  cursor: default !important; }

body.header-image #header:not(.scrolled) #navbar ul.navigation > li.non-routable:hover > a {
  /* On atténue la page parent */
  color: rgba(255, 255, 255, 0.5) !important; }

body.header-image #header:not(.scrolled) #navbar ul.navigation li ul a:hover {
  /* On a un hover effect sur le texte */
  color: #6e9a35; }

/* Fix flush top pour non-header image */
body.fullwidth:not(.header-image) #body .flush-top {
  margin-top: -3rem;
  /*padding-top: 5rem;*/ }

/* On override le masquage du menu / hamburger parce que le menu est trop long */
#header #navbar ul.navigation {
  display: inline-block !important; }
  @media (max-width: 65em) {
    #header #navbar ul.navigation {
      display: none !important; } }
#header #navbar .panel-activation {
  display: none !important; }
  @media (max-width: 65em) {
    #header #navbar .panel-activation {
      display: inline-block !important; } }

/* On distingue FSH */
ul.navigation > li:nth-last-child(2) a {
  font-family: "Josefin Slab", serif !important;
  font-style: italic;
  font-weight: bold; }

/* Bandeau */
.bandeau {
  position: relative;
  height: 14rem;
  margin-bottom: 2rem; }
  .bandeau h3, .bandeau h4 {
    color: #fff;
    font-weight: lighter;
    margin: 0; }
  .bandeau h3 {
    font-size: 6vw; }
  .bandeau h4 {
    font-size: 5vw; }
  @media (min-width: 30em) {
    .bandeau h3 {
      font-size: 1.6rem; }
    .bandeau h4 {
      font-size: 1.3rem; } }
  @media (min-width: 48em) {
    .bandeau h3 {
      font-size: 1.8rem; }
    .bandeau h4 {
      font-size: 1.4rem; } }
  @media (min-width: 60em) {
    .bandeau h3 {
      font-size: 2.4rem; }
    .bandeau h4 {
      font-size: 1.8rem; } }
  @media (min-width: 75em) {
    .bandeau h3 {
      font-size: 3rem; }
    .bandeau h4 {
      font-size: 2rem; } }
  .bandeau div.centrage {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .bandeau .ensavoirplus {
    border-radius: 1.5rem;
    width: 3rem;
    height: 3rem;
    margin-left: -1.5rem;
    left: 50%;
    text-align: center;
    padding: 0;
    padding-top: .6rem;
    bottom: 3rem;
    display: inline-block;
    color: #0f2027;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8); }
    .bandeau .ensavoirplus:hover {
      background: #6e9a35;
      color: white; }
    @media only all and (max-width: 47.938em) {
      .bandeau .ensavoirplus {
        display: none; } }
    .bandeau .ensavoirplus i.fa {
      font-size: 1.1rem; }

.bouton, .modular .showcase .button {
  border: none;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin-top: 2rem;
  color: #0f2027; }
  .bouton:hover, .modular .showcase .button:hover {
    background: #6e9a35;
    color: white; }

/* Tags */
#listing .list-blog-date {
  padding-left: 1rem; }
#listing .tags a {
  padding: 0.1rem;
  line-height: 1rem;
  font-size: 0.7rem;
  text-transform: initial; }

/* On permet au footer de grandir */
#body {
  padding-bottom: 35rem; }
  @media (min-width: 30em) {
    #body {
      padding-bottom: 35rem; } }
  @media (min-width: 48em) {
    #body {
      padding-bottom: 22.5rem; } }
  @media (min-width: 60em) {
    #body {
      padding-bottom: 16.5rem; } }
  @media (min-width: 75em) {
    #body {
      padding-bottom: 16.5rem; } }

#footer {
  height: 35rem; }
  @media (min-width: 30em) {
    #footer {
      height: 35rem; } }
  @media (min-width: 48em) {
    #footer {
      height: 22.5rem; } }
  @media (min-width: 60em) {
    #footer {
      height: 16.5rem; } }
  @media (min-width: 75em) {
    #footer {
      height: 16.5rem; } }

#footer {
  padding-top: 1rem;
  white-space: nowrap; }
  #footer p {
    top: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit; }
  #footer .totop {
    top: -1em;
    bottom: auto; }
  #footer h4 {
    margin-bottom: 0; }
  #footer li {
    list-style: none; }
  #footer ul {
    padding-left: 0; }
  #footer input {
    background-color: rgba(255, 255, 255, 0.15); }
  #footer a {
    color: #999; }

.modular .modular-row:last-child {
  margin-bottom: 0; }

/* Fonds gris */
.fond-gris, blockquote {
  background-color: #eaeaea; }

/* Carrousel home */
.owl-item .responsive {
  max-height: 100vw;
  height: 105vh;
  padding-left: 4em;
  padding-right: 4em;
  text-align: center; }

/* On règle le problème du div nav qui empêche de cliquer les liens en dessous */
.owl-carousel .owl-nav {
  pointer-events: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  pointer-events: all; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  /*background: none !important;*/
  padding: 1px !important;
  color: #FFF !important; }

/* carousel projets */
#_carousel-projet-content .owl-nav {
  top: 120px; }

/* On ne met pas d'espace entre les blogs posts sur la page d'accueil */
.latest-posts .list-item {
  margin-bottom: 0; }

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