@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
	
}

a,p,li,ul,h1,h2,h3,h4,h5,button,label,input,select,option {
	list-style: none;
	text-decoration: none !important;
	font-family: Barlow,Sans-Serif;
	font-weight: 200;
}
.page-description p {
	font-weight:normal;
}
p{margin-bottom: 0;}
ul {
	margin-left: 0 ;
	padding-left: 0 ;
}
body{
	background: #fff;	
}
a:hover{
	text-decoration: none
}
h3 {font-weight: 200}
header{
	width: 100%;
}
.logo{
	width:300px;
	height: 150px;
	 display: flex;
	 flex-direction: row;
	 align-items: center;
  	 justify-content: left;	
	position: absolute;
	text-align: left;
	top:0;
	left: 0;
}
.logo .text{
	width: 100%
}
.logo a {
	font-size:30px;
	font-weight: 500;
	color:#0b141a
	
}
.logo p {
	font-size:27px;
	margin-bottom: 0 !important;

}
.nav{
	padding-left: 300px;
	width: 100%;
}
.nav ul{
	
	 height: 150px;
	 display: flex;
	 flex-direction: row;
	 align-items: center;
  	 justify-content: right;
	 margin-bottom: 0;
}
.nav ul li{
	padding:10px 20px;
	position: relative;
}
.nav ul li a{
	font-size: 14px;
	color:#585858;
	font-weight: 300;
		white-space: nowrap;
		display: block;
		
}
.nav ul li.active a{
	color:#000
}
.icon{
	margin-left: 6px
}

.nav ul li a .icon{
	transition-duration: 0.1s;
    transition-property: transform;	

	
}

.nav ul li:hover  a .icon {
	transform: rotate(90deg);
}

.nav ul li ul {
	z-index: 2;
	 position: absolute;
	display: none;
	margin-top: 10px;
	margin-left: -20px;
	width:200px;
	 flex-direction: column;
	 align-items:flex-start;
	 justify-content:flex-start;
}
.nav ul li:hover ul{
	display: flex;
}
.nav ul li ul li{
	background: #fff;
	width: 100%;
	padding: 0;
}
.nav ul li ul li a{

	padding:10px 20px;
}
.nav ul li ul li:hover{
	background: #ccc;
	width: 100%;
}
.mx-close{
	position: absolute;
	height: 40px;
	width: 40px;
	background: #eee;
	padding: 10px;
	cursor: pointer;
	opacity: 0.8;
	top:10px;
	right:15px;
	border-radius: 4px;
}
.mx-close span{
	height: 1px;
	width: 21px;
	background: #000;
	position: absolute;
	display: block;
	margin-top: 9px;
	transform: rotate(45deg);
}

.mx-close span:after{
	content: "";
	height: 1px;
	width: 21px;
	background: #000;
	position:absolute;
	top:0px;
	right:0;
	display: block;	
	transform: rotate(90deg);
}

.nav_ico{
	position: absolute;
	height: 40px;
	width: 40px;
	background: #eee;
	padding: 10px;
	right:20px;
	cursor: pointer;
	opacity: 0.8;
	border-radius: 4px;
}
.nav_ico:hover{
	opacity: 1;
}
.nav_ico:active{
	opacity: 1;
	background: #ccc;
}

.nav_ico span{
	height: 1px;
	width: 20px;
	background: #000;
	position: absolute;
	display: block;
	margin-top: 4px;
}

.nav_ico span:after{
	content: "";
	height: 1px;
	width: 20px;
	background: #000;
	position:absolute;
	top:6px;
	right:0;
	display: block;	
}

.nav_ico span:before{
	content: "";
	height: 1px;
	width: 20px;
	background: #000;
	position:absolute;
	top:12px;
	right:0;
	display: block;	
}

.container {	
}
.slider-images {
	width: 100%;
	height: 580px;
	overflow: hidden
}
.slider-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 0px;
	}
.slider-content{
	padding: 20px 0 ;
	position: relative;
}
.slider-fonction{
	position: absolute;
	right: 0;
	height: 30px;
	bottom:75px;
	width:70px;
	z-index: 99;
	display: flex;
	margin:0 -5px ;
	background: #fff;
}
.slider-fonction button {
	flex:auto;
	margin:0 5px;
	background: none;
	border:none;
	color:#999
}
.slider-fonction button:hover {

	color:#333
}

.block .title {
	margin-bottom: 15px;
	font-weight: 400;
}
.block ul {
	padding-left: 0%;
}
.block .content {
	
}
.block-title{
	font-weight: 400;
	padding-bottom: 20px;
	font-size: 20px
}
.block-content {
	margin-top: 20px
}
/*Gallery*/
.content-lr{
	display: flex;
	flex-direction: row
}
.filter{
	background: #fff;
	width:280px;
	padding:0 30px 0px 0px;
	box-shadow: 0px 22px 24px 0px rgba(46,51,51,0.07);
	overflow-y: scroll;
}
.filter-content{
	padding: 15px 0 15px 15px;
}
.gallery {
	flex: 1;
}

