body{
	font-family: 'Libre Baskerville', serif !important;
}

a {
	color: #d17361;
}

body, header, footer, .h1, .h2, .h3, .h4, .h5, .h6, div, p, a{
	color: #111111;
}

.no-gutters{
	margin-right: 0;
	margin-left: 0;
}

.ft_small{
	font-size: 12px;
}

.d-flex{
	display: flex;
}

.justify-content-center{
	justify-content: center;
}

/* Header */

header{
	font-family: 'Oswald', sans-serif;
	font-weight: 400 !important;
}

header .row{
	display:flex;
	align-items: center;
}

#header .header-top a[data-depth="0"]{
	color:#111111;
}

.header-nav .row{
	justify-content: center;
}

.header-nav{
	width:100%;
}

.header-top{
	padding:0px !important;	
}

.top-menu li{
	position: relative;
}
.top-menu li::after{
	content: ' ';
	opacity: 0;
	transition: all 0.2s;
	height: 3px;
	width: 100%;
	background-color: #c8a679;
	position: absolute;
	top:0;
	left: 0;
}
.top-menu li:hover::after{
	opacity: 1;
}

.top-menu a[data-depth="0"]{
	font-weight: 400;
	letter-spacing:0.5px;
	font-size:15px;
	line-height:29.5px;
	height:100%;
}

.top-menu a[data-depth="1"]{
	font-weight:400;
	margin-top:7px;
}

.dropdown-item:focus,.dropdown-item:hover {
	color: #d17361;
}

#header a:hover{
	color: #d17361;
	text-decoration: none;
}

#header .top-menu a[data-depth="0"]:hover,a:hover {
	color: #d17361;
	text-decoration: none;
}

#_desktop_logo {
	display:flex;
	align-items:center;
	height:100%;
}

.bi-basket3,.bi-person-circle{
	font-size:1.5em;
}
#_desktop_user_info{
	width:auto;
	height:2em;
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
}

#_desktop_cart{
	width: auto;
	height:2em;
	padding-left:5px;
	padding-right:5px;
}

.navbar-bg{
	background-color:#fff;
}

.top-menu .sub-menu{
	padding:20px;
	width:auto;
}

#header .header-nav .cart-preview.active{
	background-color:#fff;
}
#header .header-nav .cart-preview.active .bi-basket3{
	color:#111111;
}

.block_newsletter form input[type=text]:focus+button .search, .btn-unstyle:focus .expand-more, .search-widget form input[type=text]:focus+button .search {
	color: #d17361;
}

#nav_mobile{
	width:100%;	
}

/* Wrapper*/

#wrapper {
	padding-top: 0px;
	background-color:#fff;
}

#wrapper .container-fluid{
	padding: 0px;
}

/*Slider*/

#content-wrapper{
	padding: 0px;
}

.carousel{
	height: 600px;
}

.carousel .carousel-inner {
	height: 600px;
}

@media (max-width: 991px){
	.carousel .carousel-item .caption {
		position: absolute;
		bottom: 28px;
		left: 90px;
		max-width: 340px;
		color: #fff;
	}
}

@media (max-width: 991px){
	.carousel .carousel-item .caption .display-1 {
		color: #fff;
	}
}

.carousel-inner figure{
	width:100%;
	height:100%;
}

.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
	font-size: 1.5rem;
	opacity: 0.9;
}

.carousel-control .icon-prev {
	margin-left: -15px;
}

.carousel-control .icon-next {
	margin-right: -15px;
}

@media (max-width: 991px){
	.carousel .direction .carousel-control .icon-prev {
		left: 0;
		margin-left: 7px;
	}
}

@media (max-width: 991px){
	.carousel .direction .carousel-control .icon-next {
		right: 0;
		margin-right: 7px;
	}
}

.carousel .carousel-control .icon-next:hover i,.carousel .carousel-control .icon-prev:hover i,.dropdown:hover .expand-more,.page-my-account #content .links a:hover i,.search-widget form button[type=submit] .search:hover,.top-menu .sub-menu a:hover {
	color: #d17361;
}

@media (max-width: 991px){
	.carousel .direction .carousel-control i {
		background: none;
	}
}
.carousel-inner figure img{
	object-position:0px -1100px;
}

@media (max-width: 1400px) {
	.carousel-inner figure img{
		object-position:0px -700px;
	}
}

@media (max-width: 1200px) {
	.carousel-inner figure img{
		object-position:0px -600px;
	}
}

@media (max-width: 992px) {
	.carousel-inner figure img{
		object-position:0px -450px;
	}
}

@media (max-width: 768px) {
	.carousel-inner figure img{
		object-position:0px -300px;
	}
}

@media (max-width: 576px) {
	.carousel-inner figure img{
		object-position:0px -150px;
	}
}

@media (max-width: 500px) {
	.carousel-inner figure img{
		object-position:0px -50px;
	}
}

/* Footer */

.account-list a:hover, .block_newsletter form button[type=submit] .search:hover, .footer-container li a:hover {
	color: #d17361;
}

#block_myaccount_infos a:hover{
	color:#d17361;
}

.block_newsletter form input[type=email]:focus {
	border: 2px #d17361 solid;
}

.btn_vanerra{
	background-color: #d17361;
	margin-left: 5px;
}
.btn_vanerra:hover{
	opacity:0.9
}

.hvr-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

.blockreassurance svg{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.blockreassurance svg:hover, .blockreassurance svg:focus, .blockreassurance svg:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* CMS */

.page-content.page-cms ul, p {
	color: #111111;
}

.text-underline{
	text-decoration: underline;
}


/*Contact*/

.form-control:focus {
	border-color: #d17361;
	outline: 0.1875rem solid #d17361;
}

form .btn-default{
	background-color: #d17361 !important;
}

form .btn-primary{
	background-color: #d17361 !important;
}

form .btn-primary:hover{
	opacity: 0.8;
}


/* Produits */

#subcategories ul li:hover .subcategory-image a {
	border: 5px solid #d17361;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
	border: 0;
	border-bottom: #d17361 3px solid;
}

.tabs .nav-tabs .nav-link.active {
	color: #d17361;
}

.product-miniature .highlighted-informations .quick-view:hover {
    color: #d17361;
}

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
	border: #d17361 3px solid;
}

#blockcart-modal .product-name {
	color: #d17361;
}

.btn-primary,.btn-primary:hover {
	background-color: #d17361;
}

.btn-primary:hover {
	opacity: 0.8;
}

.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle {
	background-color: #d17361;
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {

	background-color: #d17361;
}

.btn-primary.focus,.btn-primary:focus {
	background-color: #d17361;
}

.has-discount .discount {
    background: #c8a679;
}

/*Compte*/

.custom-radio input[type=radio]:checked+span {
	
	background-color: #d17361;
}

.input-group.focus {
	outline: #d17361 0.1875rem solid;
}

.text-primary{
	color: #111111 !important;
}

a.text-primary:focus, a.text-primary:hover {
	color: #d17361!important;
}

.wishlist-product-combinations a:hover {
	color: #d17361 !important;
}


/*Checkout*/

body#checkout section.checkout-step .address-item.selected {
    border: #d17361 3px solid;
}

body#checkout a:hover {
    color: #d17361;
}

.done {
    color: #d17361;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: #d17361;
}