


/***************************************************************/
/*************************** BOUTONS ****************************/
/***************************************************************/
/* Je commente ici pour que le bouton s'affiche en grand (à décommenter si je le veux en petit)
@media (max-width: 1200px) {
  .btn-custom {
    height: 42px;
    width: 42px;
    padding: 10px 0;
  }
  .btn-custom .filter {top:65%;}

  .btn .filter-text {
    display: block;
    position: absolute;
    left: 50%;
    top: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    font-size: .58rem;
    font-weight: 600;
    letter-spacing: .03rem;
  }
}*/

/* .btn-custom .filter span, .btn-custom .filter span:before, .btn-custom .filter span:after {
  transition:all .3s ease-in-out;
  background: #fff;
  position: absolute;
}
.btn-custom .filter span:before, .btn-custom .filter span:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  left: -3px;
}
.btn-custom .filter span {
  height: 10px;
  width: 4px;
  top: 5px;
  left: 15px;
  box-shadow: 8px 11px 0 #fff;
}
.btn-custom .filter span:before {
    top: 4px;
}
.btn-custom .filter span:after {
    top: 15px;
}

.btn[aria-expanded=true] .filter span {
  transition:all .1s ease-in-out;
  background:transparent;
  box-shadow:8px 11px 0 transparent;
}

.btn[aria-expanded=true] .filter::after,
.btn[aria-expanded=true] .filter::before {
    opacity: 0
}

.btn[aria-expanded=true] .filter span.rotate::after,
.btn[aria-expanded=true] .filter span.rotate::before {
    opacity: 1
}

.btn[aria-expanded=true] .filter span.rotate::before {
    -webkit-transform: rotate(45deg)translate(4px,4px);
    -ms-transform: rotate(45deg)translate(4px,4px);
    transform: rotate(45deg)translate(4px,4px);
}

.btn[aria-expanded=true] .filter span.rotate::after {
    -webkit-transform: rotate(-45deg)translate(4px,-4px);
    -ms-transform: rotate(-45deg)translate(4px,-4px);
    transform: rotate(-45deg)translate(4px,-4px);
} */







/*  */
@media (max-width:768px) {
 .home_picture {
   max-height: 250px;
 }
}



/**
 * Bouton MENU (design d'animation)
 */
.bar1, .bar2, .bar3 {
  width: 20px;
  height: 2px;
  background-color: #fbfbfb;
  margin: 4px 0;
  transition: 0.4s;
  margin-inline: auto;
}

/* Rotate first bar */
.change .bar1 {
  transform: translate(0, 6px) rotate(-45deg);
}

/* Fade out the second bar */
.change .bar2 {opacity: 0;}

/* Rotate last bar */
.change .bar3 {
  transform: translate(0, -6px) rotate(45deg);
}

/*********************************************************************/
/*************************** NAVBAR ARTICLE ****************************/
/*********************************************************************/
/* GESTION DE LA NAVBAR du détail des articles */
.nav_article-light {
  background: transparent !important;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  z-index: 3;
}
.nav_article-light .nav-content {
  display: flex;
  flex-direction: row;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

@media (max-width: 768px) {
  .nav_article-light {
  /* Je modifie ici pour lmenu en vue mobile sionn il n'est pas transparent
   background: #000000 !important;
    position: relative;*/
    background: transparent !important;
    position: absolute;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top:0px;
    width: 80%;
  }
}

@media (max-width: 768px) {
    .nav_article-light.scrolled {
      position: fixed;
      right: 0;
      left: 0;
      top: 0;
      margin-top: -130px;
      background: white !important;/*#fff !important;*/
    /*  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);*/
    }


  /*lorsque la navbar est visible*/
  .nav_article-light.scrolled.awake {
    margin-top: 0px;
  /*      -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
  transition: .3s all ease-out;*/
  /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
  border: 0 !important;*/
  }

  /*lorsque la navbar n'est pas visible*/
  .nav_article-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
  }
}

@media (min-width: 768px) {
  .nav_article-light {
    position: static;
    background: transparent !important;
    padding-bottom: 0;
    margin-top:100px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  }
  .nav_article-light .menu_label{
    width: auto;
  }
  .nav_article-light .menu_text{
    opacity: 1;
    color: #01a433;
  }
}



@media (min-width: 768px) {
    .nav_article-light.scrolled {
      position: fixed;
      left: 0;
      background: #fff !important;
      top: 100px;
      width: min-content;
    }

    .nav_article-light.scrolled .nav-content {
      padding-left: 1rem;
      padding-right: 0.3rem;
    }

    .nav_article-light.scrolled .menu {
      flex-direction: column;
    }

    .nav_article-light.scrolled .menu_text {
      display: none;
    }

  /*lorsque la navbar est visible*/
  .nav_article-light.scrolled.awake {
    margin-top: 150px;
  /*      -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
  transition: .3s all ease-out;*/
  /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
  border: 0 !important;*/
  }

  /*lorsque la navbar n'est pas visible*/
  .nav_article-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
  }
}

.nav_article-light .nav-link {

}

.nav_article-light .nav-link i {
  color:green;
}

.nav_article-light .nav-link.active {
  color: #f15d30 !important;
}
.nav_article-light .nav-link.active .text {
  color: #f15d30 !important;
}
.nav_article-light .nav-link.active i {
  color: #f15d30 !important;
}

.nav_article-light .nav-link .text {
  color:green;
}

@media (max-width: 576px) {
  .nav_article-light .nav-link i  {
    font-size: 24px;
  }
  .nav_article-light .nav-link .text {
    display:none;
  }
}










/*.ftco-navbar-light => pour la vue agrandie su navbar*/
/*.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  z-index: 3;
}*/
/*.ftco-navbar-light .container {
  width: 1110px;
  margin: 0 auto;
  padding: 0;
}*/

/*.ftco-navbar-light .navbar-brand {
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  min-width: 275px;
}*/