.gallery .function{
	height: 40px;
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
	position: relative;
}

.gallery .function .form-select{
	width: auto;
	position: absolute;
	right:0;
}
.gallery .function .filterBtn {
	position: absolute;
	left:0;
	border-color: #ced4da;
	color:#212529;
	display: block;
	
}

/* article */
.article {
	flex: 1;
	padding: 0px;
	background: #fff
}
.article-detail{
	background: #eee;
	width:350px;
	padding: 30px
}
.article-detail p {
	margin-bottom:15px
}
.article-info{
	flex: 1;
}
.article-info>div{

}
.article-info>div>div{

}
.article-info>div>div p{
	margin-bottom: 0;
	overflow: hidden;
}
.article-description{
	padding: 15px;
	margin-top: 20px;
}
.article-description p{
	font-size: 14px;
	font-weight: 400;
}
.page-description p{
	margin-bottom: 15px !important;
}
.article-info-block {

	margin-top: 20px;
	padding: 5px 15px;
	background: #eee;
	border-radius: 4px;
}
.article-info-block p{
	font-size: 14px;
	font-weight: 300;
	color:#666;
}
.article-info-block span{
	font-size: 13px;
	font-weight: 500;
	color:#9e8f6b	;
}

.aticle-content-lr{
	display: flex;
	flex-direction: row
}

.article-detail .price {
	border-top:1px solid #ccc;
	padding-top: 15px;
	font-size: 24px;
	margin-bottom: 10px;
}
.article-detail .price h6 {
	margin-bottom: 0;
	font-size: 12px;
	line-height:12px;
}
.article-detail .price span {
	font-size: 14px;
	font-weight: 400;
}
.btn-propo{
	background: #9e8f6b;
	padding: 8px 15px;
	color:#221e16;
	font-weight: 300;
	text-align: center;
}

.time .title {
	font-size: 14px;
	font-weight: 500
}
.time li {
	display: flex;
	flex-direction: row;
}
.time p {
	margin-bottom: 0;

}
.time p.description {
	margin-top:10px;

}
.time ul {
	margin-top: 10px;
	display: flex;
	flex-direction: row;

}
.time ul li {
	margin-right: 10px;
}
.fw300 {
	font-weight: 300;
}
.fw400 {
	font-weight: 400;
}
.date {
	padding-right: 10px;
	
	text-align: right;
	border-right: 1px solid #333;
	position: relative;
	min-width: 150px;
}
.date:after{
	content: " ";
	height: 9px;
	width: 9px;
	border-radius: 50%;
	background: #333;
	position:absolute;
	top:6px;
	right:-5px;	
}
.time .content{
	padding-left: 10px;
	padding-bottom: 15px;
	flex:1;
	font-size: 14px;
}
/*category*/


.style-input-2 {
	
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 -8px;
	
}
.style-input-3 {
	
	display: flex;
	margin: 0 -8px;
	
}
.style-input-3 label {
	
	padding: 5px !important;
	
}

