@media (min-width: 1200px){.container {max-width: 1200px;}}
body{
	font-family: Roboto;
	font-size: 14px;
	color: #3a3a3a;
	background-color: #f9f9f9
}
img{max-width: 100%}
.pt-30{padding-top: 30px;}
.pb-30{padding-bottom: 30px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mb-20{margin-bottom: 20px;}
.mb-24{margin-bottom: 24px;}
.mb-30{margin-bottom: 30px;}
.mb-50{margin-bottom: 50px;}
.py-30{padding-top: 30px;padding-bottom: 30px;}
.my-30{margin-top: 30px;margin-bottom: 30px;}
.relative{position: relative}
.px-no{padding-left: 0; padding-right: 0}
/*-----------Navbar----------------*/
.navigation_bar{
	height: 120px
}
.header-menu{
	transition: all .3s ease-in-out;
}
.bg-white{
	background-color: #ffffff;
}
.fixed-hidden {
    top: -100px;
}
.header-menu .navbar-menu{
	padding: 5px 0;
	transition: all .3s ease-in-out;
}
.header-menu.fixed-top {
    top: 30px;
}
.header-menu.fixed-top.bg-white {
    top: 0;
}
.header-menu.fixed-top.bg-black nav.navbar-menu {
    padding: 5px 0;
}
.navbar-menu .navbar-nav .nav-item .nav-link, .navbar-menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: rgba(58, 58, 58, 0.7);
	text-transform: uppercase;
	padding: 5px 15px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar-menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {padding: 8px 16px;}
.navbar-menu .navbar-nav .nav-item .nav-link::before{
	content: "";
	position: absolute;
	left: 15px;
	bottom: 2px;
	height: 2px;
	width: 0;
	background-color: #3a3a3a;
	transition: all .3s linear;
}
.navbar-menu .navbar-nav .nav-item:hover .nav-link::before, .navbar-menu .navbar-nav .nav-item.active .nav-link::before{
	width: 34px;
}
.navbar-menu .navbar-nav .nav-item:hover .nav-link{
	color: #3a3a3a;
}
.navbar-menu .navbar-nav .nav-item.active .nav-link{
	color: #3a3a3a;
	font-weight: bold;
}
.navbar-light .navbar-toggler {
    color: #231f20;
    border-color: rgba(0,0,0,0);
	outline: unset
}
.navbar-light .navbar-toggler i{
	font-size: 30px;
}
.dropdown .dropdown-toggle::after {
    vertical-align: middle;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.dropdown:focus .dropdown-toggle::after,
.dropdown:hover .dropdown-toggle::after {
	transform: rotateZ(180deg);
}
@media (max-width: 576px){
	.img-logo {
		max-width: 150px;
	}
	.navbar{
		padding: 8px 0;
	}
	.navbar-light .navbar-toggler {
		padding: 4px 5px;
	}
	.navbar-brand {
		margin-right: 5px;
	}
}
.btn-default {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    line-height: 0.9;
    color: #3a3a3a;
	text-transform: uppercase;
    padding: 7px 14px 6px;
    border: solid 1px #3a3a3a;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-menu .btn-default {
    font-size: 14px;
    font-weight: bold;
	text-transform: none;
}
.navbar-menu .btn-default i.fa{
	padding: 0 5px 0 0
}
.btn-default.log {
    font-size: 14px;
    color: #fff;
	text-transform: none;
	background-color: #3a3a3a;
	margin-left: 16px
}
.btn-default:hover {
    color: #3a3a3a;
	opacity: .5
}
.btn-default.log:hover {
    color: #fff;
	background-color: #3a3a3a;
	opacity: .5
}
.header-top{
	height: 20px;
	background-color: #3a3a3a
}
/*-----------Navbar----------------*/
/*-----------Slider Home----------------*/
.sliderHome{
	position: relative;
	margin-bottom: 50px
}
.controllers{
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1
}
.controllers > [class*=owl-] {
	position: absolute;
	opacity: 1;
	background: none;
	padding: 0;
	color: #333333;
	width: 10px;
	height: 20px;
    line-height: 1;
	margin: 0;
	overflow: hidden;
	border: none;
	border-radius: 0;
	bottom: 0;
}
.controllers > [class*=owl-] span {
    font-size: 36px;
    line-height: 15px;
}
.controllers .owl-next {
	right: 0;
}
.controllers .owl-prev {
	left: 0;
}
.controllers .dots .owl-dot {
    display: block;
    float: left;
    margin: 0 8px;
	padding: 0;
    background: none;
    outline: none;
    border: none;
}
.controllers .dots .owl-dot span{
    display: inline-block;
    width: 20px;
    height: 2px;
    margin: 4px 0;
	opacity: .5;
    background: #3a3a3a;
	transition: all .3s ease-in-out
}
.controllers .dots .owl-dot:hover span{
	opacity: 1;
    background: #3a3a3a;
}
.controllers .dots .owl-dot.active span{
	opacity: 1;
    width: 40px;
    background: #3a3a3a;
}
.controllers .dots {
    width: auto;
	height: 20px;
	padding: 0 20px;
	display: flex
}
/*-----------Slider Home----------------*/
/*---------Section Partners--------------*/
.our_partners{
	margin: 0 0 50px;
}
.owl-partners .owl-item img{
	width: auto;
	display: inline-block;
	max-height: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.owl-partners .owl-item:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.owl-partners .owl-item div{
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	text-align: center
}
.owl-partners.owl-carousel.owl-drag {
    cursor: grab;
}
/*---------//Section Partners--------------*/
/*-----------Section Categories----------------*/
.slider-text{
	width: 60%;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.02);
}
.title_st {
    font-family: Roboto;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 3.2px;
    color: #707070;
    margin: 100px 0 0 24px;
}
.title_st span {
    display: block;
    font-weight: 300;
    font-size: 24px;
}
.slider-wrapper{
	position: relative;
	padding-left: 300px;
}
.slider-wrapper .owl-carousel .owl-stage-outer{
	padding-top: 16px;
	padding-left: 20px;
}
.our-plan .img-plan {
    border: 8px solid #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.our_plan.owl-carousel .owl-item .title-plan {
    font-family: Roboto;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    color: #707070;
    margin: 20px 0 30px;
	opacity: 0;
}
.our_plan.owl-carousel .owl-item .title-plan a{
    color: #707070;
	text-decoration: none
}
.our_plan.owl-carousel .owl-item.active.firstActiveItem .title-plan {
	opacity: 1
}
.base {
    position: absolute;
    bottom: 4px;
    right: 10px;
    z-index: 100;
}
.base > [class*=owl-] {
    opacity: 1;
    background: none;
    padding: 0;
    color: #333333;
    width: 20px;
    height: 20px;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    border: none;
	outline: none;
    border-radius: 0;
	cursor: pointer;
}
.base > [class*=owl-] span {
    font-size: 36px;
    line-height: 15px;
}
/*-----------Section Categories----------------*/
/*-----------Section About Us----------------*/
.aboutcb {
	position: relative;
	padding-left: 320px;
	overflow: hidden;
	margin: 0 0 50px
}
.abouttxt{
	width: 100%;
	height: 340px;
	position: absolute;
	left: 0;
	top: 0;
}
.abouttxt::before {
    content: "";
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
	bottom: 0;
    background-color: #fff;
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.02);
    z-index: -1;
}
.aboutimg {
    max-width: 780px;
    height: 260px;
    margin: 40px 0;
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.12);
}
.aboutimg img{
	position: relative;
	width: 100%;
}
.abouttxt .title_st {
    margin: 100px 0 25px 24px;
}
.abouttxt .btn-default{
	margin-left: 24px;
}
/*-----------Section About Us----------------*/
/*-----------Section blog----------------*/
.section-title {
    font-family: Roboto;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 3.2px;
	text-align: center;
    color: #707070;
    margin: 36px 0 45px;
}
.section-title  span {
    display: block;
    font-weight: 300;
    font-size: 24px;
}
.ourblog {
	overflow: hidden;
	margin-bottom: 50px
}
.ourblog .card{
	border: none;
	padding: 16px;
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.12);
	border-radius: 0;
	margin-bottom: 30px
}
.card-img {
    height: 150px;
	overflow: hidden;
	border-radius: 0
}
.ourblog .card-img-top{
    min-height: 150px;
	border-radius: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}
