@import url(https://fonts.googleapis.com/css?family=Calligraffitti);
/**********By default css**********/
body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	background:#f0f0f0;
	font-size:14px;
}
*{
	box-sizing:border-box;
}
.container{
	width:750px;
	margin:0 auto;
	display: table; 
	 content: ""; 
	padding-left:15px;
	padding-right:15px;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
}
img{
	width:100%;
	border:0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}
/*---clearfix---*/
.clearfix{ 
 *zoom: 1; 
}

.clearfix:before, .clearfix:after{ 
 display: table; 
 line-height: 0; 
 content: ""; 
}

.clearfix:after{ 
 clear: both; 
}
/*---clearfix---*/
/**********By default css for this project**********/


/*==========css start for index page==========*/
/*----------css start for header section----------*/
#head{
	background:url("../images/header_bg1.png");
	background-size:cover;
	height:360px;
	hr-width:100%;
	background-position:center;
}
.header_area {
  margin: 0 auto;
  padding-left: 25px;
  padding-top: 70px;
  width: 160px;
}
.header > img{
	height:360px;
	display:table;
	margin:0 auto;
}
/*----------css start for navigation section----------*/
.navbar-header{
	display:none;
}
.navigation_area{
	display:table;
	margin:0 auto;
	padding:0;
}
.navigation_area li{
	float:left;
	padding:10px 15px;
}
.navigation_area li a{
	display:block;
}
.navigation_area > li:last-child {
  padding: 7px 10px;
}
.navigation_area li a{
	color:#91a236;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
}
.navigation_area li a:hover,
.navigation_area li a.active{
	color:#000;
}
.navigation_area li i {
  background: #3b5998 none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  padding: 5px 3px 0 7px;
}
#navigation{
	width:100%;
	background:#FFFFFF;
}
#content-box{
	width:100%;
	padding:50px 0;
}
.content h1{
	text-align:center;
	text-transform:uppercase;
	font-size:34px;
	padding:0 70px;
	margin:0;
}
.content h3{
	font-weight:normal;
	text-align:center;
	font-size:30px;
	text-transform:uppercase;
	margin:0;
	color:#585858;
}
.product-title{
		margin-top:20px;
		margin-bottom:20px;
	width:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,312e2e+51,f0f0f0+100 */
background: rgb(240,240,240); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(240,240,240,1) 0%, rgba(49,46,46,1) 51%, rgba(240,240,240,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(240,240,240,1) 0%,rgba(49,46,46,1) 51%,rgba(240,240,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(240,240,240,1) 0%,rgba(49,46,46,1) 51%,rgba(240,240,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f0f0f0',GradientType=1 ); /* IE6-9 */

}

.product-title h2{
	margin:0;
	padding:0;
	text-align:center;
	font-size:24px;
	line-height:35px;
	width:100%;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	letter-spacing:2px;
}
#subscribe{
	background:url("../images/bg2.png") no-repeat;
	background-size:cover;
	background-position:center center;
	height:180px;
	border-bottom:30px solid #9ca138;
	padding:20px 0;
}
.subcribe-form h2{
	margin:0;
	padding:0;
	text-transform:uppercase;
	text-align:center;
	font-size:28px;
	line-height:35px;
	width:100%;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	text-shadow: 2px 2px 1px #333333;
	letter-spacing:2px;
}
.send-email{
	margin:0 auto;
	display:table;
}
.send-email input[type=text]{
	padding:12px 10px;
	border:0;
	background:#FFF;
	width:250px;
	border-radius:3px;
}
.send-email input[type=submit]{
	padding:11px 10px;
	border:0;
	background:#f1eedc;
	border-radius:3px;
	font-family: 'Arvo', serif;
	color:#4a4d41;
	font-weight:bold;
	margin-left:20px;
}
.send-email input[type=submit]:hover{
	background:#4a4d41;
	color:#FFF;
}
.send-email{
	padding:20px 0;
}
#footer{
	background:url("../images/bg3.png") no-repeat;
	background-position:center;
	background-size:cover;
	margin-top:7px;
	height:300px;
	padding:30px 0;
	overflow:hidden;
}
.footer-col{
	width:100%;
	display:table;
	padding-top:50px;
}
.footer-logo{
	float:left;
	width:35%;
	padding-right:30px;
	position:relative;
	padding-top:8px;
}
.footer-logo:after, .footer-link:after{
	position:absolute;
	content:"";
	width:1px;
	height:150px;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#302f2f+0,050404+48,302f2f+100&0+0,1+48,0+100 */
	background: -moz-linear-gradient(top,  rgba(48,47,47,0) 0%, rgba(5,4,4,1) 48%, rgba(48,47,47,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(48,47,47,0) 0%,rgba(5,4,4,1) 48%,rgba(48,47,47,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(48,47,47,0) 0%,rgba(5,4,4,1) 48%,rgba(48,47,47,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00302f2f', endColorstr='#00302f2f',GradientType=0 ); /* IE6-9 */

}
.footer-link:before, .footer-contact:before{
	position:absolute;
	content:"";
	width:1px;
	height:150px;
	left:0;
	top:50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#302f2f+0,545454+48,302f2f+100&0+0,1+48,0+100 */
	background: -moz-linear-gradient(top,  rgba(48,47,47,0) 0%, rgba(84,84,84,1) 48%, rgba(48,47,47,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(48,47,47,0) 0%,rgba(84,84,84,1) 48%,rgba(48,47,47,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(48,47,47,0) 0%,rgba(84,84,84,1) 48%,rgba(48,47,47,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00302f2f', endColorstr='#00302f2f',GradientType=0 ); /* IE6-9 */
}
.footer-link{
	float:left;
	width:25%;
	position:relative;
}
.footer-contact{
	float:left;
	width:40%;
	position:relative;
}
.footer-link ul {
  display: table;
  margin: 0 auto;
  padding: 0;
}
.footer-link ul li{
	line-height:28px;
	list-style-type:disc;
	color:#FFF;
	list-style-position:inside;
}
.footer-link ul li a{
	color:#FFF;
}
.footer-contact ul{
  margin: 0 auto;
}
.footer-contact ul li {
	color:#FFF;
	padding:5px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	position:relative;
}
.footer-contact ul li:after{
	position:absolute;
	content:"";
	bottom:0;
	height:1px;
	width:100%;
	left:35px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#919191+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(145,145,145,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(145,145,145,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(145,145,145,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}
.footer-contact ul li div:first-child{
	text-align:center;
	width:35px;
}
.footer-contact ul li div {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}
.footer-contact ul li div i{
	font-size:20px;
}
.company i {
  border: 2px solid #999;
  border-radius: 13px;
  height: 25px;
  line-height: 10px;
  margin-right: 5px;
  padding: 5px;
  text-align: center;
  width: 17px;
  color:#CCC;
  font-style:normal;
}
.bttom{
	display:table;
	padding:40px 0;
	color:#FFF;
	width:100%;
}
.copy{
	float:left;
	width:60%;
}
.company{
	float:left;
	width:40%;
}
/******** css start for profile page *********/

.gallery_profile{
	padding-top:50px;
}
.gallery_bg{
	width:50%;
	float:left;
	height:auto;
}
.full_profile{
	background-color:#fff;
	width:300px;
	height:auto;
}
.gallery_bg img {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #000;
  border-image: none;
  border-style: none solid;
  border-width: 0 8px;
}
.full_profile.viewright {
  float: center;
}
.profile_name {
  letter-spacing: 0.06em;
  padding: 10px 10px 20px 20px;
}
.profile_name a {
  color: #879b3f;
}
.profile_name h2{
	margin:0;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
}
.profile_name h6{
	margin:0;
	font-size:14px;
	font-weight:normal;
}
.profile_name p{
	font-size:14px;
	margin:0;
}
.profile > p {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.6em;
  padding: 20px 0;
}
/*==========css start for products page==========*/
/*----------css start for products section----------*/
#products{
	padding:50px 0;
	background:#f3f4f4;
}
.image_galary{
	background:#000;
	padding:10px;;
	display:inline-block;
}
.image_galary li{
	float:left;
	width:25%;
	padding:2px 3px;
}

.image_galary.cms_galerie li{
	float:left;
	width:33.333%;
	padding:2px 3px;
}

.image_galary.cms_galerie {
	float:left;
	width:100%;
	background: #dedede;
}


.image_galary li a{
	position:relative;
	display:block;
}
.table_artical {
  display: table;
  width:100%;
}
.image_galary li a .hover {
  background: none repeat scroll 0 0 #fff;
  font-weight: bold;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align:center;
  padding:50px; 
}
.image_galary li a h3 {
  background: none repeat scroll 0 0 #000;
  bottom: 3px;
  color: #fff;
  left: 0;
  margin: 0;
  opacity: 0.7;
  padding: 8px 10px;
  position: absolute;
  width: 100%;
  font-weight:normal;
  margin:0;
  font-size:12px;
}
.image_galary li a b {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  opacity: 0.8;
  padding: 0 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}
.image_galary li a:hover h3{
	color:#000;
	background:#fff;
	opacity:.7;
	font-weight:bold;
}
.image_galary li a:hover .hover{
	opacity:.5;
}
/******** css start for tab_menu *********/
.tabs {
  display: inline-block;
  margin: 0;
  padding: 30px 0 50px;
  text-align: center;
  width: 100%;
}
.tabs li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}
.tabs li a {
  color: #000;
  font-weight: bold;
}
.tabs li.active a{
	color:#8b971f;
}
.tabs li.active:after {
  border-color: transparent transparent #8B971F;
  border-style: solid;
  border-width: 5px;
  bottom: -10px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  display: none;
}
.tab_content h1 {
  display: table;
  float: left;
  font-size: 34px;
  margin: 0;
  padding-right:10px;
  text-align: center;
  color:#8B971F;
  text-transform: uppercase;
}
.tab_content > p {
  margin: 0;
  padding-top: 15px;
  font-size:14px;
}
.img_contenttab {
  background-color: #fff;
  width: 100%;
  display:inline-block;
}
.img_contenttab .tab_img{
	width:65%;
	float:left;
	display:flex;
}
.img_content{
	width:35%;
	padding:15px;
	float:left;
}
.img_content > p {
  float: left;
  font-size: 12px;
  line-height: 1.6em;
  margin: 0;
  padding: 5px 0;
}
.table_content{
	padding:20px 0px;
}
.tahle_head{
	float:left;
	width:20%;
	display:inline-block;
	background-color:#879A3E;
	padding:5px 0px;
}
.tahle_head > img {
  width: 25px;
  margin: 0 auto;
  display: table;
}
.table_artical ul{
	margin:0;
	padding:0;
}
.table_artical ul li{
	float:left;
	width:20%;
	padding:10px 15px;
	display:inline-block;
	border:2px solid;
	border-color:transparent #fff #fff transparent;
	font-size:12px;
	text-align:center;
	height:90px;
}
.table_artical ul li:first-child {
  border-color: transparent #fff #fff;
  padding-top:25px;
}
.table_artical ul li:last-child{
	padding-top:30px;
}
/*==========css start for contact page==========*/

#contact{
	padding:50px 0;
}
#contact p{
	padding:0 100px;
	text-align:center;
}
.contact_form{
	width:60%;
	float:left;
}
.contact_form h3{
	font-weight:bold;
	text-transform:uppercase;
}
.contact_form .left,
.contact_form .right{
	width:50%;
	float:left;
	padding-right:
}
.contact_form .left{
	padding-right:10px;
}
.contact_form .right{
	padding-left:10px;
}

.contact_form input,
.contact_form textarea{
	width:100%;
	margin-bottom:5px;
	border:1px solid #ccc;
	margin:5px 0;
}
.contact_form input{
	 padding: 10px;
}
.contact_form input[type=text]{
	 -webkit-box-shadow:inset 1px 1px 3px 1px #E3E3E3;
box-shadow:inset 1px 1px 3px 1px #E3E3E3;
}
.contact_form textarea{
	height: 99px;
	margin-bottom: 26px;
	resize: none;
	-webkit-box-shadow:inset 1px 1px 3px 1px #E3E3E3;
box-shadow:inset 1px 1px 3px 1px #E3E3E3;
padding:10px;
}
.contact_form input[type="submit"] {
  background: none repeat scroll 0 0 #1a1a1a;
  color: #fff;
  width: 120px;
}

.address{
	width:40%;
	float:left;
	padding-left:20px;
	color:#000;
}
.address h3{
	text-transform:uppercase;
	margin: 70px 0 0;
}
.address ul {
  display: table;
  margin-top:5px;
}

.address ul li {
  color: #000;
  display: table-row;
  font-size: 12px;
  height: 40px;
}
.address ul li:nth-child(2),
.address ul li:nth-child(3){
	height:25px;
}
.address ul li div {
  display: table-cell;
  vertical-align: top;
}
.address ul li div abbr{
	margin:0 10px 0 0;
	font-size:12px;
}
.address ul li div i{
font-size: 18px;
margin-right: 8px;
}
.address ul li:last-child i{
	font-size:14px;
}
/*----------css start for location_map section----------*/
#location_map{
	padding:50px 0;
	background:url("../images/bg4.png") no-repeat;
	background-size:cover;
}
#map{
	width:100%;
	height:390px;
}
#back_product {
    background:#FFF;
    height: auto;
    overflow: hidden;
    padding: 28px 0;
}
.back a{
	float:right;
	color: #4a4d41;
    font-family: "Arvo",serif;
    font-weight: bold;
	font-stretch:extra-expanded;
	text-transform:uppercase;
	line-height:30px !important;
}
.back span{
	width:30px;
	height:30px;
	float:right;
}

.table_artical.mobile {display:none;}
.tahle_head.mobile {display:none;}
.table_artical.nomobile {display:block;}
.tahle_head.nomobile {display:block;}
.back.backPrint {float:left;}
.back a span.backPrint {float:left;}
.backPrint {display:block;}
#head_mobile {display:none;}

@media (max-width:480px){
	#infolettre {text-align:center;}
	.send-email input[type=submit] {
		padding: 11px 10px;
		border: 0;
		background: #f1eedc;
		border-radius: 3px;
		font-family: 'Arvo', serif;
		color: #4a4d41;
		font-weight: bold;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		display: block;
		text-align: center;
		margin-top: 10px;
	}
	.tab_img img {    max-width: 100%;    max-height: 150px;}
	.tabs li {padding-left:0px !important;}
	.tab_content > p {    clear: both;    padding-top: 0px;    padding-bottom: 10px;}
	.mobile .tahle_head {
		float: left;
		width: auto;
		display: inline-block;
		background-color: #879A3E;
		padding: 5px 0px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.mobile_text {padding-left: 10px;}
	.table_artical.mobile {display: block;}
	.table_artical.nomobile {display:none;}
	.tahle_head.nomobile {display:none;}
	.contact_form .left, .contact_form .right {    width: 100%;    float: left;}
	.contact_form .right {    padding-left: 0px;    padding-right: 10px;}
	.address ul {    display: table;    margin-top: 15px;    padding-left: 0px;}
	.tabs {    display: inline-block;    margin: 0;    padding: 20px 0;    text-align: left !important;    width: 100%;    padding-top: 0px !important;}
	.back a {    float: right;    color: #4a4d41;    font-family: "Arvo",serif;    font-weight: bold;    font-stretch: extra-expanded;    text-transform: uppercase;    line-height: 30px !important;}
	.back.backPrint a {    float: left;    color: #4a4d41;    font-family: "Arvo",serif;    font-weight: bold;    font-stretch: extra-expanded;    text-transform: uppercase;    line-height: 30px !important;}
	.table_artical.mobile tr {height:50px;}
}

@media print
{

#navigation {display:none;}
#tab_menu .tabs {display:none;}
#tab_menu .container {margin-top:-35px;}
#back_product {display:none;}
#subscribe {display:none;}
#footer {display:none;}

#head_mobile {display:block !important;width:1000px; text-align:center;}
#head_mobile img{height:214px;width:1000px;}
.tahle_head {
    float: left;
    width: 20%;
    display: inline-block;
    box-shadow: inset 0 0 0 1000px #879A3E;
	-ms-box-shadow: inset 0 0 0 1000px #879A3E;
    padding: 5px 0px;
}

.table_content {}
.tab_container {margin-top:55px;}
.tab_img img {width:1000px;height:493px;}
#head {display:none;height:0px;}

.img_content {
    width: auto;
    padding: 15px;
	padding-left:0px;
    float: left;
}
.img_content p {font-size: 16px; }

.table_artical ul li {
    float: left;
    width: 20%;
    padding: 15px 0px;
    display: inline-block;
    border: 2px solid;
    border-color: transparent #fff #fff transparent;
    font-size: 14px;
    text-align: center;
    height: 90px;
}
.tab_content > p {
    margin: 0;
    padding-top: 15px;
    font-size: 16px;
}
.table_artical ul li:first-child {
    border-color: transparent #fff #fff;
    padding-top: 15px;
}
.table_artical ul li:last-child {
    padding-top: 15px;
}

}

@media print and (color) {
   /** {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }*/
}
.tab_img2 {width:100% !important;}
.img_content2 {width:100% !important;}
.img_content2 p {width:100% !important;padding:0px;}

#politique h2{
    margin-top: -1em;
}

/*#politique p:first-of-type {
    margin-top: -2em; /* Réduit la marge supérieure du premier paragraphe 
}*/

#politique ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

#politique ol > li {
    counter-increment: item;
    margin-bottom: 10px;
    position: relative;
    padding-left: 2.5em; /* Ajustez cette valeur selon l'espace souhaité entre le numéro et le texte */
}

#politique ol > li::before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    width: 2em; /* Réduit l'espace entre le chiffre et le paragraphe */
    text-align: right; /* Aligne le numéro à droite pour réduire l'espace */
}

/* Styles pour les ul et ol imbriqués */
#politique ol ul,
#politique ol ol {
    list-style-type: none;
    padding-left: 1em; /* Indentation pour les listes imbriquées */
    margin-top: 0.5em; /* Ajoute une marge en haut des listes imbriquées */
}

#politique ol ul li,
#politique ol ol li {
    counter-reset: none;
    counter-increment: none;
    position: relative;
    padding-left: 1em; /* Ajustez cette valeur pour la position du point */
}

#politique ol ul li::before,
#politique ol ol li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: normal;
    width: auto;
    text-align: left;
}

#politique p:last-of-type {
    margin-top: -2em; /* Réduit la marge supérieure du premier paragraphe */
	margin-bottom: -2em;
}