.style-input-2 .radio-check {margin:0 8px;margin-bottom: 15px;}
.style-input-2 input{
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
.style-input-2 label {
	text-align: center;
	position: relative;
	font-weight: 600;
	margin: 0;
	border:1px solid #ddd;
	width: 100%;
	height: 100%;
	padding: 5px 0;
	border-radius: 4px;
	cursor: pointer;
	
}
.style-input-2 label i{
	display: inline-block;
	vertical-align:middle;
	font-weight: 300;
	color:#bfbfbf
}
.style-input-2 label span {
	display: inline-block;
	vertical-align:middle;
	font-weight: 300;
	background: #bfbfbf;
	color:#666
}
.style-input-2 [type="checkbox"]:disabled + label {
  color: #aaa;
}
.style-input-2 [type="checkbox"]:checked + label {
 border-color: #dddddd;
 background: #dddddd;
}
.style-input-2 [type="checkbox"]:checked + label span{
	background: #555;
}
.style-input-2 [type="checkbox"]:checked + label i{
	color: #555;
}

/*colorpick*/

.style-input-3 {
	
	margin: 0 -8px;
	
}
.style-input-3 .radio-check {margin:0 8px;margin-bottom: 15px;}
.style-input-3 input{
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
.style-input-3 label {
	text-align: center;
	position: relative;
	font-weight: 600;
	margin: 0;
	border:1px solid #ddd;
	width: 100%;
	height: 100%;
	padding: 6px 0;
	border-radius: 4px;
	cursor: pointer;
	
}

.style-input-3 label span.color-val {
	display: inline-block;
	vertical-align:middle;
	font-weight: 300;
	background: #bfbfbf;
	color:#666;
	height: 20px;
	width: 20px;
}
.style-input-3 [type="checkbox"]:disabled + label {
  color: #aaa;
}
.style-input-3 [type="checkbox"]:checked + label {
 border-color: #dddddd;
 background: #dddddd;
}
.style-input-3 [type="checkbox"]:checked + label span{
	background: #555;
}
.style-input-3 [type="checkbox"]:checked + label i{
	color: #555;
}



.fselect {
	margin-bottom: 15px;
}


.fradio-flex {
	display: flex;
}
.fradio-float {
	
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(50px, auto));
	

}
.fradio-flex .fradio-check {
	flex:auto;
}
.fradio-float .fradio-check {
	vertical-align: middle;
	line-height: 14px;

}
/*Footer*/

footer {
	margin-top: 50px
		
}
.info{
	margin-top: 20px;
	border-top:1px solid #ccc;
	padding:30px 0;
	width:100%;
}
.info p{
	
}
.show2{
	display: block !important;
	z-index: 1;
}

.list-content li{
	background:#eee;
	margin-bottom:20px;
	padding:15px;
}

.list-content li a{
	color:#000;
}

.list-content li .title a{
	font-size:16px;
	font-weight: 500 !important;
}

.list-content li ul li{
	display: inline-flex;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0;
}
.list-content li .description{
	font-size:14px !important
}
.list-content .single_infos{
	margin-top:8px 0;
	font-size:14px !important
}
.list-content li ul li{
	display: inline-flex;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0;
}
.list-content .list-date {
	text-align: right;
}
.list-content .description {
	margin:15px 0;
}


.anim {
	-webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
	transition: opacity .2s ease,-webkit-transform .2s ease;
	transition: transform .2s ease,opacity .2s ease;
	transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.anim:not(.show) {
 opacity: 0;
	-webkit-transform: scale3d(.9,.9,1);
	transform: scale3d(.9,.9,1);
}
.modal.anim .modal-dialog {
	  opacity: 1;
		-webkit-transform: scale3d(.9,.9,1);
		transform: scale3d(.9,.9,1);
		-webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
		transition: opacity .3s ease,-webkit-transform .3s ease;
		transition: transform .3s ease,opacity .3s ease;
		transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
		   -webkit-transition-delay: .2s;
		transition-delay: .2s;
}
.modal.show .modal-dialog {
opacity: 1;
-webkit-transform: none;
transform: none;
}
.modal-contact .modal-header , .modal-contact .modal-footer{
border:none;
}

.modal-contact .form-control , .modal-contact .modal-content , .modal-contact .btn{
border-radius:0
}
.modal-contact  label {
font-size:13px;margin-bottom:5px;
}
.btn-secondary{
border-width:2px;
background-color:#b5b8bb;
border-color:#b5b8bb;
}

.btn-primary {
color: rgb(158, 143, 107);
background-color: #fff;
border-color: rgb(158, 143, 107);
border-width:2px;
}

.btn-primary:hover {
color: #fff;
background-color: rgb(158, 143, 107);
border-color: rgb(158, 143, 107);
}
.btn-primary:active {
color: #fff;
background-color:rgb(87, 78, 57);
border-color: rgb(87, 78, 57);
box-shadow:none;  
}
.btn-primary:focus {
color: #fff;
background-color:rgb(87, 78, 57);
border-color: rgb(87, 78, 57);
box-shadow:0 0 0 .25rem rgb(196, 191, 179);
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .25rem rgb(196, 191, 179);
}
.modal-contact input:active, .modal-contact select:active , .modal-contact textarea:active , .modal-contact input:focus, .modal-contact select:focus , .modal-contact textarea:focus {
box-shadow: 0 0 0 .25rem rgb(196, 191, 179);border-color:rgb(158, 143, 107);
}
.modal-contact input::placeholder , .modal-contact select {
font-size:14px;
font-family: Barlow,Sans-Serif;
}
.modal-contact .modal-body {
	padding-top: 0;padding-bottom: 0;
}



	.btn-message {
		background: #9e8f6b;
		color:#000;
		width:100%;
		border:none;
		height: 40px;
	}
	
	.btn-message:hover {
	color: #fff;
	background-color: rgb(87, 78, 57);
	}
	.btn-message:active {
	color: #fff;
	background-color:rgb(87, 78, 57);
	box-shadow:none;  
	}
	.btn-message:focus {
	color: #fff;
	background-color:rgb(87, 78, 57);
	box-shadow:0 0 0 .25rem rgb(196, 191, 179);
	}
	.btn-message:focus, .btn-message:focus, .btn-message.active:focus, .btn-message:active:focus, .show > .btn-message.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgb(196, 191, 179);
	}

	.btn-price {
		background: #ccc;
		color:#000;
		padding: 8px 15px;
		width:100%;
		border:none;
	}
	
	.btn-price:hover {
	color: #fff;
	background-color: #666;
	}
	.btn-price:active {
	color: #fff;
	background-color:#666;
	box-shadow:none;  
	}
	.btn-price:focus {
	color: #fff;
	background: #666;;
	box-shadow:0 0 0 .25rem rgb(202, 202, 202);
	}
	.btn-price:focus, .btn-price:focus, .btn-price.active:focus, .btn-price:active:focus, .show > .btn-price.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgb(202, 202, 202);
	}



