@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=Tangerine&display=swap');


.sticky-toolbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1020;
}


.sticky-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    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*/


.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}



.scroll-down {
  position: absolute;
  bottom: 30%;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #fff;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}



/*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: 0.7;}
/*CAROUSEL*/

/*MENU*/

.masthead .intro-text .circle-down  {margin-top:15%}
.masthead .intro-text .circle-down a  {color:#fff}


#contenu { margin-top:-80px ;padding-top:80px}

.logo-home {position:absolute;
left: 45%;
top: 40%;
width: 526px;
height: 118px;
margin-top: -59px;
margin-left: -163px;
 z-index: 999; }

@media (max-width:1400px) {
.logo-home {position:absolute;
left: 50%;
top: 40%;
width: 326px;
 }
}


@media (max-width:960px) {
.logo-home {position:absolute;
left: 50%;
top: 20%;
width: 326px;
 }
}



.masthead {
  text-align: center;
  color: white;
  background-image: url("../charte/1-blur.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}


.masthead2 {
  text-align: center;
  color: white;
  background-image: url("../charte/1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}

@media (max-width:1400px) {
.masthead {
  text-align: center;
  color: white;
  background-image: url("../charte/1-blur.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: 175%;
}
}

@media (max-width:414px) {
.masthead {
  text-align: center;
  color: white;
  background-image: url("../charte/1-blur.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}
}

@media (max-width:1400px) {
.masthead2 {
display:none
}	
}

@media (max-width:960px) {
.masthead2 {
display:none
}	
}

.masthead .intro-text {
  padding-top:600px;
  padding-bottom:470px;
}

.masthead2 .intro-text {
  padding-top:600px;
  padding-bottom:470px;
}


.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}



@media (max-width:1400px) {
.masthead .intro-text {
  padding-top:400px;
  padding-bottom:270px;
  }
}
	
@media (max-width:960px) {
.masthead .intro-text {
  padding-top: 300px;
  padding-bottom: 200px
  }	

	
.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
}
	

.banniere {background: url("../charte/bandeau1.jpg"); background-size: cover; height: 300px}
.banniere h1 {color: #0E442C; font-size: 55px; padding-top: 140px}
.logo-rub {position:absolute;
left: 50%;
top: 15%;
width: 326px;
height: 118px;
margin-top: -59px;
margin-left: -163px;
 z-index: 999;  }

.banniere2 {background: url("../charte/bandeau2.jpg"); background-size: cover; height: 300px}
.banniere2 h1 {color: #fff; font-size: 55px; padding-top: 140px}
.logo-rub {position:absolute;
left: 50%;
top: 15%;
width: 326px;
height: 118px;
margin-top: -59px;
margin-left: -163px;
 z-index: 999;  }

.banniere3 {background: url("../charte/bandeau3.jpg"); background-size: cover; height: 300px}
.banniere3 h1 {color: #fff; font-size: 55px; padding-top: 140px}
.logo-rub {position:absolute;
left: 50%;
top: 15%;
width: 326px;
height: 118px;
margin-top: -59px;
margin-left: -163px;
 z-index: 999;  }

.banniere4 {background: url("../charte/bandeau4.jpg"); background-size: cover; height: 300px}
.banniere4 h1 {color: #fff; font-size: 55px; padding-top: 140px}
.logo-rub {position:absolute;
left: 50%;
top: 15%;
width: 326px;
height: 118px;
margin-top: -59px;
margin-left: -163px;
	z-index: 999;  }
	

.banniere5 {background: #703031; height: 100px}
.banniere5 h1 {color: #fff; font-size: 55px; padding-top: 140px}
.logo-rub {position:absolute;
left: 50%;
top: 15%;
width: 326px;
height: 118px;
margin-top: -59px;
margin-left: -163px;
	z-index: 999;  }

.logo-rub h1 { font-size: 56px; color:#fff}

@media (max-width:1400px) {
.logo-rub {position:absolute;
left: 50%;
top: 20%;
 }
}

@media (max-width:960px) {
.logo-rub {position:absolute;
left: 50%;
top: 20%;
 }
}

.bg-light {
background-color: #10462E !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: #10462E !important;}	
	
.banniere h1 {color: #0E442C; font-size: 55px; padding-top: 80px}
}


#menu.scrolled {
  background-color: #732f2f;
}

#menu .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: black;
  border: 0;
  background-color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold
}



#menu .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #fff;
   font-family: 'Open Sans Condensed', sans-serif;
 font-weight: bold;
text-align: center
}

#menu .navbar-nav .nav-item .nav-link.active, #menu .navbar-nav .nav-item .nav-link:hover {
  color:#fff;
}
@media (min-width: 992px) {
  #menu {
     padding-top:   25px; /*pas toolbar*/
	 /* padding-top: 50px;si toolbar*/
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #menu .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  #menu .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #menu.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
	 margin-top: 40px; /*si toolbar aussi non commenté*/
  }
  #menu.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

@media (max-width: 992px) {
#menu {
  background-color: #845365;
}	
}



/*MENU*/



/*INTEGRATION*/
h1, h2, h3, h4 {font-family: 'Tangerine', cursive;}
h1 {font-size:90px}
h2 {font-size:40px}
h3 {font-size:38px}
h4 {font-size:38px}
p {font-size: 16px}

.bandeau {font-family: 'Tangerine', cursive; background-color: rgba(220,35,39,0.6); color: #fff!important; font-size: 50px}


.welcome  {background: url("../charte/fond-section3.jpg")}
#section1 {background: url("../charte/fond-section1.jpg") no-repeat; padding: 40px;}
#section2 {background:#dc2327; color: #fff;}
#section3 {background:url("../charte/back-section3.jpg")}
#section4 {background:#0e442c; color: #fff;}
#section5 {background:none}
#section6 {background: #0E442C; color: #fff}
#section-rubrique {background: none}

.encart {width: 250px; border: 3px dotted #DC2327; padding: 40px; text-align: center}
.encart2 {width: 100%; border: 3px dotted #fff; padding: 40px; text-align: center; background: #A11617 }
.btn-primary {background: #A11617; border: dotted 3px #fff; border-radius: 0%;}
.btn-primary:hover {background: #fff; border: dotted 3px #A11617; border-radius: 0%; color: #A11617;}

#section-parallax {}
#section-parallax img {padding-top:50px;}
#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;
}



#section-bouton {background:#0e442c; color: #fff;}

/*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: #0E442C;
    border-color: #0E442C;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open>.dropdown-toggle.btn-custom {
    color: #fff;
    background-color: #062c1b;
    border-color: #062c1b; /*set the color you want here*/
}
.btn-custom:visited, .btn-custom.active, .open>.dropdown-toggle.btn-custom {
    color: #fff;
}
/*fin boutons custom bootstrap*/

/*Fin Boutons*/




#section-galerie {background:url("../charte/fond-section3.jpg")}
/*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:url("../charte/fond-section3.jpg")}







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;
}
}


/* 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: #A11617 ; margin: 0; padding: 20px 0px; color:#fff}
#adresse a {color:#fff} 
/*ADRESSE*/



/*MAP*/
#map {background-color:#A11617;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: #0E442C;
}
.btn-top:hover {
    color:  #fff;
    background-color: #0E442C ;
}


footer {
background:  #A11617;
padding: 20px;
min-height: 100px;
}
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*/

/* 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(0,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:40px;
}

.photobox_type11:hover .photobox__label{
  transition-duration: calc(var(--photoboxAnimationDuration, .8s) / 4);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);color:#fff;
}

.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);
}

.custom-text {font-style: italic; font-weight: bold}