.ourblog .card-text:not(.muted){
	font-family: Roboto;
    font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #707070;
	margin-bottom: 12px;
	height: 48px;
	overflow: hidden
}
.ourblog .card-text.muted{
	font-family: Roboto;
    font-size: 10px;
	font-weight: normal;
	line-height: 1.5;
	color: #a7a7a7;
	margin: 0;
	position: relative
}
.ourblog .card-link{
	font-family: Roboto;
    font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	color: #000000;
	text-transform: capitalize;
}
/*-----------Section blog----------------*/
.ourproducts{
	overflow: hidden;
	margin-bottom: 50px
}
.bg-before {
    position: relative;
}
.bg-before::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 220px;
    background-color: #fff;
	z-index: -1;
	box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.02);
}
.arrows {
    position: absolute;
    top: 12px;
    right: 25px;
}
.arrows > [class*=owl-] {
    opacity: 1;
    background: none;
    padding: 0;
    color: #333333;
    width: 20px;
    height: 20px;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    border: none;
    outline: none;
    border-radius: 0;
    cursor: pointer;
}
.arrows > [class*=owl-] span {
    font-size: 36px;
    line-height: 15px;
}
.pinfo-img {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    background-color: #ffffff;
    text-align: center;
}
.pinfo-img img{
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}
.pinfo-title {
	font-family: Roboto;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	color: #707070;
}
.pinfo-txt {
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #707070;
}

