<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Kameleo T2 Template Graphical configuration
 */
 
/* default values */

html {
	height: 100%;
}

body {

	/* 
		define the font of the page here:
		(linehgiht, color, size etc... You can specify the font for the titles later)
	*/
	
	font-family:'Roboto Slab', serif;
    font-size: 0.938em; /* Better to use % here and then EM in content but you could use PX, PT, % or EM */
    line-height: 20px; /* Better to use PX here but you could use PX, PT, % or EM */
    
    /* font color */
    color: #807d7b;
    height: 100%;
    
    /* background of the page, can contain a image. would be like this background: #000 url(yourimage.jpg) center top no-repeat; */
    background:url(../img/background_img.jpg) center top repeat;  
}

/* specify additional backgrounds here */

div#w0 {
    height: 100%;
}

div#w1 {
    height: 100%;
}

div#w2 {
    height: 100%;
	/*background: transparent url(../img/bg_bottom.png) center bottom repeat-x;
    uncomment if you want to set a footer image on all width of the browser */
}

div#w3 {
    height: 100%;
}

/*slider*/

/* Remove comment if you want to specify position and options of slider
.slider {
	width: 1200px;
	margin-left: -120px;
}

.nivo-controlNav {
    display: none;
}

.nivo-caption {
    display: none!important;
}

*/


h1, h2, h3 { /* Titles */
    font-weight:400;
    font-style: normal;
    color: #000;
    margin-bottom: 16px;

}

h1 { /* page title */
    /*font-size: 3em;
    font-family: 'Pacifico', cursive;
    color:#000;*/
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: none;
    text-align:center;
    margin-bottom:60px;
    color: rgba(0, 0, 0, 0.8);
}

.home h1{
	display:none;
}

h2 { /* paragraph title */
    font-size: 1.375em;
    margin-bottom: 20px;
    font-weight:400;
    width: 100%;
}

h3 { /* module title */
    font-size: 1.25em;
    margin:0;
}

div.c3 h1, div.c3 h2, div.c3 h3 { /* titles in the third (right) column */
    color: #00000;
    font-size: 1em;
}

/* underline / sous-ligniï¿½ / highlight */

/*u {
    color: #fff; 
    background: #152937; 
    text-decoration: none; 
    padding: 2px 5px 2px 5px; 
}*/

u {
    color: #d52c2b;
    background: transparent;
    text-decoration: none;
    padding: 2px 80px 2px 80px;
    font-size: 1.125rem;
    line-height: 30px;
    font-weight: 500;
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
}


/* global link color &amp; style */

a {
	/* replace underline by none if you want no line under the links */
    text-decoration:none; 
}

a:link {
	/* color of the links */
    color: #e2001a;
   	text-decoration:none;
}

a:visited, a:focus, a:active {
	/* color of the links once you have clicked on */
    color: #e2001a;
    text-decoration: none;
}


a:hover, a.internal.button:hover{
    /* color of the mouse hover, and active state (when you actually press the mouse bouton) */
    color: #e2001a;
    text-decoration:underline;
}

.object a.button, .object a.button:link, .object a.button:hover {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 20px;
	text-decoration: none;
	background-color: #e2001a;
	color: #fff;
}

.object a.internal.button{
	background:url(../img/plus_btn.png) top left no-repeat;
	text-decoration:none;
	color: #e2001a;
	padding:5px 0px 6px 40px;
	font-weight:600;
}


/* paragraphs (block de contenu) */

p {
	margin:	0 0 12px 0; /* margin: top right bottom left; */
}

div.c3 p {
	color: #9c9c9c; /* color of third column paragraphs*/
}

div.object {
	margin: 0 0 20px 0; /* margin: top right bottom left; */
}

/* modules */

div.module {
	margin: 0 0 10px 0; /* margin: top right bottom left; */
}


/* langues */

ul#lang {/* liens vers les diffï¿½rentes langues du site */
    float: right;
    height: 41px;
    width:75px;
    background: url(../img/lan.png) no-repeat; 
    padding: 0 21px;
}

ul#lang li{
    float: left;
    margin: 6px 3px;
    padding: 5px 6px;
}

