@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=Anton&display=swap');/*font-family: 'Anton', sans-serif;*/




.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: 250px}
#logo {text-align:center; margin-top:20px}
#slogan p {font-size:24px; font-family: 'Open Sans Condensed', sans-serif;text-align:center; margin-top:30px; 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.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: 'Anton', sans-serif;}
.carousel-caption p { font-size:1.5vw; font-family: 'Oswald', sans-serif; color: #D20021}
.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:#382C2C;}
.opaciter img { opacity:1;}
/*CAROUSEL*/

/*MENU*/


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #000;
    color: #000;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}
#sidebarCollapse {position: fixed; top:20px; left: 20px; z-index:99}
@media (max-width: 992px) {#sidebarCollapse {position:fixed; top:20px; left: 20px}}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;    color: #fff;
}

#dismiss:hover {
    background:none;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #000;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block; color:#fff;font-family: 'Anton', sans-serif;
}


#sidebar ul li ul li a {
 color:#fff
}

#sidebar ul li a.active {
color: #000;
    background: #fff;
}

#sidebar ul li a:hover {
color: #000;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #E5A48D;
    background: #000 ;
}
#sidebar.active { display: block}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #3d3d3d;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/*boutons custom bootstrap*/
.btn-custom-menu {
	color: #fff;
    background-color: #000;
    border-color:none;
}
.btn-custom-menu:hover, .btn-custom-menu:focus, .btn-custom-menu:active, .btn-custom-menu.active, .open>.dropdown-toggle.btn-custom-menu {
    color: #fff;
    background-color: #3d3d3d;
    border-color: none; /*set the color you want here*/
}
/*fin boutons custom bootstrap*/

/*Fin Boutons*/


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding:0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
	background: #fff
}

a i.reseaux-nav {color: #fff}
/*MENU*/



/*INTEGRATION*/
h1, h2, h3, h4 {font-family: 'Anton', sans-serif;}
h1 {font-size:38px}
h2 {font-size:26px}
h3 {font-size:20px}
h4 {font-size:18px}
p {font-size: 16px}





#section1 {background:none; background-color: #000; color:#fff}
#section1 h1 {color:#E5A48D}
#section2 {background: url("../charte/back-section2.jpg"); background-color:#000;color:#fff; padding: 100px 0px}
#section2 h2 {color:#fff; font-size: 36px}
#section2 h3 {color:#fff; font-size: 30px}
#section3 {background:none; background-color:#fff}
#section4 {background:#fff; color:#000}
#section6 {background: none; background-color:#000;}
#section6 h2 {color:#fff}

#bandeau1 {background: url("../media/images/carte/bandeau.jpg"); height:180px}
#bandeau1 h1 { color: #fff; padding-top: 60px; font-style: italic}

#bandeau2 {background: url("../media/images/histoire/bandeau.jpg"); height:180px}
#bandeau2 h1 { color: #fff; padding-top: 60px; font-style: italic}



#section-rubrique {background: none; background-color: #E5A48D}
#section-rubrique h2 {color:#000}
#section-rubrique a[aria-expanded="true"] {
    color: #382C2C;
    background:none;
}
#section-parallax {}
#section-parallax img {padding-top:100px;}
#section-parallax h2 { color:#fff; text-align: center; font-size: 48px; padding-top:150px }

@media (max-width: 992px) {
#section-parallax img {padding-top:50px;}	
#section-parallax h2 {padding-top:50px;  font-size: 38px;}
}

.parallax1 {
    /* 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) {
.parallax1 {height: 250px;}	
}


.parallax2 {
    /* The image used */
    background-image: url("../charte/img-parallax2.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) {
.parallax2 {height: 250px;}	
}



#section-bouton {background:#000;color:#E5A48D}
#section-bouton h3 { color: #fff}
.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:#E5A48D;
    border-color:none;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open>.dropdown-toggle.btn-custom {
    color: #fff;
    background-color:#ca7e63;
    border-color: none; /*set the color you want here*/
}

/*boutons custom bootstrap*/
.btn-custom2 {
	color: #ca7e63;
    background-color:#382C2C;
    border-color:none;
}
.btn-custom2:hover, .btn-custom2:focus, .btn-custom2:active, .btn-custom2.active, .open>.dropdown-toggle.btn-custom2 {
    color: #ca7e63;
    background-color:#221919;
    border-color: none; /*set the color you want here*/
}

/*fin boutons custom bootstrap*/

/*Fin Boutons*/





#section-galerie {background:none}
#section-galerie h2 {color:#E5A48D }
/*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:#E5A48D}


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:#fff; margin: 0; padding: 20px 0px; color:#000}
#adresse a {color:#000} 
/*ADRESSE*/



/*MAP*/
#map {background-color:#fff;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;
}
.btn-top {
    color:  #382C2C;
    background-color: #E5A48D;
}
.btn-top:hover {
    color:  #382C2C;
    background-color: #CA7E63 ;
}


footer {
background:  #382C2C;
padding: 20px;
min-height: 100px;
border-top:0px 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}
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 */