/*---------//Section Footer--------------*/
.footer_logo {
    text-align: center;
    padding: 20px 0;
}
.widget-footer{
	position: relative;
	padding: 0 30px
}
.widget-footer::before{
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	background-color: #ffffff;
	box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.02);
	z-index: -1;
}
.liens_util {
    background-color: #3a3a3a;
    margin-bottom: 40px!important;
}
.ilien {
    padding: 12px 0;
	text-align: center
}
.ilien a {
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.21;
	color: #ffffff;
	text-transform: uppercase;
}
.icom {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #999999;
}
.icom a{
    color: #999999;
}
.icom p{
	margin: 0
}
.icom i.fa {
    font-size: 26px;
    vertical-align: bottom;
}
.widget {
	margin-bottom: 30px
}
.copyright{
	padding: 12px 0;
}
.copyright p, .copyright p a{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: #333333;
    margin: 0;
}
/*-------------//Setion Footer----------------*/
.cbreadcrumb .breadcrumb {
    background: none;
    padding: 8px 0;
    border-top: 1px solid #eee;
}
.cbreadcrumb .breadcrumb-item {
    font-family: Roboto;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #707070;
}
.cbreadcrumb .breadcrumb-item a{
	text-decoration: none;
    color: #707070;
}
.cbreadcrumb .breadcrumb-item:first-child {
    font-weight: 300;
}
.cbreadcrumb .breadcrumb-item:last-child {
    font-weight: bold;
}
.our_categ_slide {
	overflow: hidden;
    margin: 0 auto 50px;
}
.our_categ_slide.bg-before::before {
    height: 350px;
}
.list_av {
	margin: 0 0 30px;
}
.list_av .litxt {
	font-family: Roboto;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	color: #707070;
	padding: 0 20px 0 34px;
	position: relative;
}
.list_av .litxt::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 20px;
    width: 6px;
    height: 6px;
    background-color: #3a3a3a;
    border-radius: 50%;
}
.sliderCateg {
	position: relative;
    padding: 0 0 40px;
}
.sliderCateg .controllers {
    bottom: 0;
}
.slidecateg.owl-carousel {
	background-color: #fff;
	padding: 18px;
	box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.12);
}
.sm_title {
	font-family: Roboto;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #707070;
}
.description_txt p {
	font-family: Roboto;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	color: #707070;
	max-width: 700px;
	margin: 0 auto 12px
}
.list_colors {
    padding: 0 24px;
    background-color: #ffffff;
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    overflow: hidden;
}
.filter_colors {
    margin-bottom: 50px;
    justify-content: center;
	border-bottom: 1px solid #dee2e6;
}
.filter_colors .nav-item {
    margin-bottom: -2px;
}
.filter_colors .nav-link {
	display: inline-block;
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: #d2d2d2;
	padding: 0 2px;
	margin: 0 16px;
	border: none;
	cursor: pointer
}
.filter_colors .nav-item.active .nav-link {
	font-weight: bold;
    color: #3a3a3a;
    background: none;
    border: none;
	border-bottom: 1px solid #3a3a3a;
}
.ecolor {
    margin: 0 0 40px;
}
.grid_colors .ecolor {
    transform: scale(0);
    transition: all .3s ease;
}
.grid_colors .ecolor.anim {
    transform: scale(1);
}
.color_img {
    background-color: #fff;
    padding: 8px;
    margin: 0 0 20px;
    box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.12);
}
.color_img .izoom {
    display: block;
    position: relative;
}
.color_img img {
    width: 100%;
}
.color_img .izoom::before {
	content: "";
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	transition: all .3s linear
}
.cb_color:hover .color_img .izoom::before {
	background: rgba(255,255,255,.5);
}
.color_img .izoom::after {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 0;
    color: #3a3a3a;
    text-align: center;
    line-height: 28px;
	transition: all .2s linear
}
.cb_color:hover .color_img .izoom::after {
    font-size: 24px;
}
.ec_title{
	font-family: Roboto;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.21;
	text-align: center;
	color: #707070;
}
.ec_title a{
	color: #707070;
	text-decoration: none
}
.cb_color .prix {
	text-align: center
}
.our_azers {
    padding: 0 40px;
	overflow: hidden
}
.our_azers.bg-before::before {
    height: 350px;
}
.dtscolor_img {
    height: 270px;
    overflow: hidden;
    border: 18px solid #fff;
    margin: 0 0 20px;
    box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.12);
}
.dtscolor_img img{
	width: 100%
}
.sliderDts {
    position: relative;
}
.sliderDts .arrows {
    top: -30px;
    right: 0;
    z-index: 10;
}
.sliderDts .arrows.disabled{
	display: none
}
.slidedts.owl-carousel {
    border: 18px solid #ffffff;
    margin: 0 0 20px;
	overflow: hidden;
    box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.12);
}
.wrapper_fich {
    padding: 40px 24px;
    background-color: #ffffff;
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    overflow: hidden;
}
.tbtitle {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #707070;
    padding: 0 0 12px;
    margin: 0 0 33px;
    border-bottom: 1px solid #eee;
}
.wrapper_fich .table-responsive {
	margin: 0 0 34px;
}
.table.table-bordered {text-align: center}
.table-bordered td, .table-bordered th {
    border: 1px solid #b1b1b1;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom: 1px solid #b1b1b1;
    padding: 6px 12px;
	font-family: Roboto;
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	color: #3a3a3a;
	min-width: 120px;
}
.table-bordered tbody td, .table-bordered tbody th {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
    color: #707070;
    padding: 8px 12px;
}
.table td, .table th {
    vertical-align: middle;
}
.wrapper_fich p {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
    color: #707070;
}
.wrapper_fich .list_av {
    margin: 0;
}
.page_form {
	background-color: #ffffff;
	box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.02);
	overflow: hidden;
	padding: 0 20px 6px
}
.page_form .icom a ,.page_form .icom p {
    display: block;
}
.form_title {
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: #707070;
	margin: 0 0 20px
}
.form-row {
    margin-right: -12px;
    margin-left: -12px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
}
.form-control {
    border: 1px solid #e5e5e5;
    background-color: #fcfcfc;
    border-radius: 0;
    padding: 9px 10px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: #707070;
}
.btn-default.submitr {
    font-size: 14px;
	font-weight: normal;
    color: #fff;
    text-transform: none;
    background-color: #3a3a3a;
}
.btn-default.submitr:hover {
	color: #fff;
    background-color: rgba(58, 58, 58, 0.5);
}
a.oublie {
    font-family: Roboto;
    font-size: 10px;
    font-weight: normal;
    line-height: 2.4;
    color: #3a3a3a;
}
.tab_default {
    margin-bottom: 50px;
    justify-content: center;
}
.tab_default.nav-tabs .nav-link {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #d2d2d2;
    padding: 0 2px;
    margin: 0 16px;
	border: none
}
.tab_default.nav-tabs .nav-item.show .nav-link, .tab_default.nav-tabs .nav-link.active {
    font-weight: bold;
    color: #3a3a3a;
    background: none;
    border: none;
    border-bottom: 1px solid #3a3a3a;
}
.table td a {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
    color: #3a3a3a;
}
.ourblog.single {
    background-color: #ffffff;
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    overflow: hidden;
}
.postsingle .card-img {
    height: auto;
    overflow: hidden;
    border-radius: 0;
}
.postsingle .card-img-top {
    min-height: 300px;
    top: 0;
    transform: none;
}
.postsingle.card {
    margin: 0 0 50px;
}
.postsingle .card-text {
    font-size: 18px;
    margin: 12px 0 12px;
}
.postsingle .fulltext, .postsingle .fulltext p{
	font-family: Roboto;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	color: #707070;
}
.faktitle {
	font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #707070;
	text-align: center;
    margin-bottom: 30px;
}
.showrooms {
    background-color: #ffffff;
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    overflow: hidden;
}
.info_showroom {
    position: relative;
    padding: 40px;
    background-color: #ffffff;
	box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.12);
    margin: 0 0 50px;
}
.slidefinit img {
    width: 100%;
}
.i_room h3 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #707070;
}
.i_room h3 a{
    color: #707070;
	text-decoration: none
}
.i_room p {
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    color: #707070;
}
.mth_room {
    margin: 0 -40px 30px -40px;
    padding: 10px 25px 4px;
    background-color: #3a3a3a;
}
.mth_room .mth_link {
    display: inline-block;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.25;
    color: #fff;
    margin: 0 0 6px;
}
.i_trans p {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.7;
    color: #696969;
    margin: 0 0 6px;
}
.roomdesc .faktitle {
    text-align: left;
    margin: 30px 0 12px;
}
.roomdesc p {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
    color: #707070;
    margin: 0 0 8px;
}
.our-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.05);
}
.our-item img {
    width: 100%;
}
.divis-over {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 54px;
    padding: 15px;
    background-color: #ffffff;
    transition: all .3s ease-out;
}
.our-item .divis-over::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid #333333;
    opacity: 0;
    transition: all .1s ease-out;
}
.divis-desc {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 10px;
    transform: translateY(-50%);
    text-align: center;
    transition: all .3s ease-out;
}
.divis-over .title-catg {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 2.5px;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
    margin: 0;
    transition: all .3s ease-out;
}
.divis-over .title-catg a {
    color: #333333;
    text-decoration: none;
}
.divis-over .btn-default {
    display: none;
}
.our-item:hover .btn-default {
    display: inline-block;
}
.our-item:hover .title-catg {
    margin: 0 0 16px;
}
.our-item:hover .divis-over {
    height: 100%;
    background-color: rgba(249, 249, 249, 0.5);
}
.our-item:hover .divis-over::before {
    opacity: 1;
}

