@charset "UTF-8";
/* CSS Document */

@font-face {font-family: 'CaneletterSans';src: url('../fonts/2D7691_0_0.eot');src: url('../fonts/2D7691_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2D7691_0_0.woff2') format('woff2'),url('../fonts/2D7691_0_0.woff') format('woff'),url('../fonts/2D7691_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'CaneletterSansThin';src: url('../fonts/2D7691_1_0.eot');src: url('../fonts/2D7691_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2D7691_1_0.woff2') format('woff2'),url('../fonts/2D7691_1_0.woff') format('woff'),url('../fonts/2D7691_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'CaneletterScript';src: url('../fonts/2D7691_2_0.eot');src: url('../fonts/2D7691_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2D7691_2_0.woff2') format('woff2'),url('../fonts/2D7691_2_0.woff') format('woff'),url('../fonts/2D7691_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'CaneletterScriptThin';src: url('../fonts/2D7691_3_0.eot');src: url('../fonts/2D7691_3_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2D7691_3_0.woff2') format('woff2'),url('../fonts/2D7691_3_0.woff') format('woff'),url('../fonts/2D7691_3_0.ttf') format('truetype');}

@font-face {font-family: 'BebasNeue';src: url('../fonts/BebasNeueRegular-vm3oZ.otf');}
@font-face {font-family: 'MyriadPro';src: url('../fonts/MyriadPro-Regular.otf');}

.tel-ok {
  display: none;
}    
@media (max-width: 992px) {
    .tel {
      display: none;
    }    
    .tel-ok {
      display:inherit;
    }     
}

.bg-rose {
    background-color: #CE83AB!important;
}

.text-shadow {
    text-shadow: 1px 1px 8px black;
}
.caneletter {
    font-family: CaneletterSans;
    font-size: 2.2rem;
}


/*Menu hover*/
/*#menu-home .dropdown:hover .dropdown-menu{
    display:block;
}*/
#menu-home {
    background-color: transparent;
    border-bottom: solid 1px #fff;
}
#menu-home .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
}
#menu-home .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 2px black;
}
#menu-home .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}
#menu-home .dropdown-menu {
    border: 0;
    border-radius: 0;
}
#menu-home .dropdown-item {
    font-size: 0.9rem;
}
#menu-home .dropdown-item:hover, #menu-home .dropdown-item:active {
    background-color: #f0ece3;
}


#menu-base .navbar-brand, #menu-base .navbar-toggler {
    color: #6e6259;
}
#menu-base .navbar-nav .nav-item .nav-link {
    color: #6e6259;
}
#menu-base .collapse {
    border-top:solid 1px #6e6259;
    color: #6e6259;
}
#menu-base .dropdown-menu {
    border: 0;
    border-radius: 0;
    border-left:solid 1px #6e6259;
}
#menu-base .dropdown-item {
    font-size: 0.9rem;
}
#menu-base .dropdown-item:hover, #menu-base .dropdown-item:active {
    background-color: #f0ece3;
}


#header-rubrique {
    margin-top: 73px!important;
}

.page-section {
    padding: 3rem 0;
}
.view {
    position: relative;
    overflow: hidden;
    cursor: default
}
.c-img {
    height: 200px !important;
}
.zom:hover .img-item,
.zom:focus .img-item {
    overflow: hidden;
    transform: scale(1.2);
    transition: all 0.5s;
}
.img-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  
}
.img-item-actu {
    height: 200px;
}

#card-home-page .card-deca-right {
    margin-right: -2rem;
    z-index: 999!important;
}
#card-home-page .card-deca-left {
    margin-left: -2rem;
    z-index: 999!important;
}
#card-rubrique {
    margin-top: -3rem;    
}
.img-item-home-page {
  height: 100% !important;
}
.img-item-rubrique-page {
  height: 500px !important;
}
.img-item-block {
  height: 250px !important;
}
.img-item-plante {
  height: 250px !important;
}
.img-item-plante-rubrique {
  height: 200px !important;
}
.img-item-pro {
  height: 180px !important;
}
.hover-card {
opacity: 1;
transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
}

.hover-card:hover {
opacity: .5;
transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
}
.text-block {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}
.titre-home-rub {
    margin-top: -1rem;
    margin-left: 2rem;
}

#card-rubrique .chapeau {
    font-weight: 300;
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    
}
#card-rubrique h1 {
    font-weight: 200;
}
#card-rubrique h2 {
}
#card-rubrique h3 {
    font-family: CaneletterSans;
    font-size: 2.5rem;
}
#card-rubrique h4 {
    font-weight: 800;    
    color: #bdd142;
}
#card-rubrique h5 {
}
#card-rubrique h6 {
    font-weight: 900;
}
#card-rubrique img {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #f0ece3;
  max-width: 100%;
  height: auto;

}
#card-rubrique .colonnedroite {
  float:left!important;
  width: 50%!important;
  padding-left: 1rem;
}
#card-rubrique .colonnegauche {
  float:left!important;
  width: 50%!important;
  padding-right: 1rem;
}

@media (max-width: 768px) {
    #card-home-page .card-deca-right {
        margin-right: 0rem!important;
        z-index:inherit;
    }
    #card-home-page .card-deca-left {
        margin-left: 0rem!important;
        z-index:inherit;
    }
    .img-item-home-page {
      height: 200px !important;
    }
}




header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
header.masthead p {
    color: #fff!important;
    text-shadow: 1px 1px 2px black;
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    margin-top: 79px!important;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    color: #6e6259;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 10px;
    background: #bdd142;
}

#sidebar ul li a {
    color: #6e6259;
    padding: 5px 10px;
    display: block;
    border-bottom: 1px solid #f0ece3;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #6e6259;
}


a[data-toggle="collapse"] {
    position: relative;
}


#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 20px !important;
    background: #e2e0de;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 50px 100px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    #content {
    padding: 20px;
    }

}

@media (min-width: 992px) {
    .card-globe {
        height: 250px;
    }
}
@media (min-width: 576px) {
    .card-globe {
        height: 200px;
    }
}

.col-xxl-3 {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media (min-width: 1400px) {
.col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
}


.btn-vert {
  color: #fff;
  background-color: #B4C14B;
  border-color: #a8b444;
}

.btn-vert:hover {
  color: #fff;
  background-color: #8c9739;
  border-color: #8c9739;
}

.table{
    font-size: small;	
}
