@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/css?family=Roboto&display=swap');/*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');/*font-family: 'Oswald', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC&display=swap');/*font-family: 'Playfair Display SC', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla&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;box-shadow: 0px 10px 9px rgba(0,0,0,0.4)
}


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:0px}
#toolbar a.panier  { color:#3d3d3d}
#toolbar a.panier:hover { color:#3d3d3d}
/*fin toolbar*/

/*POP UP home page*/
#admodal a { color:  #000}
/*POP UP*/



/* HEADER */
#header {background: url("../charte/bandeau-header.jpg") no-repeat top fixed;  background-color:#fff; width: 100%; height: 200px; background-size:100%;}
#logo {text-align:left; margin-top:30px}
#slogan p {font-size:24px; font-family: 'Karla', sans-serif;text-align:right; margin-top:60px; color:#fff; line-height: 1.2em}
#slogan p a {color:#fff}
#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}
.btn-primary {border-radius: 100%; background: red; width: 150px; height: 150px; border: 5px solid #fff; margin-top: 20px; font-family: 'Bebas Neue', cursive; text-transform: uppercase; font-size: 22px}
.btn-primary:hover {background: #fff; border: 5px solid red; color: red}


@media (max-width: 992px) {
#header { background: url("../charte/bandeau-header.jpg") no-repeat top fixed;   background-color:#fff; width: 100%; height: auto}
#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:4vw; margin-top:-10%; font-family: 'Playfair Display SC', serif; border-bottom:1px solid #fff; padding-bottom: 10px}
.carousel-caption p { font-size:1.5vw; font-family: 'Oswald', sans-serif; color: #fff}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 35%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color:#fff;
    text-align: center;
}

.filtre { background-color:#000;}
.opaciter img { opacity: 1;}
/*CAROUSEL*/

/*MENU*/




.bg-light {
background-color:#e2e2e2 !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: #e2e2e2 !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:#fff;
background-color: red; 
}


.navbar-light .navbar-nav .nav-link {
    color: #000;
	font-family: 'Bebas Neue', cursive;
	font-weight: normal; font-size:22px;
}


.navbar-light .navbar-nav .nav-link:hover {
color:#fff;
background-color:red; 
}

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: #000!important;
    text-align: left;
    list-style: none;
    background-color:#FFFFFF;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;

}
.dropdown-item { color:#000; }

li a.dropdown-item{ margin: 0px 0px; text-align: center}


.dropdown-item:focus, .dropdown-item:hover {

    color:#fff;
    text-decoration: none;
    background-color:#000;

}
.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:#e2e2e2;height: 900px;
		text-align: center;
    }
 }


/*MENU*/



/*INTEGRATION*/
h1, h2, h3, h4 {font-family: 'Karla', sans-serif;}
h1 {font-size:38px; color: #D8021A;}
h2 {font-size:26px}
h3 {font-size:20px}
h4 {font-size:18px}
p {font-size: 16px}


#sectiondouble {background: none} 
#sectiondouble .bloc1 { background:#000; color:#fff;  }
#sectiondouble .bloc2 {background:url("../charte/background-bloc2.jpg"); background-color:#cccc; color:#3d3d3d; }


#section1 {background:none; background-color: #000; color: #fff;}
#section2 {background: url("../charte/back-section2.jpg"); background-color:#000;color:#fff; padding: 100px 0px}
#section2 h2 {color:#D20021}
#section2 h3 i {color:#D20021}
#section3 {background:none; background-color:#000; color: #fff;}
#section4 {background:#000; color:#fff}
#section6 {background: none; background-color:#2A2623;}
#section6 h2 {color:#fff}

#bandeau {background: url("../media/images/page/bandeau.jpg"); height:180px}
#bandeau h1 { color: #fff; padding-top: 60px; font-style: italic}





#section-rubrique {background: none; background-color: #fff}
#section-rubrique h2 {color:#D20021}

#section-parallax {}
#section-parallax img {padding-top:100px;}
#section-parallax h2 { color:#000; text-align: center }

@media (max-width: 992px) {
#section-parallax img {padding-top:50px;}	
#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 (max-width: 992px) {
.parallax {height: 250px;}	
}
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

#section-bouton {background:#D8021A;color:#fff; font-family: 'Bebas Neue', cursive;}
#section-bouton h2 { font-family: 'Bebas Neue', cursive; font-size:38px}
#section-bouton a {text-transform: uppercase;}
.back-contact { background: rgba(255,255,255,0.7); padding: 20px; border-radius:5px}

/*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: #FF0000;
    border-color:none;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open>.dropdown-toggle.btn-custom {
    color: #fff;
    background-color: #FF0000;
    border-color: none; /*set the color you want here*/
}
/*fin boutons custom bootstrap*/

/*Fin Boutons*/





#section-galerie {background:none}
/*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:#000; color:#D20021}


a, a:hover, a:visited {color:#fff;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;
}
}


/* 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:none; background-color:#D8021A; margin: 0; padding: 20px 0px; color:#fff}
#adresse a {color:#fff} 
/*ADRESSE*/



/*MAP*/
#map {background-color:#000;margin: 0; padding:0px}
/*MAP*/


/*FORMULAIRE*/
#formulaire { background: none; 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: 10px;
	cursor: pointer;
	display: none;
	border-radius: 0%;
}
.btn-top {
    color:  #fff;
    background-color: #D8021A;
}
.btn-top:hover {
    color:  #fff;
    background-color: #D8021A ;
}


footer {
background:  #000;
padding: 20px;
min-height: 100px;
border-top:5px solid #000
}
footer p {color: #fff}
footer p a {color: #fff; font-weight: bold}
footer p a:hover {color:#fff; text-decoration: none}
footer ul.list-unstyled li a {color: #fff}
footer .rubrique { color: #fff; font-family: 'Bebas Neue', cursive;}
footer .fab {color:#fff}
div#logo-distributeur > a {text-decoration:none;display:block;width:50px;height:70px;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*/


.gal {

	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	  
	
	}	
	.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
		
		.gal {
	
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	  
	
	}
		
	}



/* 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: var(--photoboxOverlay, rgba(0, 0, 0, .8));
  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;
	color:#fff;
	font-family: 'Playfair Display SC', serif;
}

.photobox_type11:hover .photobox__label{
  transition-duration: calc(var(--photoboxAnimationDuration, .8s) / 4);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.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);
}


/* FIN ANIMATION */

.bulle {position: fixed; z-index: 9999; margin-left:62%; margin-top: 150px}


.encart1 {background:#D8021A; color:#fff; padding: 20px}
#section-rubrique .encart1 h2 {color:#fff}


.encart2 {background:#D8021A; color:#fff; padding: 20px; border-radius: 20px}