/*-------------Style Panier----------------*/
.page_panier {
    padding: 0 24px 30px;
    background-color: #ffffff;
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    overflow: hidden;
}
.cart-table {
	font-family: Roboto;
}
.cart-table .table-header, .cart-table .table-row {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%
}
.cart-table .table-header {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    color: #333745;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
    padding: 15px 0
}
.pannier .product-price, .pannier .product-subtotal {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700
}
.cart-table .table-row {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
    padding: 0 0 6px
}
.cart-table .table-header>div, .cart-table .table-row>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}
.cart-table .product-thumbnail {
    width: 14%
}
.cart-table .product-name {
    width: 44%
}
.cart-table .product-price, .cart-table .product-quantity, .cart-table .product-subtotal {
    width: 12%
}
.cart-table .product-remove {
    width: 6%
}
.cart-table .product-tva {
    width: 76%;
    text-align: left!important
}
.pannier .product-thumbnail img {
    width: 100%;
    max-width: 100px
}
.pannier .product-remove a {
    font-size: 18px;
    font-weight: 100;
    float: none;
    color: #373737;
    font-family: cursive;
}
.pannier .product-thumbnail img {
    width: 100%;
    max-width: 100px;
}
.pannier .product-name a {
    color: #2d2d2d;
    text-decoration: none;
}
.quantity-form {
    display: inline-block;
    position: relative;
}
.quantity input {
    width: 56px;
    height: 56px;
    padding: 0;
    margin: 0 28px 0 0;
    font-size: 18px;
    line-height: 54px;
    font-weight: 600;
    border-radius: 0;
    outline: 0;
    color: #373737;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #ebebeb;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}
.quantity .plus {
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #373737;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #ebebeb;
    border-left: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: color .2s ease-in-out;
}
.quantity .minus {
    position: absolute;
    right: 0;
    top: 28px;
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    color: #373737;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #ebebeb;
    border-left: 0;
    border-top: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: color .2s ease-in-out;
}
.quantity .plus::selection, .quantity .minus::selection {
	background-color: #fff;
    color: #373737;
}
/*------------//Style Panier---------------*/
.form_cp {
	padding: 18px
}
#map {
    width: 100%;
    height: 310px;
    box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.12);
    border: 18px solid #ffffff;
}
.page_bg_before{
	background-color: #fff;
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.02);
    margin: 0 auto 50px;
}
section .panel-heading h4.panel-title {
    line-height: 32px;
	text-transform: uppercase;
    margin: 0;
}
.panel-heading h4.panel-title a {
    color: #363636;
    font-size: 14px;
	text-decoration: none
}
.form-fprod {
    padding: 14px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 0 0 30px;
}
.form-fprod .liste-finition {
    margin: 0 0 10px;
}
.bold {
    font-weight: bold;
}
.btn-dev {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    line-height: 0.9;
    color: #fff;
    padding: 12px 35px;
    border: solid 1px #3a3a3a;
    border-radius: 0;
    background-color: #3a3a3a;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-dev:hover {
    color: #3a3a3a;
    background-color: #ffffff;
}
/*-------------Responsive Style----------------*/
@media (max-width: 1199px){
	.navbar-menu .navbar-nav .nav-item .nav-link {
		padding: 5px 10px;
	}
	.navbar-menu .btn-default i.fa {
		padding: 0
	}
	.navbar-menu .btn-default span {
		display: none;
	}
	.slider-text {
		height: 240px;
	}
	.title_st {
		margin: 50px 0 0 24px;
	}
	.ourblog .card-text {
		font-size: 14px;
	}
	.dtscolor_img {
		height: 220px;
	}
}
@media (max-width: 991px){
	.navigation_bar {
		height: 100px;
	}
	.header-menu {
		background-color: #f9f9f9;
	}
	.navbar-menu .navbar-nav .nav-item .nav-link {
		padding: 10px 15px;
	}
	.navbar-menu .navbar-nav .nav-item .dropdown-menu {background-color: #f9f9f9;border: none;}
	.navbar-menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {padding: 10px 26px;}
	.navbar-menu .spacpro {
		position: absolute;
		right: 70px;
		top: 33px;
	}
	.pinfo-img {
		width: 130px;
		height: 130px;
	}
	.slider-wrapper {
		position: relative;
		padding: 120px 0 0;
	}
	.section-title {
		font-size: 30px;
	}
	.title_st {
		margin: 30px 0 0 24px;
	}
	.slider-text {
		width: 70%;
		height: 380px;
	}
	.dtscolor_img {
		height: 300px;
	}
	.info_showroom {
		padding: 20px;
		margin: 0 20px 50px;
	}
	.mth_room {
		margin: 0 -20px 30px -20px;
		padding: 10px 5px 4px;
	}
}
@media (max-width: 767px){
	.slidehome.owl-carousel .owl-item img {
		width: auto;
		max-width: none;
		min-width: 100%;
		height: 240px;
	}
	.sliderHome {
		margin-bottom: 30px;
	}
	.our_partners {
		margin: 0 0 30px;
	}
	.slider-text {
		width: 100%;
		height: 420px;
	}
	.aboutcb {
		padding: 200px 0 0;
		overflow: visible;
	}
	.abouttxt {
		width: 100%;
	}
	.abouttxt::before {
		width: 100%;
	}
	.abouttxt .title_st {
		margin: 60px 0 25px 24px;
	}
	.dtscolor_img {
		height: 180px;
	}
	.our_azers.bg-before::before {
		height: 100%;
	}
    .cart-table .table-header {
        display: none
    }
    .cart-table .table-row {
        display: block;
        overflow: hidden;
        padding-bottom: 55px;
        padding-top: 30px;
        position: relative
    }
    .cart-table .table-row:nth-child(2) {
        border-top: 1px solid #f0f0f0
    }
    .cart-table .table-row .product-thumbnail {
        display: block;
        width: 33%;
        float: left;
        padding: 0 5px
    }
    .cart-table .product-price,
    .cart-table .product-quantity,
    .cart-table .product-subtotal {
        display: block;
        position: absolute;
        width: 33.33333%;
        bottom: 5px;
        left: 0;
        min-height: 35px
    }
    .cart-table .table-row .product-name {
        display: block;
        float: right;
        width: 67%;
        padding: 10px 0;
        text-align: left;
        font-size: 14px
    }
    .cart-table .product-quantity {
        left: 33.33333%
    }
    .cart-table .product-subtotal {
        left: auto;
        right: 0;
        padding: 0 10px
    }
    .cart-table .product-remove {
        position: absolute;
        top: 0;
        right: 0;
        padding: 2px 8px;
        width: auto;
        font-weight: 600
    }
	.cart-table .product-tva {
		width: 100%;
		border-bottom: 1px solid #f0f0f0;
	}
    .quantity input {
        width: 45px;
        height: 45px;
        margin: 0 20px 0 0;
        line-height: 45px
    }
    .quantity .plus {
        width: 20px;
        height: 23px;
        line-height: 16px
    }
    .quantity .minus {
        top: 23px;
        width: 20px;
        height: 22px;
        line-height: 18px
    }
}
@media (max-width: 575px){
	.navigation_bar {
		height: 100px;
	}
	.header-menu .navbar-menu {
		padding: 0;
	}
	.slider-text {
		width: 100%;
		height: 360px;
	}
	.navbar-menu .spacpro {
		position: absolute;
		right: 60px;
		top: 14px;
	}
	.dtscolor_img {
		height: 180px;
	}
}
.btn_green{
	color: #fff;
background-color: forestgreen}