@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Raleway:wght@300;400;600;700&display=swap');

@font-face{
font-family:'OxatisIconFont';
src:url('/frontend/fonts/OxatisIconFont-line/Flaticon.eot#iefix') format('embedded-opentype'), url('/frontend/fonts/OxatisIconFont-line/Flaticon.ttf') format('truetype'), url('/frontend/fonts/OxatisIconFont-line/Flaticon.woff') format('woff'), url('/frontend/fonts/OxatisIconFont-line/Flaticon.svg#Flaticon') format('svg');
font-weight:normal;
font-style:normal;
}

#diapoAccueil{
	margin-top: -15px;
}

#reassuranceAccueil{
	margin-bottom: -15px;
}

.categoriesAccueil img{
	transition: .3s ease-in-out;
}

.categoriesAccueil:hover img{
	opacity: 0.5;
	transition: .3s ease-in-out;
}

.tdgAccueil .sectiondataarea{
	background-color: transparent;
}
.tdgAccueil .ox-need-space{
	margin-top: 0 !important;
}
.tdgAccueil .PBItemImg{
	margin: auto;
}
.tdgAccueil .ox-product-name{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #424242;
	font-weight: 400;
	font-size: 16px;
}
.tdgAccueil .ox-product-price{
	display: flex;
	flex-flow: row-reverse;
	justify-content: center;
	align-items: center;
}
.tdgAccueil .ox-product-price .PBDiscount{
	display: none;
}
.tdgAccueil .ox-product-price .PBSalesPrice{
	font-family: 'Raleway', sans-serif;
	color: #424242 !important;
	font-weight: 400;
	font-size: 16px;
	padding: 0 5px;
}
.tdgAccueil .ox-product-price .PBStrike{
	font-family: 'Raleway', sans-serif;
	color: #ababab;
	font-size: 16px;
	font-weight: 400;
	padding: 0 5px;
}

.gamme span{
	padding-left: 25px;
}

.rayon span{
	font-weight: 700;
	text-decoration: underline;
}

#newsletterFooter{
	width: 100%;
}

.c-app-subscribe-to-news__title{
	font-family: 'Playfair Display', serif;
    color: #b29956 !important;
    font-size: 25px;
    font-weight: 400;
	text-align: center;
	text-transform: uppercase;
    margin: 0 0 10px 0;
}
.c-app-subscribe-to-news__inner .c-button--primary{
	background-color: #b29956;
}

body, button, select, html, textarea, input {
font-family: 'Raleway', sans-serif;
font-weight:400;
}

.c-oxm-page-toolbar__title {
font-family: 'Playfair Display', serif;
font-weight:400;
}

.ox-iconfont-shopping-cart::before {
content:"\f111";
}

.c-oxm-search-toolbar__inner{
background-color:#FFFFFF;
}
.c-site-header{
background-color:rgba(255,255,255,1);
border-bottom-color:#EAE9E8;
border-bottom-style:solid;
border-bottom-width:1px;
}
.c-oxm-search-toolbar__inner .c-cs-icon, .c-site-header .c-cs-icon, .c-oxm-search-toolbar__inner .c-oxm-cart-infos__total, .c-site-header .c-oxm-cart-infos__total {
color:#000000;
}

.c-cs-discount__discount-value, .c-cs-product-discount__discount-value{
color:#FFFFFF;
background-color:#2A2626;
}

.c-cs-product-option-list__item.is-selected {
box-shadow:inset 0 0 0 5px #BE9C40;
}
.c-oxm-slider-chips-element.is-selected {
background-color:#BE9C40;
}
.l-facet__value.is-selected {
color:#BE9C40;
}
.l-facet__values-container--color-grid .l-facet__value.is-selected {
color:#BE9C40;
}
.l-facet__values-container--value-grid .l-facet__value.is-selected {
background-color:#BE9C40;
border-color:#BE9C40;
color:#FFFFFF;
}

md-checkbox.md-checked .md-icon {
background-color:#BE9C40;
color:#fff;
}
md-radio-button.md-checked .md-on {
background-color:#BE9C40;
}
md-input-container.md-input-focused label:not(.md-no-float) {
color:#BE9C40;
}

.md-calendar-selected-date .md-calendar-date-selection-indicator {
background-color:#BE9C40;
color:#FFFFFF;
}
.md-calendar-date-today .md-calendar-date-selection-indicator {
border:1px solid #1b395e;
border-color:#BE9C40;
}

.c-button {
border-radius:3px;
}
.c-button--primary {
background-color:#82BA8C;
color:#FFFFFF;
}
.c-oxm-cart-infos__qty {
background-color:#BE9C40;
color:#FFFFFF;
}
.c-cs-double-slider .sliderContainer .cursor:nth-of-type(2) .ruler {
background-color:#BE9C40;
}
.c-cs-double-slider .sliderContainer .pointer {
background-color:#BE9C40;
}
.c-tabs__title.is-active {
color:#BE9C40;
}

.c-product-list__price .PBSalesPrice .origin, .c-product-detail__price .PBSalesPrice .origin, .c-oxm-cart-summary__line--total .PBSalesPrice .origin{
color:#000000;
}

.c-site-footer {
background-color:#383333;
}
.c-site-footer__info-img {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: none;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
}

.c-site-footer__copyright{
background-color:#383333;
color:#000000;
}
.c-site-footer__copyright-link{
color:#FFFFFF;
}

.c-countries-item.is-selected{
box-shadow:inset 0 0 0 2px #BE9C40;
}