@font-face {
	font-family: 'Roboto Regular';
	src: url('../font/ROBOTO-REGULAR.TTF') format('truetype');
}
@font-face {
	font-family: 'Roboto Bold';
	src: url('../font/ROBOTO-BOLD.TTF') format('truetype');
}
@font-face {
	font-family: 'Roboto Light';
	src: url('../font/ROBOTO-LIGHT.TTF') format('truetype');
}

body{
	font-family: 'Roboto Regular';
	color: #1e0b0b;
	font-size: 16px;
}
.wrapper{
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
}
.main{
	padding-bottom: 30px;
	padding-top:95px;

}
.sonkt{
	display:none;}
.clear{
	clear: both;
}
.menu.navbar-default{
	background-color: #fff;
	border: 1px solid #e8e6e6;
	padding-bottom: 30px;
	padding-top: 10px;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
    border-right: none;
	position: fixed;
    width: 100%;
	z-index:27;
	top:0;
}
div#banner {
    top: 95px;
}
.menu .form-control:focus{
	border-color: rgba(127,30,56,.5);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(127,30,57,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(127,30,56,.6);
}

.menu .collapse.navbar-collapse.navbar-ex1-collapse{
	padding-right: 0;
}
.menu.navbar-default .navbar-nav:not(.language)>li>a{
	font-family: 'Roboto Regular';
	color:  #1e0b0b;
	font-size: 16px;/* Approximation causée par une substitution de police */
	font-weight: 400;
	line-height: 23.89px;
	padding: 5px 20px;
    margin: 10px 5px;
}
ul.ted{
	display:none;
}
.menu.navbar-default .navbar-nav:not(.language)>li>a:hover,.menu.navbar-default .navbar-nav:not(.language)>li>a.active{
	border-radius: 16px;
	background-color:  #f7efed;
}
.sub-menu li a.active{
	border-radius: 16px;
    background-color: #f7efed;
    padding: 5px 20px;
}
.menu .navbar-form{
	padding: 2px 20px 0px 0;
}
.search img:hover{
	cursor: pointer;
}
.sub-menu{
	position: absolute;
	list-style: none;
	width: 604px;
	left: -95px;
	padding-left: 0;
}
.sub-menu li{
	float: left;
    padding: 1px 20px;
    border-left: 1px solid #b5b0b0;
}
.sub-menu li:last-child{
	border-right: 1px solid #b5b0b0;	
}
.sub-menu li a{
	font-size: 14px;
	color: #6c6060;	
}
.menu .language{
	padding-top: 10px;
}
.menu .language li{
	list-style: none;
}
.menu .language li a{
	font-size: 14px;
	border-radius: 100%;
	/* background: #fb9ac1; */
	padding: 0px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	color: #400002;
    border: 1px solid #d2c1ad;
    background: transparent;
    font-weight: 700;
    /* padding: 19px; */
    z-index: 12;
    position: relative;
}
.menuchild a{
	color: #9d0055;
}
#custom-search{
    position: relative;
}
.menu .language li a:hover{
	color: #400002;
	background: transparent;
	text-decoration: none;
}
.sub-language{
	position: absolute;
	padding-left: 0;
	padding-top: 10px;
}
.navbar-form .form-group{
	position: absolute;
	top:40px;
    bottom: 3px;
    right: -35px;	
    display: none;
}
.navbar-form .form-group input{
	width: 360px;
    border-radius: 25px;
}
#banner .item > img{
	width: 100%;
	/* max-height: 512px; */
	object-fit: cover;
}
#banner .carousel-indicators .active{
	background-color: #fe977d;
	border-color: #fe977d;
}
#banner .carousel-indicators li{
	background-color: #fff;
	width: 8px;
	height: 8px;
	margin-left: 5px;
}
.main>div:nth-child(2n){
	background-color: #fff;
	padding: 25px;
	overflow: hidden;
	color: #444444;	
}
.main>div:nth-child(2n+1){
	background-color: #ededed;
	padding: 25px;
	overflow: hidden;
	color: #444444;
}
.focus-product{
	/* background-color: #ededed;
	padding: 25px;
	overflow: hidden;
	color: #444444; */
}
.about-us{
	padding: 25px;
	overflow: hidden;
	color: #444444;	
}
.events-news{
	/* background-color: #400000!important; */
	background-color:#b5977c!important;
	padding: 25px;
	overflow: hidden;
	color: #ffffff!important;
}
.focus-product h5,.about-us h5,.events-news h5{
	color: #2f1e1e;
	font-family: 'Roboto Light';
	text-align: center;
	font-size: 40px;/* Approximation due to font substitution */
	font-weight: 300;
	line-height: 23.89px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.events-news h5{
	color: #fff;
}
.left-content,.left-product,.left-content1{
	float: left;
	width: 48%;
}
.right-product img,.left-product img{
	width: 100%;
}
.left-content1 .ted{
	display:block;
}
.more{
	padding-top: 10px;
	padding-bottom: 20px;
}
.right-content1 .more a{
	padding: 3px 10px;
	background-color:#ededed;
	color: #444444;
}
.taikc{padding-left:17px}
.left-content1 .more a{
	padding: 3px 10px;
    background-color: #fff;
    color: #444444;
}
.about-us .more a{
	background-color: #ededed;
}
.more a:after{
	clear: both;
}
.right-content1 .ted{
	display:block;	
}
.right-product,.right-content,.right-content1{
	float: right;
	width: 49%;
}	
.left-product,.right-product{
	padding-top: 10px;
}
.about-detail .left-product{
    padding-top: 10px;
    padding-right: 15px;
    
}
.about-detail .right-content,.about-detail .right-content1{
	float:none;
	width:100%;
	padding-top:5px;
}
.events-news .more a{
	color: #fff;
	background-color: rgba(255, 255, 255, 0.15);
}
.footer{
	padding-top: 20px;
	overflow: hidden;
	font-size: 14px;
	/* background-color: #2f1e1e; */
	background:#7f1e38;
	color: #fff;
}
.ft-main{
	padding-bottom: 30px;
}
[class^="sub-footer"]{
	float: left;
}
[class^="sub-footer"] h5 a{
	color:#fff;
}
[class^="sub-footer"] h5{
	font-size: 14px;/* Approximation due to font substitution */
	font-weight: 700;
	line-height: 23.89px;
}
[class^="sub-footer"] ul{
	padding-left: 0;
}
[class^="sub-footer"] ul li{
	list-style: none;
}
[class^="sub-footer"] li a{
	color: #fff;
	font-size: 12px;/* Approximation due to font substitution */
	line-height: 23.89px;
}
[class^="sub-footer"] li a:hover{
	color: #fff;
	/* text-decoration: none; */
}
.sub-footer-1{
	padding-left: 25px;
}
.sub-footer-4{
	padding-right: 25px;
}
.sub-footer-2 ul{
	padding-left: 20px;
}
.sub-footer-2 ul li{
	list-style: disc;	
}
.sub-footer-1,.sub-footer-2,.sub-footer-3{
	width: 20%;
}
.sub-footer-4{
	width: 40%;
}
.sub-footer-4 p{
	font-size: 12px;
	line-height: 18px;
}
.sub-footer-4 p:first-of-type{
	float: left;
	width: 50%;
}
.sub-footer-4 p:last-of-type{
	float: right;
	width: 50%;
}
.jsc{
	background-color: #7f1e38;
}
.line{
	border-width: 1px;
	border-color:  #ffffff;
	border-style: solid;
	background-color:  #400000;
	opacity: 0.1;
}
.jsc p{
	text-align: center;
	color: #fff;
	line-height: 35px;
	padding-top: 8px;
    margin-bottom: 5px;
}
.search {
    width: 35px;
    padding: 5px 9px;
    border: 1px solid #d2c1ad;
    border-radius: 100%;
    height: 35px;
    text-align: center;
}
.search img{
	widows:100%;
}
/*----------------product--------------------------*/
.product>div:nth-child(2n){
	background-color: #ededed;
}
.product>div:nth-child(2n+1){
	background-color: #fff;
}
.list h5{
	color:  #f62042;
	font-size: 33px;/* Approximation due to font substitution */
	font-weight: 300;
	/* line-height: 23.89px; */
}
.layout{
	display:none;
}
.list ul{
	padding-left: 20px;
}
.list>div> ul:first-of-type >li> a{
	color:  #9d0055;
	font-size: 20px;/* Approximation due to font substitution */
	font-weight: 400;
}
.ted a{
	color: #ec0c0c;
    font-size: 25px;
    font-weight: 400;
}
.layout li a{
	color:#f62042;
	}
.list ul li span{
	color:  #444444;
	font-size: 16px;/* Approximation due to font substitution */
	font-weight: 700;
}
.more a.le{
	background-color: #ededed;
}
/*--------------------------------------CONTACT US-------------------------------*/

.form_contact label{
 display: block;
 font-weight: 400;
 
}
.form_contact input,.form_contact textarea{
 width: 100%;
 margin-bottom: 15px;
 padding: 3px;
 border: none;
 border-radius: 4px;
}
.form_contact textarea {
    resize: none;
}
.form_contact button{
 background: #fff;
 border: none;
 padding: 4px 15px 2px;
 margin-top: 15px;
}
.google-map>h5{
 padding-bottom: 10px;
 margin: 0;
}
.flex{
 display: flex;
}
.p1{
 color: #a52268;
 font-weight: 600;
}
#capcha{
 width: 30%;
}
.contact>p{
 padding: 0 15px;
}
.p-l15{
 padding-left: 20px;
}
.contact{
 overflow: hidden;
 background: #ededed;
 padding: 15px 15px 30px;
 margin-bottom: 30px;
}
.map{
 width: 100%;
 overflow: hidden;
}
.contact >h5{
 color: #2f1e1e;
    font-family: 'Roboto Light';
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    line-height: 23.89px;
    padding-top: 10px;
    padding-bottom: 30px;
}
#captcha_container{
 width:100%;
 overflow:hidden;
}
.left-content>ul{
	list-style: none;
	padding-left:0;	
}
.left-content>ul a{
	color: #f62042;
    font-size: 24px;
    font-weight: 400;
}
/**

Tablet Landscape ( min-width: 981px ) and ( max-width: 1099px )


*/
@media ( min-width: 981px ) and ( max-width: 1099px ){
	.menu .navbar-form{
		padding: 0 12px;
	}
	.navbar-form .form-group {
	    bottom: 5px;
	    
	}
	.menu.navbar-default .navbar-nav:not(.language)>li>a{
	    padding: 5px 8px;
    	margin: 10px 2.5px;
	}
	.menu .language li{
		padding-right: 10px;
		margin-top:-2px;
	}
	.menu-mobile{display:none!important;}
}
@media (min-width: 768px) and (max-width: 980px){
	button.navbar-toggle{
		width:35px;
		height:35px;
		padding:0;
		padding-left:5px;
	}
	.main{
		padding-top:117px;
	}
	div#banner {
		top: 117px;
	}
	.events-news{
		background-color: #b5977c!important;
	}
	.footer,.jsc{
		background-color: #7f1e38;
	}
	.menu .language li a{
		color: #400002;
    	border: 1px solid #400002;
    	background: transparent;
	}
	.navbar-header {
        float: none;
        padding: 15px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in{
    	display: block!important;
    	padding-right: 0;
	    padding-left: 0;
	    margin-left: -15px;
	    margin-right: -15px;	
    }
    /* .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    } */
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-default .navbar-toggle .icon-bar{
		margin-top:0;
		margin-bottom:3px;
    	background-color: #400002;
    }
    .navbar-default .navbar-toggle{
    	border-radius: 50%;
	    border-color: #400002;
	    /* padding: 25px 20px 23px; */
	    padding: 10px 5px;
	    transition: all 1s ease;
		margin-top:10px;
    }
	.logo{width:330px}
    .navbar-default button.navbar-toggle.active-button{
		border-radius: 0;
	    border-color: #400002;
	    /*padding: 25px 20px 23px;*/
	    margin-top: 10px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    	/* background-color: #fb9ac1; */
    }
    .navbar-toggle .icon-bar{
    	height: 3px;
    }
    .menu .navbar-form{
    	padding: 0 20px;
		padding-top:2px;
    }
	form#custom-search:not(.sonkt){
		display:none;}
    .menu .language {
    	margin-right: 20px;
	}
	.sub-menu li{
		padding: 5px 35px;
		float: none;
		border: none;
	}
	.sub-menu li:last-child{
		border: none;	
	}
	.sub-menu{
		position: relative;
		width: 100%;
		left: 0;
		padding-left: 35px;
		background: #341313;
	}
	.navbar-form .form-group{
		top: 40px;

	}
	.navbar-form .form-group input{
		width: 210px;
	}
	[class^="sub-footer"]{
		width: 100%;
		float: none;
		padding-left: 25px;
	}
	[class^="sub-footer"] ul{
		display: none;
	}
	.sub-footer-2 p{
		display: none;
	}
	.sub-footer-4 p{
		display: none;
	}
	.jsc p{
		text-align: left;
		padding-left: 25px;
	}
	.ft-main{
		padding-bottom: 0;
	}
	.footer{
		padding-top: 0;
	}
	.menu.navbar-default{
		padding-bottom: 0;
		padding: 15px 0;
	}
	.menu .navbar-ex1-collapse ul.navbar-nav{
		background: #3d0000;
		margin-right: 0;
		width: 100%;
	}
	.menu.navbar-default .navbar-nav:not(.language)>li>a,.sub-menu li a{
		color: #fff;
		padding: 15px 25px;
		margin: 0;
	}
	.menu.navbar-default .navbar-nav:not(.language)>li>a:hover, .menu.navbar-default .navbar-nav:not(.language)>li>a.active{
		background: #341313;
		border-radius: 0;
	}
}
.arrow{
	position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media (max-width: 767px){
	.main{
		padding-top:92px;
	}
	div#banner {
		top: 92px;
	}
	.events-news{
		background-color: #b5977c!important;
	}
	.footer,.jsc{
		background-color: #7f1e38;
	}
	.navbar-default .navbar-toggle .icon-bar{
    	background-color: #400002;
    }
    .navbar-default .navbar-toggle{
    	border-radius: 50%;
	    border-color: #400002;
	    padding: 10px 6px;
	    transition: all 1s ease;
    }
    .navbar-default .navbar-toggle.active-button{
    	border-radius: 0;
		border-color: transparent;
		/* padding: 5px 24px 24px 11px;
		margin: 0;
		margin-top: -10px; 
		margin-right: 10px;
		margin-top: 10px;*/
    }
	  .menu .navbar-form{
	  	float: right;
	  	border: none;
    	padding: 0 35px 0 0;
		margin-top:14px;
    }
    .menu .language {
    	float: right;
	    margin-right: 5px;
		padding-top: 0;
	}
	.sub-menu li{
		padding: 5px 35px;
		float: none;
		border: none;
	}
	.sub-menu li:last-child{
		border: none;	
	}
	.sub-menu{
		position: relative;
		width: 100%;
		left: 0;
		padding-left: 35px;
		background: #341313;
	}
	.sub-language{
		padding-top: 5px;
	}
	.navbar-form .form-group{
		bottom: 4px;
		top:30px;
	}
	form#custom-search:not(.sonkt){
		display:none;}
	.navbar-form .form-group input{
		width: 210px;
	}
	.menu a.navbar-brand{
	    width: 245px;
		padding: 16px 10px;
	}
	.menu a.navbar-brand img{
		width: 100%;
	}
	.menu .navbar-ex1-collapse ul.navbar-nav{
		background: #3d0000;
		margin-right: 0;
	}
	.menu.navbar-default .navbar-nav:not(.language)>li>a,.sub-menu li a{
		color: #fff;
		padding: 15px 25px;
		margin: 0;
	}
	.menu.navbar-default .navbar-nav:not(.language)>li>a:hover, .menu.navbar-default .navbar-nav:not(.language)>li>a.active{
		background: #341313;
		border-radius: 0;
	}
	#banner .item > img{
		height: auto;
	}
	.left-content,.right-product,.right-content,.right-content1,.left-product,.left-content1{
		width: 100%;
		float: none;
	}
	.left-product,.right-product{
		padding-bottom: 20px;
	}
	.focus-product h5, .about-us h5, .events-news h5{
		font-size: 33px;
	}
	[class^="sub-footer"]{
		width: 100%;
		float: none;
		padding-left: 25px;
	}
	[class^="sub-footer"] ul{
		display: none;
	}
	.sub-footer-2 p{
		display: none;
	}
	.sub-footer-4 p{
		display: none;
	}
	.jsc p{
		text-align: left;
		padding-left: 25px;
	}
	.ft-main{
		padding-bottom: 0;
	}
	.footer{
		padding-top: 0;
	}
	.menu.navbar-default{
		padding-bottom: 0;
		padding: 10px 0 30px;
	}
	/*contact*/
	 .flex{
	  display: block;
	 }
	 .google-map>h5{
	  padding: 10px 0;
	 }
	 .p-l15{
	  display: block;
	  padding-left: 0;
	 }
	 .search img{
		width:50%;	 
	 }
	 .search{
		width:25px;
		height:25px;	
		padding:0; 
	 }
	 .menu .language li a{
		 width:25px;
		 height:25px;
		 font-size:12px;
	}
	.menu button.navbar-toggle{
		width:25px;
		height:25px;
		padding:0;
		margin-top:14px;
		padding-left:4px;
		}
		.navbar-nav{
			margin-top:14px}
	.navbar-toggle .icon-bar{
		width:14px;
    margin-top: 3px!important;
    margin-bottom: 3px;
		}
}
@media (max-width: 360px){
	.navbar-default .navbar-toggle{
		padding: 0px 3px;
		width:30px;
		height:30px;
	}
	.navbar-default .navbar-toggle.active-button{
		border-radius: 0;
		border-color: transparent;
		/*padding: 13px 34px 25px 15px;
		margin: 0;
		margin-top: 0px;*/
	}
	.menu .language li a{
		width: 30px;
		height: 30px;
		font-size: 14px;
		padding:0!important;
	}
	.search img{
		width: 80%;
	}
	.menu a.navbar-brand{
		width: 200px;
	}
	.focus-product h5, .about-us h5, .events-news h5{
		font-size: 27px;
	}
	.search{
/*		width:30px!important;
		height:30px!important;
		padding: 1px 5px!important;*/
	}
	.search img{
		width:50%;	 
	 }
	 .search{
		width:25px;
		height:25px;	
		padding:0; 
	 }
	 .menu .language li a{
		 width:25px;
		 height:25px;
		 font-size:12px;
	}
	.menu button.navbar-toggle{
		width:25px;
		height:25px;
		padding:0;
		margin-top:14px;
		padding-left:4px;
		}
		.navbar-nav{
			margin-top:14px}
	.navbar-toggle .icon-bar{
		width:14px;
    margin-top: 3px!important;
    margin-bottom: 3px;
		}
}
.open-li span.arrow,.active-product span.arrow{
	z-index: 12;
	top: 20px;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
@media (max-width: 768px){
	.search{
	    /* width: 40px; */
	    /* padding: 8px; */
	    /* border: 1px solid #d2c1ad; */
	    /* border-radius: 100%; */
	    /* height: 40px; */
	    /* text-align: center; */
	}
	.sonkt{
	display:block;}
	.menu .language li a{
		color: #400002;
    	border: 1px solid #d2c1ad;
    	background: transparent;
    	font-weight: 700;
    	padding: 1px 0 0 0;
    	z-index: 12;
		position: relative;
	}
	.menu .language li a:hover,.menu .language li a:hover{
	    color: #400002;
	    background: transparent;
	    text-decoration: none;
	    z-index: 12;
	    position: relative;
	}
	.navbar-default .navbar-toggle{
		border-color: #d2c1ad;
	}
	.menu .navbar-ex1-collapse ul.navbar-nav{
		display: none!important;
	}
	.menu-mobile{
		display: none;
		list-style: none;
		background: #3d0000;
		padding-left: 0;
	}
	.menu-mobile li{
		position: relative;
		padding: 15px 0px;
		overflow: hidden;
	}
	.menu-mobile li a{
		padding: 0 25px;
		color: #fff;
	    font-family: 'Roboto Regular';
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 23.89px;
	}
	.sub-menu{
		/* margin-top: 10px; */
		display: none;
	}
	.menu-mobile .open-li{
		padding-bottom: 0;
		background: #341313;
	}
	.line.li{
		margin-top: 20px;
		display: none;
	}
	.menu-mobile>li:last-child{
		color: #fff;
	    text-align: right;
	    width: 100%;
	    padding-right: 15px;
	}
}
@media (min-width:769px){
.menu-mobile{
	display: none!important;
}
}
.logo{
	width: 300px;
}
.logo img{
	width: 100%;
}
@media (width:414px){
	.menu a.navbar-brand {
		width: 260px;
		padding: 17px 9px!important;
	}
}
@media(width:1024px) and (height:1366px){
	.menu .language{
		padding-top:8px;
		
	}
	.menu .language li{
		margin-top:0px!important;
	}
}
@media (width:320px){
 /*contact*/
 #captcha_container iframe{
  transform-origin: 0 0;
  transform: scale(0.77);
  float: left;
 }
}