@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');/*font-family: 'Open Sans Condensed', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Fraunces&display=swap');


.sticky-toolbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1020;
}


.sticky-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1020;
}


body {
line-height:1.4em;
}

.container {
max-width: 1170px;
}


/*toolbar*/
#toolbar {background-color:#fff; min-height:30px; padding: 10px 0px; border-bottom:1px solid #3d3d3d; margin-bottom: 30px}
.panier { color:#000}
.panier:hover { color:#000}
/*fin toolbar*/

/*POP UP home page*/
#admodal a { color:  #000}
/*POP UP*/



/* HEADER */
#header { background: url("../charte/bandeau-header.jpg") top fixed no-repeat; width: 100%; height: 200px; background-size:100%;}
#logo {text-align:center; margin-top:15px}
#slogan p {font-size:24px; font-family: 'Open Sans Condensed', sans-serif;text-align:center; margin-top:5px; font-weight: bold; color:#000; line-height: 1.2em}
#slogan p a {color:#000}
#slogan p a:hover {text-decoration: none}
#slogan .icone {text-align: right; padding:5px 0px}
#slogan .icone a {color:#fff}
#slogan .icone a:hover {text-decoration: none; color:#000}
#slogan .langue p  {text-align: right; font-size: 14px; margin-top: 10px}




@media (max-width: 992px) {
#header {  background: url("../charte/bandeau-header-phone.jpg") fixed no-repeat; width: 100%; height:170px; background-size:100%; }
#logo {text-align:center}
#slogan p {font-size:20px;text-align:center; margin-top:10px}
#slogan p a{}	
#slogan .icone {text-align: center; padding-top: 15px}
#slogan .langue p  {text-align: center; font-size: 14px; margin-top: 10px}
}
/*HEADER*/


/*CAROUSEL*/
.carousel-caption h2 { font-size:6vw; margin-top:-10%}
.carousel-caption p { font-size:1vw;}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 35%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color:#ccc;
    text-align: center;
}

.filtre { background-color:#000;}
.opaciter img { opacity: 1;}
/*CAROUSEL*/

/*MENU*/




.bg-light {
background-color: #E27D21 !important;
}


.navbar-brand { display: none}
.navbar-brand.active { display: block}
.navbar-nav { margin: 0 auto}

@media (max-width: 992px) {
.navbar-nav {margin: 20px 0px;}
.bg-light {background-color: #E27D21 !important;}	
}

.navbar-nav.active { display: block}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
color: #000;
background-color:  #fff;
}


.navbar-light .navbar-nav .nav-link {
    color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal; font-size: 18px
}


.navbar-light .navbar-nav .nav-link:hover {
color: #000;
background-color:  #fff;
}

li a{ margin: 0px 10px;}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0 .02rem;
    font-size: 1rem;
    color: #ccc!important;
    text-align: left;
    list-style: none;
    background-color:#000;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;

}
.dropdown-item { color:#fff; }

li a.dropdown-item{ margin: 0px 0px; text-align: center}


.dropdown-item:focus, .dropdown-item:hover {

    color:#000;
    text-decoration: none;
    background-color:#fff;

}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/*Custom ouverture menu mobile*/
@media (max-width: 992px) {
.navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
   .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
		background-color:#E27D21;height: 900px;
		text-align: center;
    }
 }


/*MENU*/



/*INTEGRATION*/
h1, h2, h3, h4 {font-family: 'Fraunces', serif;}
h1 {font-size:30px}
h2 {font-size:26px}
h3 {font-size:20px}
h4 {font-size:18px}
p {font-size: 16px}





#section1 {background:url("../charte/fond-section1.jpg") no-repeat; background-color: #fff; padding: 40px 0px}
#section1 a { color:#E27D21 }
@media (max-width: 992px) {
#section1 {background:url("../charte/fond-section1.jpg") no-repeat; background-color: #fff}
}
#section2 {background:#E27D21; color: #fff; padding: 40px 0px}
#section3 {background:none; padding: 40px 0px}
#section4 {background:#E27D21; color: #fff; padding: 40px 0px}
#section4 a {color: #fff;}
#section5 {background:none; padding: 40px 0px}
#section6 {background:rgba(183,233,244,1.00); padding: 40px 0px}
#section-rubrique {background: none; padding: 40px 0px}

#section-parallax {}
#section-parallax img {padding-top:100px;}
#section-parallax h2 { color:#000; text-align: center }

@media (max-width: 992px) {
#section-parallax h2 {padding-top:50px}
}

.parallax {
    /* The image used */
    background-image: url("../charte/img-parallax.jpg");

    /* Set a specific height */
    height: 450px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}


#section-bouton {background:#E27D21; color: #fff; padding: 40px 0px}

/*Boutons*/

.button {
  position: relative;
  padding: 1em 1.5em;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  font-size: 22px;
  margin: 1em 0.8em;
}


.button.type3 {
  color: #fff;
	font-weight: bold;
}

.button.type3.type3::after, .button.type3.type3::before{
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
}
.button.type3.type3::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.button.type3.type3::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #fff;
  border-left-color: #fff;
}

