.no-margin {
		margin: 0;
		padding: 0;
	}
	@font-face {
		font-family: fontawesome;
		src: url(../fonts/bootstrap-icons.woff2);
		
	}
	@import "../fonts/bootstrap-icons.woff";
	img.navbar-brand {
    width: 252px;
    height: auto;
}
	
	
	section.heroes {
		padding:2em 0 10em 0;
		background-color: #dbd6d3;
		background: url('../img/fond-hero.jpg') no-repeat 0 0;
		font-family: 'Italiana', serif;
		}
	section.heroes h1.display-5 {
			letter-spacing: 2px;
			color: #222222;
		}
	.lead2 {
			font-size: 2.5rem;
			letter-spacing: 2px;
			color: #5a3107;
			font-family: "great vibes", serif;
		}
	p.hero_section {
			font-family: "times new roman", serif;
			font-size: 20px;
			color: #525252;
		}
	.btn-brown {
		color: #fff !important;
		background-color: #6c5b4b !important;
		border-color: #665647 !important;
		letter-spacing: 2px;
		}
	ul.social_list_hor {
			list-style: none;
		}
	ul.social_list_hor li {
			float: left;
			width: 2rem;
		}
	section.whois {
			background-color: #fffffb;
			padding:0;
			margin:0;
		}
	section.whois img {
			margin-top: -6em;
		}
		
	section.whois .prod_textBox h1 {
			font-family: "italiana", serif;
			color: black;
			letter-spacing: 2px;
			font-size: 50px;
		}
	section.whois .prod_textBox {
			padding: 15% 5% 30% 5%;
			margin:0;
			text-align: justify;
			font-family: "times new roman", serif;
			/* letter-spacing: 2px; */
			/* font-weight: 500; */
			border-left: 1px solid #dbd6d3;
			color: #626262;
			font-size: 18px;
		}
	
	
	section.partenaires{
		padding:3% 0 5% 0;
		background-color:#d5d5d5;
		border-top:1px solid #dbd6d3;
		overflow:hidden;
		clear:both;
	}
	
	section.partenaires img{
		max-width:83%;
		padding:1%;
	}
		
	.section-inner {
		padding: 120px 0;
	}
	
	.prod1 {
		background: url('../img/produits/produit2.jpg') 0 50% no-repeat;
		background-size: cover;
		height: 24em;
	}
	@media screen and (min-width:992px){
		.prod1 {
			height: auto;
		}
	}
	
	.rowprod1 {
		background:#908780;
	}
	
	.prod_textBox {
		border: 1px solid #ffffff;
		width: 90%;
		height: 90%;
		display: block;
		margin: 3% auto;
	}
	section.produits .prod_textBox_inner {
		color: white;
		padding: 3%;
		
		font-family: "times new roman", serif;
		font-style: italic;
		margin: 0;
		display: block;
		
		text-align: center;
	}
	
	
	section.produits .prod_textBox h1 {
		font-family: "italiana", serif;
		font-size: 3em;
		font-style: normal;
		letter-spacing: 2px;
	}
	
	section.produits .prod_textBox h2 {
		margin-bottom: 2em;
		font-size: 1.725em;
		font-style: normal;
		color: #dbd6d3;
		font-family: "great vibes", serif;
		letter-spacing: 3px;
	}
	section.produits .prod_textBox p img {
		display: block;
		width: 75px;
		height: auto;
		margin: 3em auto 2em auto;
	}
	.rowprod2 {
		background: #9e999f;
	}
	.prod2 {
		background: url('../img/produits/jasmin.jpg') 50% no-repeat;
		background-size: cover;
		height: 36em;
	}			
	
	.row.moreprod {
		background: #dbd6d3;
		color: white;
		 padding: 2rem 0 3rem 0;
	}
	.row.moreprod h1.display-4 {
		font-family: "times new roman", serif;
		font-size: 2.3rem;
		font-weight: 300;
		color: #3c3c3c;
		margin: 1em;
	}
	section.services {
		background-color: white;
		color: #696978;
		padding: 5% 0;
	}
	.col-service {
		height: 30rem;
		background: white;
		padding: 5rem 1rem;
		margin: 0;
	}
	.col-service {
		height: 34rem;
		background: white;
		padding: 5%;
		margin: 0;
	}
	
	section.services h2, section.partenaires h2 {
		font-family: "italiana", serif;
		font-weight: 600;
		letter-spacing: 2px;
		text-align: center;
		margin-bottom: 1rem;
		font-size: 42px;
		padding: 1rem 0 2rem 0;
	}
	section.contact {
		background: #343230;
		padding: 1em 0;
	}
	.bg-contact {
	  background-image: url('../img/fond-contact.jpg');
	  background-size: cover;
	  background-position: 65% 0;
	  background-repeat: no-repeat;
	}
	
	section.contact .h3 {
		font-family: "italiana", serif;
		letter-spacing: 2px;
		font-weight: 600;
		margin: 0 0 0.5rem 0;
		font-size: 30px;
		padding: 0;
	}
	footer.footer {
		background: #dbd6d3;
		padding: 50px 0 25px 0;
	}
	
	ul.list-inline.social-links.wow {
		display: inline-block;
		margin: 1rem auto;
	}
	.list-inline {
		padding-left: 0;
		list-style: none;
		text-align: center;
	}
	.social-links li{
		padding: 15px 30px;
		float:left;
		}
	.social-links li a {
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 26px;
		color: #a0958a;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
		display: inline-block;
		width: 2rem;
		height: 2rem;
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: 100% 100%;
		background-color: black;
	}