ul#lang li a{
    text-decoration: none;
    font-size: 13px;
    color: #8d8a9c;
    font-weight: 400;
    padding-right: 1px;
    text-transform:uppercase;
}

ul#lang li a:hover{
    color: #a198d9;
}


/* structure */

/* header */
div#hd {
	background-color:#f0eee9;
	margin: 0;
	height:auto;
	position:relative;
}

div#hd .top_menu{
	position: relative;
	z-index: 20;
	background-color: #f0eee9;
}

.admin div#hd .top_menu{
	margin-top:44px;
}

div#hd .image_header{
	background: transparent url(../img/image_bg.jpg) center center no-repeat; /* url to your header image (usual name: "hd_cn.png") */
	background-size:cover;
	height:380px;
}

.home div#hd .image_header{
	box-sizing: border-box; 
	height:66vh;
	min-height: 545px;
}

div#hd .link_header {
	overflow:hidden;
	padding-top:250px;
	position: relative;
}

div#hd .link_header .object{
	float: left;
  	width: 27%;
  	color: #fff;
  	margin: 1px 3%;
}

div#hd .link_header .object .wrapimg img{
	display:block;
	float:none;
	margin:0px auto 30px;
	
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

div#hd .link_header .object .wrapimg img:hover{
	opacity:0.6;		
}


div#hd .link_header .object h2{
	color:#fff;
	font-weight:400;
	font-size:2.267em;
}

div#hd .link_header .object .wrapobject{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1.067em;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

div#hd .link_header .object .wrapobject a{
	color:#fff;
	font-weight:600;
	font-size:1.200em;
	text-decoration:none;
}

div#hd .link_header .object .wrapobject a:hover{
	text-decoration:underline;
}

div#hd .viande_suisse{
	position:absolute;
	right:40px;
	bottom:40px;
}

.home div#hd .viande_suisse{
	bottom: 50px;
}

div#hd .viande_suisse img{
	width: 200px;
	height: auto;
}

div#hd .viande_suisse a{
	display: block;
}

.image_header .image_header_top{
    width: auto;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
}

.image_header .image_header_top img{
	width: 100%;
	height: auto;
}

.home .image_header .image_header_top img{
	max-width: 240px;
	height: auto;
	max-height: 240px;
	width: auto;
}

.background-image-header, .background-image-header .object{
	position: absolute;
	width: 100%;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	background-size: cover;

}

.background-image-header .object{
	top: 180px;
}



/* content */
body:not(.home) div#cn {
    min-height: 100%;
    padding-bottom:294px;
}

div.cn {
    background: transparent;
    padding:0px;
    
}

div#bd div#bd_bg{
	background: none; /* this images must be repeatable (usual name: "bd.png") */
}

div#bd div.cn {
	background: none;
	padding: 80px 0px 0px;	/* pushes the footer down*/
}

.cn #content {
    min-height:200px; /* specifies minimum height for the content all 3 lignes are important */
    height:auto !important;
	height:200px;
}


/* content zones */


div#bd div.c2{
    width: 100%; /* width of content column */
}

div#bd div.c2 div.wrap { /* content column styling */
	padding: 0px 0px; /* spaceing of content column */
	margin-top: 0;
}

div.c2 .object .wrapimg {
    /* background-color: #fff; */
    text-align: right;
    /* box-shadow: 0 0 4px rgba(0,0,0, .2); */
    /* border: 2px solid #fff; */
    padding: 0;
    box-sizing: border-box;
}

div#bd div.c2 div.wrap .object .wrapimg img { /* style of all content images */
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 5px rgba(0,0,0, .3); /* shadow on image */
	-webkit-box-shadow: 0 0 5px rgba(0,0,0, .3);
	box-shadow: 0 0 5px rgba(0,0,0, .3);
	margin: 0;
	margin-bottom: 20px;
	max-width: 100%;
	float:none;
}

div.c2 .object{
	margin-bottom:60px;
	width: 100%;

}

div.c2 .object .wrapimg, div.c2 .object .wrapobject{
	margin: 0 20px;
	width: calc(50% - 40px);
}

div.c2 .text.object &gt;div{
	padding:0px 20px;
	text-align:left;
}

