/* abstracts */
/*=============================
=            color            =
=============================*/
/*=====  End of color  ======*/
/*==================================
=            transition            =
==================================*/
/*=====  End of transition  ======*/
/*============================
=            font            =
============================*/
/*=====  End of font  ======*/
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  52% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  54% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  56% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  58% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  62% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  64% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  66% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  68% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  70% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  72% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  74% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  76% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  78% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  80% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  82% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  84% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  86% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  88% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  90% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  92% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  94% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  96% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  98% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  52% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  54% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  56% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  58% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  62% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  64% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  66% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  68% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  70% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  72% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  74% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  76% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  78% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  80% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  82% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  84% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  86% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  88% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  90% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  92% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  94% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  96% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  98% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

/* base */
/*============================
=            font            =
============================*/
/*=====  End of font  ======*/
/*===============================
=            general            =
===============================*/
html {
  font-size: 16px; }

body {
  font-family: roboto, sans-serif;
  background-color: #F8F6E7;
  color: #434B4F;
  padding-top: 75px; }
  body.toolbar-vertical {
    padding-top: 83px !important; }
  body.index {
    padding: 0; }

@media (min-width: 976px) {
  body.toolbar-horizontal {
    padding-top: 157px !important; }
  body.toolbar-horizontal.toolbar-tray-open {
    padding-top: 197px !important; }
  body.toolbar-vertical {
    padding-top: 163px !important; } }

@media (min-width: 992px) {
  body {
    padding-top: 100px; }
    body.toolbar-horizontal {
      padding-top: 203px !important; }
    body.toolbar-horizontal.toolbar-tray-open {
      padding-top: 242px !important; } }

.primaryColor {
  color: #B8D15C; }

a:hover,
a:focus {
  text-decoration: none; }

textarea {
  resize: none; }

h1 {
  font-size: 3.5rem; }

h2 {
  font-size: 2.125rem; }

h3 {
  font-size: 1.5rem; }

@media (min-width: 992px) {
  h1 {
    font-size: 3.85rem; }
  h2 {
    font-size: 3.125rem; }
  h3 {
    font-size: 2.1875rem; } }

.form-check {
  padding-left: 0; }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0; }

input[type="radio"], input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

.form-check-input[type="checkbox"] + label, label.btn input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  height: 1.5625rem;
  padding-left: 35px;
  line-height: 1.5625rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.form-check-input[type="checkbox"] + label:before,
