@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/css2?family=Philosopher&display=swap');/*font-family: 'Philosopher', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');/*font-family: 'Anton', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');/*font-family: 'Krona One', sans-serif;*/

@font-face {
    font-family: 'aileronsregular';
    src: url('aileron/ailerons-regular-webfont.woff2') format('woff2'),
         url('aileron/ailerons-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}



.scroll-down {
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}


@keyframes bounce {
  0%,
  100%,
  {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

}



.container-hybride {
max-width: 1640px;
margin: 0 auto; padding: 0px 30px
}

@media (max-width:730px) {
.container-hybride {
max-width: 1640px;
margin: 0 auto; padding: 0px 30px
}
}





.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:#5f5a42; min-height:30px; padding: 10px 0px; border-bottom:1px solid #3d3d3d; margin-bottom:0px}
#toolbar a.panier  { color:#fff}
#toolbar a.panier:hover { color:#fff}
/*fin toolbar*/

/*POP UP home page*/
#admodal a { color:  #000}
/*POP UP*/



/* HEADER */
#header {  background:#433455; width: 100%; height:180px;position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;}
#logo {text-align:left; margin-top:18px}
#slogan p {font-size:24px; 	font-family: 'aileronsregular';margin-top: 10px; color: #fff; letter-spacing: -0.2em}
#slogan p a {color:#fff; font-family: 'aileronsregular';}
#slogan p a:hover {text-decoration: none}
#slogan .icone {text-align: right; padding:5px 0px}
#slogan .icone a {color:var(--secondaire)}
#slogan .icone a:hover {text-decoration: none; color:var(--primaire)}
#slogan .langue p  {text-align: right; font-size: 14px; margin-top: 10px}


@media (max-width: 992px) {
#header {  background: #433455;  width: 100%; height: auto; 
position: relative;
top: 0;
z-index: 1020;}
#logo {text-align:center}
#slogan p {font-size:28px;text-align:center}
#slogan .icone {text-align: center; padding-top: 15px}
#slogan .langue p  {text-align: center; font-size: 14px; margin-top: 10px}
}
/*HEADER*/


/*CAROUSEL*/
.carousel-caption img {margin-top:2000px}
.carousel-caption h2 { font-size:3vw; margin-top:2200px; font-family: 'aileronsregular';text-align: left; color:#fff}
.carousel-caption p { font-size:1vw; font-family: 'aileronsregular';}
/*.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:#fff;}
.opaciter img { opacity:1;}
/*CAROUSEL*/

/*MENU*/




.bg-light {
background-color:#433455 !important;
}

#menu a i { color:#003E69 }
.navbar-brand { display: none}
.navbar-brand.active {  display: none}
.navbar-nav { margin: 0 auto}

@media (max-width: 1600px) {
.navbar-brand.active { display: none}	
}


@media (max-width: 992px) {
.navbar-nav {margin: 20px 0px;}
.bg-light {
background-color:#433455 !important;
}
.navbar-brand.active { display: block}	
}

.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:none!important; border-bottom:2px solid #fff
}


.navbar-light .navbar-nav .nav-link {
    color: #fff;
	font-family:'Open Sans Condensed', sans-serif;
	font-size:23px; text-transform: uppercase; font-weight: bold
}

@media (max-width: 992px) {
.navbar-light .navbar-nav .nav-link {
	font-size:24px;
}}

@media (max-width: 900px) {
.navbar-light .navbar-nav .nav-link {
	font-size:24px;
}}

.navbar-light .navbar-nav .nav-link:hover {
color:#fff;
background-color:none!important; border-bottom:2px solid #fff
}

li a{ margin: 0px 5px;}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 16rem;
    padding: .5rem 0;
    margin: .125rem 0 0 .02rem;
    font-size: 1.3rem;
    color:#433455!important;
    text-align: left;
    list-style: none;
    background-color:#fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;		font-family: 'Open Sans Condensed', sans-serif;

}
.dropdown-item { color:#433455; }
.dropdown-item:hover {color:#fff;background:#433455; }

li a.dropdown-item{ margin: 0px 0px; text-align: center}


.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(58, 2, 58, 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: 5px;
        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:#fff;height: auto;
		text-align: center;
    }
 }*/



.navbar-light .navbar-toggler {

    color: var(--primaire);
    border-color: var(--primaire);
    position: fixed;
    top: 0;
    z-index: 99999;
	background-color: #fff

}

.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:#433455;
    height: 900px;
    text-align: center;
    position: fixed;
    top: 0;
    padding-top: 50px;

}

.navbar-light .navbar-toggler {

    top: 5px;
	left:5px

}
 }
/*Custom ouverture menu mobile*/


/*MENU*/



