*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, .h3, .h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
    color: #212121;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}
.Mobile h1, .Mobile .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}


button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
img {
  max-width: 100%;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.nav {
  background-color: rgb(110, 153, 12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  list-style: none;
  position: relative;
    z-index: 90;
}

body.Mobile {
  font-size: 14px !important;
}

.Mobile h2 {
  font-size: 18px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li button {
  order: 1px solid #39393b;
  border-radius: 100%;
  padding: 0;
  width: 25px;
  height: 25px;
  background: none;
  font-size: 14px;
  color: #39393b;
  transition: all .3s ease;
  cursor: pointer;
}
.slick-dots li:hover button,
.slick-dots .slick-active button{
  background: #ffffff;
  color: #6e990c;
}
.slick-dots li button:focus{
  outline: 0 !important;
}

/*
  Header
*/
.header-logo {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
}
#header {
  background-color: white;
  border-bottom: 3px solid #6e990c;
  position: relative;
  z-index: 1000 !important;
}
.Mobile #header{
  padding-bottom: 7px;
  padding: 5px 0;
}
.logo {
  position: absolute;
  background-size: contain;
  height: 250px;
  width: 350px;
  top: -175px;
  background: white;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #6e990c;
}
.header-content {
    padding: 19px 0;
}
.Mobile .header-content {
  padding: 0;
}
.logo:before {
    content: "";
    background: white;
    width: 125%;
    position: absolute;
    height: 100%;
    top: -35px;
}
.Mobile .logo{
  background: none;
  width: inherit;
  position: relative;
  display: flex;
    height: auto;
    top: 0;
    left: 0;
    transform: none;
    justify-content: center;
    align-items: center;
    border: none;
}
.Mobile .logo:before{
  display: none;
}

.logo a {
  display: block;
  text-align: center;
  padding-top: 135px;
  position: relative;
}
.Mobile .logo a{
  padding-top: 5px !important;
    padding-right: 15px;
}
.logo a img {
    width: 120px;
}
@media (max-width: 1199px) {
  .logo {
    height: 230px;
      width: 250px;
      top: -139px;
  }
  .logo a {
      padding-top: 74px !important;
  }
}

.nav-list {
  display: table;
  text-align: center;
  width: 100%;
      margin: 0;
    padding-left: 0;
}
.nav-item {
  display: table-cell;
  margin: 0 7px;
  position: relative;
}
.nav-item a {
  color: #242424;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.nav-item:hover a,
.nav-item:focus a {
  text-decoration: none;
}
.nav-item:hover .nav-submenu {
  display: block;
}
.nav-item.active a {
    color: #000000;
}

/* Navigation submenu */
.nav-submenu {
  padding-top: 24px;
  list-style: none;
  display:none;
  padding-left: 0;
  position:absolute;
  left:0;
  min-width: 250px;
  width:100%;
  z-index: 3;
}
.nav-submenu-item {
  background: #6e990c;
}
.nav-submenu-item a {
  border-bottom: 1px dotted #d08446;
  border-radius: 0;
  margin: 0;
  padding: 15px;
  text-align: left;
  display: block;
  color: black;
}
.nav-submenu-item.active a,
.nav-submenu-item a:hover {
  background: #f9a61a;
  text-decoration: none;
}
.nav-mobile {
  background-image: url(../images/nav.svg);
    background-repeat: no-repeat;
    background-position: 59px 8px;
    background-size: 18px;
    display: none;
    cursor: pointer;
    color: black;
    background-color: #6e990c;
    margin-top: 5px;
    padding: 6px;
    float: right;
    font-size: 16px;
    width: 90px;
    height: 37px;
    line-height: 23px;
    text-align: left;
}

.Mobile .icon-menu {
  font-size: 28px;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    margin-left: 5px;
}

.nav-click {
  position:absolute;
  top: 22px;
  right: 30px;
  display:none;
  transform: translateY(-50%);
  cursor:pointer;
  z-index: 10;
}
.nav-click i {
  display:block;
  height: 15px;
  width: 23px;
  background:url(../images/drop.png) no-repeat center center;
  background-size:20px;
}
.nav-rotate {
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .nav-mobile {
    display:block;
    margin-top: -30%;
  }
  .nav {
    width:100%;
    display: block;
    padding: 0;
  }
  .nav-list {
    display:none;
    margin-right: 0;
  }
  .nav-item {
    width:100%;
    float:none;
    display: block;
    margin: 0;
  }
  .nav-item > a {
    color: white;
    background: none !important;
    padding: 15px!important;
    display: block;
    border-bottom: 1px dashed;
  }
  .nav-item:last-child > a {
    border-bottom: none;
  }
  .nav-click {
    display:block;
  }
  .nav-mobile-open {
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
  }
  .nav-item:hover .nav-submenu {
    display:none;
  }
  .nav-submenu {
    padding-top: 0;
    position:static;
    width:100%;
  }
  .nav-submenu-item a {
    border-bottom-color: #0E0E0E;
    text-align: center;
  }
}

.tel-top-right {
  display: flex;
}
.Mobile .tel-top-right{
  display: block;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #999;
}
.tel-top-right span {
  font-weight: 600;
  margin-left: 15px;
  border-left: 1px solid;
  padding-left: 15px;
}
.tel-top-right span:first-child {
  border-left: none;
  padding-left: 0;
}

.btn-realisations,
.btn-devis {
  background: #f9a61a;
  color: black;
  border-radius: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-devis {
  background: #6e990c;
  border-radius: 25px;
  width: 100%;
}
.Mobile .btn-devis{
  display: none;
  padding: 10px !important;
  letter-spacing: 1px;
}
.Mobile .DevisMobile .btn-devis{
  display: block !important;
}
.page-realisation img {
    width: 100%;
    height: 250px;  
    object-fit: cover;
}

/*
  slider slick
*/

.homeslider,
.itemHomeImg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: flex;
  height: 650px;
  position:relative;
}

.homeslider:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.itemHomeImg {
    margin: 0 3px;
}
.homeImg{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.Mobile .homeslider,
.Mobile .itemHomeImg{
  height: 200px;
}
.banner-bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  height: 100%;
  width: 100%;
}
.abattage-arbre .banner-bg {
  background: url(../images/bg-abattage-arbre.jpg);
}
.debroussaillage .banner-bg {
  background-image: url(../images/bg-debroussaillage.jpg);
}
.taille-haies .banner-bg {
  background: url(../images/bg-taille-haies.jpg);
}
.pose-gazon .banner-bg {
  background-image: url(../images/bg-pose-gazon.jpg);
}
.pose-cloture .banner-bg {
  background-image: url(../images/bg-pose-cloture.jpg);
}
.slick-carousel .slick-track {
  margin: 0 -5px;
}
.item {
  padding: 0 5px;
}
.item img {
  max-width: 100%;
}
.devis-toogle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 300px;
  z-index: 10;
  transition: all .3s ease;
}
.Mobile .devis-toogle {
  position: relative;
  top: 0;
    transform: none;
    right: 0;
    width: 100%;
    z-index: 10;
    transition: all .3s ease;
    padding: 0 15px;
}
.realisations .devis-toogle {
  position: fixed;
}
.Mobile.realisations .devis-toogle {
  position: relative !important;
}
.close-devis {
  right: -300px;
}
.DevisGratuit {
    font-size: 14px;
    border-width: 5px 0px 5px 5px;
    border-style: solid solid solid;
    border-color: rgb(110, 153, 12) rgb(110, 153, 12) rgb(110, 153, 12);
    border-image: initial;
    border-right: 0px;
    border-radius: 0px 0px 0px 10px;
    background: white;
    padding: 10px;
}

.DevisGratuit .titre {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding-bottom: 5px;
    color: black;
    background: rgb(110, 153, 12);
    margin: -10px -10px 0px;
    display: block;
}
.Mobile .DevisGratuit .titre {
  background: none;
}
#devisGratuit #Devis_form{
  padding: 20px;
}
button.btn-toogle-devis {
    position: absolute;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: rgb(110, 153, 12);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 5px 0px 0px 5px;
    padding: 0px;
    outline: 0px;
}
button.btn-toogle-devis i {
  font-style: normal;
  color: white;
  font-size: 20px;
}
button.btn-toogle-devis:focus {
  outline: 0;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  color: white !important;
}
.DevisMobile {
  background: #39393b;
}
.Mobile .DevisGratuit{
  border: none;
  padding: 20px 0;
  background: none;
}
.Mobile .DevisGratuit .titre{
  color: white;
  margin: 0;
  padding: 5px 0;
}

