<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&amp;display=swap');

#diapoAccueil{
	margin-top: -15px;
}
.titreAccueil{
	display: block;
	background:linear-gradient(180deg,#000,#000);
	background-repeat: no-repeat;
	background-size: 128px 3px;
	background-position: center bottom;
	padding-bottom: 15px;
}
.titreAccueil2{
	display: block;
	background:linear-gradient(180deg,#000,#000);
	background-repeat: no-repeat;
	background-size: 128px 3px;
	background-position: left bottom;
	padding-bottom: 15px;
}
.titreAccueil3{
	display: block;
	background:linear-gradient(180deg,#f79523,#f79523);
	background-repeat: no-repeat;
	background-size: 128px 3px;
	background-position: center bottom;
	padding-bottom: 15px;
}
.titreAccueil4{
	display: block;
	background:linear-gradient(180deg,#7eac32,#7eac32);
	background-repeat: no-repeat;
	background-size: 128px 3px;
	background-position: center bottom;
	padding-bottom: 15px;
}
.c-app-subscribe-to-news__title{
    color: #f79523 !important;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
#procedeVideo .colonneGauche{
	margin:0 20px 0 -20px;
}
#procedeVideo .colonneDroite{
	margin:0 -20px 0 20px;
}
@media screen and (max-width: 1024px) {
	#procedeVideo{
		margin: 0;
	}
}
@media screen and (max-width: 560px) {
	#procedeVideo .colonneGauche,
	#procedeVideo .colonneDroite{
		margin: 0;
	}
	#procedeVideo .colonneGauche{
		margin-bottom: 30px;
	}
}

@font-face{
font-family:'OxatisIconFont';
src:url('/frontend/fonts/OxatisIconFont-fontawesome/OxatisIconFont.eot#iefix') format('embedded-opentype'), url('/frontend/fonts/OxatisIconFont-fontawesome/OxatisIconFont.ttf') format('truetype'), url('/frontend/fonts/OxatisIconFont-fontawesome/OxatisIconFont.woff') format('woff'), url('/frontend/fonts/OxatisIconFont-fontawesome/OxatisIconFont.svg#OxatisIconFont') format('svg');
font-weight:normal;
font-style:normal;
}

body, button, select, html, textarea, input {
font-family:Ubuntu, sans-serif;
font-weight:400;
}

.c-oxm-page-toolbar__title {
font-family:inherit;
font-weight:400;
}

.ox-iconfont-shopping-cart::before {
content:"\f120";
}

.c-oxm-search-toolbar__inner{
background-color:#FFFFFF;
}
.c-site-header{
background-color:rgba(255,255,255,1);
border-bottom-color:#F68808;
border-bottom-style:solid;
border-bottom-width:2px;
}
.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:#F68808;
}

.c-cs-product-option-list__item.is-selected {
box-shadow:inset 0 0 0 5px #F68808;
}
.c-oxm-slider-chips-element.is-selected {
background-color:#F68808;
}
.l-facet__value.is-selected {
color:#F68808;
}
.l-facet__values-container--color-grid .l-facet__value.is-selected {
color:#F68808;
}
.l-facet__values-container--value-grid .l-facet__value.is-selected {
background-color:#F68808;
border-color:#F68808;
color:#FFFFFF;
}

md-checkbox.md-checked .md-icon {
background-color:#F68808;
color:#fff;
}
md-radio-button.md-checked .md-on {
background-color:#F68808;
}
md-input-container.md-input-focused label:not(.md-no-float) {
color:#F68808;
}

.md-calendar-selected-date .md-calendar-date-selection-indicator {
background-color:#F68808;
color:#FFFFFF;
}
.md-calendar-date-today .md-calendar-date-selection-indicator {
border:1px solid #1b395e;
border-color:#F68808;
}

.c-button {
border-radius:5px;
}
.c-button--primary {
background-color:#7EAC32;
color:#FFFFFF;
}
.c-oxm-cart-infos__qty {
background-color:#F68808;
color:#FFFFFF;
}
.c-cs-double-slider .sliderContainer .cursor:nth-of-type(2) .ruler {
background-color:#F68808;
}
.c-cs-double-slider .sliderContainer .pointer {
background-color:#F68808;
}
.c-tabs__title.is-active {
color:#F68808;
}

.c-product-list__price .PBSalesPrice .origin, .c-product-detail__price .PBSalesPrice .origin, .c-oxm-cart-summary__line--total .PBSalesPrice .origin{
color:#2F2F2F;
}

.c-site-footer {
background-color:#F5F5F5;
}
.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:#F5F5F5;
color:#000000;
}
.c-site-footer__copyright-link{
color:#000000;
}

.c-countries-item.is-selected{
box-shadow:inset 0 0 0 2px #F68808;
}</pre></body></html>