.button.type3.type3:hover:after, .button.type3.type3:hover:before {
  border-bottom-color: #fff;
  border-right-color: #fff;
  border-top-color: #fff;
  border-left-color: #fff;
  width: 100%;
  height: 100%;

}

/*boutons custom bootstrap*/
.btn-custom {
	color: #fff;
    background-color: #E27D21;
    border-color: #E27D21;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open>.dropdown-toggle.btn-custom {
    color: #fff;
    background-color: #E27D21;
    border-color: #E27D21; /*set the color you want here*/
}
/*fin boutons custom bootstrap*/

/*Fin Boutons*/





#section-galerie {background:none; padding: 40px 0px}
/*hexagon
 */
.hexa, .hexa div {
  margin: 0 auto;
  transform-origin: 50% 50%;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.hexa {
  width: 100%;
  height: 230px;
}
.hexa div {
  width: 100%;
  height: 100%;
}
.hexa {
  transform: rotate(120deg);
}
.hex1 {
  transform: rotate(-60deg);
}
.hex2 {
  transform: rotate(-60deg);
}

.zoom {
  transition: transform .2s; /* Animation */
	cursor:pointer
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


#section-partenaires {background:rgba(183,233,244,1.00); padding: 40px 0px}







a, a:hover, a:visited {color:#000;text-decoration: none}


table td {padding:0.5em;border:1px solid #fff}

.bg-primary{padding:1em;background-color:#fff!important;border:1px solid #98ca40;border-radius:6px}

.ekko-lightbox-nav-overlay a {
    color: #c97b17;
}

@media (max-width: 767px){
dl, ol, ul {
margin-bottom: 0rem;
}
}


/* ANIMATION PHOTO - source : https://codepen.io/melnik909/pen/QgPpeg  */
.photobox{
  display: inline-block;
}

.photobox__previewbox{
  position: relative;
  overflow: hidden;
}

.photobox__preview{
  display: block;
  max-width: 100%;
}

.photobox__previewbox:before{
  content: "";
}

.photobox_type11 .photobox__previewbox:before{
  width: 0;
  height: 0;
  padding: 25%;
  background-color:rgba(161,152,132,0.5);
  border-radius: 50%;
  
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;

  transition: -webkit-transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease;

  transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease;

  transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease, -webkit-transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  will-change: transform;
}

.photobox_type11:hover .photobox__previewbox:before{
  -webkit-transform: translate(-50%, -50%) scale(4);
          transform: translate(-50%, -50%) scale(4);
  transition-duration: var(--photoboxAnimationDuration, .8s);
}

.photobox_type11 .photobox__label{
  width: 95%;
  text-align: center;
  
  -webkit-transform: translate(-200%, -50%);
  
          transform: translate(-200%, -50%);
  transition: -webkit-transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease-out;
  transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease-out;
  transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease-out, -webkit-transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease-out;
  will-change: transform;
  
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
	font-size:22px;
}

.photobox_type11:hover .photobox__label{
  transition-duration: calc(var(--photoboxAnimationDuration, .8s) / 4);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);color:var(--tertiaire);
}

.photobox_type11 .photobox__preview{
	transition: -webkit-transform calc(var(--photoboxAnimationDuration, .8s) / 2) cubic-bezier(0.71, 0.05, 0.29, 0.9);
	transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) cubic-bezier(0.71, 0.05, 0.29, 0.9);
	transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform calc(var(--photoboxAnimationDuration, .8s) / 2) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.photobox_type11:hover .photobox__preview{
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}



/* MASONRY */
.grid {
  background: #fff;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
  padding:0.2em
}

.grid-item img {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
.grid-sizer, .grid-item { width: 46%;
} 	
}
@media screen and (max-width: 767px) {
.grid-sizer, .grid-item { width: 100%;
} 	
}
/* FIN MASONRY */









@media screen and (max-width: 767px) {
/* DEBUT TABLEAU RESPONSIVE */


    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #eee; margin-top: 1em;}
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		/* border-bottom: 1px solid #eee; */
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }

/* FIN TABLEAU RESPONSIVE */

}

/*FIN INTEGRATION*/



/*ADRESSE*/
#adresse { background:#E27D21; margin: 0; padding: 20px 0px; color:#fff}
#adresse a {color:#fff} 
/*ADRESSE*/



/*MAP*/
#map {background-color:#fff;margin: 0; padding:0px}
/*MAP*/


/*FORMULAIRE*/
#formulaire { background: url(../charte/bandeau-form.jpg) no-repeat; background-color: #fff; margin: 0;padding: 0px 0px; color:#fff}
#formulaire a { color: #ccc}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height:1.5em;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 72px;
	opacity: 0.8;
}

.form-check {margin-left:3%}

/*FORMULAIRE*/



/*FOOTER*/
#toTop{
	position: fixed;
	bottom: 10px;
	right: 50px;
	cursor: pointer;
	display: none;
	border-radius: 0%;
}
.btn-top {
    color:  #fff;
    background-color: #E27D21;
}
.btn-top:hover {
    color:  #fff;
    background-color: #E27D21 ;
}


footer {
background:  #fff;
padding: 20px;
min-height: 100px;
}
footer p {color: #272727}
footer p a {color: #272727; font-weight: bold}
footer p a:hover {color:#272727; text-decoration: none}
footer ul.list-unstyled li a {color: #272727}
footer .rubrique { color: #272727}
footer .fab {color:#272727}
div#logo-distributeur > a {text-decoration:none;display:block;width:90px;height:90px;background:none no-repeat top left transparent; margin: 0 auto} 
div#logo-distributeur > a.distal {background-image:url('../charte/logo-al.png')}
div#logo-distributeur > a.distar {background-image:url('../charte/logo-ar.png')}
div#logo-distributeur > a.distco {background-image:url('../charte/logo-co.png')}
div#logo-distributeur > a.disteo {background-image:url('../charte/logo-eo.png')}
div#logo-distributeur > a.distsi {background-image:url('../charte/logo-si.png')}
/*FOOTER*/



/*ACTUALITES*/
/*ACTUALITES*/


/*CATALOGUE*/
/*CATALOGUE*/


/*CARTE*/
/*CARTE*/


/*FLEURISTE*/
/*FLEURISTE*/


.encart1 {border:5px solid #fff; padding: 20px}

.encart2 {background:#E27D21 ; padding: 20px; color:#fff}
.encart2 a {color:#fff}
.encart2b {border:5px solid #fff; padding: 20px}