/*
    Content
*/
.primmary {
    text-align: center;
    padding: 5rem 0 4rem;
    font-size: 18px;
    font-weight: 400;
    color: #3d464e;
}
.Mobile .primmary{
  font-size: 15px;
  padding-top: 1rem;
}

.primmary h1 {
  font-weight: 900;
  color: #333333;
  font-size: 26px;
  flex: 0 0 40%;
  text-align: left;
  line-height: 100%;
  position: relative;
  padding-right: 5rem;
}
.primmary h1:after {
  content: "";
}
.Mobile .primmary h1{
  font-size: 24px;
    letter-spacing: 0;
}
.primmary h1:after {
    content: "";
    position: absolute;
    height: 70px;
    border-right: 5px solid #f9a61a;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
}
.block-primm {
  display: flex;
  margin: auto;
  font-size: 16px;
  text-align: left;
  max-width: 75%;
}
.Mobile .block-primm,
.Tablet .block-primm {
  max-width: 100%;
}
.Mobile .block-primm {
  display: block;
}
.block-primm ul{
  list-style: none;
  padding-left: 0;
}
.block-primm ul li{
  display: inline-block;
}
.block-primm ul li {
  display: inline-block;
  border: 1px dashed #f9a61a;
  margin: 5px;
  padding: 10px;
  text-align: center;
  color: #f9a61a;
  font-size: 16px;
}
.Mobile .block-primm ul li{
  font-size: 14px;
}

