@media (min-width: 1200px){.container {max-width: 1200px;}}
body{
	font-family: Montserrat;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.8;
	color: #333333;
}
.hidden{display: none}
img{max-width: 100%}
.pt-30{padding-top: 30px;}
.pb-30{padding-bottom: 30px;}
.mt-30{margin-top: 30px;}
.mb-24{margin-bottom: 24px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.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: 190px}
.header-menu{
	background-color: #f6f6f6;
	transition: all .3s ease-in-out;
}
.header-menu::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 84px;
	background-color: #3c3c44;
	z-index: -1;
	transition: all .3s ease-in-out;
}
.header-menu .navbar-menu{
	padding: 0;
	transition: all .3s ease-in-out;
}
.header-menu.transform .navbar-menu{
	padding: 15px 0;
}
.navbar-menu .collapse {
    /*background: #fff;*/
}
.transform .navbar-menu .collapse {
    /*background: #363636;*/
}
.navbar-menu .navbar-nav {
	width: 100%;
	justify-content: flex-end;
	transition: flex .3s ease-in-out;
}
.transform .navbar-menu .navbar-nav {
	justify-content: flex-end;
}
.header-menu .navbar-menu .navbar-brand {
    max-width: 305px;
    padding: 35px 0;
    transition: all .3s ease-in-out;
}
.header-menu.transform .navbar-menu .navbar-brand {
    top: 5px;
    max-width: 305px;
	padding: 0;
	transition: all .3s ease-in-out;
}
.header-menu .nav-res{
	padding: 29px 0
}
.nav-res .nav-item {
    position: relative
}
.nav-res .nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 2px;
    bottom: 2px;
    background-color: #ffffff;
}
.nav-res .nav-item a {
    font-family: Titillium Web;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
    padding: 0 25px
}
.nav-res .nav-item:first-child a {
    padding-left: 0
}
.nav-res .nav-item:last-child a {
    padding-right: 0
}
.nav-res .nav-item a i.fa {
    font-size: 18px;
    margin-right: 6px;
}
.header-menu .nav-top{
	padding: 16px 0
}
.nav-top .nav-item:first-child .nav-link {
    font-weight: 600;
    color: #f6c647;
    padding: 4px 0;
}
.nav-top .nav-item:first-child .nav-link::after {
    content: ":";
    display: inline-block;
}
.nav-top .nav-item:nth-last-child(2) .nav-link {
    font-weight: 600;
    color: #f6c647;
    padding: 4px 12px;
}
.nav-top .nav-item .nav-link i.fa {
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
}
.nav-top .nav-link {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    color: #bababa;
    padding: 4px 7px;
}
.nav-top .nav-item.slash {
    width: 1px;
    background-color: #f6c647;
    margin: 5px 0;
}
.navbar-menu .navbar-nav .nav-item .nav-link, .navbar-menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #333333;
	text-transform: uppercase;
	padding: 13px 12px;
	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 12px;
}
.navbar-menu .navbar-nav .nav-item .nav-link::before{
	content: "";
	position: absolute;
	left: 12px;
    right: 90%;
	bottom: 9px;
	height: 2px;
    opacity: 0;
	background-color: #3c3c44;
	-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:hover .nav-link::before, .navbar-menu .navbar-nav .nav-item.active .nav-link::before{
	right: 12px;
    opacity: 1
}
.navbar-menu .navbar-nav .nav-item:hover .nav-link{
	color: #3c3c44;
}
.navbar-menu .navbar-nav .nav-item.active .nav-link{
	font-weight: bold;
	color: #3c3c44;
}
.btn-vplus {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 100;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #3c3c44;
    background-color: rgba(60, 60, 68, 0);
    border: solid 1px #3c3c44;
    border-radius: 0;
    padding: 13px 40px;
    -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-vplus:hover{
    color: #3c3c44;
    background-color: #ffffff;
	border: solid 1px #3c3c44;
}
.nav-top .btn-vplus {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
	text-transform: uppercase;
    color: #323232;
    padding: 13px 25px;
    background-color: #ffffff;
	border: solid 1px #ffffff;
}
.nav-top .btn-vplus:hover {
    color: #ffffff;
    background-color: #3c3c44;
	border: solid 1px #ffffff;
}
.nav-item .btn-vplus:hover, .our-catg .btn-vplus:hover {
    color: #fff;
	border: solid 1px #fff;
}
.product .btn-vplus {
    font-size: 12px;
	border: none;
}
.product .btn-vplus:hover {
    color: #333333;
	border: none;
}
/*-----------Navbar----------------*/
.main-wrapper:not(.home) {
    background-color: #f6f6f6;
}
/*-----------Slider Home----------------*/
.slidehome{
	position: relative;
}
.owl-theme .owl-nav {
    margin-top: 0;
}/*
.slidehome.owl-theme .owl-item.active .item::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.3);
}*/
.navtrue {position: relative}
.navtrue.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	opacity: 0.8;
	background-color: rgba(0, 0, 0, 0);
	padding: 12px 9px;
    font-size: 40px;
    font-weight: 300;
	color: #ffffff;
    line-height: 1;
	width: 32px;
	height: 32px;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	top: 50%;
	transform: translateY(-50%);
	outline: none
}
.img_item{
	text-align: center;
}
.navtrue.owl-theme .owl-nav [class*=owl-] span{
	font-size: 36px;
    line-height: 18px;
}
.navtrue.owl-theme .owl-nav .owl-next {
	right: 16px;
}
.navtrue.owl-theme .owl-nav .owl-prev {
	left: 16px;
}
.slidehome.owl-theme .owl-dots .owl-dot {
	outline: none;
}
.slidehome.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 2px;
    margin: 5px;
    background: #cdcdcd;
}
.slidehome.owl-theme .owl-dots .owl-dot.active span, .slidehome.owl-theme .owl-dots .owl-dot:hover span {
    background: #f6c647;
}
.slidehome.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.slidehome .owl-item item{
	position: relative;
}
.slidehome .item_text {
	position: absolute;
	bottom: 0;
	left: 50%;
    width: auto;
    transform: translate(-50%,0);
    text-align: center;
	transition: all .5s ease-in-out
}
.slidehome .owl-item.active .item_text {
	bottom: 50%;
	transform: translate(-50%,50%);
}
.item_text h1 {
    font-family: Montserrat;
    font-size: 61px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1.7px 4px rgba(0, 0, 0, 0.64);
	margin-bottom: 40px;
}
.item_text h1 a{
    color: inherit;
	text-decoration: none
}
.item_text p {
    display: none
}
.slidehome .owl-item.active .item_text h1{
	transform: scale(1);
}
.slidehome .item_text .btn-vplus {
    color: #ffffff;
    background-color: #3c3c44;
}
.slidehome .item_text .btn-vplus:hover {
    color: #ffffff;
    background-color: #3c3c44;
    border-color: #fff;
}
/*-----------Slider Home----------------*/
/*-----------Section Categories----------------*/
.our_config {
    background-color: #f6f6f6;
    padding: 40px 0;
	margin-bottom: 75px
}
.our-conf {
    margin-bottom: 30px
}
.conf-desc {
    background-color: #3c3c44;
    padding: 30px 10px 40px;
    text-align: center;
}
.title-conf {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.39;
    color: #ffffff;
    width: 400px;
    max-width: 100%;
    margin: 0 auto 40px;
}
.title-conf a {
    color: inherit;
    text-decoration: none
}
.conf-desc .btn-vplus {
    color: #ffffff;
    border-color: #ffffff;
    padding: 13px 25px;
}
.conf-desc .btn-vplus:hover {
    color: #3c3c44;
}
.grid_produts .catig-item {
    margin-bottom: 30px
}
.catig-img {
    height: 350px;
    margin: 0 20px;
    overflow: hidden;
    position: relative
}
.catig-img {
    height: 350px;
    margin: 0 20px;
    overflow: hidden;
    position: relative
}
.realis-item .catig-img {
    height: 290px;
}
.catig-img-1 {
    height: 260px;
    margin: 0 20px;
    overflow: hidden;
    position: relative
}
.sm-text {
	font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    color: #fff;
	min-height: 54px;
    margin: 0;
}
.catig-img a.fancybox::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(60, 60, 68, 0);
    transition: all .3s ease-in-out
}
.catig-img a.fancybox::after {
    content: "\f00e";
    position: absolute;
    font-family: FontAwesome;
    font-size: 26px;
    line-height: normal;
    color: #fff;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .3s ease-in-out
}
.catig-img a.fancybox:hover::before {
    background-color: rgba(60, 60, 68, 0.8);
}
.catig-img a.fancybox:hover::after {
    opacity: 1
}
.catig-img img {
    height: 100%;
    width: auto;
	max-width: none;
    position: relative;
/*    left: 50%;
    transform: translateX(-50%);*/
/*    max-width: 330px;*/
    max-height: 350px;
}
.plans-vsq .catig-img img {
    max-width: 330px;
}
.catig-img-1 img {
    width: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.catig-info {
    background-color: #3c3c44;
    padding: 65px 20px 15px;
    margin-top: -55px;
}
.catig-info .pro-title {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.32;
    text-align: center;
    color: #ffffff;
    margin: 0 0 8px;
}
.realis-item .catig-info .pro-title {
    font-size: 22px;
    min-height: 58px;
    margin: 0;
}
.catig-info .pro-title a {
    color: inherit;
    text-decoration: none
}
.catig-info .price {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	margin: 0;
}
/*-----------Section Categories----------------*/
/*-----------Section Produits----------------*/
.section-title {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    color: #3c3c44;
    padding-bottom: 10px;
    margin: 30px 0 44px;
    position: relative;
}
.section-title::before{
	content: "";
	width: 110px;
	height: 1px;
	background-color: #333333;
	position: absolute;
    bottom: 0;
	left: 50%;
    transform: translateX(-50%)
}
.filtertab {
	height: 100%;
	background-color: #333333;
	justify-content: space-evenly;
}
.filtertab .list-group-item{
	border: none;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.25;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 12px 24px;
	color: rgba(255, 255, 255, 0.49);
	background: none
}
.filtertab .list-group-item.active{
	font-weight: bold;
	color: #f6c647;
	background: none
}
.our_products {
	position: relative;
    margin-bottom: 70px
}
.our_products .product {
    margin-bottom: 30px
}
.product-img {
    height: 290px;
    padding: 0 20px;
    overflow: hidden;
}
.product-img img {
    height: auto;
    width: 100%;
	max-width: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.product-info {
    background-color: #3c3c44;
    padding: 65px 20px 15px;
    margin-top: -55px;
}
.product-info .libcat {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 8px
}
.product-info .libcat a {
    color: inherit;
    text-decoration: none
}
.product-info .pro-title {
	font-family: Montserrat;
    height: 30px;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.32;
    text-align: center;
    color: #ffffff;
	margin: 0 0 12px;
}
.product-info .pro-title a {
    color: inherit;
    text-decoration: none
}
.product-info .price {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.25;
	text-align: center;
	color: #fff;
	margin: 0;
}
/*-----------Section Produits----------------*/
/*-----------Section blog----------------*/
.ourblog {
	margin-bottom: 40px
}
.ourblog.guides {
    padding: 20px 0 50px;
    background-color: #f6f6f6;
	margin-bottom: 40px
}
.ourblog .card{
	border: none;
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 20px
}
.ourblog:not(.guides) .card{
    margin-bottom: 30px
}
.ourblog .card .card-body {
    padding: 0
}
.ourblog .card_bt {
    padding-left: 5px
}
.ourblog .card.cardfirst .card-img {
    height: 270px;
}
.ourblog .card .card-img {
    overflow: hidden;
    border-radius: 0;
    height: 120px;
}
.ourblog:not(.guides) .card .card-img {
    height: auto;
}
.text_center{text-align: center}
.ourblog .card-img-top {
    border-radius: 0;
    min-height: 100%;
}
.ourblog .card-title {
    font-family: Titillium Web;
    font-size: 18.2px;
    font-weight: bold;
    line-height: 1.2;
    color: #3c3c44;
	margin-bottom: 16px;
}
.ourblog .actus .card-title {
	margin-bottom: 8px;
}
.ourblog .card-title a {
    color: inherit;
	text-decoration: none
}
.ourblog .card-text {
    font-family: Titillium Web;
    font-size: 14.6px;
    font-weight: normal;
    line-height: 1.69;
    color: #9c9c9c;
	margin-bottom: 8px;
}
.ourblog .card-link {
    font-family: Titillium Web;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3;
    color: #3c3c44;
	text-transform: uppercase;
}
.ourblog:not(.guides) .card-link {
    color: #fff;
    background-color: #3c3c44;
    padding: 0 5px;
}
.share-social {
    margin-bottom: 6px;
}
.share-social .csbuttons {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #3c3c44;
    color: #fff!important;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    margin-right: 5px;
}
.ourblog .post .card-title {
    font-size: 26px;
    margin-bottom: 16px;
}
.post .share-social {
    margin-bottom: 15px;
}
.ourblog .post .card-text a, .ourblog .post .card-text strong {
    color: #000;
}
.card-text p{
	margin-bottom: 8px
}
.title-header.title_conseils{
    margin: 20px auto 20px;
}
/*-----------Section blog----------------*/
.ourdocument {
    padding: 20px 0 50px;
    background-color: #f6f6f6;
}
.list_filter {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
}
.list_filter li {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.33;
    text-align: center;
    color: #333333;
    padding: 5px 40px;
    margin: 0 25px;
    border-radius: 22px;
    cursor: pointer;
    transition: all .3s ease-in-out
}
.list_filter li.active {
    font-weight: 700;
    background-color: #dadada;
}
.list_filter li a {
	color: inherit;
	text-decoration: none
}
.grid_docs .idoc {
    margin-bottom: 30px;
    transition: all .3s ease;
    animation: zoomout .3s;
}
.grid_docs .idoc.animate {
    animation: zoomin .3s;
}
@keyframes zoomin{from{transform:scale(0);}to{transform:scale(1);}}
@keyframes zoomout{from{transform:scale(1);}to{transform:scale(0)}}
/*---------//Section Footer--------------*/
.ouriso {
    background: url("../images/bggarentie.jpg") no-repeat;
    background-position: left center;
    background-size: auto;
    padding: 20px 0 50px;
    position: relative;
    overflow: hidden
}
.ouriso::before {
    content: "";
    background: url("../images/bgcolor.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.ouriso .our-bloc {
    background-color: #3c3c44;
    padding: 20px;
    min-height: 125px;
}
.ouriso .img-bloc {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 70px;
}
.ouriso .img-bloc img {
    max-height: 100%
}
.ouriso .our-bloc p {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 16px;
    min-height: 70px;
}
.footer .widget-footer {
    margin-top: 30px;
    border-top: 1px solid #EEEEEE;
}
.logofooter {
    margin-bottom: 20px;
}
.textfooter {
    font-family: Titillium Web;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
    color: #373737;
}
.title-widget {
    font-family: Titillium Web;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    color: #3c3c44;
	margin: 0 0 15px
}
.widget {
	margin-top: 35px;
}
.link-list{margin: 0}
.link-list li, .link-list li a {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #3c3c44;
}
.contactinfo {
	margin-bottom: 24px
}
.contact-list {margin: 0}
.contact-list li, .contact-list li a {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #3c3c44;
}
.contact-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px
}
.contact-list li i.fa {
    font-size: 14px;
    width: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 4px;
}
.socialrs {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.socialrs a {
	display: inline-block;
	font-size: 15px;
	width: 20px;
	height: 20px;
	line-height: 21px;
	text-align: center;
	color: #3c3c44;
	border-radius: 50%;
	margin: 0 5px 0 0;
}
.copyright {
	padding: 12px 0;
	background-color: #ffffff
}
.copyright p, .copyright p a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: #333333;
    margin: 0;
}
/*-------------//Setion Footer----------------*/
/*---------------Setion Header----------------*/
.title-header {
    font-family: Montserrat;
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #3c3c44;
    padding: 0 20px;
    margin: 35px auto 20px;
}
.title-header span {
    display: inline-block;
}
.title-header span::before, .title-header span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 15px 0;
    background-color: #3c3c44;
}
.para-header {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
    color: #3c3c44;
    max-width: 460px;  
    margin: 0 auto 35px;
}
.our_breadcrumbs {
    background-color: #ffffff;
    margin-bottom: 20px;
}
.our_breadcrumbs .breadcrumb {background-color: #ffffff;margin: 0; padding: 12px 0}
li.breadcrumb-item {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.35;
    color: rgba(0, 0, 0, 0.5);
}
.breadcrumb-item.active {
    color: #3c3c44;
}
.breadcrumb-item a {
    color: inherit;
    text-decoration: none;
}
.breadcrumb-item i.fa {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 5px
}
.breadcrumb-item+.breadcrumb-item::before {
    display: none
}
.header-page {
    background-color: #ffffff;
    margin-bottom: 30px;
}
.bg-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	min-height: 260px;
    height: 100%;
}
/*-------------//Setion Header----------------*/
.price-wrapper {
	opacity: 0.9;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.64;
	text-align: center;
	color: #f6c647;
}
.table_compar {
	background-color: #3c3c44;
}
.table_compar .title-header {
    margin: 0 auto 2px;
}
.table_compar .table{
	margin-bottom: 0;
}
.table_compar .table td, .table_compar .table th {
    padding: 10px 12px;
    vertical-align: middle;
}
.table_compar .table thead th {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    color: #fff;
    padding: 12px;
    vertical-align: middle;
	min-width: 80px;
    border: none;
}
.modal_devis .table_compar .table thead th {
    padding: 0;
}
.modal_devis .table_compar .table .cellclose {
    text-align: left;
}
.modal_devis .table_compar .table th, .modal_devis .table_compar .table td {
    padding: 10px 0;
}
.modal_devis .table_devis .delacc {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}
.table_compar .table tbody th, .table_compar .table tbody td {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.25;
    color: #fff;
    vertical-align: middle;
}
.table tr.row-btn td {
	padding: 20px 0 0;
	border: none
}
.table_compar .table tbody th:first-child, .table_compar .table tbody td:first-child {
	min-width: 130px
}
.table_compar .table tbody th:first-child, .table_compar .table tbody .cellclose {
	width: 30px;
	min-width: 30px;
}
.table_compar .table tbody td i.fa {
    font-size: 10px;
	color: #f6c647;
	width: 10px;
}
.star1, .star2, .star3, .star4 {
    background-image: url(/images/stars.png);
    background-repeat: no-repeat;
    background-size: 60px;
    width: 60px;
    height: 12px;
    display: block;
    margin: 0 auto;
}
.star2 {
    background-position: center -13px;
}
.star3 {
    background-position: center -25px;
}
.star4 {
    background-position: center -38px;
}
.info_finicolor {
    padding: 35px 40px 10px;
    background-color: #ffffff;
    min-height: 100%;
}
.info_finicolor.fnc-vasque {
    padding: 30px 25px 10px;
    min-height: auto
}
.a-fincolor{
	display: inline-block;
	max-height: 276px;
	overflow: hidden;
}
.our-fincolor {
    position: relative;
    max-height: 320px;
    /*overflow: hidden;*/
}
.our-fincolor img {
	width: 100%;
}
.our-fincolor .col_finit {
    padding: 0;
    margin: 6px 0 20px;
}
.cptitle {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #3c3c44;
    margin-bottom: 20px
}
.dt_pcolor .xstit {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #a7a7a7;
    display: inline-block;
    margin-bottom: 8px
}
.dt_pcolor .xstit + p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #3c3c44;
    margin-bottom: 15px
}
.dt_pcolor .xstit + p span:not(:last-child)::after {
    content: "-";
    display: inline-block;
    color: #3c3c44;
    margin: 0 4px
}
.dt_pcolor .price {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 1.2px;
    color: #3c3c44;
    margin-bottom: 20px
}
.dt_pcolor .price sup {
    font-size: 16px;
    color: #a1a1a1;
}
.table_finit .smtitle {
    margin-bottom: 10px;
    padding-top: 10px;
}
.table_finit .table th, .table_finit .table td{
	text-align: center
}
.noteb1 {
    opacity: .7;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.3;
    color: #9e9e9e;
    padding: 10px 0;
}
.btn-devis, .btn-contact {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #ffffff;
    border-radius: 0;
    padding: 10px 30px;
    background-color: #3c3c44;
    -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-devis:hover, .btn-contact:hover {
    color: #ffffff;
}
.table_compar .table .btn-devis {
    background-color: #ffffff;
    color: #3c3c44;
}
.table_compar .table .btn-devis:hover {
    background-color: #3c3c44;
    color: #ffffff;
	border-color: #ffffff
}
.modal_devis .table_compar .table .btn-devis {
    background-color: #ffffff;
    color: #3c3c44;
}
.our-positifs.showroom_text{
    background-color: #fff;
}
.our-positifs {
    min-height: 100%;
    padding: 15px 25px 20px;
    background-color: #3c3c44;
}
.smtitle {
    font-family: Open Sans;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.34;
    color: #ffffff;
    text-align: center;
    padding-bottom: 15px;
    margin: 0 0 30px;
    position: relative
}
.smtitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5)
}
.our-positifs ul li, .our-positifs p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    padding: 0 0 22px 30px;
	position: relative;
}
.our-positifs ul li a {
    color: #f6c647;
	text-decoration: none
}
.our-positifs ul li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 8px;
    width: 8px;
    height: 15px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #ffffff;
    transform: rotate(40deg)
}
.our-description {
    padding: 15px 25px 20px;
    margin-bottom: 30px;
    background-color: #3c3c44;
}
.our-description p {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: normal;
    line-height: 2;
    color: #fff;
    text-align: justify;
	margin: 0 0 8px;
    text-align: center;
}
.our-description a {
    color: #f6c647;
	text-decoration: none
}
.our-description p:last-child {
	margin: 0 0 16px
}
.full-width {
    position: relative;
    padding: 36px 0 20px;
}
.full-width::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    background-color: #f9f9f9;
	z-index: -1
}
.ecolor {
    position: relative;
    margin-bottom: 30px
}
.color_finit {
    margin: 0;
    min-height: 30px;
}
.col_finit {
    padding: 0 0 8px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin: 0 20px;
}
.col_finit li {
    display: block;
    margin: 0 8px 0 0;
	max-width: 48px;
	height: 24px;
}
.col_finit li .finimg {
	max-width: 48px;
	height: 24px;
    position: relative;
}
.col_finit li .finimg::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 8px;
    width: 10px;
    height: 10px;
    opacity: 0;
    background-color: #ffffff;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #000000;
    transform: rotate(-45deg);
    z-index: 2;
    transition: all .3s ease-in-out
}
.col_finit li:hover .finimg::after {
    top: 27px;
    opacity: 1;
}
.col_finit li > img, .color_finit li .finimg img {
	max-width: 100%;
    width: auto;
    height: 24px;
    overflow: hidden;
    display: block;
}
.ep_color .color_img {
    position: relative;
	margin: 0 20px
}
.color_img img {
    width: 100%;
}
.color_info {
    background-color: #3c3c44;
    padding: 65px 20px 15px;
    margin-top: -55px;
}
.ec_title {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.32;
    text-align: center;
    color: #ffffff;
    margin: 0 0 12px;
}
.ec_title a, .ec_title a:hover {
    color: inherit;
	text-decoration: none
}
.color_info .price {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    margin: 0;
}
.color_info .price .price-val {
    color: #fff;
}
.color_info .price sup {
    color: #363636;
}
.modal_devis .color_info .price sup {
    color: #fff;
}
.tooltipBody {
    text-align: left;
    width: 100%;
    padding: 8px 20px 10px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #707070;
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all .3s ease-in-out
}
.col_finit li:hover .tooltipBody {
    opacity: 1;
    visibility: visible;
    top: 32px
}
.tooltipBody img {
    display: inline-block;
	width: auto;
    max-width: 48px;
    height: 22px;
    vertical-align: sub;
    margin-right: 6px
}
.tooltipBody h5 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: 1px;
    color: #3c3c44;
    border-bottom: 1px solid #ececec;
    margin: 0 0 12px;
}
.tooltipBody p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.9;
    color: #3c3c44;
    margin: 0;
}
.our_devis .title-header {
    text-align: left;
}
.our_devis .para-header {
    text-align: left;
    max-width: none;
}
.our_devis .our-fincolor a.fancybox {
    display: block;
    max-height: 220px;
    overflow: hidden
}
.our_devis .our-positifs .smtitle {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.34;
    color: #ffffff;
    text-align: center;
    padding-bottom: 15px;
    margin: 0 0 30px;
}
.our_devis .smtitle {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    color: #3c3c44;
    text-align: left;
    padding: 0;
    margin: 0 0 16px;
}
.our_devis .smtitle + p {
    font-size: 13px;
    font-weight: 300;
    color: #4c4b4b;
}
.table_compar .smtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    padding: 10px 0 15px;
    margin: 0;
}
.table_compar .smtitle::after {
    left: -12px;
    right: -12px;
    width: auto;
	background-color: #dee2e6;
}
.our_devis .mater {
    padding: 20px 30px 5px;
    background-color: #ffffff;
}
.form-bordur img {
    height: 100px
}
.table_devis .table-wrapper {
    padding: 20px 20px 0;
}
.table_devis {
    padding-bottom: 20px;
	transition: all .3s linear
}
.table_devis .table tbody tr:first-child th, .table_devis .table tbody tr:first-child td {
	border: none
}
.table_devis .table tbody tr.row-calc th, .table_devis .table tbody tr.row-calc td {
	border: none
}
.table_devis .table tbody tr.row-calc.bord th, .table_devis .table tbody tr.row-calc.bord td {
	border-top: 1px solid #dee2e6;
}
.table_devis .table tbody th {
    font-weight: bold;
    text-align: right;
	min-width: 100px
}
.table tr.white td {
    padding: 0;
}
.opt_img {
    padding-left: 24px;
    margin: 0 0 10px;
    text-align: center;
    position: relative
}
.opt_img::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #d6d6d6;
}
.opt_img::after {
    content: "";
    position: absolute;
    top: 24px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #000000;
    opacity: 0
}
.opt_decoup.dec_select .opt_img::after {
    opacity: 1
}
.opt_img img {
    height: 50px;
    max-width: 100px;
    width: auto;
}
.acc_img {
    text-align: center
}
.acc_img img {
    height: 70px;
    max-width: 100%;
    width: auto;
}
.opt_decoup p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.67;
    color: #a7a7a7;
    overflow: hidden;
    margin: 0 0 5px;
}
.opt_acc p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.67;
    color: #a7a7a7;
    overflow: hidden;
    margin: 20px 0 5px;
}
.opt_decoup .decoup_txt {
    position: relative;
}
.prix-opt-decoup {
    font-family: Montserrat;
    font-size: 12px;
    line-height: 1.67;
    font-weight: bold;
    color: #3c3c44;
}
.qty.qty-changer {
    position: absolute;
    top: 2px;
    right: 0;
    padding: 0 20px
}
.qty.qty-changer .qty-input {
    display: block;
    width: 18px;
    height: 16px;
    line-height: 16px;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #3c3c44;
    border: 1px solid #d6d6d6;
}
.qty.qty-changer button {
    position: absolute;
    top: 0;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 13px;
    color: #3c3c44;
    width: 18px;
    height: 16px;
    padding: 0;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #d6d6d6;
    overflow: hidden;
    outline: none;
    cursor: pointer
}
.qty.qty-changer button.decrease {
    left: 0;
    line-height: 10px
}
.qty.qty-changer button.increase {
    right: 0
}
.opt_decoup select.form-control{
	width: 60px;
	height: 30px!important;
	padding: 0 12px;
	margin: 0 auto
}

