@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');}


section {
  overflow: hidden;
}
.bg-black {
  background-color: #000 !important;
}


/* ---------------------------------------------------
    Exclusif à GP
----------------------------------------------------- */

@media all and (min-width: 1199px) {
	.navbar .nav-item .dropdown-menu{ display: none!important; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block!important; }
	.navbar .nav-item .dropdown-menu{ margin-top:0!important; }
}


.map-responsive {
overflow:hidden;
position:relative;
height:300px;
}

.map-responsive iframe {
left:0;
top:0;
height:300px;
width:100%;
position:absolute;
}


@media (min-width: 576px) {
  .card-columns {
    column-count: 2!important;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; }
}

.btn-round {
  border-radius: 30px !important; }

.font-Arvo {
	font-family: 'Arvo', serif;
}
.font-Caneletter {
	font-family: 'CaneletterScript', serif;
}
@media (max-width: 576px) {

.typo-respon-h1 {
  font-size: 2rem!important; }

.typo-respon-h2  {
  font-size: 1.75rem!important;}

.typo-respon-h3 {
  font-size: 1.5rem!important; }

.typo-respon-h4 {
  font-size: 1.25rem!important; }

.typo-respon-h5 {
  font-size: 1rem!important; }

.typo-respon-h6 {
  font-size: 0.85rem!important; }

.typo-respon-p {
  font-size: 0.85rem!important; }
}

.overlay {
  position: relative; }
  .overlay .container {
    position: relative; }
  .overlay:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%; }

.overlay-taupe:before {
  background: linear-gradient(90deg, rgba(110, 98, 89, 1), rgba(110, 98, 89, 0.8), rgba(110, 98, 89, 0.1)); }

.overlay-success:before {
  background: linear-gradient(90deg, rgba(189, 209, 66, 0.8), rgba(189, 209, 66, 0.8)); }

.bg-demi-success {
  background-color: #BDD142;
  background-image: linear-gradient(180deg, #BDD142 50%, #fff 50%);
  background-size: cover; }

.bg-demi-primary {
  background-color: #6E6259;
  background-image: linear-gradient(180deg, #6E6259 50%, #fff 50%);
  background-size: cover; }

.bg-demi-secondary {
  background-color: #F0ECE3;
  background-image: linear-gradient(180deg, #F0ECE3 50%, #fff 50%);
  background-size: cover; }

.card-decal-top {
	margin-top: -10rem;
	z-index: 999;
}

@media (max-width: 576px) {
	.bg-demi-success {
		background-image: linear-gradient(180deg, #BDD142 50%, #BDD142 50%);
	}

	.bg-demi-primary {
		background-image: linear-gradient(180deg, #6E6259 50%, #6E6259 50%);
	}

	.bg-demi-secondary {
		background-image: linear-gradient(180deg, #F0ECE3 50%, #F0ECE3 50%);
	}
	.card-decal-top {
		margin-top: -5rem;
	}
}




/*.hover-rotate {
  overflow: hidden;
  margin: 8px;
  min-width: 240px;
  max-width: 320px;
  width: 100%;
}
*/
.hover-rotate img {
  transition: all 0.3s;
  box-sizing: border-box;
  max-width: 100%;
}

.hover-rotate:hover img {
  transform: scale(1.3) rotate(5deg);
}

.border-2 {
  border: 2px solid #e3e6f0 !important; }

.notify-star{
    position: absolute;
    right:4px;
    top:10px;
    z-index: 999!important;
}

.card-text.img{
margin: 4px;
}

.titre-h2 {
    font-weight: 600!important;
}
/*.text-shadow {
  text-shadow: #000 1px 0 20px;
}
*/
.text-shadow-vert {
  text-shadow: 1px 1px 2px #BDD142, 0 0 1em #000, 0 0 0.2em #000;
}
.text-shadow {
  text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
}



.btn-actu {
    position: absolute;
    bottom:0;
    padding-bottom: 1.25rem;
}
.titre-caption {
  position: absolute;
  right: 15%;
  bottom: 10%;
  left: 15%;
  z-index: 10;
  color: #fff;
  text-align: center; }


@media (max-width: 576px) {
    #bandeau .container  {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    #topnav .container-fluid  {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

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

#text-rubrique h2 {
	font-family: 'CaneletterScript', serif;
    color: #BDD142;
	font-size: 3rem;
}
@media (max-width: 576px) {
	#text-rubrique h2 {
		font-size: 2rem;
	}
}
#text-rubrique h3 {
	font-family: 'Arvo', serif;
}
#text-rubrique h4 {
    font-weight: 700;
}
#text-rubrique h5 {
    color: #BDD142;
	font-family: 'Arvo', serif;
}
#text-rubrique h6 {
    font-weight: 700;
}
#text-rubrique p {
    margin-bottom: 2rem!important;
}
#text-rubrique a {
    color: #BDD142;
    font-weight: 700;
}
#text-rubrique a:hover {
    color: #BDD142;
	text-decoration: underline;
}