.secondary {
  background-image: url(../images/img/bg-second.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 8rem;
    padding-bottom: 8rem;
}
.Mobile .secondary {
  background-image: url(../images/img/bg-mobile-second.webp);
}
.text__block {
  padding: 40px;
  background: rgba(255, 255, 255, 0.73);
}
.Mobile .text__block {
  padding: 20px
}
.text__block h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #333333 !important;
}
.Mobile .text__block h2,
.Tablet .text__block h2 {
  margin-top: 25px;
}
.text__block h2 span {
    display: block;
    font-size: 18px;
}
.text__block h3 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
}
.sec__block {
  width: 700px;
  margin: auto;
}
.Mobile .sec__block {
  width: 100%;
}
.third {
    position: relative;
    padding: 3rem 0 0;
}
.third.presta {
  background: #f9f9f9;
}
.th__inner {
  max-width: 95%;
  margin: 1rem auto;
}
.Mobile .th__inner {
  width: 100%;
}
.third .row {
  background: #fbfbfb;
  box-shadow: -1px 9px 11px 0px #efefef;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.third.presta .row {
  background: white;
}
.th__item {
    padding: 40px;
    border-radius: 15px 15px 0 0;
}
.Mobile .th__item {
    padding: 40px 20px
}
.th__item.marron__c {
  background: #ead8be;
}
.th__item.orange__c {
  background: #f9dea1;
  margin-top: 1rem;
}
.th__item.green__c {
  background: #e5ffaa;
  margin-top: 1rem;
}
.th__article {
    display: flex;
}
.Mobile .th__article {
  display: block;
}
.th__article__txt {
    flex: 0 0 50%;
}
.th__article__txt h2 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #333333 !important
}
.th__article__txt h2:after {
  content: "";
  width: 70px;
  border-top: 5px solid;
  display: block;
  margin-top: 20px;
}
.green__c .th__article__txt h2:after {
  border-color: #f9a61a;

}
.marron__c .th__article__txt h2:after {
  border-color: #6f5d3d

}
.orange__c .th__article__txt h2:after {
  border-color: #ec7f31;

}
.th__article__txt p{
  margin-bottom: 0;
}
.th__article__img {
    flex: 0 0 50%;
    padding: 0 15px;
        text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.Mobile .th__article__img {
    padding: 20px 0;
}

.th__block h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #f9a61a;
}
.Mobile .th__block h2{
  margin-top: 25px;
}
.th__block p {
    text-align: justify;
    margin-bottom: 0;
}
.th__block p {
  margin-bottom: 15px;
}
.circle-p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -20px;
}
.circle-p span {
  background: #073149;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin: auto;
}