div.c2 .text.object.text_center &gt;div{
	padding:0px 100px;
	text-align:center;
}

div.c2 .text.object.text_center u{
	padding: 0;
}

div.c2 .image.object {
	margin-bottom:20px;
}

div#bd .cn div.c2 #content{
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    justify-content: center;
    -ms-flex-pack: center;
}

div#bd .cn div.c2 .standard.object &gt;div{
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    align-items: flex-start;	
}

div#bd .cn div.c2 .image.object.text_center{
	text-align: center;
}

div#bd .cn div.c2 .image.object.text_center a, div#bd .cn div.c2 .image.object.text_center img{
	display: inline-block;
}

div#bd .cn div.c2 .image.object.text_center img{
	margin: 0 0 20px 0;
}

/* column_third */

div.c2 .object.column_third{
	width: calc(33.33% - 40px);
	margin:0 20px;
	margin-bottom:60px;
	position: relative;
}

div.c2 .object.column_third .wrapimg, div.c2 .object.column_third .wrapobject{
	width: 100%;
}

div.c2 .object.column_third .wrapimg img{
	width: 100%;
	height: auto;
}

div.c2 .image.object.column_third img{
	max-width: 100%;
	height: auto;
	border: 5px solid #fff;
    -moz-box-shadow: 0 0 5px rgba(0,0,0, .3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0, .3);
    box-shadow: 0 0 5px rgba(0,0,0, .3);
    margin: 0;
    margin-bottom: 20px;
    float: none;
}

div.c2 h1{
	width: 100%;
	margin: 0 20px;
	margin-bottom: 60px;
}

/* navigation */

div#mainNavCt {
	width: auto;
	height: auto;
	margin-top: 60px;
}

ul#mainNav {
	padding: 0;
	text-align: left;
	background: none;
	margin-top:80px;
	line-height: 0;
}

ul#mainNav li, ul#rightNav li{
	float:none;
	text-transform: none;
	display:inline-block;
	position:relative;
	line-height: 20px;
}


ul#mainNav li a, ul#rightNav li a{ /* style of the main navigation links */
	font-size:1.133em;
	text-decoration: none;
	color: #333333;
	padding: 8px 5px 26px;
	background: none;
	height: auto;
	font-weight:700;
	display: block;
}


ul#mainNav li &gt;a:hover, ul#mainNav &gt;li.on &gt;a, #hd ul#mainNav li ul li.on a, ul#rightNav li &gt;a:hover, ul#rightNav &gt;li.on &gt;a, #hd ul#rightNav li ul li.on a {
	color: #d52c2b;
	background: none;
}


.nav_left ul#mainNav, .nav_right ul#mainNav{
	margin-top: 0;
}

.nav_left{
	float: left;
	width:calc(50% - 90px);
}

.nav_right{
	float: right;
	width:calc(50% - 94px);
}

ul#rightNav{
	text-align: right;
}

.top_menu div.cn{
	width: 980px;
	padding: 0 10px;
}
/*
ul#mainNav li:nth-child(4){
	float:right;
}

ul#mainNav li:nth-child(5){
	float:right;
}

ul#mainNav li:nth-child(6){
	float:right;
}
*/

ul#mainNav li:nth-child(1) a::after, ul#mainNav li:nth-child(2) a::after, ul#rightNav li:nth-child(1) a::after, ul#rightNav li:nth-child(2) a::after{
	content: "-";
	padding-left:10px;
	color:#000;
}

ul#mainNav li:nth-child(5) a::before, ul#mainNav li:nth-child(6) a::before, ul#rightNav li:nth-child(5) a::before, ul#rightNav li:nth-child(6) a::before{
	content: "-";
	padding-right:10px;
	color:#000;
}

/** Annexe **/
	
.navig_annexe{
	width:auto;
	text-align:right;
	overflow:hidden;
}


.annexeContainer{
	width: 260px;
	margin: 0 0 0 auto;
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;

	justify-content:flex-end;
	-ms-flex-pack: right;
}

ul#annexe{
	padding:10px 0px;
}