/*.colonnedroite, .colonnegauche, .colonne25l, .colonne75l, .colonne75r, .colonne25r img {
    margin-top: 0!important;
	margin-left: 0!important;
	margin-right: 0!important;
	margin-bottom: 1rem!important;
}*/

#text-rubrique img {
    text-align: center;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
	padding-left: 1rem!important;
	padding-right: 1rem!important;
    margin-top: 0;
    margin-bottom: 2rem;
    max-width: 100%;
    height: auto!important;
}
#text-rubrique .colonnedroite {
    float: left!important;
    width: 45%!important;
    padding-left: 1rem;
	margin-bottom: 2rem;
}
#text-rubrique .colonnedroite img {
	margin-bottom: 0!important;
}
#text-rubrique .colonnegauche {
    float: left!important;
    width: 45%!important;
    padding-right: 1rem;
	margin-bottom: 2rem;
}
#text-rubrique .colonne25l {
    float: left!important;
    width: 20%!important;
    padding-right: 1rem;
	margin-bottom: 2rem;
}
#text-rubrique .colonne75l {
    float: left!important;
    width: 70%!important;
    padding-left: 1rem;
	margin-bottom: 2rem;
}
#text-rubrique .colonne75r {
    float: left!important;
    width: 70%!important;
    padding-right: 1rem;
	margin-bottom: 2rem;
}
#text-rubrique .colonne25r {
    float: left!important;
    width: 20%!important;
    padding-left: 1rem;
	margin-bottom: 2rem;
}

#text-rubrique hr {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #6E6259; }


@media (max-width: 992px) {
    #text-rubrique iframe {
        width: 100%;
    }
}

.nav-tabs {
  	border-bottom: 1px solid #6E6259!important;
}
.nav-tabs .nav-link {
    color: #6E6259!important;
    border: 1px solid transparent!important;
	border-bottom: 1px solid #6E6259!important;
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
	background-color: #fff!important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #6E6259!important;
    background-color: #fff!important;
    border-color: #6E6259 #6E6259 #fff!important;
  	border-bottom: 1px solid #fff!important;
}

















/* ---------------------------------------------------
    FIN ----  Exclusif à Globe
----------------------------------------------------- */


/* ---------------------------------------------------
    Affichage Tél
----------------------------------------------------- */

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

/* ---------------------------------------------------
    Zoom image card
----------------------------------------------------- */
.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}
.zom:hover .img-item,
.zom:focus .img-item {
    overflow: hidden;
    transform: scale(1.2);
}

/* ---------------------------------------------------
    image cover
----------------------------------------------------- */
.img-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: transform 0.5s;
}