/*.navbar-brand {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.navbar-brand span {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  color: #f15d30;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}*/
/* Liste des items de na navbar */
/*.ftco-navbar-light .navbar-nav {
  margin-right: 1em;
}
.ftco_navbar .navbar-nav > .nav-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.5rem;
}*/
/*.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 22px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 30px;
  padding-right: 30px;
  color: #01a433;
  font-weight: 1000;
  opacity: 1 !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover, .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus {
  color: #ffbd00;
}*/
/*.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);

}*/
/*.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}*/
/*.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
  color: #fff;
  border: 1px solid #f15d30;
  padding-top: .8rem;
  padding-bottom: .8rem;
  padding-left: 18px;
  padding-right: 18px;
  background: #f15d30;
  margin-top: .5rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
  display: inline-block;
  color: #fff; }

.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
  background: #ffbd00;
  border: 1px solid #ffbd00; }

.ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
  border: 1px solid #040e26;
  background: #040e26 !important; }
*/
/*.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #ffbd00;
}*/
/*.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
    margin-right: 10px;
}
.ftco-navbar-light .navbar-toggler:hover, .ftco-navbar-light .navbar-toggler:focus {
  text-decoration: none;
  color: #f15d30;
  outline: none !important;
}*/

/*.ftco-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: white !important;/*#fff !important;*/
/*  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.ftco-navbar-light.scrolled .nav-item.active > a {
  color: #ffbd00 !important;
}*/

/*.ftco-navbar-light.scrolled .nav-item.cta > a {
  color: #fff !important;
  background: #f15d30;
  border: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: .5rem !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-top: 6px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.ftco-navbar-light.scrolled .nav-item.cta > a span {
  display: inline-block;
  color: #fff !important;
}

.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
  border-color: #f15d30;
}
.ftco-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}
*/
/*.ftco-navbar-light.scrolled .nav-link {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  color: #00a22a !important;
}

  .ftco-navbar-light.scrolled .nav-link.active {
    color: #f15d30 !important;
  }

/*lorsque la navbar est visible*/
/*.ftco-navbar-light.scrolled.awake {
  margin-top: 0px;
/*      -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
transition: .3s all ease-out;*/
/*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
border: 0 !important;
}
*/
/*lorsque la navbar n'est pas visible*/
/*.ftco-navbar-light.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}
.ftco-navbar-light.scrolled .navbar-brand {
  color: #000000;
padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}*/


/*@media (max-width: 991.98px) {
  .ftco-navbar-light {
  /* Je modifie ici pour lmenu en vue mobile sionn il n'est pas transparent
   background: #000000 !important;
    position: relative;*/
    /*background: transparent !important;*/
/*    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
    background: linear-gradient(#fff9, #ffffff45) !important;
    position: absolute;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ftco-navbar-light .navbar-brand {
    color: #fff;
    padding: 0;
/*    padding-top: 1rem;
    padding-bottom: 1rem;*/
/*  }
  .ftco-navbar-light .navbar-nav {
  /*  padding-bottom: 20px;*/
/*    margin-right: 0;
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    color: #02a534;
    padding-top: 1rem !important;
   }
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    padding-left: 0;
    margin-left: 0;
  }
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    display: none;
  }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #ffbd00;
  }
  .ftco-navbar-light.scrolled .nav-item > .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
  .ftco-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .navbar-brand.notShowMobile {
    display: none;
  }
}
*/

/***************************************************************/
/*************************** ???? ****************************/
/***************************************************************/
.hero-wrap {
  width: 100%;
  height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: #000000; }
  .hero-wrap.hero-wrap-2 .overlay {
    width: 100%; }

.slider-text {
  position: relative;
}
.slider-text .subheading {
  font-size: 30px;
  color: #ffbd00;
  font-family: "Arizonia", cursive;
  font-weight: bold;
}
.slider-text h1 {
  font-size: 55px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
}
    @media (max-width: 991.98px) {
      .slider-text h1 {
        font-size: 40px; } }
    @media (max-width: 767.98px) {
      .slider-text h1 {
        font-size: 30px; } }
  .slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9); }
    .slider-text p strong {
      font-weight: 700; }
      .slider-text p strong a {
        color: #000000; }
    .slider-text p.caps {
      font-weight: 400;
      font-size: 16px; }
  .slider-text .breadcrumbs {
    font-size: 16px;
    margin-bottom: 20px;
    z-index: 99;
    font-weight: 400; }
    .slider-text .breadcrumbs span {
      color: rgba(255, 255, 255, 0.8); }
      .slider-text .breadcrumbs span i {
        color: rgba(255, 255, 255, 0.8); }
      .slider-text .breadcrumbs span a {
        color: white; }
        .slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
          color: #f15d30; }
          .slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
            color: #f15d30; }
  .slider-text .bread {
    font-weight: 700; }
  .slider-text .icon-video {
    margin: 0 0 0 auto; }
    @media (max-width: 767.98px) {
      .slider-text .icon-video {
        position: absolute;
        top: 7em;
        left: 0; } }

.icon-video {
  width: 80px;
  height: 80px;
  background: #fff;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .icon-video span {
    color: #f15d30;
    font-size: 24px; }

    /***************************************************************/
    /*************************** UTILE ???? ****************************/
    /***************************************************************/
/*.ftco-search {
  position: relative;
  width: 100%;
  display: block;
  margin-top: -100px; }
  .ftco-search .nav-pills {
    display: inline-block; }
    .ftco-search .nav-pills p {
      margin-bottom: 0; }
    .ftco-search .nav-pills .nav-link {
      padding: 10px 30px !important;
      border-radius: 0;
      margin-bottom: 0;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      position: relative;
      display: inline-block;
      border: 1px solid transparent;
      background: #f15d30;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .ftco-search .nav-pills .nav-link:hover {
        color: #fff;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border: 1px solid transparent;
        background: white;
        background: #f15d30; }
        .ftco-search .nav-pills .nav-link:hover:after {
          opacity: 1; }
        @media (max-width: 767.98px) {
          .ftco-search .nav-pills .nav-link:hover:after {
            opacity: 0; } }
      .ftco-search .nav-pills .nav-link.active {
        color: gray;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border: 1px solid transparent;
        background: white;
        background: #fff; }
        .ftco-search .nav-pills .nav-link.active:after {
          opacity: 1; }
        @media (max-width: 767.98px) {
          .ftco-search .nav-pills .nav-link.active:after {
            opacity: 0; } }
      @media (max-width: 767.98px) {
        .ftco-search .nav-pills .nav-link {
          margin-bottom: 5px;
          padding: 7px 10px !important;
          font-size: 14px; } }
  .ftco-search .tab-content {
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    margin-top: -7px;
    -webkit-box-shadow: 0px 10px 33px -27px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 10px 33px -27px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 33px -27px rgba(0, 0, 0, 0.4); }
*/
.search-wrap-1 {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11); }
  @media (min-width: 768px) {
    .search-wrap-1.search-wrap-notop {
      margin-top: 0; } }