ul#annexe li a {
	font-size:1.067em;
	text-decoration: none;
	color: #333333;
	padding: 8px 5px 6px;
	background: none;
	height: auto;
	font-weight:700;
}

ul#annexe li a:hover, ul#annexe li.on a{
	color:#d52c2b;
}

.navig_annexe a{
	font-size:1.067em;
	text-decoration: none;
	float: none;
	color: #d52c2b;
	padding: 10px 5px;
	background: none;
	height: auto;
	font-weight:700;
	display: inline-block;
}

ul#annexe li a::after{
	content: "-";
	padding-left:10px;
	color:#000;
}

/* secNavigation */

#hd ul#mainNav li {
	position: relative;
}

ul#mainNav li ul, ul#rightNav li ul { /* left column styling */
    position: absolute;
    left: 0;
	padding:0 0 0px; /* spaceing: top right bottom left */
	margin: 0px; /* spaceing: top right bottom left */
	z-index:10;	
	width: 220px;
	margin-left:-11px;
	padding-top:16px;
	top:50px;
}

#hd ul#mainNav li ul, #hd ul#rightNav li ul{
	background-color:#FFF;
	padding-top:5px;
	padding-bottom:15px;
	margin-top:1px;
	background-color:#f0eee9;
	opacity: 0.95;
}

ul#mainNav li ul li, #hd ul#rightNav li ul li{ /* left column styling */
	padding: 0;
	float:none;
	border: none;
	background:none;
	display:block;
	text-align:left;
	margin-top:0px;
}

ul#mainNav li ul li a, #hd ul#rightNav li ul a { /* left column styling */
	text-decoration: none; /* means: no underline */
	padding: 5px 16px;
	margin: 0px auto;
	font-size:1em;
	font-weight: 400;
	line-height: 17px;
	width:auto;
	border:none!important;
	float:none;
}

ul#mainNav li ul li a::after, ul#mainNav li ul li a::before, ul#rightNav li ul li a::after, ul#rightNav li ul li a::before{
	display:none;
}





/* styling of the default contents (middle column)*/

/* lists */
div#bd div.c2 div.wrap ul {
	list-style-type: disc;
	margin: 0 0 0 15px;
}

div#bd div.c2 div.wrap ul ul {
	list-style-type: circle;
}

/* tables */
div#bd div.c2 div.wrap table {
	width: 100%;
}

div#bd div.c2 div.wrap table tr td {
	border: solid #cacaca;
	border-width: 0 0 1px 0;
	padding: 16px 20px 16px 0;
	min-width: 170px;
}


/* video */

div#bd .cn .multimedia.object .videoWrapper iframe{
	width: 100%;
	height: 524px;
}

/* shop */

/*
.kProductInfos {
	background: url(../img/bg_shop.png) repeat-x;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.kProduct a:link p.price.action .action, .kProduct a:visited p.price.action .action, .kProductDetail p.price.action .action {
	color: #cc3b0a;
}

.kProductDetailMore{
	background: url(../img/bg_shop.png) repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.kProductInfos .reference {
	display: none;
}

.kProductInfos .specs {
	padding-right: 3px;
	margin: 0 0 6px 0;
}

.kProduct p.price{
	margin: 0;
}

a.button.kToScart {
	background: url(../img/buy_btn.png) no-repeat;
}

#kScart a.sCartOrder{
	background: url(../img/buy_btn.png) center top no-repeat ;
}

#kScart a.sCartOrder:hover{
	color: #A35D2E;
}

a.button.kToScart:hover {
	color: #A35D2E;
}
a.kButton.continue{
	background: url(../img/buy_btn.png) center top no-repeat ;
}
a.kButton.continue:hover{
	color: #A35D2E;
}
input.kButton.continue{
	background: url(../img/buy_btn.png) center top no-repeat ;
}
input.kButton.continue:hover{
	color: #A35D2E;
}
a.kButton.retour:hover {
	color: #A35D2E;
}
*/

/* footer */
div#ft {
	position: absolute;
	background-color: #eb008b;
	height: 294px; /* height of your footer image */
	margin-top: -294px; /* sticky-footer margin negatif */
	clear: both;
	background:url(../img/footer_bg.png) left bottom repeat-x;
}