.form-check-input[type="checkbox"]:not(.filled-in) + label:after,
label.btn input[type="checkbox"] + label:before,
label.btn input[type="checkbox"]:not(.filled-in) + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  content: "";
  border: 2px solid #8a8a8a;
  border-radius: 1px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.form-check-input[type="checkbox"]:checked + label:before, label.btn input[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 1.375rem;
  border-top: 2px solid transparent;
  border-right: 2px solid #B8D15C;
  border-bottom: 2px solid #B8D15C;
  border-left: 2px solid transparent;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.form-check-input[type="checkbox"]:not(.filled-in) + label:after, label.btn input[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

#sliding-popup {
  width: auto !important;
  font-family: 'Lato', sans-serif !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(184, 209, 92, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(184, 209, 92, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(184, 209, 92, 0.1); }
  #sliding-popup h2 {
    font-family: atrament-web, sans-serif;
    color: #434B4F; }
  #sliding-popup.sliding-popup-bottom {
    left: 20px;
    bottom: 20px !important;
    border-radius: 5px;
    padding: 20px; }
  #sliding-popup .eu-cookie-compliance-message p {
    color: #a6b27b;
    font-size: 1rem;
    font-weight: 400; }
  #sliding-popup .eu-cookie-compliance-content {
    max-width: none; }
  #sliding-popup .eu-cookie-compliance-message {
    max-width: none;
    float: none;
    margin: 0; }
  #sliding-popup .eu-cookie-compliance-buttons {
    float: none;
    max-width: none;
    margin: 0; }
  #sliding-popup .agree-button {
    position: relative;
    font-size: 1.25rem;
    border-radius: 30px;
    padding: 5px 30px 8px;
    line-height: initial;
    background: #B8D15C;
    /* Old browsers */
    background: -moz-linear-gradient(left, #B8D15C 0%, #96A84C 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #B8D15C 0%, #96A84C 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#B8D15C), to(#96A84C));
    background: -o-linear-gradient(left, #B8D15C 0%, #96A84C 100%);
    background: linear-gradient(to right, #B8D15C 0%, #96A84C 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary', endColorstr='$secondary',GradientType=1 );
    /* IE6-9 */
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    text-shadow: none;
    font-family: 'Lato', sans-serif; }
    #sliding-popup .agree-button:hover {
      -webkit-box-shadow: 0px 0px 15px 0px rgba(184, 209, 92, 0.5);
      -moz-box-shadow: 0px 0px 15px 0px rgba(184, 209, 92, 0.5);
      box-shadow: 0px 0px 15px 0px rgba(184, 209, 92, 0.5); }

/* components */
.btn {
  position: relative;
  font-size: 0.925rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 15px;
  padding: 5px 10px 6px;
  line-height: initial;
  letter-spacing: 0.04em;
  z-index: 10; }
  .btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 30px;
    background-color: inherit;
    z-index: -1;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
  .btn:hover:before {
    -webkit-transform: scaleX(1.35) scaleY(1.65);
    -ms-transform: scaleX(1.35) scaleY(1.65);
    transform: scaleX(1.35) scaleY(1.65);
    opacity: 0;
    -webkit-transition: ease-out 1s;
    -o-transition: ease-out 1s;
    transition: ease-out 1s; }
  .btn.primary {
    background-color: #B8D15C;
    color: #F8F6E7; }
  .btn.white {
    background-color: #F8F6E7;
    color: #B8D15C; }
  .btn.bordered {
    background-color: #F8F6E7;
    border: 2px solid #B8D15C;
    color: #B8D15C; }
    .btn.bordered:before {
      border: 2px solid #B8D15C;
      z-index: -1;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px; }

.btnBlog {
  position: relative;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 15px;
  padding: 5px 10px 7px;
  line-height: initial;
  letter-spacing: 0.12em;
  z-index: 10; }
  .btnBlog:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 30px;
    background-color: inherit;
    z-index: -1;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
  .btnBlog:hover:before {
    -webkit-transform: scaleX(1.35) scaleY(1.65);
    -ms-transform: scaleX(1.35) scaleY(1.65);
    transform: scaleX(1.35) scaleY(1.65);
    opacity: 0;
    -webkit-transition: ease-out 1s;
    -o-transition: ease-out 1s;
    transition: ease-out 1s; }
  .btnBlog.primary {
    background-color: #B8D15C;
    color: #F8F6E7; }
  .btnBlog.white {
    background-color: #F8F6E7;
    color: #B8D15C; }
  .btnBlog.bordered {
    background-color: #F8F6E7;
    border: 2px solid #B8D15C;
    color: #B8D15C; }
    .btnBlog.bordered:before {
      border: 2px solid #B8D15C;
      z-index: -1;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px; }

@media (min-width: 992px) {
  .btn {
    font-size: 0.925rem;
    padding: 5px 15px 6px; } }

.cards.service {
  margin-bottom: 50px;
  height: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .cards.service .icon {
    fill: #B8D15C;
    margin-bottom: 10px;
    min-height: 70px; }
    .cards.service .icon.fosse {
      max-width: 100px;
      max-height: 60px; }
    .cards.service .icon.debouchage {
      max-width: 100px;
      max-height: 58px; }
    .cards.service .icon.curage {
      max-width: 100px;
      max-height: 40px; }
    .cards.service .icon.vidange {
      max-width: 90px;
      max-height: 59px; }
    .cards.service .icon.inspection {
      max-width: 70px;
      max-height: 70px; }
    .cards.service .icon.nettoyage {
      max-width: 70px;
      max-height: 70px; }
  .cards.service .title {
    margin-bottom: 10px; }
  .cards.service .btn {
    width: 118px;
    margin-bottom: 0;
    margin-top: auto; }

.cards.publicContent {
  margin-bottom: 30px; }
  .cards.publicContent .icon {
    fill: #434B4F;
    margin-bottom: 10px; }
    .cards.publicContent .icon.particulier {
      max-width: 80px;
      max-height: 80px; }
    .cards.publicContent .icon.pro {
      max-width: 80px;
      max-height: 73px; }
    .cards.publicContent .icon.public {
      max-width: 80px;
      max-height: 80px; }

.cards.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden; }
  .cards.blog .bgImg {
    position: relative;
    height: 210px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .cards.blog .bgImg:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(67, 75, 79, 0.5);
      opacity: 0;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  .cards.blog .textContent {
    padding: 20px;
    background-color: #F8F6E7;
    color: #434B4F; }
    .cards.blog .textContent .category {
      color: #B8D15C;
      font-size: 0.875em;
      margin-bottom: 10px; }
    .cards.blog .textContent .title {
      color: #434B4F;
      font-size: 1.25em;
      margin-bottom: 10px; }
      .cards.blog .textContent .title a {
        color: #434B4F; }
    .cards.blog .textContent .shortDescription {
      margin-bottom: 0; }
  .cards.blog:hover {
    cursor: pointer; }
    .cards.blog:hover .bgImg:before {
      opacity: 1; }
  .cards.blog.video .bgImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .cards.blog.video .bgImg .play {
      position: relative;
      fill: #F8F6E7;
      z-index: 5; }
  .l-blog .cards.blog {
    margin-bottom: 20px; }
    .l-blog .cards.blog .textContent {
      background-color: #fff; }
    .l-blog .cards.blog .tagsList {
      margin-top: 10px;
      margin-bottom: 15px;
      font-size: 0.875em; }
      .l-blog .cards.blog .tagsList a {
        color: #B8D15C;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        margin-right: 0.5rem; }
        .l-blog .cards.blog .tagsList a:hover {
          color: #96A84C; }

.cards.article {
  background-color: #fff;
  border-radius: 5px; }
  .cards.article .picture {
    min-height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .cards.article .textContent {
    padding: 20px 20px 0 20px; }
    .cards.article .textContent .l-wysiwyg .title {
      font-size: 3rem; }
  .cards.article .tagsList {
    margin-top: 10px;
    padding: 0 20px 20px 20px;
    font-size: 0.875em; }
    .cards.article .tagsList .tags {
      margin-bottom: 10px; }
      .cards.article .tagsList .tags a {
        color: #B8D15C;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        margin-right: 0.5rem; }
        .cards.article .tagsList .tags a:hover {
          color: #96A84C; }
    .cards.article .tagsList ul {
      margin-bottom: 0; }
      .cards.article .tagsList ul li a {
        color: #B8D15C;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .cards.article .tagsList ul li a:hover {
          color: #96A84C; }
  .cards.article.video .picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .cards.article.video .picture .play {
      background-image: url(../img/play.svg);
      background-position: center center;
      background-repeat: no-repeat;
      position: relative;
      width: 150px;
      height: 130px; }
      .cards.article.video .picture .play:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(../img/play.svg);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
    .cards.article.video .picture:hover {
      cursor: pointer; }
      .cards.article.video .picture:hover .play:after {
        -webkit-transform: scale(1.5) translateX(3px);
        -ms-transform: scale(1.5) translateX(3px);
        transform: scale(1.5) translateX(3px);
        opacity: 0;
        -webkit-transition: ease-out 1s;
        -o-transition: ease-out 1s;
        transition: ease-out 1s; }

@media (min-width: 768px) {
  .cards.publicContent {
    margin-bottom: 0; }
  .cards.blog {
    height: calc(100% - 30px); }
    .cards.blog .bgImg {
      height: 210px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .cards.blog .textContent {
      padding: 20px;
      background-color: #F8F6E7;
      color: #434B4F;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .cards.blog .textContent .category {
        color: #B8D15C; }
      .cards.blog .textContent .title {
        color: #434B4F; }
    .l-blog .cards.blog {
      height: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .l-blog .cards.blog .bgImg {
        width: 250px;
        height: auto; }
  .cards.article .picture {
    height: 350px; } }

@media (min-width: 1420px) {
  .l-blog .cards.blog .bgImg {
    width: 325px; } }

.dropdown .dropdown-menu {
  background-color: #B8D15C;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(184, 209, 92, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(184, 209, 92, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(184, 209, 92, 0.3);
  border: none;
  font-weight: 300;
  font-size: 1rem;
  margin-top: 10px;
  padding: 0; }
  .dropdown .dropdown-menu:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #B8D15C;
    top: -5px;
    right: 50%;
    margin-right: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1; }
  .dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
      background-color: #96A84C;
      outline: none; }
    .dropdown .dropdown-menu .dropdown-item:first-child {
      border-top-right-radius: 0.25rem;
      border-top-left-radius: 0.25rem; }
    .dropdown .dropdown-menu .dropdown-item:last-child {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .pagination .page-item {
    margin: 0 3px; }
    .pagination .page-item.disabled .page-link {
      border: 1px solid #fdfdfd; }
    .pagination .page-item .page-link {
      background-color: transparent;
      border-radius: 5px;
      padding: 0;
      border: 1px solid #B8D15C;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      color: #B8D15C; }
    .pagination .page-item.active .page-link {
      color: #fff;
      background-color: #B8D15C; }

form .form-control {
  height: 50px;
  border: none; }

form textarea.form-control {
  height: auto; }

form .form-actions {
  width: 100%; }

form .panel-heading {
  display: none; }

.modal.videoModal .modal-content {
  background-color: transparent;
  border: none; }

.modal.videoModal .close {
  text-shadow: none;
  color: #fff;
  opacity: 1;
  font-size: 2.5rem; }

.modal.videoModal .modal-header {
  border: none; }

/* layout */
.l-contact input.form-control,
.l-contact select.form-control {
  height: 50px; }

.l-contact .form-control {
  border: none; }

.l-contact .btn {
  margin-top: 30px; }

.l-content {
  padding: 50px 0; }
  .l-content h1, .l-content h2, .l-content h3, .l-content h4, .l-content h5, .l-content h6 {
    font-family: atrament-web, sans-serif;
    font-weight: 700;
    margin-bottom: 30px; }
  .l-content.index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    min-height: 100vh; }
    .l-content.index h2 {
      margin-bottom: 20px; }
    .l-content.index a {
      color: #B8D15C;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .l-content.index a:hover {
        color: #96A84C; }
  .l-content.backgroundImage {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #F8F6E7; }
    .l-content.backgroundImage h1, .l-content.backgroundImage h2, .l-content.backgroundImage h3, .l-content.backgroundImage h4, .l-content.backgroundImage h5, .l-content.backgroundImage h6 {
      color: #F8F6E7; }
  .l-content.dark {
    background-color: #434B4F;
    color: #F8F6E7; }
  .l-content.nosServices {
    padding-bottom: 0; }
  .l-content.contact {
    text-align: center; }
    .l-content.contact h2 {
      margin-bottom: 10px; }
    .l-content.contact .description {
      font-size: 1em; }
    .l-content.contact .phoneContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 30px; }
      .l-content.contact .phoneContent a {
        color: #434B4F; }
    .l-content.contact .phoneRing {
      max-width: 167px;
      max-height: 141px;
      margin-bottom: 10px; }
    .l-content.contact .mobileRing {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-animation: ring 5s linear infinite;
      animation: ring 5s linear infinite; }
    .l-content.contact .number {
      margin-bottom: 0;
      font-weight: 700;
      color: #B8D15C; }
  .l-content .a2a_kit {
    margin-bottom: 30px;
    display: block;
    text-align: right; }
    .l-content .a2a_kit a {
      opacity: 0.5 !important; }
      .l-content .a2a_kit a span {
        border-radius: 13px !important; }

@media (min-width: 768px) {
  .l-content {
    padding: 80px 0; }
    .l-content.nosServices {
      padding-bottom: 30px; }
    .l-content.aPropos {
      background-image: url(../img/aloes.png);
      background-repeat: no-repeat;
      background-position: center right;
      background-attachment: fixed; }
    .l-content.contact {
      text-align: left; }
      .l-content.contact .phoneContent {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 0px; } }

@media (min-width: 992px) {
  .l-content.nosServices {
    padding-top: 0;
    margin-top: -100px; }
  .l-content.contact .description {
    font-size: 1.75em; }
  .l-content.contact h2,
  .l-content.contact .description {
    margin-bottom: 30px; }
  .l-content.contact .number {
    font-size: 1.5em; } }

@media (min-width: 1360px) {
  .l-content {
    padding: 80px 0; }
    .l-content.nosServices {
      padding-bottom: 80px; }
    .l-content.l-footer {
      padding: 100px 0; } }

@media (min-width: 1420px) {
  .l-content h2 {
    margin-bottom: 50px; }
  .l-content.nosServices {
    margin-top: -80px; }
  .l-content.publicCible h2 {
    padding: 0 200px; }
  .l-content.aPropos p {
    padding-right: 200px; }
  .l-content.contact h2 {
    margin-bottom: 30px; }
  .l-content.contact p {
    margin-bottom: 30px; } }

.l-footer {
  background-color: #434B4F;
  color: #F8F6E7; }
  .l-footer h3 {
    margin-bottom: 10px;
    font-size: 1.6875em; }
  .l-footer a {
    color: #F8F6E7;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .l-footer a:hover {
      color: #B8D15C; }
  .l-footer ul li a {
    color: #F8F6E7;
    font-size: 1em;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .l-footer ul li a:hover {
      color: #B8D15C; }
  .l-footer .infoContact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .l-footer .infoContact .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px;
      font-weight: 700; }
      .l-footer .infoContact .info i {
        font-size: 2rem;
        color: #B8D15C;
        width: 32px;
        text-align: center;
        margin-right: 20px; }
  .l-footer .subFotter {
    text-align: center; }
    .l-footer .subFotter .logo {
      max-width: 100%; }
    .l-footer .subFotter .copyright {
      font-size: 0.85rem;
      color: #F8F6E7; }
      .l-footer .subFotter .copyright a {
        color: #F8F6E7;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .l-footer .subFotter .copyright a:hover {
          color: #B8D15C; }
  .l-footer .linkMenu {
    text-align: center;
    margin-bottom: 30px; }
  .l-footer .devisBox {
    background-color: #B8D15C;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    letter-spacing: 1px;
    padding: 20px;
    z-index: 50;
    font-weight: 700;
    color: #F8F6E7;
    font-family: atrament-web, sans-serif;
    font-size: 1.5em; }
    .l-footer .devisBox:hover {
      color: #F8F6E7; }

@media (min-width: 768px) {
  .l-footer .linkMenu {
    text-align: left; }
  .l-footer .subFotter {
    text-align: right; }
  .l-footer .infoContact {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .l-footer .infoContact .info {
      font-size: 1.3125rem; } }

@media (min-width: 992px) {
  .l-footer .devisBox {
    background-color: #434B4F;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    bottom: 30px;
    right: auto;
    -webkit-box-shadow: 0 15px 30px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 15px 30px 0 rgba(50, 50, 50, 0.1); }
    .l-footer .devisBox:hover {
      background-color: #B8D15C; } }

@media (min-width: 1420px) {
  .l-footer .linkMenu {
    margin-bottom: 0px; } }

.l-header {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #F8F6E7;
  padding: 50px 0; }
  .l-header h1 {
    font-family: atrament-web, sans-serif;
    margin-bottom: 0px; }
  .l-header .description {
    margin-bottom: 0;
    font-size: 1.15em; }

@media (min-width: 768px) {
  .l-header .description {
    font-size: 1.375em; } }

.l-menu {
  background-color: #434B4F;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-bottom: 10px; }
  .toolbar-horizontal .l-menu {
    top: 39px; }
  .toolbar-horizontal.toolbar-tray-open .l-menu {
    top: 79px; }
  .l-menu .menu .logo {
    max-width: 110px;
    max-height: 45px; }
  .l-menu .menu .navbar-toggler {
    outline: none;
    padding: 0; }
    .l-menu .menu .navbar-toggler .navbar-toggler-icon {
      display: block;
      height: 4px;
      background-color: transparent;
      position: relative;
      border-radius: 2px;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
      .l-menu .menu .navbar-toggler .navbar-toggler-icon:focus {
        outline: none; }
      .l-menu .menu .navbar-toggler .navbar-toggler-icon:before, .l-menu .menu .navbar-toggler .navbar-toggler-icon:after {
        content: '';
        height: 4px;
        width: 1.5em;
        background-color: #F8F6E7;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 2px;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .l-menu .menu .navbar-toggler .navbar-toggler-icon:before {
        top: 0px;
        -webkit-transform: translateX(100%) rotate(45deg);
        -ms-transform: translateX(100%) rotate(45deg);
        transform: translateX(100%) rotate(45deg); }
      .l-menu .menu .navbar-toggler .navbar-toggler-icon:after {
        top: 0px;
        -webkit-transform: translateX(100%) rotate(-45deg);
        -ms-transform: translateX(100%) rotate(-45deg);
        transform: translateX(100%) rotate(-45deg); }
    .l-menu .menu .navbar-toggler.collapsed .navbar-toggler-icon {
      background-color: #F8F6E7;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
      .l-menu .menu .navbar-toggler.collapsed .navbar-toggler-icon:before {
        top: -8px;
        -webkit-transform: rotate(0deg) translateX(0%);
        -ms-transform: rotate(0deg) translateX(0%);
        transform: rotate(0deg) translateX(0%); }
      .l-menu .menu .navbar-toggler.collapsed .navbar-toggler-icon:after {
        top: 8px;
        -webkit-transform: rotate(0deg) translateX(0%);
        -ms-transform: rotate(0deg) translateX(0%);
        transform: rotate(0deg) translateX(0%); }
  .l-menu .menu .navbar {
    padding: 10px 0;
    padding-bottom: 0; }
  .l-menu .menu .nav-item {
    font-size: 1.25em; }
    .l-menu .menu .nav-item a {
      color: #F8F6E7;
      font-weight: 700;
      padding: 0.5rem 0rem;
      display: block; }
    .l-menu .menu .nav-item.active a {
      color: #B8D15C; }
  .l-menu .menu .dropdown .dropdown-toggle::after {
    display: none; }
  .l-menu .menu .dropdown i {
    font-size: 0.60em; }
  .l-menu .menu .dropdown .dropdown-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-weight: 300;
    font-size: 1rem;
    margin-top: 0px;
    padding: 0; }
    .l-menu .menu .dropdown .dropdown-menu:after {
      display: none; }
    .l-menu .menu .dropdown .dropdown-menu .dropdown-item {
      color: #F8F6E7;
      font-size: 1rem;
      font-weight: 400;
      padding: 0.25rem 0; }
      .l-menu .menu .dropdown .dropdown-menu .dropdown-item:hover, .l-menu .menu .dropdown .dropdown-menu .dropdown-item:focus {
        background-color: #96A84C;
        outline: none; }
      .l-menu .menu .dropdown .dropdown-menu .dropdown-item:last-child {
        border-bottom: none; }
  .l-menu .menu .infoZone {
    color: #F8F6E7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px; }
    .l-menu .menu .infoZone a {
      color: #F8F6E7; }
    .l-menu .menu .infoZone .icon {
      color: #B8D15C;
      margin-right: 10px;
      display: block;
      height: 30px;
      width: 30px;
      border: 2px solid #F8F6E7;
      text-align: center;
      border-radius: 50%; }
    .l-menu .menu .infoZone .textContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 700;
      font-size: 0.95em; }
    .l-menu .menu .infoZone .separation {
      margin: 0 10px; }

@media (min-width: 768px) {
  .l-menu .menu .infoZone .textContent {
    font-size: 1em; } }

@media (min-width: 992px) {
  .l-menu {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding-bottom: 0;
    background-color: #F8F6E7; }
    .l-menu:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 50%;
      background-color: #434B4F; }
    .l-menu .navbar-expand-lg {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .l-menu .menu .navbar-brand {
      padding: 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .l-menu .menu .logo {
      max-width: 120px;
      max-height: 52px;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .l-menu .menu .navbar-nav {
      padding-right: 20px; }
    .l-menu .menu .navbar {
      padding: 0;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      min-height: 100px; }
    .l-menu .menu .navbar-collapse {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      background-color: #F8F6E7; }
    .l-menu .menu .nav-item {
      font-size: 1em; }
      .l-menu .menu .nav-item a {
        padding: 0 10px;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        color: #434B4F; }
        .l-menu .menu .nav-item a:hover {
          color: #B8D15C; }
      .l-menu .menu .nav-item.active {
        position: relative; }
        .l-menu .menu .nav-item.active a:hover {
          color: #B8D15C; }
        .l-menu .menu .nav-item.active .dropdown-menu .dropdown-item:hover {
          color: #fff; }
      .l-menu .menu .nav-item:last-child a {
        padding-right: 0; }
    .l-menu .menu .dropdown .dropdown-menu {
      padding-top: 25px;
      background-color: transparent;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .l-menu .menu .dropdown .dropdown-menu:after {
        display: block;
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #B8D15C;
        top: 20px;
        right: 50%;
        margin-right: -5px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: -1; }
      .l-menu .menu .dropdown .dropdown-menu .dropdown-item {
        background-color: #B8D15C;
        color: #fff;
        padding: 5px 20px;
        border-bottom: none;
        font-size: 1rem;
        white-space: nowrap; }
    .l-menu .menu .dropdown:hover > .dropdown-menu {
      display: block; }
    .l-menu .menu .dropdown > .dropdown-toggle:active {
      pointer-events: none; }
    .l-menu .menu .infoZone {
      background-color: #434B4F;
      color: #F8F6E7;
      height: 100%;
      padding: 10px 0 10px 20px; }
      .l-menu .menu .infoZone .icon {
        border: 2px solid #F8F6E7; }
      .l-menu .menu .infoZone .textContent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .l-menu .menu .infoZone .separation {
        display: none; } }

@media (min-width: 1420px) {
  .l-menu .menu .logo {
    max-width: 187px;
    max-height: 80px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .l-menu .menu .navbar-nav {
    padding-right: 30px; }
  .l-menu .menu .nav-item {
    font-size: 1.25em; }
    .l-menu .menu .nav-item a {
      padding: 0 25px; }
    .l-menu .menu .nav-item.active:after {
      left: 25px;
      right: 25px; }
    .l-menu .menu .nav-item.active a:hover {
      color: #B8D15C; }
  .l-menu .menu .infoZone {
    padding-left: 30px; } }

.l-slider {
  position: relative; }
  .l-slider:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50%;
    left: 0;
    background-image: url(../img/sliderbg.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover; }
  .l-slider .swiper-slide {
    height: auto; }
  .l-slider .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    height: 100%;
    max-width: 100%; }
  .l-slider .contentText {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: #434B4F;
    color: #fff;
    padding: 20px;
    width: calc(100% - 3rem);
    z-index: 5;
    margin-top: -50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .l-slider .contentText .title {
      font-size: 1.5rem;
      font-weight: 700;
      font-family: atrament-web, sans-serif;
      margin-bottom: 10px; }
    .l-slider .contentText .subText {
      display: none;
      margin-bottom: 20px; }
  .l-slider .contentImg {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    .l-slider .contentImg .imgAnim {
      display: block;
      min-height: 300px;
      background-size: cover;
      background-position: 50%;
      width: 0;
      background-repeat: no-repeat; }
  .l-slider .swiper-button-next,
  .l-slider .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: auto;
    left: auto;
    margin: 0;
    background-color: #fff;
    background: #b8d15c;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b8d15c 0%, #7cbf73 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b8d15c 0%, #7cbf73 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#b8d15c), to(#7cbf73));
    background: -o-linear-gradient(left, #b8d15c 0%, #7cbf73 100%);
    background: linear-gradient(to right, #b8d15c 0%, #7cbf73 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d15c', endColorstr='#7cbf73',GradientType=1 );
    /* IE6-9 */ }
  .l-slider .swiper-button-next {
    bottom: 0;
    right: 0; }
  .l-slider .swiper-button-prev {
    bottom: 3rem;
    right: 0;
    left: auto; }
  .l-slider .swiper-pagination {
    display: none; }

@media (min-width: 768px) {
  .l-slider:after {
    bottom: calc(50% - 20px); }
  .l-slider .swiper-slide {
    padding-top: 40px; }
  .l-slider .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .l-slider .contentText {
    margin-top: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    padding: 60px 20px;
    background-color: transparent;
    color: #434B4F; }
    .l-slider .contentText .title {
      font-size: 1.85rem;
      font-weight: 700;
      font-family: atrament-web, sans-serif; }
    .l-slider .contentText .subText {
      display: block; }
  .l-slider .contentImg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
    .l-slider .contentImg .imgAnim {
      height: 100%;
      width: 50vw;
      position: absolute;
      left: 50%; }
  .l-slider .swiper-button-next {
    bottom: 0;
    right: 0; }
  .l-slider .swiper-button-prev {
    bottom: 0rem;
    right: 3rem; } }

@media (min-width: 992px) {
  .l-slider .container {
    max-width: 960px; }
  .l-slider .swiper-slide .container {
    z-index: 20; }
  .l-slider:after {
    bottom: calc(50% - 40px); }
  .l-slider .swiper-slide {
    padding-top: 80px; }
  .l-slider .contentText {
    padding: 60px 40px; }
    .l-slider .contentText .title {
      font-size: 2.25rem; }
  .l-slider .swiper-button-next {
    right: 50%; }
  .l-slider .swiper-button-prev {
    right: calc(50% + 3rem); }
  .l-slider .paginationContainer {
    position: absolute;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    top: 0; }
  .l-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 0;
    right: auto;
    width: auto;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: calc((100vw - 960px)/2 - 10px); }
  .l-slider .swiper-pagination-bullet {
    background-color: transparent;
    padding: 15px 0;
    font-weight: 700;
    font-family: atrament-web, sans-serif; }
  .l-slider .swiper-button-next,
  .l-slider .swiper-button-prev {
    background: #434B4F; } }

@media (min-width: 1420px) {
  .l-slider .container {
    max-width: 1360px; }
  .l-slider .swiper-pagination {
    left: calc((100vw - 1360px)/2 - 30px); }
  .l-slider .contentText {
    padding: 100px 40px; }
    .l-slider .contentText .title {
      font-size: 2.75em; } }

.l-blog .columnContent {
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px; }
  .l-blog .columnContent h3 {
    margin-bottom: 10px;
    font-size: 1.25em; }
  .l-blog .columnContent .post {
    margin-bottom: 10px;
    display: block; }
    .l-blog .columnContent .post .infos {
      color: #434B4F; }
      .l-blog .columnContent .post .infos .category {
        font-size: .875rem;
        color: #B8D15C; }
        .l-blog .columnContent .post .infos .category a {
          color: #B8D15C; }
  .l-blog .columnContent .tagsContent .views-row {
    display: inline-block; }
    .l-blog .columnContent .tagsContent .views-row .field-content {
      position: relative;
      display: inline-block;
      padding: 0 10px 2px 10px;
      text-transform: capitalize;
      border: 1px solid #efefef;
      border-radius: 50px;
      margin-right: 10px;
      margin-bottom: 10px;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .l-blog .columnContent .tagsContent .views-row .field-content a {
        font-size: .875rem;
        color: #B8D15C; }
      .l-blog .columnContent .tagsContent .views-row .field-content:hover {
        border: 1px solid #B8D15C;
        background-color: #B8D15C; }
        .l-blog .columnContent .tagsContent .views-row .field-content:hover a {
          color: #fff; }
  .l-blog .columnContent .tagsContent .form-group {
    margin-bottom: 0; }
  .l-blog .columnContent .tagsContent ul {
    margin-bottom: 0; }
    .l-blog .columnContent .tagsContent ul li {
      position: relative;
      display: inline-block;
      padding: 0 10px 2px 10px;
      text-transform: capitalize;
      border: 1px solid #efefef;
      border-radius: 50px;
      margin-right: 10px;
      margin-bottom: 10px;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .l-blog .columnContent .tagsContent ul li a {
        font-size: .875rem;
        color: #B8D15C; }
      .l-blog .columnContent .tagsContent ul li:hover {
        border: 1px solid #B8D15C;
        background-color: #B8D15C; }
        .l-blog .columnContent .tagsContent ul li:hover a {
          color: #fff; }
  .l-blog .columnContent select {
    border: none;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    border-radius: 0;
    border-bottom: 1px solid #B8D15C;
    padding-left: 0; }
    .l-blog .columnContent select:focus {
      background-color: #fff; }

.l-blog .SocialShares {
  margin-top: 15px; }

.l-blog .a2a_kit {
  margin-bottom: 0px; }

.l-blog .gallery {
  padding: 0 0 0px 20px; }

.l-services {
  margin-top: 0 !important;
  padding: 50px 0; }

@media (min-width: 768px) {
  .l-services {
    padding: 80px 0 !important; } }

@media (min-width: 1360px) {
  .l-services {
    padding: 130px 0 !important; } }

.l-rightBox {
  position: relative;
  z-index: 10;
  pointer-events: none; }
  .l-rightBox:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b8d15c+0,7cbf73+100 */
    background: #b8d15c;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b8d15c 0%, #7cbf73 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b8d15c 0%, #7cbf73 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#b8d15c), to(#7cbf73));
    background: -o-linear-gradient(left, #b8d15c 0%, #7cbf73 100%);
    background: linear-gradient(to right, #b8d15c 0%, #7cbf73 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d15c', endColorstr='#7cbf73',GradientType=1 );
    /* IE6-9 */ }
  .l-rightBox .textContent {
    padding: 40px 0;
    color: #F8F6E7; }
    .l-rightBox .textContent h2 {
      font-family: atrament-web, sans-serif; }
    .l-rightBox .textContent p {
      margin-bottom: 0; }

@media (min-width: 576px) {
  .l-rightBox .picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% + 340px); } }

@media (min-width: 768px) {
  .l-rightBox .picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% + 360px); } }

@media (min-width: 992px) {
  .l-rightBox {
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%); }
    .l-rightBox:before {
      left: 58.34%;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .l-rightBox .textContent {
      padding: 40px 25px 40px 25px; }
      .l-rightBox .textContent h2 {
        font-size: 2.125rem; }
    .l-rightBox .picture {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: calc(58.34% + 480px); } }

@media (min-width: 1420px) {
  .l-rightBox .picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% + 680px); } }

.l-wysiwyg {
  color: #434B4F; }
  .l-wysiwyg h2, .l-wysiwyg h3, .l-wysiwyg h4, .l-wysiwyg h5, .l-wysiwyg h6 {
    margin-bottom: 30px; }
  .l-wysiwyg ul {
    padding-left: 20px; }
    .l-wysiwyg ul li {
      position: relative;
      padding-left: 28px;
      list-style-type: none;
      margin-bottom: 10px; }
      .l-wysiwyg ul li:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #B8D15C;
        left: 0;
        top: 9px; }
  .l-wysiwyg nav ul,
  .l-wysiwyg nav ul.pagination {
    padding-left: 0; }
    .l-wysiwyg nav ul li:after,
    .l-wysiwyg nav ul.pagination li:after {
      display: none; }
    .l-wysiwyg nav ul li:first-child, .l-wysiwyg nav ul li:last-child,
    .l-wysiwyg nav ul.pagination li:first-child,
    .l-wysiwyg nav ul.pagination li:last-child {
      margin-bottom: 10px; }
    .l-wysiwyg nav ul li a,
    .l-wysiwyg nav ul.pagination li a {
      border-radius: 50%;
      width: 26px;
      height: 26px;
      line-height: 26px;
      padding: 0;
      text-align: center;
      border: none;
      color: #364f62; }
  .l-wysiwyg a {
    color: #96A84C;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .l-wysiwyg a:hover {
      color: #434B4F;
      text-decoration: underline; }
