


/* Skins */

/* Links */
.title-standalone h1,
#navigation ul li.current a,
#navigation ul li a:hover,
    /* Buttons and icons */
#navigation .shareBox li a:hover span,
#navigation nav .more .icon,
    /* Titles */
.slice > h2 .arrow,
#navigation .title h1,
#navigation .clone h1,
#navigation nav .lead .button div.thumbnail div,
    /* price and spec */
.specs .linkInfos:hover,
    /*Tab module*/
.tabbed .js-tab li.tabCurrent a,
.tabs li a:hover,
.specs .table-list .thumbnail .icon:hover,
.specs .table-list .opened .thumbnail .icon,
.edito .rte a,
#navigation nav .lead .button:hover,
.slice.open > h2,
#navigation .scrolledContent .left_arrow a,
#navigation .scrolledContent .right_arrow a,
.cell.lead .preview h1.textUniverse, 
.sticker-strong,
.piece-strong,
.neq .toggle-list a {
  color: #4C3327;
}

/* Cell specific */
/* LIGHT */
.skin-light,
.skin-light .loader {
    background:  #5c4235; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4NTY0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YzQyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);	
	background: -moz-linear-gradient(top,  #785645 0%, #5c4235 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#785645), color-stop(100%,#5c4235));
	background: -webkit-linear-gradient(top,  #785645 0%,#5c4235 100%);
	background: -o-linear-gradient(top,  #785645 0%,#5c4235 100%);
	background: -ms-linear-gradient(top,  #785645 0%,#5c4235 100%);
	background: linear-gradient(to bottom,  #785645 0%,#5c4235 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#785645', endColorstr='#5c4235',GradientType=0 );
}

/* MEDIUM */
.skin-medium,
.skin-medium .loader {
    background: #4C3327; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzNDIzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzMzMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #634233 0%, #4C3327 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#634233), color-stop(100%,#4C3327));
	background: -webkit-linear-gradient(top,  #634233 0%,#4C3327 100%);
	background: -o-linear-gradient(top,  #634233 0%,#4C3327 100%);
	background: -ms-linear-gradient(top,  #634233 0%,#4C3327 100%);
	background: linear-gradient(to bottom,  #634233 0%,#4C3327 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#634233', endColorstr='#4C3327',GradientType=0 );
}

/* DARK */
.skin-dark,
.skin-dark .loader {
    background: #3d261b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmMzEyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDI2MWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);	
	background: -moz-linear-gradient(top,  #4f3123 0%, #3d261b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f3123), color-stop(100%,#3d261b));
	background: -webkit-linear-gradient(top,  #4f3123 0%,#3d261b 100%);
	background: -o-linear-gradient(top,  #4f3123 0%,#3d261b 100%);
	background: -ms-linear-gradient(top,  #4f3123 0%,#3d261b 100%);
	background: linear-gradient(to bottom,  #4f3123 0%,#3d261b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f3123', endColorstr='#3d261b',GradientType=0 );
}

/* Buttons */
.button,
.edito .toggle-list a.openState,
.specs .fullList h2 .openState,
.desktop .specs .fullList h2 a:hover,
.isMobile #navigation nav .lead .button.isMobile:hover,
.tablet #navigation nav .lead .button.isTablet:hover{
	background: #634233; /* Old browsers */
	background: -moz-linear-gradient(top, #634233 0%, #4C3327 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#634233), color-stop(100%,#4C3327)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #634233 0%,#4C3327 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #634233 0%,#4C3327 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #634233 0%,#4C3327 100%); /* IE10+ */
	background: linear-gradient(to bottom, #634233 0%,#4C3327 100%); /* W3C */
}
.button:hover,
.mobile #navigation nav .lead .button.mandatory:hover,
.tablet #navigation nav .lead .button.mandatory:hover{
	background: #4C3327; /* Old browsers */
	background: -moz-linear-gradient(top, #4C3327 0%, #634233 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C3327), color-stop(100%,#634233)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4C3327 0%,#634233 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4C3327 0%,#634233 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4C3327 0%,#634233 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4C3327 0%,#634233 100%); /* W3C */
}


/* Skin player */
.renault-player .vjs-default-skin .vjs-play-progress,
.renault-player .vjs-volume-level,
    /*slider*/
.flex-control-paging li a.flex-active{
	background: #634233;
	background: rgba(99,66,51, 1);
}

.desktop #mediaGallery .sliderNavigation ul.slides li:hover span.deco,
#mediaGallery .sliderNavigation ul.slides li.flex-active-slide span.deco{
    border-color: #3d261b;
}


/* Tab module */
.tabbed .js-tab li.tabCurrent a,
.tabs li a:hover {
    color: #4C3327;
}

/* Toggles */
.toggle-list a.openState {
    background-color: #634233;
    background-color: rgba(99,66,51, 1);
}

/* Pane Colors  Focus*/
/* LIGHT */
.focus .panel0 .pane,
.focus .panel3 .pane {
	background: #5c4235;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4NTY0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YzQyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #785645 0%, #5c4235 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#785645), color-stop(100%,#5c4235));
	background: -webkit-linear-gradient(left,  #785645 0%,#5c4235 100%);
	background: -o-linear-gradient(left,  #785645 0%,#5c4235 100%);
	background: -ms-linear-gradient(left,  #785645 0%,#5c4235 100%);
	background: linear-gradient(to right,  #785645 0%,#5c4235 100%);
}

/* MEDIUM */
.focus .panel2 .pane {
	background: #4C3327;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzNDIzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzMzMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #634233 0%, #4C3327 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#634233), color-stop(100%,#4C3327));
	background: -webkit-linear-gradient(left,  #634233 0%,#4C3327 100%);
	background: -o-linear-gradient(left,  #634233 0%,#4C3327 100%);
	background: -ms-linear-gradient(left,  #634233 0%,#4C3327 100%);
	background: linear-gradient(to right,  #634233 0%,#4C3327 100%);
}

/* DARK */
.focus .panel1 .pane {
    background: #3d261b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmMzEyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDI2MWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #4f3123 0%, #3d261b 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4f3123), color-stop(100%,#3d261b));
	background: -webkit-linear-gradient(left,  #4f3123 0%,#3d261b 100%);
	background: -o-linear-gradient(left,  #4f3123 0%,#3d261b 100%);
	background: -ms-linear-gradient(left,  #4f3123 0%,#3d261b 100%);
	background: linear-gradient(to right,  #4f3123 0%,#3d261b 100%);
}

/* Scrolls */
.iScrollHorizontalScrollbar .iScrollIndicator {
        background: #634233; /* Old browsers */
        background: -moz-linear-gradient(top, #634233 0%, #4C3327 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#634233), color-stop(100%,#4C3327)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #634233 0%,#4C3327 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #634233 0%,#4C3327 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #634233 0%,#4C3327 100%); /* IE10+ */
        background: linear-gradient(to bottom, #634233 0%,#4C3327 100%); /* W3C */
    }



.isIE7 .focus .panel0 .paneTxt, .isIE8 .focus .panel0 .paneTxt,
.isIE7 .focus .panel0 .pane, .isIE8 .focus .panel0 .pane {
    background: #3d261b !important;
}

.isIE7  .focus .panel1 .paneTxt, .isIE8 .focus .panel1 .paneTxt,
.isIE7 .focus .panel1 .pane, .isIE8 .focus .panel1 .pane {
    background: #4C3327 !important;
}

.isIE7  .focus .panel2 .paneTxt, .isIE8 .focus .panel2 .paneTxt,
.isIE7  .focus .panel2 .pane, .isIE8 .focus .panel2 .pane {
    background: #5c4235 !important;
}

.isIE7  .focus .panel3 .paneTxt, .isIE8 .focus .panel3 .paneTxt,
.isIE7  .focus .panel3 .pane, .isIE8 .focus .panel3 .pane {
    background: #3d261b !important;
}

.isIE7  .focus .active .paneTxt, .isIE8 .focus .active .paneTxt,
.isIE7  .focus .active .pane, .isIE8 .focus .active .pane {
    background: transparent !important;;
}


/* Responsive rules */
@media screen and (max-width: 640px) {
    /* page edito/usb/bsp/focus*/
    .standalone #main header {
		background: #4C3327; /* Old browsers */
		background: -moz-linear-gradient(top, #4C3327 0%, #634233 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C3327), color-stop(100%,#634233)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #4C3327 0%,#634233 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #4C3327 0%,#634233 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #4C3327 0%,#634233 100%); /* IE10+ */
		background: linear-gradient(to bottom, #4C3327 0%,#634233 100%); /* W3C */
    }

    #navigation section.title .baseline.open{
        color: #4C3327;
    }
}

#stickedFooter .gradient_right .inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 7%;
    background-color: transparent;
    background: #4C3327;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(76,51,39,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(76,51,39,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%rgba(76,51,39,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(76,51,39,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(76,51,39,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(76,51,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4C3327',GradientType=1 );
}

#stickedFooter .gradient_left .inner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 7%;
    background-color: transparent;
    z-index: 1;
    background: #4C3327;
    background: -moz-linear-gradient(left, rgba(76,51,39, 1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(76,51,39, 1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(76,51,39, 1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(76,51,39, 1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(76,51,39, 1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(76,51,39, 1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C3327', endColorstr='#00ffffff',GradientType=1 );
}

.isIE7 #stickedFooter .gradient_right .right_mask,
.isIE8 #stickedFooter .gradient_right .right_mask {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 11%;
  height: 40px;
  background-color: transparent;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#003d261b', endColorstr='#4C3327',GradientType=1 ) !important;
  /* IE6-8 */
}

.isIE7 #stickedFooter .gradient_left .left_mask,
.isIE8 #stickedFooter .gradient_left .left_mask {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 11%;
  height: 40px;
  background-color: transparent;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C3327', endColorstr='#003d261b',GradientType=1 ) !important;
  /* IE6-8 */
}