.th__first__block {
    display: flex;
    padding: 3rem;
}
.Mobile .th__first__block {
    display: block;
    padding: 0;
}
.th__first__txt {
    flex: 0 0 33.33337%;
}
.th__img_block {
    flex: 0 0 33.33337%;
    padding: 0 25px;
}
.Mobile .th__img_block {
  padding: 0 10px;
  margin-bottom: 20px;
}
.th__first__txt h2 {
    font-size: 20px;
    font-weight: 700;
    color: #333333 !important;
}


.products-thumb {
    padding: 0 5px;
}
.Mobile .products-thumb{
  margin: 20px 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.product-inner .slick-track {
  margin: 0 -5px;
}
.product-thumb-hover {
    position: relative;
    display: block;
    overflow: hidden;
}
.product-thumb-hover a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: transparent;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1;
}
.product-thumb-hover h3 {
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  color: white;
  padding: 15px;
  display: flex;
  justify-content: center;
  background: #6e990c;
  z-index: 2;
  margin: 0;
  height: 70px;
  transition: 0.5s;
}

.product-thumb-hover h3:hover {
  height: 90px;
  transition: 0.5s
}
.product-thumb-hover img {
    width: 100%;
}
.simple-image {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-block {
    margin-top: 2rem;
}
p.titre-h1 {
    text-align: center;
    font-size: 34px;
    margin: 1.5em 0 0.6em;
    color: #9d9d9c;
}
.Mobile p.titre-h1 {
    text-align: center;
    font-size: 28px;
    margin: 0 0.5em;
    color: #fff;
    position: absolute;
    line-height: 30px;
    padding: 0 15px;
    text-shadow: 1px 1px #000;
}
.product-block h2 {
  color: #6e990c;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 30px;
}
.product-block h2:before,
.product-block h2:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-top: 3px solid #6e990c;
  margin: 0 15px;
  width: 150px;
}
.Mobile .product-block h2:before, 
.Mobile .product-block h2:after {
  display: none;
}
.contact {
  background: #f9f9f9;
  text-align: center;
  padding: 5rem;
}
.contact-inner {
  max-width: 75%;
  margin: auto;
}
.contact-inner h2 {
  text-transform: uppercase;
  font-weight: 900;
}
#mail,
#mail2 {
  display: none;
}
.RappelGratuit > div {
  margin:0 auto 10px;
}
.imgRappel {
  border: 2px solid #ddd;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.Mobile .imgRappel{
  margin: 0 auto 8px auto;
}

.textRappel h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 26px;
  color: white;
  letter-spacing: 1px;
}
.textRappel h3 span {
    display: block;
    font-size: 20px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0;
}
.rappelGratuit {
  background: #f9a61a;
  display: inline-block;
  height: 46px;
  vertical-align: middle;
  width: 30%;
  border-radius: 0;
  color: black;
}
.Mobile .rappelGratuit {
  width: 40%;
  height: 43px;
}
.Mobile .RappelGratuit {
    text-align: center;
    border-bottom: 1px solid;
    width: 100%;
}

#contact_form {
  max-width: 70%;
  margin: 35px auto 0;
  text-align: left;
}
.input-form {
    display: block;
    margin: 10px 0;
    padding: 12.5px;
    width: 100%;
    background: #fff;
    border: 1px solid;
}

textarea.input-form{
  height: 100px;
}
.btn-form {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  min-width: 160px;
  background: #f9a61a;
  color: white;
}
#rappel_immediat .input-form {
  display: inline-block;
  width: 60%;
  border:1px solid #fff;
  vertical-align: middle;
}