.img-item-home-page {
  height: 100% !important;
}
.img-item-rubrique-page {
  height: 500px !important;
}
@media (max-width: 768px) {
    .img-item-rubrique-page {
      height: 300px !important;
    }
}
@media (max-width: 576px) {
    .img-item-rubrique-page {
      height: 200px !important;
    }
}
/* ---------------------------------------------------
    image cover pour header home
----------------------------------------------------- */
.img-header {
 height: 400px !important;
}
.img-item-header {
 height: 532px !important; 
}
@media (max-width: 576px) {
    .img-header {
     height: 300px !important;
    }
    .img-item-header {
     height: 300px !important;    
    }
}

/* ---------------------------------------------------
    image cover pour les cards Plante Actu
----------------------------------------------------- */
.img-actu-lg {
  height: 400px!important;
}
.img-item-actu-lg {
  height: 400px;
}
@media (max-width: 576px) {
    .img-actu-lg {
      height: 150px!important;
    }
    .img-item-actu-lg {
      height: 150px;
    }
}
.img-actu-md {
  height: 300px!important;
}
.img-item-actu-md {
  height: 300px;
}
@media (max-width: 576px) {
    .img-actu-md {
      height: 150px!important;
    }
    .img-item-actu-md {
      height: 150px;
    }
}
.img-actu-sm {
  height: 200px!important;
}
.img-item-actu-sm {
  height: 200px;
}
@media (max-width: 576px) {
    .img-actu-sm {
      height: 200px!important;
    }
    .img-item-actu-sm {
      height: 200px;
    }
}
.img-actu-xs {
  height: 150px!important;
}
.img-item-actu-xs {
  height: 150px;
}
@media (max-width: 576px) {
    .img-actu-xs {
      height: 200px!important;
    }
    .img-item-actu-xs {
      height: 200px;
    }
}
.img-encart-gp {
  height: 160px!important;
}
.img-item-encart-gp {
  height: 160px;
}
@media (max-width: 576px) {
    .img-encart-gp {
      height: 170px!important;
    }
    .img-item-encart-gp {
      height: 170px!important;
    }
}






/* ---------------------------------------------------
    image cover pour Rubrique
----------------------------------------------------- */
.img-card-rubrique {
  height: 350px!important;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.img-item-card-rubrique {
  height: 350px!important;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
@media (max-width: 576px) {
    .img-card-rubrique {
      height: 150px!important;
	  border-radius: 20px;
    }
	.img-item-card-rubrique {
	  height: 150px!important;
  	  border-radius: 20px;
	}
}

/* ---------------------------------------------------
    image cover pour le portefolio
----------------------------------------------------- */
.img-pf-lg {
  height: 450px!important;
  border-radius: 40px!important;
}
.img-item-pf-lg {
  border-radius: 40px!important;
  height: 450px;
}

@media (max-width: 576px) {
    .img-pf-lg {
      height: 200px!important;
      border-radius: 20px!important;
    }
    .img-item-pf-lg {
      height: 200px;
      border-radius: 20px!important;
    }
}

.img-pf {
  height: 180px!important;
  border-radius: 40px!important;
}
.img-item-pf {
  height: 180px;
  border-radius: 40px!important;
}

@media (max-width: 576px) {
    .img-pf {
      height: 100px!important;
      border-radius: 20px!important;
    }
    .img-item-pf {
      height: 100px;
      border-radius: 20px!important;
    }
}








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

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #fff;
    transition: all 0.3s;
}

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

#sidebar .sidebar-header {
    padding: 2rem;
}

#sidebar .sidebar-body {
    padding: 2rem;
}

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

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

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

#content H1{
    font-size: 1.5em;
    color: #FE9600;	
}


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

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

/* ---------------------------------------------------
    COL XXL-3
----------------------------------------------------- */

.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%;
    }
}

/* ---------------------------------------------------
    notify-badge
----------------------------------------------------- */
.notify-conseil{
    position: absolute;
    left:10px;
    top:10px;
    z-index: 999!important;
}
.notify-badge{
    position: absolute;
    left:10px;
    top:15px;
    background:#e74a3b;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size:15px;
    z-index: 999!important;
}
.notify-adr{
    position: absolute;
    top:230px;
    left:10px;
    z-index: 999!important;
}
.notify-adr-lg{
    position: absolute;
    top:330px;
    left:20px;
    z-index: 999!important;
}