.custom-control-label {
    padding-left: 4px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #d6d6d6;
    transition: all .3s ease
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: rgba(0, 0, 0, 0);
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 0, 0, 0);
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.custom-checkbox .custom-control-label::after {
    background-image: none;
    width: 8px;
    height: 8px;
    top: 8px;
    left: -20px;
    background-color: #000000;
    opacity: 0;
    transition: all .3s ease
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    opacity: 1
}
.tva-red p {
    padding-left: 28px;
}
.ttc_panier {
    min-height: 100%;
    text-align: center;
    padding: 34px 14px;
    background-color: #ffffff;
}
.ttc_panier p {
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.38;
    color: #a7a7a7;
    margin-bottom: 8px
}
.cmd_ttc {
    font-family: Open Sans;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.38;
    color: #3c3c44;
    margin-bottom: 16px;
}
.our_iso {
    margin-top: 10px
}
.our_iso li {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.5;
    color: #3c3c44;
}
.our_iso li img {
    margin-right: 8px
}
.info_pvasque {
    background-color: #3c3c44;
    padding: 25px 40px;
    margin: 30px auto;
}
.info_pvasque .nav-tabs {
    border-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 25px
}
.tab_vasque.nav-tabs {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.info_pvasque .nav-tabs .nav-link {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.36;
    color: rgba(255, 255, 255, 0.6);
    border: none;
    padding: 5px 20px 20px;
    position: relative
}
.info_pvasque .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    background-color: #ffffff;
    transition: all .3s ease
}
.info_pvasque .nav-tabs .nav-link.active::after {
    width: 100%
}
.info_pvasque .nav-tabs .nav-item:first-child .nav-link {
    padding-left: 0
}
.info_pvasque .nav-tabs .nav-item:last-child .nav-link {
    padding-right: 0
}
.info_pvasque .nav-tabs .nav-link.active {
    font-weight: bold;
    color: #ffffff;
    background: none;
}
.info_pvasque .tab-content {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: normal;
    line-height: 2.2;
    text-align: justify;
    color: #ffffff;
}
.config_vasque {
    padding: 30px 20px;
    background-color: #ffffff;
}
.config_vasque .section-title {
    text-align: left;
    padding-bottom: 5px;
    margin: 0 0 40px;
}
.config_vasque .section-title::before {
    left: 0;
    transform: none;
}
.config_vasque .form-group {
    margin-bottom: 24px;
}
.config_vasque label {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #a7a7a7;
    margin-bottom: 8px;
}
.config_vasque textarea.form-control {
    background-color: #fcfcfc
}
.vasq_st_ttc {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.6px;
    text-align: right;
    color: #3c3c44;
    margin: 30px 0
}
.modal-config .modal-lg {
    width: 850px;
    max-width: 100%;
}
.modal-config .modal-header {
    border: none;
    padding: 0;
    position: relative
}
.modal-config .modal-header .close {
    position: absolute;
    top: 16px;
    right: 16px;
    line-height: 0.6;
}
.modal-config .modal-body {
    max-width: 620px;
    padding-bottom: 30px;
    margin: 0 auto
}
.modal-config .modal-body .section-title + p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.67;
    color: #a7a7a7;
}
.modal-config label {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #a7a7a7;
    margin-bottom: 8px;
}
.page_contact .contact-form {
	background-color: #ffffff;
	padding: 40px 10px;
    margin-bottom: 40px
}
.page_contact .contact-form .para-header {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    max-width: 680px
}
.page_contact .contact-form label {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: #3c3c44;
}
.form-control {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    color: #3c3c44;
    padding: 12px 8px;
    background-color: rgba(255, 255, 255, 0.7);
    border-color: #d6d6d6;
    border-radius: 0;
}
.form-control::placeholder {
    color: #c6c6c6;
}
.form-control:focus {
    border-color: #3c3c44;
    box-shadow: none
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
a.ct_link {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
    color: #333333;
	display: inline-block;
	margin: 10px 20px
}
a.ct_link i.fa {
    color: #3c3c44;
    vertical-align: sub;
}
#map {
	height: 420px;
}
/*.addr_room {
    background-color: #333333;
    position: relative;
    padding: 20px 14px;
    height: 100%;
}
.addr_room::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 2px solid #f6c647
}*/
/*.addr_room .i_room {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10
}*/
.showroom_text{
    padding-top: 20px;
}
.i_room p{
	font-family: Montserrat;
	font-size: 14px;
	font-weight: normal;
	line-height: 2.3;
	text-align: center;
	color: #3c3c44;
	margin: 0 0 6px
}
.i_room p .fa{
    padding-right: 10px;
}
.addr_room .i_room p:first-child img {
    max-width: 160px;
    margin: 0 8px 0 0;
}
.addr_room .i_room p:first-child a {
	color: #fff;
	text-decoration: none
}
.addr_room .i_room p:last-child {
	font-family: Montserrat;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.85;
	text-align: center;
	color: #fff;
}
.i_trans p {
	font-family: Montserrat;
	font-size: 12px;
	font-weight: normal;
	line-height: 2.3;
	color: #696969;
	margin: 0 0 6px
}
.mth_room{
	margin: 0 -30px 0 -30px;
	padding: 10px 18px 4px;
	background-color: #f5f5f5;
}
.mth_room .mth_link{
    display: inline-block;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.25;
    color: #333333;
	margin: 0 0 6px
}
.page_room .slidefinit.owl-carousel .owl-item {
	overflow: hidden
}
.our_coloris .slidefinit.owl-carousel .owl-item .item {
    max-height: 650px;
}
.slidefinitnav.owl-carousel .owl-item a {
    display: block;
}
.slidefinitnav.owl-carousel .owl-item img {
    width: auto;
    height: 400px;
    margin: auto
}
.our_coloris .slidefinit.owl-carousel .owl-item .item a.fancybox {
    display: block;
    height: 100%;
}
.our_coloris .slidefinit.owl-carousel .owl-item .item img {
    position: relative;
    /*top: 50%;
    transform: translateY(-50%);*/
    width: auto;
    margin: auto;
    max-height: 650px;
}
.title-header img {
    max-width: 120px;
    margin: 0 8px 0 0;
}
.page_room .para-header {
    font-size: 14px;
}
.mag_text p {
	font-family: Montserrat;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	color: #696969;
	margin: 0 0 6px
}
.mag_text p a {
	color: #f6c647;
}
.gal-title {
	font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #333333;
    margin: 0 0 20px;
	text-align: center
}
.gal_img {
    border: 1px solid #e9e9e9;
    background-color: #fcfcfc;
    padding: 16px;
}
.gal_img img {
    width: 100%;
}
.brand_img {
    max-width: 200px;
    float: left;
	height: 24px;
	overflow: hidden;
}
.brand_img {
	max-height: 24px;
}
.modal_product .brand_img {
	float: none;
    margin: 0 auto;
    text-align: center;
}
.modal_devis .color_info {
    padding: 40px 20px 15px;
    margin-top: -30px;
}
.page_accessoirs .ec_title {
    height: 40px;
    overflow: hidden
}
.modal_devis .ec_title {
    font-size: 18px;
    height: 44px;
    overflow: hidden
}
.modal_devis .opt_decoup p {
    font-weight: bold;
    color: #fff;
    margin: 6px 0 10px;
}
.modal_devis .opt_decoup select.form-control {
    height: 26px!important;
    color: #000000;
    border: solid 1px #f1f1f1;
    background-color: #f8f9fa;
}
.modal_devis .accptitle {
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: normal;
    color: #ffffff;
    margin: 10px 0 20px
}
.sm_desc {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: normal;
    line-height: 2;
    text-align: center;
    color: #333333;
	margin: 8px 0 0
}
.fix_titl.color_finit {
    margin: 6px 0 10px;
}
.wtab_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
    max-width: 900px;
	border: none
}
.tab_vasque.nav-tabs .nav-item {
    margin-bottom: 0;
}
.tab_vasque.nav-tabs .nav-link {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	color: #a7a7a7;
	width: 180px;
    padding: 8px 18px;
	text-align: center;
    background: none;
	border: none;
    border-radius: 0;
	margin: 4px 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;
}
.tab_vasque.nav-tabs .nav-link.active {
	font-weight: 500;
    color: #333333;
    background: none;
}
.rating_info {
    height: 20px;
}
.rating_info span {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.67;
    color: #333333;
    vertical-align: top;
}
.star-reviews {
    float: right;
    width: 140px;
    height: 20px;
    overflow: hidden;
	text-align: right
}
.stars {
    overflow: hidden;
    display: inline-block;
}
.star {
    background-image: url(../images/star.png);
    background-position: left 1px;
    background-size: 12px 60px;
    display: block;
    width: 12px;
    height: 16px;
    line-height: 16px;
    float: left;
    cursor: pointer;
    zoom: 1;
    margin: 0 2px 0 0;
}
.fullStar{
    background-position:left -28px;
}
span.nrate {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.67;
    color: #cccccc;
    vertical-align: top;
}
.rating > input {
    display: none;
}
.rating > label {
    color: #ddd;
    float: right;
    display: block;
    width: 17px;
    height: 16px;
    line-height: 16px;
	margin: 0
}
.rating > label:before {
    margin: 0 3px;
    font-size: 14px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
.rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}
.rating > label.checked {
    color: #f7b536;
}
.page_realis .ep_color {
    padding: 8px 16px 6px;
}
.page_realis .color_img {
    height: 140px;
    text-align: center;
    overflow: hidden;
    margin: 0 0 6px;
}
.page_realis .color_img img{
 /*   min-height: 100%;*/
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.selected_img {
    height: 350px;
	text-align: center;
	border: 1px solid #e9e9e9;
    overflow: hidden;
}
.selected_img img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.first_img {
    height: 350px;
    overflow: hidden;
}
.first_img img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.container-slide {
	position: relative;
	padding: 0 150px
}
.container-slide button[class*=owl-] {
    position: absolute;
    opacity: 0.8;
    background-color: #f6c647;
    padding: 12px 9px;
    color: #333333;
    width: 32px;
    height: 32px;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    border: none;
    border-radius: 0;
	outline: none;
    padding: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.container-slide button[class*=owl-] span {
    font-size: 36px;
    line-height: 14px;
}
.container-slide .owl-prev {
    left: 60px;
}
.container-slide .owl-next {
    right: 60px;
}
.slideshow.owl-carousel .owl-item{cursor: pointer}
.slideshow.owl-carousel .owl-item .item{
    border: 1px solid #e9e9e9;
}
.slideshow.owl-carousel .owl-item.firstActiveItem .item {
    border: 1px solid #f6c647;
}
.slidehome.owl-carousel.owl-drag .owl-item .item {
    max-height: 581px!important;
}
.fancybox-slide--iframe .fancybox-content {
    width  : 480px;
    height : 710px;
    margin: 0;
	background-color: #fcfcfc;
}
.modal_product .ep_color {
    padding: 25px 30px;
}
.modal_product .ep_color::before {
    display: none;
}
.modal_product .ep_color .color_finit {
    margin: 0 0 14px;
}
.modal_product .ep_color .color_img {
    border: 2px solid #e9e9e9;
    height: 260px;
    text-align: center;
    overflow: hidden;
}
.modal_product .ep_color .color_img img {
    height: 100%;
    width: auto;
}
.modal_product .ep_color .color_img .slidefinit {
    height: 260px;
}
.modal_product .ep_color .color_img .slidefinit .owl-item {
    height: 260px;
    line-height: 260px;
}
.modal_product .ep_color .color_img .slidefinit img {
	display: inline-block;
    height: auto;
    width: 100%;
}
.page_realis .ep_color .ec_title {
    text-align: left;
}
.modal_product .ep_color .color_info .ec_title {
    text-align: left;
    float: left;
    max-width: calc(100% - 60px);
}
.modal_product .ep_color .color_finit .ec_title {
    max-width: calc(100% - 60px);
	float: none;
    margin: 0 auto;
    text-align: center;
}
.modal_product .ep_color .price {
    float: right;
}
.modal_product .ep_color .sm_desc {
    text-align: left;
}
.modal_product .ep_color .color_info .sm_desc:first-child {
	font-size: 13px;
    font-weight: 500;
}
.modal_product .ep_color .color_info {
    margin: 0 0 16px;
}
.page_accessoirs .ep_color .color_img {
    height: 200px;
    line-height: 200px;
    text-align: center;
    overflow: hidden;
    background-color: #ffffff;
}
.page_accessoirs .ep_color .color_img img {
    width: 150px;
}
.our_coloris .color_img {
    height: 240px;
    text-align: center;
    overflow: hidden;
}
.our_coloris .color_img img {
    width: auto;
	max-width: none;
	min-width: 100%;
	height: 100%;
}
.our_coloris.guide .color_img {
    height: auto;
    text-align: center;
    overflow: hidden;
}
.our_coloris.guide .color_img img {
    width: auto;
	max-width: 100%;
	min-width: auto;
	height: auto;
}
.page_accessoirs .ep_color .sm_desc {
    height: 40px;
    overflow: hidden;
}
.blackgrey_bg {
    background: #353535;
    position: relative;
	height: 100%;
	overflow: hidden
}
.chaise_bg {
    background: url(../images/cbg.jpg) no-repeat center;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-item .chaise_bg img {
    display: inline;
    width: auto;
}
.btn-pagination {
    text-align: center;
    padding: 12px 0;
}
.btn-warning {
	font-family: Montserrat;
    font-size: 12px;
    font-weight: bold;
}
.btn-warning.selected {
    background-color: #333333;
    border-color: #222222;
    color:#ffffff;
}
.table_devis {
	transition: all .3s linear
}
.table_devis.accfixed {
    position: sticky;
    top: 16px;
}
#qui-sommes-nous, #engagement, #foir-quest {
    font-size: 14px;
    line-height: 1.5;
	margin-bottom: 40px;
}
#foir-quest {
	margin-bottom: 0;
}
#qui-sommes-nous h2, #engagement h2, #foir-quest h2 {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    color: #333333;
    margin: 10px 0 20px;
    position: relative;
}
#qui-sommes-nous img, #engagement img {
	width: 100%
}
.foir-quest h3 {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 15px;
}
.foir-quest {
    background-color: #fff;
    padding: 20px 50px;
}
.foir-questb {
    padding: 20px 50px;
}
#foir-quest + p{display: none}
#back-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding: 0;
    margin: 0;
    z-index: 1000;
    font-size: 16px;
    width: 38px;
    height: 38px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(51, 51, 51, 0.7);
    border: 2px solid #ffffff;
	border-radius: 6px;
}
#back-top a {
    color: #ffffff;
}
.fancybox-toolbar{opacity:1;visibility:visible}
.g_etap .num-devis {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-family: 'Roboto Condensed','Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    margin-right: 13px;
	display: block;
	margin: 0 auto;
	border: solid 2px #f7b536;
    color: #f7b536;
	text-align: center
}
.det-etape h3 {
    font-size: 26px;
    color: #f7b536;
    margin: 20px 15px 0 15px;
    text-align: center;
    font-weight: 300;
}
.error_404 {
    font-size: 200px;
    font-weight: 700;
    text-align: center;
    color: #3d3d3d;
}
.fancyzoom {
	display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 0px;
    color: #333333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all .3s ease-in-out
}
.ep_color:hover .fancyzoom {
    font-size: 20px;
}
.custom-control-input:disabled~.custom-control-label span:first-child{
    padding-left: 8px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #fcc253;
}
h5.fermeture {
    color: red;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.foot_text h5.fermeture {
    text-align: left;
    font-size: 14px;
}
p.adress-rouen{
    text-align: center;
    color: #3c3c44;
}
.tr-plaisir {
    text-align: center;
    font-weight: bold;
    color: #ff0000;
}
span.week-h {
    margin-left: 54px;
}
.page_content{
    background:#fff;
}
.table_cc td{
	font-size: 22px;
    font-weight: bold;
    color: #000;
}
.star-grey {
    color: #808080c7;
    font-size: 22px;
    font-weight: normal;
}
.last-tr td {
    font-size: 14px;
    font-weight: normal;
}
.modal .modal-dialog {
    overflow-x: hidden;
}
/*-------------Start Responsive Style----------------*/
@media (max-width: 1199px){
    .navigation-bar {
        height: 180px;
    }
    .header-menu .nav-res {
        padding: 22px 0;
    }
    .header-menu .nav-top {
        padding: 10px 0;
    }
    .header-menu::before {
        height: 72px;
    }
    .header-menu .navbar-menu .navbar-brand {
        max-width: 280px;
    }
    .navbar-menu .navbar-nav .nav-item .nav-link::before {left: 6px}
    .navbar-menu .navbar-nav .nav-item:hover .nav-link::before, .navbar-menu .navbar-nav .nav-item.active .nav-link::before {right: 6px;}
    .navbar-menu .navbar-nav .nav-item .nav-link, .navbar-menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        font-size: 13px;
        padding: 13px 6px;
    }
    .item_text h1 {
        font-size: 54px;
        margin-bottom: 60px
    }
    .ouriso .our-bloc p {
        font-size: 26px;
    }
    .catig-img {
        margin: 0 15px;
        height: 220px;
    }
    .catig-info {
        padding: 65px 15px 15px;
    }
    .catig-info .pro-title {
        font-size: 20px;
    }
	.product-img {height: 200px;}
	.filtertab .list-group-item {padding: 12px;}
	.txt_left {width: 90px;padding: 0 10px 0 0;}
	.txt_right {padding: 0 0 0 10px;width: calc(100% - 90px);}
	.txt_right p {font-size: 17px;}
	.txt_right a:first-of-type {margin-right: 10px;}
	.selected_img {height: 275px;}
	.first_img {height: 275px;}
	.container-slide {padding: 0 80px;}
	.container-slide .owl-prev {left: 24px;}
	.container-slide .owl-next {right: 24px;}
	.modal_devis .table_devis {position: fixed;top: auto;bottom: 0;width: 100%;left: 0;padding: 0 0 10px}
	.modal_devis .table_devis .table-wrapper {padding: 0 20px 0;}
	.our_devis.modal_devis .smtitle {margin: 0}
	.modal_devis #totaldevis .list-det-devis {display: none;transition: all .3s linear}
}
@media (max-width: 991px){
    .navigation-bar {
        height: 110px;
    }
    .header-menu::before {
        height: 62px;
    }
    .header-menu .nav-res {
        padding: 18px 0;
    }
    .nav-res .nav-item a span {display: none}
    .nav-top .btn-vplus {
        font-size: 18px;
        letter-spacing: 2px;
        padding: 10px 20px;
    }
	.nav-top .nav-item:first-child .nav-link::after{display: none}
	.header-menu .navbar-menu .navbar-brand {position: static;}
	.header-menu .nav-top {padding: 9px 0;}
	.header-menu {box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);}
    .header-menu.transform .navbar-menu {padding: 0;}
	.header-menu .navbar-menu .navbar-brand {padding: 6px 0;}
	.header-menu.transform .navbar-menu .navbar-brand {padding: 6px 0;}
	.navbar-light .navbar-toggler {color: #3c3c44;border: none;outline: none;font-size: 30px;}
    .navbar-menu .navbar-nav .nav-item .nav-link, .navbar-menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        font-size: 14px;
    }
	.navbar-menu .navbar-nav .nav-item .dropdown-menu {border: none;}
	.navbar-menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {font-weight: 500;padding: 8px 20px;}
	.nav-top .nav-item {display: none;}
    .navbar-menu .navbar-nav .nav-item .nav-link::before {
        left: 6px;
        right: auto;
        width: 0;
    }
    .navbar-menu .navbar-nav .nav-item:hover .nav-link::before, .navbar-menu .navbar-nav .nav-item.active .nav-link::before {
        right: auto;
        width: 40px;
    }
	.nav-top .nav-item:first-child, .nav-top .nav-item:nth-last-child(2), .nav-top .nav-item:last-child {display: list-item;}
	.slidehome.owl-carousel .owl-item {overflow: hidden}
	.widget {margin-top: 25px;}
	.selected_img {height: 200px;}
	.first_img {height: 200px;}
	.fancybox-slide--iframe .fancybox-content {max-width: 96%;}
	.item_text h1 {font-size: 40px}
    .title-conf {
        font-size: 30px;
    }
    .ourblog .card-title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .ourblog .card-text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 6px;
    }
    .list_filter {flex-wrap: wrap}
    .list_filter li {
        font-size: 20px;
        padding: 3px 30px;
        margin: 0 20px;
    }
    .ouriso .our-bloc {
        padding: 20px 10px 10px;
    }
    .ouriso .our-bloc p {
        font-size: 18px;
        margin-bottom: 10px
    }
    .cptitle {
        font-size: 26px;
    }
    .our-fincolor .col_finit {
        margin: 6px 0;
    }
	.our_coloris .slidefinit.owl-carousel .owl-item .item {
		height: 480px;
	}
    .nav-res .nav-item:first-child{
        display: none;
    }
    .nav-res .nav-item:nth-child(2) a{
        padding-left: 0;
    }
    .catig-img {
        margin: 0 15px;
        height: 250px;
        text-align: center;
    }
}
@media (max-width: 767px){
	.navigation-bar {height: 100px;}
	.header-menu::before {height: 50px;}
	.header-menu.transform::before {height: 50px;}
    .header-menu .nav-res {padding: 12px 0;}
	.header-menu .nav-top {padding: 6px 0;position: relative;}
    .nav-top .btn-vplus {
        font-size: 16px;
        padding: 8px 16px;
    }
	.header-menu.transform .navbar-menu {padding: 0;}
	.nav-top .nav-item:not(:last-child) {display: none;}
	.slidehome .item_text {padding: 0 15px;width: 500px;max-width: 100%}
	.slidehome .owl-item.active .item_text {transform: translate(-50%,50%)}
	.slidehome.owl-theme .owl-nav .owl-prev {left: 0;}
	.slidehome.owl-theme .owl-nav .owl-next {right: 0;}
	.filtertab-list .filtertab {display: block;text-align: center;}
	.filtertab .list-group-item {display: inline-block;width: auto;}
	.product {margin-bottom: 24px;}
	.products-new {margin-bottom: 26px;}
	.selected_img {height: 300px;}
	.first_img {height: 275px;}
    .list_filter li {
        font-size: 18px;
        margin: 0;
    }
    li.breadcrumb-item {
        font-size: 13px;
        line-height: 1.5;
    }
    .our-positifs {
        padding: 15px 15px 0;
    }
    .our-description {
        padding: 15px 15px 10px;
    }
    .our_coloris .color_img {
        height: 180px;
    }
    .info_finicolor {
        padding: 15px;
    }
    .ec_title {
        font-size: 20px;
    }
	.selected_img img {width: auto;position: static;height: 100%;transform: none;}
	.matrix .video {margin: 0 0 1rem}
	.foir-quest {padding: 20px 15px;}
	.foir-questb {padding: 20px 15px;}
	.tab_vasque.nav-tabs .nav-link{width: 160px}
	.compensate-for-scrollbar {margin-right: 0;}
    .cptitle {
        font-size: 24px;
    }
    .our-fincolor {
        max-height: none;
        margin-bottom: 10px;
    }
    .info_pvasque .nav-tabs .nav-link {
        padding: 10px!important;
        margin-bottom: 5px
    }
    .info_pvasque .nav-tabs .nav-link::after {display: none}
	.our_coloris .slidefinit.owl-carousel .owl-item .item {
		height: 380px;
	}
    /* .slidefinitnav {display: none!important} */
    .slidefinitnav.owl-carousel .owl-item img {
        height: auto;
    }
    .table_cc{width: 50%;margin: 0 auto;}
    .table_cc.table thead {display: none} 
	.table_cc.table tr td {border-top: none;text-align: left!important;}
	table.table.table_cc, .table_cc tbody, .table_cc tr, .table_cc th, .table_cc td{
		display: block;
	}
	.table_cc.table tr:not(:last-child) {margin-bottom: 20px}
	.table_cc.table th {color: #000;font-weight: 600;padding: 10px 0;}
	.table_cc.table td {padding: 3px 0}
	.table_cc.table tr:last-child th {
		border-bottom: 1px solid #b2b2b2;
	}
	.table_cc.table td::after, .table_cc.table th::after {display: none}
	.table_cc.table td::before {
	    content: attr(data-title);
	    display: inline-block;
	    width: 90px;
	    color: #666666;
	    font-weight: normal;
	    height: 25px;
	    line-height: 25px;
	    font-size: 14px;
	}
	.star1::before, .star2::before, .star3::before, .star4::before, .star5::before, .star1::after, .star2::after, .star3::after, .star4::after, .star5::after {
		line-height: 18px
	}
    .tc_title {
        font-size: 22px;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .table_cc.table_cf.table td::before {
        display: block;
        width: auto;
        margin: 10px 0;
        color: #000;
    }
    .table_cc.table_cf.table tr {
        padding-bottom: 10px;
        border-bottom: 1px solid #666;
    }
    .table_cc.table_cf.table td{
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) and (min-width: 576px){
	.container {max-width: 570px;}
	.filtertab-list {margin-bottom: 24px;}
}
@media (max-width: 767px) and (min-width: 500px){
	.col-ms-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
}
@media (max-width: 575px){
	.navigation-bar {height: 98px;}
    .nav-res .nav-item a {
        padding: 0 10px;
    }
    .nav-res .nav-item a i.fa {margin-right: 0;}
    .nav-top .btn-vplus {letter-spacing: 0}
	.header-menu::before {height: 50px;}
	.header-menu.transform::before {height: 50px;}
	.header-menu .navbar-menu .navbar-brand{max-width: 220px;margin: 0}
	.header-menu.transform .navbar-menu .navbar-brand{max-width: 220px}
	.slidehome.owl-carousel .owl-item img {width: auto;max-width: none;height: 240px;position: relative;left: 50%;transform: translateX(-50%);}
	.slidehome .owl-item .item_text {width: 100%}
	.slidehome .owl-item.active .item_text {transform: translate(-50%,50%);width: 100%}
    .item_text h1 {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .slidehome .item_text .btn-vplus {
        font-size: 15px;
        padding: 6px 16px;
    }
	.product-img {height: 220px;}
    .our_config {
        padding: 10px 0;
        margin-bottom: 40px;
    }
    .ourblog .card.cardfirst .card-img {height: auto}
    .ourblog .card .card-img {height: auto}
    .ourblog .card_bt {padding-left: 15px;}
    .our_breadcrumbs .breadcrumb {
        padding: 12px 0;
    }
    .title-header {
        font-size: 34px;
        padding: 0;
        margin: 15px auto 10px;
    }
    .smtitle {
        font-size: 22px;
        margin-bottom: 20px
    }
    .our_coloris .slidefinit.owl-carousel .owl-item .item {
        height: auto;
    }
    .our_coloris .slidefinit.owl-carousel .owl-item .item img {
        top: auto;
        transform: none;
    }
	.txt_right {padding: 0;}
	.txt_left::after{display: none}
	.txt_right p {font-size: 16px;}
	.selected_img {height: 260px;}
	.first_img {height: 175px;}
	.container-slide {padding: 0 32px;}
	.container-slide .owl-prev {left: 0;}
	.container-slide .owl-next {right: 0;}
	.modal_product .ep_color {padding: 15px 20px;border: none}
	.fancybox-slide--iframe {padding: 20px 20px 0;}
	.fancybox-slide--iframe .fancybox-content {width: 100%;}
	.section-title {font-size: 22px}
	.section-title::before {width: 80px}
	.modal_product .ep_color .color_img {height: 210px}
	.modal_product .ep_color .color_img .slidefinit {height: 210px}
	.modal_product .ep_color .color_img .slidefinit .owl-item {height: 210px;line-height: 210px;}
	.navbar-light .navbar-toggler {padding: 4px 6px}
	.nav-top .btn-vplus {right: 55px;}
    .conf-desc {
        padding: 20px 20px 30px;
    }
    .title-conf {
        font-size: 24px;
        margin: 0 auto 20px;
    }
    .table_compar.table_finit .table thead th:last-child {
        min-width: 240px;
    }
    .our_devis .mater {
        padding: 20px 20px 5px;
    }
    .our_devis .smtitle {
        font-size: 20px;
    }
    .form-bordur img {
        height: 80px;
        margin: 15px 0;
    }
    .opt_img img {
        height: 100px;
        max-width: 100%;
    }
    .info_pvasque {
        padding: 20px 14px;
    }
    .catig-img {
        margin: 0 15px;
        height: 260px;
        text-align: center;
    }
    .our_coloris .color_img {
        height: 355px;
    }
}
@media (max-width: 499px){
	.product-img {height: 200px;}
}
@media (max-width: 400px) {
    .modal_product .ep_color .color_img {
        height: 160px
    }

    .modal_product .ep_color .color_img .slidefinit {
        height: 160px
    }

    .modal_product .ep_color .color_img .slidefinit .owl-item {
        height: 160px;
        line-height: 160px;
    }
}
select.accseldev{
    width: 135px !important;
    margin: 10px auto !important;
}
select.accidcolor{
    width: 135px !important;
    margin: 10px auto !important;
}

.card-header > h5{font-size: 17px; margin-bottom: 0}