#footer {
  background: #6e990c;
  clear: both;
}
.text_aki {
  background-image: url('../images/bg-footer.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  border-top: 3px solid #6e990c;
  clear: both;
  padding: 60px 0;
}
.Mobile .text_aki {
  height: 240px;
}

.text_aki:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  width: 100%
}
.item-aki {
  position: relative;
    max-width: 50%;
    margin: auto;
    text-align: center;
    color: white;
}
.Tablet .item-aki{
  max-width: 60%;
}
.Mobile .item-aki{
  max-width: 100%;
}
.item-aki a {
    color: white;
}
.item-aki a img {
    width: 150px;
    background: rgb(255 255 255 / 65%);
    padding: 15px;
    border-radius: 3px;
}
.item-aki a svg {
  display: inline-block;
  fill: white;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.text_aki .tel {
  font-size: 25px;
}
.Mobile .text_aki .tel span {
  display: block;
}
.Mobile .item-aki a {
    display: block;
    padding: 10px 0;
}
.tel span a:hover {
  text-decoration: none;
}
.text_aki .adresse {
  font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.logo_akisiweb {
    width: 72px;
    display: block;
    margin: auto;
}
.copy-foot {
  padding: 10px 0 8px;
  color: black;
  font-size: 12px;
  text-align: center;
}
.copy-foot .copyright a {
  color: #000000;
    margin-left: 5px;
    font-weight: bold;
}
.akisiweb {
  float: right;
}
.akisiweb {
  width: 150px;
}

#realisations {
    background: #f9f9f9;
    margin-top: 2rem;
    padding: 3rem 0;
}
.titre-album{
  text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 2rem;
    color: #333333 !important;
}
.titre-album:before,
.titre-album:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-top: 3px solid #6e990c;
  margin: 0 15px;
  width: 150px;
}
.Mobile .titre-album:before,
.Mobile .titre-album:after {
  display: none;
}

p.titre-slider {
    font-size: 2.5em;
    color: #fff;
    font-weight: 600;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    line-height: 1.2em;
    text-shadow: 1px 2px #000;
}
.Mobile p.titre-slider {
  position: absolute;
    font-size: 1.5em;
    width: 100%;
    z-index: 10;
    display: block;
    padding: 0 15px;
}
.btn.btn-realisations {
  background-color: #6e990c;
    border: 2px solid #6e990c;
    border-radius: 25px;
    color: #000;
    padding: 5px 25px;
    transition: all 0.8s;
    font-weight: bold;
}
.Mobile .btn.btn-realisations {
  background-color: #6e990c;
  top: 25px;
}
.btn.btn-realisations:hover {
  background: #c4ce0a;
}
#dM {
  position: relative;
  z-index: 3;
}
.RappelGratuit {
  width: 575px;
  margin: auto;
  text-align: center;
}

.btn-toogle-devis .icon-plus:before,
.close-devis .icon-plus:before {
  content: "+";
}
.icon-plus:before {
  content: "-"
}
.btn-toogle-devis .icon-plus:before {
  display: none;
}
.main-content p {
  color: #2f2f2f;
    line-height: 24px;
}
.Mobile .text-right {
    text-align: left!important;
}
.Tablet .float-lg-right {
  float: right;
    display: block;
    text-align: right;
}
.Liens a {
  float: left;
  width: 33%;
}

.Tablet .Liens a {
  float: left;
  width: 50%;
}
.Mobile .Liens a {
  float: none;
  width: 100%;
  display: block;
}

.img-wk img {
    padding-top: 6px;
}
.tel-top-right a {
    color: #000;
    text-decoration: none;
    margin: 0 6px;
}
.tel-top-right a svg {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.textRappel p {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}
.Mobile .textRappel p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
span.competence__ {
  position: relative;
    color: #6e990c;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 30px;
    display: block;
}
.product-thumb-hover strong {
    text-align: center;
    color: #fff;
    display: block;
    margin: 5px 0;
    background: #000;
    padding: 10px;
    height: 75px;
}
.product-thumb-hover a {
  text-decoration: none;
}
.Desktop h2.not_link {
    font-weight: 900;
    font-size: 50px;
    text-align: center;
}
.Devisgratuit input {
    display: block;
    width: 70%;
    margin: 25px auto;
    height: 40px;
    padding-left: 10px;
}
.Devisgratuit textarea {
    display: block;
    width: 70%;
    margin: 25px auto;
    height: 100px;
    padding-left: 10px;
}
.block-b {
    text-align: center;
}
.swipebox {
  background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    border: 1px solid #ddd;
}
.Mobile .swipebox {
    height: inherit;
}
.Mobile #swipebox-close {
    right: 35%;
    width: 30px;
    height: 30px;
    background-position: 5px 2px;
    transform: translateX(-50%);
}

b.titre-album {
    display: block;    
    color: #000;    
    font-size: 1.5rem;    
    margin-bottom: 1.5rem;
}

/**
404
*/
.blog_pageIntrouvable {
    background: #ffffff;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #000000;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: rgb(110, 153, 12);
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: rgb(110, 153, 12);
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}
#Messages {
    background: black;
    text-align: center;
    position: relative;
    z-index: 9999;
}
#Messages p {
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}