@media (min-width: 0px) {
	
	.slider-images {
		height: 350px;
	}
	header {
		height: 100px;
	}
	.logo{
		height: 100px;
		width: 200px;
	}
	.logo a {
		font-size: 24px;
	}
	.logo p {
		font-size: 21px;
		
	}
	
	.nav_ico {
		top:25px;
		right: 0px;
	}
	.block-content{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.block-title{
		padding-bottom: 0px;
		font-size: 16px !important;
		margin-bottom: 0px;

	}
	.block-content p {
		margin-bottom: 10px;
		font-size: 12px;
	}
	.filter {
		display: none;
		position: fixed;
		top:0;
		left:0;
		height: 100%;
		width: 100%;
		z-index: 100;
	}
	.aticle-content-lr{
		display: flex;
		flex-direction: column
	}
	.article-detail{
		background: #eee;
		width:100%;
		padding: 15px
	}
}


@media (min-width: 576px) {
	.cdate{
		display: none;
	}
	.slider-images {
		height: 420px;
	}
	.block-title{
		padding-bottom: 0px;
		font-size: 20px !important
	}
	.block-content {
		margin-top: 20px
	}
	.block-content p {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.filter {
		width: 350px;
	}
}

@media (min-width: 768px) {  
	.slider-images {
		height: 420px;
	}
	header {
		height: 120px;
	}
	.logo{
		height: 120px;
		width: 250px;
	}
	.logo a {
		font-size: 30px;
	}
	.logo p {
		font-size: 27px;
	}
	.nav_ico {
		top:35px;
		right: 0px;
	}
	

}

@media (min-width: 992px) {  
	.mx-close{
		display: none;
	}
	.slider-images {
		height: 440px;
	}
	header {
		height: 150px;
	}
	.logo{
		height: 150px;
	}
	.nav {
		display: block;
	}
	.nav_ico {
		display: none;
	}
	.filter {
		display: block;
		position: relative;
		width: 320px;
		box-shadow:none
	}
	.filter-content {
		padding: 0;
	}
	.gallery .function .filterBtn {
		position: absolute;
		left:0;
		border-color: #ced4da;
		color:#212529;
		display: none;
		
	}
	.aticle-content-lr{
		display: flex;
		flex-direction: row
	}
	.article-detail{
		background: #eee;
		width:300px;
		padding: 20px
	}
}

@media (min-width: 1200px) {  
	.slider-images {
		height: 580px;
	}
	.filter {
		display: block;
	}
	.aticle-content-lr{
		display: flex;
		flex-direction: row
	}
	.article-detail{
		background: #eee;
		width:350px;
		padding: 30px
	}
	
}

@media (min-width: 1400px) { 
	.slider-images {
		height: 580px;
	}
}

@media (max-width: 991px){
	.nav{
		display: none;
		width: 350px;
		position: fixed;
		top:0;
		right: 0;
		height: 100%;
		background: #fff;
		z-index: 999;
		padding-left: 0;
		padding-top: 60px;
		box-shadow: 0px 22px 24px 0px rgba(46,51,51,0.07);

	}
	.nav ul {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction:column;
		align-items:baseline;
		justify-content: left;
		margin-bottom: 0;
	}
	.nav li {
		width: 100%;
	}
	.nav ul li {
		padding: 0;
	}
	.nav ul li a{
		padding: 10px 30px;
		display: block;
	}
	.nav ul li a:hover{
		padding: 10px 30px;
		display: block;
		background: #ccc;
	}
	.nav ul li ul {
		margin-top: 0;
		display: block;
		position: relative;
		width: 100%;
		margin-left: 0;
	}
	.nav ul li ul li a {
		padding-left: 50px;
	}
	.nav ul li ul li a:hover {
		padding-left: 50px;
	}
	.filter{
		padding:0 15px 0px 0px;
	}
	.filter-content{
		padding: 60px 0 15px 15px;
	}
}
@media (max-width: 575px){
	.nav{
		width: 100%;
	}
	.date{
		min-width: 0px;
		
	}
	.date span{
		display: none;
		
	}
}