/*INTEGRATION*/
h1, h2, h3, h4 { font-family: 'aileronsregular'; color:#433455; }
h1 {font-size:40px}
h2 {font-size:34px}
h3 {font-size:20px}
h4 {font-size:18px}
p {font-size:16px;font-family: 'Philosopher', sans-serif!important;}




#section1 {background-color: #fff}
#section1 a {color: #000; text-decoration: underline}
#section2 {background:#fff;color:#000}
#section2 a h2 {color:#fff}
#section3 {background-color: #fff}
#section3 a {color: #000; text-decoration: underline}
#section4 {background:#fff; color:#000}
#section5 {background: url("../charte/back-section5.jpg"); background-color: #fff}
#section5 .container {background: rgba(255,255,255,0.7); padding:20px}
#section6 {background: url("../charte/back-section6.jpg"); background-color:#1a1a1a;}
#section6 h2 {color:#fff}
#section7 {background: url("../charte/back-section1.jpg"); background-color: #fff}

#section-rubrique {background-color: #fff; padding: 60px 0px}
#section-rubrique a {color: #000; text-decoration: underline}
#section-rubrique h2 a  {color:#fff; text-decoration: none}


#section-parallax { }
#section-parallax img {padding-top:100px;}
#section-parallax h2 { margin-top: 150px; font-size: 50px}
#section-parallax h2 a { color:#fff; text-align:center; }
#section-parallax h2 a:hover {text-decoration: none }

@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: 600px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-parallax2 { padding-top: 90px; }
#section-parallax2 h2 { font-size:36px; color:#fff}
#section-parallax2 h3 { font-size: 30px; color:#fff}
#section-parallax2 h2 a { color:#fff; text-align:center; }
#section-parallax2 h2 a:hover {text-decoration: none }

@media (max-width: 992px) {
#section-parallax2 { padding-top: 40px; }	
#section-parallax2 h2 {padding-top:0px}
}
.parallax2 {
    /* The image used */
    background-image: url("../media/images/creation/img-parallax2.jpg");
    /* Set a specific height */
    height: 600px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 992px) {
.parallax2 {
    /* The image used */
    background-image: url("../media/images/creation/img-parallax2.jpg");
    /* Set a specific height */
    height: 800px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}	
}

#section-parallax3 { padding-top: 160px; }
#section-parallax3 h2 { font-size:36px; color:#fff}
#section-parallax3 h3 { font-size: 30px; color:#fff}
#section-parallax3 p { font-size:16px; color:#fff}
#section-parallax3 h2 a { color:#fff; text-align:center; }
#section-parallax3 h2 a:hover {text-decoration: none }

@media (max-width: 992px) {
#section-parallax3 { padding-top: 40px; }	
#section-parallax3 h2 {padding-top:0px}
}
.parallax3 {
    /* The image used */
    background-image: url("../media/images/creation/img-parallax3.jpg");
    /* Set a specific height */
    height: 600px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 992px) {
.parallax3 {
    /* The image used */
    background-image: url("../media/images/creation/img-parallax3.jpg");
    /* Set a specific height */
    height: 800px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}	
}



#section-bouton {background:#433455; color:#fff}
#section-bouton h2 { 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;font-family: 'aileronsregular';
}


.button.type3 {
  color: #fff;
}



.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:#433455;
    border-color:none;font-family: 'aileronsregular'; padding:25px 40px 20px
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open>.dropdown-toggle.btn-custom {
    color: #fff;
    background-color: #433455;
    border-color: none; /*set the color you want here*/
}

.btn-custom2 {
	color: #fff;
    background-color:#433455;
    border-color:none;font-family: 'aileronsregular'; padding:25px 40px 20px; font-size: 26px
}
.btn-custom2:hover, .btn-custom2:focus, .btn-custom2:active, .btn-custom2.active, .open>.dropdown-toggle.btn-custom {
    color: #fff;
    background-color: #433455;
    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.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


#section-partenaires {background:#F08B32; color: #fff}




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:#433455; margin: 0; padding: 20px 0px; color:#fff; border-top:5px solid #fff}
#adresse h2 {color:#fff}
#adresse a {color:#fff} 
/*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:45px;
	opacity: 0.8;
}

.form-check {margin-left:3%}

/*FORMULAIRE*/



/*FOOTER*/
#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}
.btn-top {
    color:  #fff;
    background-color: #433455;
}
.btn-top:hover {
    color:  #fff;
    background-color: #433455 ;
}


footer {
background:  #fff;
padding: 20px;
min-height: 100px;
}
footer p {color: #3A023A}
footer p a {color: #3A023A; font-weight: bold}
footer p a:hover {color:#3A023A; text-decoration: none}
footer ul.list-unstyled li a {color: #3A023A; font-size:12px;}
footer .rubrique { color: #3A023A}
footer .fab {color:#3A023A}
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;
	  
	
	}
		
	}


.box-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.box { 
    background: #000;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.box img {
    width: 100%; display: block;
}
.box img:nth-child(1) {
	position: absolute;
}
.box img:nth-child(2) {
	opacity: 0;
}