/*** fin index **/





/* #container {
  margin: auto;
}
 */
.header h1{
	text-align: center;
    background: -webkit-linear-gradient(#e3ca66, #b48e47);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.5em;
    font-family: 'Parisienne', cursive;
	margin-bottom: 15px;
}
.header p {
	text-align: center;
    background: -webkit-linear-gradient(#e3ca66, #b48e47);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 20px;
}

.grid-item {
display: inline-block;
    height: 259px;

    overflow: hidden;
    text-align: center;
    width: 400px;
}
.grid-item img{
	width:100%;
	height:auto;
	filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: 0.9s;
}
.grid-item img:hover{
    filter: none;
}

.isotope-pager .pager {
  display: inline-block;
}
.filters {
	width: 100%;
	text-align: center;
	padding-bottom: 35px;
	padding-top:20px;
	
}

.filters ul {
	list-style: none;
    padding: 20px 10px;
    box-shadow: -1px 1px 11px rgba(0,0,0,.4);
    margin: 0 40px;
    border-radius: 30px;
	background-color: #ffffff1f;
}

.filters li {
	display: inline-block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.filters li a{
	color: #b6b6b6;
	text-decoration: none;
}
.filters li a:hover{
	color:#fff;
}

.filters li:hover {
	color:white;
}

.filters li.active a{
	color: white;
	border-bottom: 1px solid white;
	}



.isotope-pager a{
  margin: 6px 1px;
    display: inline-block;
    width: 50px;
    /* height: 60px; */
    line-height: 31px;
    color: #b6b6b6;
    font-weight: 600;
    transition: 0.3s;
    /* position: relative; */
    /* padding-right: 26px; */
    box-shadow: -1px 1px 11px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #232323;
    border: .5px solid #e3ca66;
	text-decoration:none;
}

.isotope-pager a:hover{
  color: #fff;
  border: .5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
}

.isotope-pager .active{
  color: #e3ca66 !important;
    box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #161616;
    border: 1px dotted #e3ca66;
}

.isotope-pager .prev{
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next{
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,.isotope-pager a:after{
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.isotope-pager .num::before,.next::before{
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,.prev:after{
  border-right: 20px solid #f1f1f1;
  right: 0;
}





.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.grid-item:hover .overlay {
  opacity: 1;
}