@media (max-width: 576px) {
	.notify-adr{
		position: absolute;
		top:85px;
		left:8px;
		z-index: 999!important;
		}
	.notify-adr-lg{
		position: absolute;
		top:230px;
		left:20px;
		z-index: 999!important;
	}
}

.badge-prix{
    margin-top:-25px;
    margin-right: 10px;
    border-radius: 50px;
    padding: 13px 15px;
}

.table th, .table td {
    vertical-align:middle;
}
#tab-formule th, td {
    font-size: 0.9rem!important;
}


/* ==========================================================================
   Team Section Style
   ========================================================================== */
#team {
  margin-bottom: -50px;
}
#team .item {
  text-align: center;
}
#team .info {
  position: relative;
  background: #fff;
  text-align: center;
  margin: 0 20px;
  padding: 15px;
  opacity: 0;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
#team .info:before {
  position: absolute;
  top: -35px;
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 0px 36px 36px;
  border-color: transparent transparent #FFF;
  left: 50%;
  width: 0px;
  display: inline-block;
  margin-left: -30px;
}
#team .item:hover .info {
  opacity: 1;
}
.team-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0 !important;
  padding: 5px !important;
  background: transparent!important;
  color: #fff !important;
  border-radius: 0px !important;
  opacity: 0.5 !important;
  margin-top: -30px !important;
}
.team-carousel .owl-controls .owl-buttons div i {
  font-size: 26px;
  color: #323232!important;
}
.team-carousel .owl-controls .owl-buttons div:hover {
  opacity: 1 !important;
  color: #323232!important;
}
.team-carousel .owl-controls .owl-buttons div.owl-prev {
  left: -50px;
}
.team-carousel .owl-controls .owl-buttons div.owl-next {
  right: -50px;
}


/* ==========================================================================
   Top NAV navbar
   ========================================================================== */
@media (max-width: 1473.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1474px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }

  .order-xxl-1 {
    order: 1; }

  .order-xxl-2 {
    order: 2; }

  .order-xxl-3 {
    order: 3; }



}



@media (max-width: 992px) {
    .topnav .navbar-brand img {
        height: 40px;
    }
}
.topnav .navbar-nav > .nav-item > .nav-link {
    font-weight: 500;
    font-size: 0.9rem;
	text-transform: uppercase;
    }    
.topnav .navbar-nav > .nav-item > .nav-link:hover {
    color: #6E6259;
    }    
    
/*.topnav .dropdown-menu {
    border-top: 3px solid #6E6259!important;
    border-radius: 0;
    width: 100%;
    margin: 0!important;
}

.topnav .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    padding: 0.25rem 0rem!important;
    white-space: normal!important;
}
*/    
.topnav .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .topnav .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    color: #6E6259;
    background-color:#fff;
}

/* ---------------------------------------------------
    owl-carousel  thumbnail
----------------------------------------------------- */

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: 1; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: 0;
      color: white !important;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s;
      opacity: 1; }
      @media (prefers-reduced-motion: reduce) {
        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 30px; }
    .owl-carousel .owl-nav .owl-prev {
      left: 20px; }
    .owl-carousel .owl-nav .owl-next {
      right: 20px; }
  .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #ff5959; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.thumbnail {
  list-style: none;
   }
  .thumbnail li {
    display: inline-block; }
    .thumbnail li a {
       }
      .thumbnail li a img {
        width: 100px;
		height: 100px;  
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
}



/* ---------------------------------------------------
    image cover pour fiche produit
----------------------------------------------------- */
.img-vignette {
 height: 80px !important;
}
.img-item-vignette {
 height: 80px !important; 
}
@media (max-width: 576px) {
    .img-vignette {
     height: 80px !important;
    }
    .img-item-vignette {
     height: 80px !important;    
    }
}






.carousel-caption{
     bottom: 150px !important;    
    }