body.home div#ft {
	margin-top: -54px;
}

div#ft div.cn{
	border: none;
	padding: 90px 0 33px 0;
	height: auto;
	background: none;
	position:relative;
	overflow:hidden;
}

div#ft .right table tr td {
	padding-right:30px;
}

div#ft .right{
	float:right;
	width:80%;
}

div#ft .right .object{
	float:left;
	width:40%;
	margin-right:2%;
	color:#333333;
	margin-bottom: 20px;
}

div#ft .right h2{
	font-family:'Roboto Slab', serif;
	font-size:1.200em;
	margin-bottom:7px;
	font-weight:700;
}

div#ft .signature_footer{
	overflow:hidden;
	float:right;
	width:445px;
	display:block;
}

.reseaux_sociaux img{
	width: 40px;
	height: 40px;
	display: inline-block;
	opacity: 1;

	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity  0.2s linear;
	-ms-transition: opacity  0.2s  linear;
	-o-transition: opacity  0.2s  linear;
	transition: opacity  0.2s  linear;
}

#hd .reseaux_sociaux a{
	padding: 0;
}

#hd .reseaux_sociaux a{
	margin: 0 10px 0 0 ;
}

#hd .reseaux_sociaux i{
	font-size: 1.5rem;
	font-weight: 400;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;

	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

#hd .reseaux_sociaux img{
	padding:5px;
	width: 30px;
	height: 30px;
}

#ft .reseaux_sociaux a, #ft .reseaux_sociaux a:hover{
	font-size: 2rem;
	margin: 10px 15px 0 0;
	text-decoration: none;
}

.reseaux_sociaux a:hover{
 	opacity: 0.5;
 }


div#ft .reseaux_sociaux img{
	padding:6px 10px 6px 0;
}

.reseaux_sociaux img:hover{
	opacity: 0.5;
}

/* logo */
strong#logo a {
	position: absolute;
	z-index: 12;
	
	top: 30px; /* position in the header from the top (can use bottom to)*/
	left: 50%; /* position in the header from the left (can use right to)*/
	margin-left:-63px;
	padding:189px 0 0 182px;
	background: url(../img/logo.png) no-repeat; /* url to your logo */
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

strong#logo a:hover{
	top:20px;
}

strong#logo_footer a {
	position: absolute;
	top: 0px; /* position in the header from the top (can use bottom to)*/
	left:0px; /* position in the header from the left (can use right to)*/
	padding:150px 0 0 147px;
	background: url(../img/logo_footer.png) no-repeat; /* url to your logo */
	display:block;
	overflow:hidden;
	height:0px;
	width:0px;
}

/* logo kameleo &amp; login */

div#copyright {
	margin:0px;
	padding:0 ;
	font-size: .8em;
	color:#807d7b;
	border: none;
	width:42%;
}

div#loginAndPowered {
	padding: 4px 0px 0px;
	margin-right: 0;
	width: 170px;
	float:right;
}

a#kPowered {
	padding: 14px 0 0 130px;
	background: transparent url(../../../../standards/img/login_w.png)  -31px top no-repeat;
}

div#ft div#kLogin {
	padding: 14px 0 0 30px;
	margin: 0;
	background: transparent url(../../../../standards/img/login_w.png) top left no-repeat;
}

div#kLogin:hover {
	background-color: rgba(0,0,0, .3);
	-moz-box-shadow: 0 0 5px rgba(255,255,255, .5); /* shadow on image */
	-webkit-box-shadow: 0 0 5px rgba(255,255,255, .5);
	box-shadow: 0 0 5px rgba(255,255,255, .5);
}

/* uncomment for dark login */

a#kPowered {
	background: transparent url(../../../../standards/img/login_b.png)  -31px top no-repeat;
}


div#ft div#kLogin {
	background: transparent url(../../../../standards/img/login_b.png) top left no-repeat;
}


/** Media queries**/


@media only screen and (max-width: 1300px){
	div#hd .viande_suisse img{ width:120px; height:auto;}
}

@media only screen and (max-height: 1060px){
	div#hd .link_header{padding-top:100px;}
	div#bd div.cn{padding-top:70px;}
}
</pre></body></html>