/*.search-property-1 .form-group {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }
  @media (max-width: 767.98px) {
    .search-property-1 .form-group {
      margin-bottom: 0;
      border: none; } }
  .search-property-1 .form-group label {
    font-weight: 700;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    color: #f15d30;
    text-transform: uppercase; }
  .search-property-1 .form-group .form-field {
    position: relative;
    display: block; }
  .search-property-1 .form-group .form-control {
    padding: 0;
    padding-left: 20px;
    display: block;
    width: 100%;
    height: inherit !important;
    font-size: 16px;
    border: none !important;
    color: rgba(0, 0, 0, 0.4) !important;
    background: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .search-property-1 .form-group .form-control::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.4) !important; }
    .search-property-1 .form-group .form-control::-moz-placeholder {
      color: rgba(0, 0, 0, 0.4) !important; }
    .search-property-1 .form-group .form-control:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.4) !important; }
    .search-property-1 .form-group .form-control:-moz-placeholder {
      color: rgba(0, 0, 0, 0.4) !important; }
    .search-property-1 .form-group .form-control.btn {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      background: #f15d30 !important;
      border: none !important;
      color: #fff !important;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      @media (max-width: 767.98px) {
        .search-property-1 .form-group .form-control.btn {
          padding: 20px; } }
  .search-property-1 .form-group .select-wrap {
    position: relative; }
    .search-property-1 .form-group .select-wrap select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .search-property-1 .form-group .icon {
    position: absolute;
    top: 51%;
    left: 0;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.1); }
    @media (max-width: 767.98px) {
      .search-property-1 .form-group .icon {
        right: 10px; } }
*/
.bg-light {
  background: #f9fafb !important; }

.bg-primary {
  background: #f15d30; }

.btn {
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09); }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn.btn-primary {
    color: #fff !important;
    background: #01a331;
    border: 1px solid #01a331;
  }
.btn.btn-primary:hover {
  box-shadow: 0px 10px 10px rgba(100, 100, 100, 0.6);
}
.btn.btn-primary.btn-outline-primary {
  border: 1px solid #f15d30;
  background: transparent;
  color: #f15d30;
}
.btn.btn-primary.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: #f15d30;
  color: #fff;
}
  .btn.btn-secondary {
    background: #040e26 !important;
    border: 1px solid #040e26 !important;
    color: #fff !important;
   }
    .btn.btn-secondary:hover {
      border: 1px solid #040e26;
      background: transparent;
      color: #040e26;
     }
    .btn.btn-secondary.btn-outline-secondary {
      border: 1px solid #040e26;
      background: transparent;
      color: #040e26;
     }
      .btn.btn-secondary.btn-outline-secondary:hover {
        border: 1px solid transparent;
        background: #040e26;
        color: #fff; }
  .btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    color: #fff; }
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
      background: #fff;
      border-color: #fff;
      color: #f15d30; }

.ftco-select-destination .container-2 {
  margin: 0 0 0 auto !important;
  max-width: 1290px; }

.project-destination .img {
  display: block;
  width: 100%;
  height: 320px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.project-destination .text {
  padding: 20px;
  position: relative;
  height: 320px; }
  .project-destination .text h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 20px;
    margin-top: -8px;
    padding: 4px 10px;
    background: #f15d30; }
    .project-destination .text h3:after, .project-destination .text h3:before {
      position: absolute;
      top: 0;
      content: ''; }
    .project-destination .text h3:after {
      left: -8px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 8px 8px;
      border-color: transparent transparent #c7390d transparent; }
    .project-destination .text h3:before {
      width: 0;
      right: -8px;
      height: 0;
      border-style: solid;
      border-width: 8px 0 0 8px;
      border-color: transparent transparent transparent #c7390d; }
  .project-destination .text span {
    position: absolute;
    bottom: 20px;
    right: -5px;
    display: inline-block;
    background: #f15d30;
    padding: 4px 5px 4px 15px;
    border-radius: 20px 0 0 20px;
    color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .project-destination .text span:after {
      position: absolute;
      top: -5px;
      right: 0;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 0 5px;
      border-color: transparent transparent transparent #c7390d; }

.project-destination:hover .text span {
  padding-right: 20px;
  background: #f15d30; }

.project-wrap {
  margin-bottom: 30px; }
  .project-wrap .img {
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 0; }
    .project-wrap .img .price {
      position: absolute;
      top: -8px;
      left: 20px;
      display: inline-block;
      background: #f15d30;
      color: #fff;
      padding: 8px;
      font-size: 16px;
      font-weight: 500;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .project-wrap .img .price:after, .project-wrap .img .price:before {
        position: absolute;
        top: 0;
        content: ''; }
      .project-wrap .img .price:after {
        left: -8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 8px 8px;
        border-color: transparent transparent #c7390d transparent; }
      .project-wrap .img .price:before {
        width: 0;
        right: -8px;
        height: 0;
        border-style: solid;
        border-width: 8px 0 0 8px;
        border-color: transparent transparent transparent #c7390d; }
  .project-wrap.hotel .img {
    height: 320px; }
  .project-wrap .text {
    margin: 0 auto;
    width: 90%;
    position: relative;
    border-top: none;
    margin-top: -40px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11); }
    .project-wrap .text span {
      font-size: 13px; }
    .project-wrap .text .days {
      font-size: 12px;
      color: #f15d30;
      text-transform: uppercase;
      font-weight: 700; }
    .project-wrap .text h3 {
      font-size: 24px;
      margin-bottom: 0;
      font-weight: 500; }
      .project-wrap .text h3 a {
        color: #000000; }
    .project-wrap .text ul {
      margin: 0;
      padding: 0; }
      .project-wrap .text ul li {
        display: inline-block;
        margin-right: 10px;
        color: #b3b3b3; }
        .project-wrap .text ul li span {
          color: #f15d30;
          margin-right: 10px;
          font-size: 20px; }
  .project-wrap:hover .text .price {
    padding-left: 15px;
    padding-right: 15px;
    background: #33313b; }

.services {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .services .icon {
    line-height: 1.3;
    position: relative; }
    .services .icon span {
      font-size: 60px;
      color: #f15d30; }
  .services .media-body h3 {
    font-size: 18px;
    font-weight: 500; }
  .services.services-1 {
    width: 100%;
    background: #f15d30;
    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-bottom: 30px;
    z-index: 0; }
    .services.services-1:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      opacity: .5;
      z-index: -1; }
    .services.services-1 .icon {
      width: 115px;
      height: 80px;
      margin-left: -35px;
      margin-bottom: 10px;
      background: #f15d30;
      position: relative; }
      .services.services-1 .icon span {
        color: #fff;
        font-size: 50px; }
      .services.services-1 .icon:after {
        position: absolute;
        top: -5px;
        left: 0;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 5px 5px;
        border-color: transparent transparent #c7390d transparent; }
    .services.services-1 .media-body {
      color: rgba(255, 255, 255, 0.8); }
      .services.services-1 .media-body h3 {
        color: #fff; }
  .services.color-1:after {
    background: #1089ff; }
  .services.color-2:after {
    background: #048998; }
  .services.color-3:after {
    background: #00a8b5; }
  .services.color-4:after {
    background: #ff5959; }

.aside-stretch {
  background: #f48260; }
  .aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #f48260; }
  @media (max-width: 767.98px) {
    .aside-stretch {
      background: transparent; }
      .aside-stretch:after {
        background: transparent;
        display: none; } }

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .form-control:focus, .form-control:active {
    border-color: #000000; }

textarea.form-control {
  height: inherit !important; }

.ftco-vh-100 {
  height: 100vh; }
  @media (max-width: 1199.98px) {
    .ftco-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.ftco-animate {
  opacity: 0;
  visibility: hidden;
}

/***************************************************************/
/*************************** PAGE DESCRIPTION ****************************/
/***************************************************************/
.ftco-animated a {
  color: #ffbd00;
  font-family: "Arizonia", cursive;
  font-weight: bold;
  font-size: 24px;
}
/*** FIN PAGE-DESCRIPTION ***/

.bg-primary {
  background: #f15d30 !important; }

.bg-darken {
  background: #33313b !important; }

.ftco-about {
  position: relative;
  z-index: 0; }
  .ftco-about .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .1;
    background: #000000;
    z-index: -1; }
  .ftco-about .img {
    margin-top: -100px;
    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    border: 15px solid #fff; }
    @media (max-width: 767.98px) {
      .ftco-about .img {
        height: 400px; } }
  .ftco-about .about-intro {
    width: 100%;
    position: relative;
    z-index: 99; }

.media-custom {
  background: #fff; }
  .media-custom .media-body .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #f15d30; }
  .media-custom .media-body .position {
    font-size: 13px;
    color: #d9d9d9; }

.about-author .desc h3 {
  font-size: 20px;
  font-weight: 600; }

.ftco-section {
  padding: 7em 0;
  position: relative;
  width: 100%; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }

.ftco-no-pt {
  padding-top: 0 !important; }

.ftco-no-pb {
  padding-bottom: 0 !important; }

.ftco-bg-dark {
  background: #3c312e; }

.ftco-intro {
  color: rgba(255, 255, 255, 0.8);
  z-index: 0;
  overflow: hidden; }
  .ftco-intro .img {
    padding: 3em;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .ftco-intro .img {
        padding: 2em 1em; } }
    .ftco-intro .img .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      opacity: .6;
      background: #040e26;
      z-index: -1; }
  @media (max-width: 991.98px) {
    .ftco-intro {
      background-position: center center !important; } }
  .ftco-intro h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .ftco-intro h2 {
        font-size: 20px; } }
    .ftco-intro h2 span {
      background: #f15d30; }

.ftco-footer {
  font-size: 16px;
  z-index: 0;
}
  .ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #000000;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 600; }
  .ftco-footer .ftco-footer-widget ul li a {
    color: rgba(0, 0, 0, 0.5); }
    .ftco-footer .ftco-footer-widget ul li a span {
      color: rgba(0, 0, 0, 0.1); }
  .ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
    .ftco-footer .ftco-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
  .ftco-footer p {
    color: rgba(0, 0, 0, 0.5); }
  .ftco-footer a {
    color: rgba(0, 0, 0, 0.5); }
    .ftco-footer a:hover {
      color: #f15d30; }
  .ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    color: #f15d30;
    border-radius: 50%;
    position: relative;
    background: #f15d30; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 18px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff !important; }
    .ftco-footer-social li a:hover {
      color: #f15d30; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #f15d30; }

.media .ftco-icon {
  width: 100px; }
  .media .ftco-icon span {
    color: #f15d30; }

.ftco-media {
  background: #fff;
  border-radius: 0px; }
  .ftco-media .heading {
    font-weight: normal; }
  .ftco-media.ftco-media-shadow {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    top: 0; }
    .ftco-media.ftco-media-shadow:hover, .ftco-media.ftco-media-shadow:focus {
      top: -3px;
      -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
      box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3); }
  .ftco-media .icon {
    font-size: 50px;
    display: block;
    color: #f15d30; }
  .ftco-media.text-center .ftco-icon {
    margin: 0 auto; }

.ftco-overflow-hidden {
  overflow: hidden; }

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px; }

#map {
  width: 100%; }
  @media (max-width: 991.98px) {
    #map {
      height: 300px; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(241, 93, 48, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(241, 93, 48, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(241, 93, 48, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(241, 93, 48, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(241, 93, 48, 0.4);
    box-shadow: 0 0 0 0 rgba(241, 93, 48, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(241, 93, 48, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(241, 93, 48, 0);
    box-shadow: 0 0 0 30px rgba(241, 93, 48, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(241, 93, 48, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(241, 93, 48, 0);
    box-shadow: 0 0 0 0 rgba(241, 93, 48, 0); } }

.heading-section .subheading {
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
  color: #f15d30;
  font-family: "Arizonia", cursive; }

.heading-section h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4; }
  .heading-section h2 span {
    font-weight: 400; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9); }

.heading-section.heading-section-white h2 {
  font-size: 40px;
  color: #fff; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }

.testimony-section, .ftco-select-destination {
  position: relative; }
  .testimony-section .overlay, .ftco-select-destination .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #207ce5;
    background: -moz-linear-gradient(45deg, #207ce5 0%, #13d42a 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #207ce5), color-stop(100%, #13d42a));
    background: -webkit-linear-gradient(45deg, #207ce5 0%, #13d42a 100%);
    background: -o-linear-gradient(45deg, #207ce5 0%, #13d42a 100%);
    background: -ms-linear-gradient(45deg, #207ce5 0%, #13d42a 100%);
    background: linear-gradient(45deg, #207ce5 0%, #13d42a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#13d42a', GradientType=1 );
    opacity: .6; }
  .testimony-section .owl-carousel, .ftco-select-destination .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer, .ftco-select-destination .owl-carousel .owl-stage-outer {
    padding: 1em 0 1em 0;
    position: relative; }
  .testimony-section .owl-nav, .ftco-select-destination .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%; }
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next, .ftco-select-destination .owl-nav .owl-prev,
    .ftco-select-destination .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      outline: none !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
      .testimony-section .owl-nav .owl-prev span:before,
      .testimony-section .owl-nav .owl-next span:before, .ftco-select-destination .owl-nav .owl-prev span:before,
      .ftco-select-destination .owl-nav .owl-next span:before {
        font-size: 30px;
        color: rgba(0, 0, 0, 0.5);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
      .testimony-section .owl-nav .owl-next:hover span:before,
      .testimony-section .owl-nav .owl-next:focus span:before, .ftco-select-destination .owl-nav .owl-prev:hover span:before, .ftco-select-destination .owl-nav .owl-prev:focus span:before,
      .ftco-select-destination .owl-nav .owl-next:hover span:before,
      .ftco-select-destination .owl-nav .owl-next:focus span:before {
        color: #fff; }
    .testimony-section .owl-nav .owl-prev, .ftco-select-destination .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
    .testimony-section .owl-nav .owl-next, .ftco-select-destination .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
  .testimony-section:hover .owl-nav .owl-prev,
  .testimony-section:hover .owl-nav .owl-next, .ftco-select-destination:hover .owl-nav .owl-prev,
  .ftco-select-destination:hover .owl-nav .owl-next {
    opacity: 1; }
  .testimony-section:hover .owl-nav .owl-prev, .ftco-select-destination:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
  .testimony-section:hover .owl-nav .owl-next, .ftco-select-destination:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
  .testimony-section .owl-dots, .ftco-select-destination .owl-dots {
    text-align: center; }
    .testimony-section .owl-dots .owl-dot, .ftco-select-destination .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1); }
      .testimony-section .owl-dots .owl-dot.active, .testimony-section .owl-dots .owl-dot:focus, .ftco-select-destination .owl-dots .owl-dot.active, .ftco-select-destination .owl-dots .owl-dot:focus {
        background: #f15d30;
        outline: none; }

.testimony-wrap {
  display: block;
  position: relative;
  background: white;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 0 50% 50% 50%; }
  .testimony-wrap .name {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: #000000; }
  .testimony-wrap .position {
    font-size: 16px;
    color: #cccccc;
    color: #f15d30; }
  .testimony-wrap .text .star {
    color: #f15d30; }

.star {
  color: #f15d30; }

@media (max-width: 767.98px) {
  .about-image {
    height: 400px;
    margin-bottom: 30px; } }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#section-counter {
  position: relative;
  z-index: 0; }
  #section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    background: #000000; }

@media (max-width: 1199.98px) {
  .ftco-counter {
    background-position: center center !important; } }

.ftco-counter .img {
  display: block;
  width: 100%; }
  @media (max-width: 767.98px) {
    .ftco-counter .img {
      height: 400px;
      background-position: top center !important; } }

.ftco-counter .text strong.number {
  font-weight: 600;
  font-size: 28px;
  color: #f15d30; }

.ftco-counter .text span {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px; }

.ftco-counter .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .ftco-counter .icon span {
    color: #fff;
    font-size: 48px;
    background: #207ce5;
    background: -moz-linear-gradient(45deg, #207ce5 0%, #13d42a 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #207ce5), color-stop(100%, #13d42a));
    background: -webkit-linear-gradient(45deg, #207ce5 0%, #13d42a 100%);
    background: -o-linear-gradient(45deg, #207ce5 0%, #13d42a 100%);
    background: -ms-linear-gradient(45deg, #207ce5 0%, #13d42a 100%);
    background: linear-gradient(45deg, #207ce5 0%, #13d42a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#13d42a', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

@media (max-width: 767.98px) {
  .ftco-counter .counter-wrap {
    margin-bottom: 20px; } }

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 270px;
  z-index: -1; }

.blog-entry {
  position: relative;
  z-index: 0; }
  @media (min-width: 768px) {
    .blog-entry {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .blog-entry {
      margin-bottom: 30px; } }
  .blog-entry .text {
    width: 90%;
    margin: 0 auto;
    z-index: 1;
    margin-top: -40px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    padding: 20px; }
    .blog-entry .text .heading {
      font-size: 18px;
      margin-bottom: 16px;
      font-weight: 600; }
      .blog-entry .text .heading a {
        color: #000000; }
        .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
          color: #f15d30; }
  .blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 14px; }
    .blog-entry .meta > div a {
      color: gray;
      font-size: 15px; }
      .blog-entry .meta > div a:hover {
        color: #666666; }
  .blog-entry .topp {
    position: absolute;
    top: -7px;
    left: 20px;
    padding: 5px 15px;
    background: #f15d30; }
    .blog-entry .topp:after, .blog-entry .topp:before {
      position: absolute;
      top: 0;
      content: ''; }
    .blog-entry .topp:after {
      left: -7px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 7px 7px;
      border-color: transparent transparent #c7390d transparent; }
    .blog-entry .topp:before {
      width: 0;
      right: -7px;
      height: 0;
      border-style: solid;
      border-width: 7px 0 0 7px;
      border-color: transparent transparent transparent #c7390d; }
  .blog-entry .one {
    width: 55px; }
  .blog-entry .two {
    width: calc(100% - 55px); }
  .blog-entry span.day {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    line-height: 1; }
  .blog-entry span.yr, .blog-entry span.mos {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8); }

.block-23 ul {
  padding: 0; }
  .block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px; }
  .block-23 ul li span {
    color: rgba(0, 0, 0, 0.7); }
  .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
    color: rgba(0, 0, 0, 0.5) !important; }
  .block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: #f15d30 !important; }

.block-27 ul {
  padding: 0;
  margin: 0; }
  .block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; }
    .block-27 ul li a, .block-27 ul li span {
      color: #000000;
      text-align: center;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #e6e6e6; }
    .block-27 ul li.active a, .block-27 ul li.active span, .block-27 ul li:hover a, .block-27 ul li:hover span {
      background: #33313b;
      color: #fff;
      border: 1px solid transparent; }

.contact-section .contact-info p a {
  color: #1a1a1a; }

.contact-section .box {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.05); }
  .contact-section .box .icon {
    width: 100px;
    height: 100px;
    background: #f15d30;
    margin: 0 auto;
    margin-bottom: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .contact-section .box .icon span {
      color: #fff;
      font-size: 30px; }
  .contact-section .box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #f15d30; }

.contact-section .contact-form {
  width: 100%; }

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px; }

.block-21 .text {
  width: calc(100% - 90px); }
  .block-21 .text .heading {
    font-size: 18px;
    font-weight: 500; }
    .block-21 .text .heading a {
      color: #000000; }
      .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
        color: #f15d30; }
  .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px; }
    .block-21 .text .meta > div a {
      color: gray; }

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em; }
  .post-info > div {
    display: inline-block; }
    .post-info > div .seperator {
      display: inline-block;
      margin: 0 10px;
      opacity: .5; }

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #ccc;
  font-size: 11px; }
  .tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 16px;
        font-weight: 600; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc;
        font-weight: 500;
        color: #f15d30;
        display: block;
        margin-bottom: 10px; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 500;
        border-radius: 4px;
        background: #f15d30; }
        .comment-list li .comment-body .reply:hover {
          color: #fff;
          background: black; }

.search-form .form-group {
  position: relative; }
  .search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
    border: none; }

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.sidebar-wrap {
  margin-bottom: 60px; }
  .sidebar-wrap .heading {
    font-size: 18px;
    text-transform: uppercase; }
  .sidebar-wrap .fields {
    width: 100%;
    position: relative; }
    .sidebar-wrap .fields .form-control {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border: transparent;
      background: #fff !important;
      color: #4d4d4d !important;
      border: 1px solid #e6e6e6;
      font-size: 14px;
      width: 100%;
      height: 52px !important;
      padding: 10px 20px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .sidebar-wrap .fields .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #4d4d4d; }
      .sidebar-wrap .fields .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #4d4d4d; }
      .sidebar-wrap .fields .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #4d4d4d; }
      .sidebar-wrap .fields .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #4d4d4d; }
    .sidebar-wrap .fields .icon {
      position: absolute;
      top: 50%;
      right: 30px;
      font-size: 14px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 767.98px) {
        .sidebar-wrap .fields .icon {
          right: 10px; } }
    .sidebar-wrap .fields .select-wrap {
      position: relative; }
      .sidebar-wrap .fields .select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
  .sidebar-wrap .form-group .btn {
    width: 100%;
    display: block !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }

.sidebar-box {
  margin-bottom: 30px;
  padding: 10px;
  font-size: 15px;
  width: 100%; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block;
    color: #1a1a1a; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000000;
    font-style: italic; }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }


/***************************************************************/
/*************************** ARTICLES LIST ****************************/
/***************************************************************/
/*utilisé pour les cartes de prez des homes */
    .m-r-15, .product-report .icon {
        margin-right: 15px;
    }
    a {
      /*  color: #f96332;*/
    }
    .agent .agent-content .agent-name h4 {
        font-size: 17px;
    }
    .card {
      background: #fff;
      margin-bottom: 30px;
      transition: .5s;
      border: 0;
      border-radius: .1875rem;
      display: inline-block;
      position: relative;
      width: 100%;
      box-shadow: none;
    }
.tlh_card {
  background: #fff;
  margin-bottom: 30px;
  transition: .5s;
  border: 0;
  border-radius: .1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  box-shadow: none;
}
.tlh_card .img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
/* .tlh_price {
  background-color: #9f9c9c;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  padding: 5px;
  border-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 5px;
}
.tlh_price > span {
  font-weight:bold;
} */
.tlh_card h3 {
  align-items: center;
  margin: 0px;
}
.tlh_card i {
  color: #01a331;
}



    .team-info li+li {
        margin-left: -10px;
    }

    .social-icons li{
        display: inline-block;
    }

    .team-info li{
        margin-top: 5px;
        display: inline-block;
    }

    .team-info li img {
        width: 35px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    }

    .agent .agent-avatar {
        width: 100%
    }

    .agent .agent-avatar a {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .agent .agent-content .agent-name {
        padding: 20px 30px
    }

    .agent .agent-content .agent-name h4 {
        font-size: 17px
    }

    .agent .agent-content .agent-contact-details {
        list-style: none;
        color: #9e9e9e;
        padding: 18px 32px !important;
        background-color: #f5f5f5
    }

    .agent .agent-content .agent-contact-details li {
        position: relative;
        margin-left: 28px;
        line-height: 24px;
        padding: 3px 0;
        word-break: break-all
    }

    .agent .agent-content .agent-contact-details li i {
        font-size: 18px;
        top: 5px;
        left: -28px;
        position: absolute
    }

    .agent .agent-content .agent-contact-details li span {
        font-size: 16px
    }

    .agent .agent-content .social-icons {
        padding: 10px 17px
    }

    .agent .agent-content .social-icons li {
        list-style: none
    }

    .agent .agent-content .social-icons li a {
        padding: 8px 15px
    }




/* Surcharge de la disposition de la grid pour mettre le filter en haut et suppression du grid-gap*/
@supports (display:grid) {
 .site-grid {
  /* grid-gap:0 1em; */
  grid-gap:0 0em;
  display:grid;
  grid-template-areas:". banner banner banner banner ." ". top-a top-a top-a top-a ." ". side-r side-r side-r side-r ." ". top-b top-b top-b top-b ." ". comp comp comp comp ." ". side-l side-l side-l side-l ." ". bot-a bot-a bot-a bot-a ." ". bot-b bot-b bot-b bot-b .";
  grid-template-columns:[full-start] minmax(0,1fr) [main-start] repeat(4,minmax(0,19.875rem)) [main-end] minmax(0,1fr) [full-end]
 
  /* grid-template-columns: [main-start] repeat(4,minmax(0,19.875rem)); */
 }
 .site-grid>[class*=" container-"],
 .site-grid>[class^=container-] {
  -webkit-column-gap:1em;
  -moz-column-gap:1em;
  column-gap:1em;
  max-width:none;
  width:100%
 }
 .site-grid>.full-width {
  grid-column:full-start/full-end
 }
 @media (min-width:992px) {
  /* Suprression du side-r afin de ne pas l'afficher*/
  .site-grid {
   grid-template-areas:". banner banner banner banner ." ". top-a top-a top-a top-a ." ". top-b top-b top-b top-b ." ". side-l comp comp comp ." ". bot-a bot-a bot-a bot-a ." ". bot-b bot-b bot-b bot-b ."
  }
 }
}




/********************** LISTE ARTICLES - Boutons tri et carte/liste ********************/
.order_button {
  background-color: #02a535;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #01a331;
  border-radius: 4px;
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
}

/* Darker background on mouse-over */
.order_button:hover {
  background-color: #04862d;
}

.mapList_button {
  background-color: #02a535;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #01a331;
  border-radius: 4px;
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
}

/* Darker background on mouse-over */
.mapList_button:hover {
  background-color: #04862d;
}

/********************** Article - bas de page ********************/
/* page de filtrage */
@media screen and (max-width: 768px) {
  .fixation_bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .fixation_bottom {
    position: static;
  }
}

/********************** OVERLAY ********************/
/* OPEN / CLOSE BTNS */
.menu-bton {
    position: fixed;
  /*   top: 6px;
   right: 20px;*/
    z-index: 999;
    display: inline;
    font-size: 32px;
}
.menu-bton a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
}
/*.bton-open:after {
    color: #333;
    content: "\f394";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}*/
.bton-open:hover:after {
    color: #34B484;
}
.bton-close:after {
  /*  color: #fff;
    content: "\f2d7";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;*/
}
.bton-close:hover:after {
    /*color: #34B484;*/
}

/***********************************************/
/******************** OVERLAY ******************/
/***********************************************/
@media screen and (max-width: 768px) {
/* Overlay du filtrage */
  .overlay {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2;
      display: none;
      overflow: auto;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      background: #fff;
  }
  .overlay_display {
      display: block;
      z-index: 15;
  }


  .menu {
      width: 100%;
      height: 100%;
  }
  .menu ul {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
  }
  .menu li {
      display: table;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 25%;
      list-style: none;
      text-align: center;
      -webkit-transition: all .2s linear 0s;
      -moz-transition: all .2s linear 0s;
      -o-transition: all .2s linear 0s;
      transition-property: all .2s linear 0s;
  }
  .menu li a {
      display: table-cell;
      color: #fff;
      vertical-align: middle;
  }
  .menu li:hover {
      background: #34495e;
  }
}
/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .menu-bton {
        right: 25px;
    }
}



#navButton {
  z-index: 999;
}
#navButton button {
 /* border-radius: 25px;*/
}
#orderButton_menu {
  z-index: 999;
}

@media (min-width:768px) {
  /* #filterButton {
      display: none;
  } */
  #navButton {
      display: none;
  }
  #orderButton_mini {
      display: none;
  }
  #mapListButton_mini {
    display: none;
}  
}
/**************** FIN MENU BUTTONS ***************/


/*******************/
/* BOUTONS DE TRI DS ARTICLES-LIST */
/*******************/
@media (max-width:768px) {
    #orderButton_large {
        display: none;
    }
}

/*******************/
/* BOUTONS DE CARTE/LISTE DS ARTICLES-LIST */
/*******************/
@media (max-width:768px) {
  #mapListButton_large {
      display: none;
  }
}

/*******************/
/* BOUTONS DE FILTRE DS ARTICLES-LIST */
/*******************/
@media (min-width:768px) {
    #filterButton_button {
        display: none;
    }
}

/**** Masquage de la filterdiv et intégration dans un bouton ****/
/*#mod-finder-searchform {
  /*font-size: 6px;*/
/*  display: none;*/
/*  padding: 20px;
}*/
/*#filterButton {
  display: block;
}*/

@media (min-width: 992px) {
  /* #mod-finder-searchform {
  /*  font-size: 26px;*/
    /* display: block; */
    /* }  */
  /* #filterButton {
    display: none;
  } */
}


/* BUTTON ARROW - FRONT DOWN */
/*.arrow {
  box-sizing: border-box;
  height: 10vw;
  width: 10vw;
  border-style: solid;
  border-color: orange;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
}*/

.arrow,
.arrow:before {
  position: absolute;
  left: 50%;
}

.arrow {
  width: 60px;
  height: 60px;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 6px #ffbd00 solid;
  border-bottom: 6px #ffbd00 solid;
}

.arrow:before {
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 3px #ffbd00 solid;
  border-bottom: 3px #ffbd00 solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}

.arrow:hover {
  border-bottom-width: 8px;
  border-right-width: 8px;
  box-shadow: 10px 10px 10px rgba(245, 181, 39, 0.6);
}









/* NAV SPECIFIQUE ARTICLE */
.menu {
  position: relative;
  /*padding: 5px;*/
/*  width: 245px;*/
  display: flex;
  /*background: linear-gradient(135deg, #9a0dfe, #637dfb);*/
/*  box-shadow: 0 2px 12px 0 rgba(91, 41, 191, 0.5);
  border-radius: 4px;*/
}

label > i {
  font-size: 28px;
   color:#01a433;
}

.fa {
  font-size: 24px;
  position: relative;
  top: 3px;
  opacity: 0.7;
}

.fa-cog {
  position: relative;
  left: 3px;
}

.menu_text {
  padding-left: 10px;
}

.menu_label {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
/*  text-transform: uppercase;
  color: #fff;*/
  width: 44px;
  overflow: hidden;
  display: flex;
  padding: 8px 10px;
  border-radius: 4px;
/*  background-color: rgba(255, 255, 255, 0);*/
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: auto;
  margin-right: auto;
}
.menu_label:hover .fa {
  opacity: 1;
}

.menu_text {
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_input[type=radio] {
  display: none;
}
.menu_input[type=radio]:checked + .menu_label {
  background-color: rgba(255, 255, 255, 0.3);
  width: auto;
  color: #ffbd00 !important;
}
.menu_input[type=radio]:checked + .menu_label .fa {
  opacity: 1;
}
.menu_input[type=radio]:checked + .menu_label > i {
  color: #ffbd00 !important;
}
.menu_input[type=radio]:checked + .menu_label .menu_text {
  opacity: 1;
  color: #ffbd00 !important;
}
.menu_input[type=radio]:checked + .menu_label + .menu_box {
  opacity: 1;
  -moz-transform: translateY(0) translateX(0) scale(1);
  -ms-transform: translateY(0) translateX(0) scale(1);
  -webkit-transform: translateY(0) translateX(0) scale(1);
  transform: translateY(0) translateX(0) scale(1);
}

.rabbit {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  fill: #fff;
}

/* ARTICLE PAGE */
.com-content-article__body h3 {
  /* color: #ffbd00;
  font-family: "Arizonia", cursive;
  font-weight: bold;
  font-size: 2rem; */
}
.com-content-article__body h4 {
  color: #ffbd00;
  font-family: "Arizonia", cursive;
  font-size: 1.4rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .com-content-article__body .carousel {
      position: relative;
      width: 100vw;
      margin-left: -50vw;
      left: 50%;
    }
}


/********************** BOUTON EN BAS DE LA PAGE ARTICLE ********************/
.button {
	display: flex;
	height: 50px;
	padding: 0;
	background: #01a433;
	border: none;
	outline: none;
	border-radius: 5px;
	overflow: hidden;
	font-family: "Quicksand", sans-serif;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.button:hover {
	background: #037927;
}

.button:active {
	background: #006e58;
}

.button__text,
.button__icon {
	display: inline-flex;
	align-items: center;
	padding: 0 24px;
	color: #fff;
	height: 100%;
}

.button__icon {
	font-size: 1.5em;
	background: rgba(0, 0, 0, 0.08);
}

/********************** GESTION DE LA MAP LEAFLET ********************/
#leafletMap { height: 480px; }

/********************** GESTION DU HEADER DE LA PAGE ARTICLE ********************/
.articlesHeader {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.btnArticlesHeader{
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  background-color: #01a331;
  padding: 10px 15px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 5px;
  transition : 535ms;
  transform: translateY(0);
  display: flex;
  flex-direction:row-reverse;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
}

.btnArticlesHeader:hover{
  transition : 535ms;
  background-color: #449e2b;  
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}











/********************** Permet de rendre non visible le bandeau latéral de droite en vue mobile ***************************/
@media screen and (max-width: 768px) {
  .container-sidebar-right {
    display: none;
  }
}







