   @font-face {
	font-family: "Oswald";
	src: url('Oswald.eot');
	src: url('Oswald.woff') format('woff'), url('Oswald.ttf') format('truetype'), url('Oswald.svg#Oswald') format('svg');


   font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url('https://themes.googleusercontent.com/static/fonts/oswald/v8/bH7276GfdCjMjApa_dkG6T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}


@font-face {
	font-family: "Caviar Dreams";
	src: url('CaviarDreams.eot');
	src: url('CaviarDreams.woff') format('woff'), url('CaviarDreams.ttf') format('truetype'), url('CaviarDreams.svg#CaviarDreams') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* ----------------------------- */
/* == General - Ipsum- Pixell    */

/*!
* www.KNACSS.com
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* soft reset */

html, body {
	margin: 0;
	padding: 0;
}
ul, ol {
	padding-left: 2em;
}
ul.unstyled {
	list-style: none;
}
img {
	vertical-align: middle;
	border: 0;
}
audio, canvas, video {
	display: inline-block;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
/* ----------------------------- */

/* == typography                 */

/* ----------------------------- */

/* base font-size corresponds to 10px and is adapted to rem unit */

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.5;
}
/* font-sizing for content */

/* preserve vertical-rythm, thanks to http://soqr.fr/vertical-rhythm/ */

p, ul, ol, dl, blockquote, pre, td, th, label, textarea, caption, details, figure, hgroup {
	margin-top: .75em;
	margin-bottom: 0;
	line-height: 1.5;
}
h1, .h1-like {
	margin-top: 0.65625em;
	margin-bottom: 0;
	font-size: 3.2rem;
	line-height: 1.3125;
}
h2, .h2-like {
	margin-top: 0.75em;
	margin-bottom: 0;
	font-size: 2.8rem;
	line-height: 1.5;
}
h3, .h3-like {
	margin-top: 0.875em;
	margin-bottom: 0;
	font-size: 2.4rem;
	line-height: 1.75;
}
h4, .h4-like {
	margin-top: 1.05em;
	margin-bottom: 0;
	font-size: 2rem;
	line-height: 1.05;
}
h5, .h5-like {
	margin-top: 1.1666666666666667em;
	margin-bottom: 0;
	font-size: 1.8rem;
	line-height: 1.1666666666666667;
}
h6, .h6-like {
	margin-top: 1.3125em;
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 1.3125;
}
/* alternate font-sizing */

.smaller {
	font-size: 0.7142857142857143em;
}
.small {
	font-size: 0.8571428571428571em;
}
.big {
	font-size: 1.1428571428571428em;
}
.bigger {
	font-size: 1.2857142857142858em;
}
.biggest {
	font-size: 1.4285714285714286em;
}
code, pre, samp, kbd {
	white-space: pre-line;
	/* IE fix */
	white-space: pre-wrap;
	font-family: Consolas, 'DejaVu Sans Mono', Courier, monospace;
	line-height: 1;
}
code, kbd, mark {
	border-radius: 2px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
kbd {
	padding: 0 2px;
	border: 1px solid #999;
}
code {
	padding: 2px 4px;
	background: rgba(0, 0, 0, 0.04);
	color: #b11;
}
mark {
	padding: 2px 4px;
	background: #ff0;
}
sup, sub {
	vertical-align: 0;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* ----------------------------- */

/* == hiding content             */

/* ----------------------------- */

/* hiding content */

.visually-hidden {
	position: absolute;
	left: -7000px;
	overflow: hidden;
}
[dir=rtl] .visually-hidden {
	left: auto;
	right: -7000px;
}
.desktop-hidden {
	display: none;
}
/* hidden on desktop */

/* ----------------------------- */

/* == skip links styling         */

/* ----------------------------- */

.skip-links {
	position: absolute;
}
.skip-links a {
	position: absolute;
	left: -7000px;
	padding: 0.5em;
	background: black;
	color: white;
	text-decoration: none;
}
.skip-links a:focus {
	position: static;
}
/* ----------------------------- */

/* == browsers consistency       */

/* ----------------------------- */

/* avoid top margins on first content element */

p:first-child, ul:first-child, ol:first-child, dl:first-child, blockquote:first-child, pre:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
/* avoid margins on nested elements */

li p, li ul, li ol {
	margin-top: 0;
	margin-bottom: 0;
}
/* max values */


table, td, blockquote, code, pre, textarea, input, video {
	max-width: 100%;
}
/* margin-bottom on tables */

table {
	margin-bottom: 1.5em;
}
/* Google Gmap3 bug fix on images */

:not(.gm-style) img {
	height: auto !important;
}
.ie678 .gm-style img {
	height: 100%;/* IE678 hack */
}
.gm-style img, .gmnoscreen img, .gmnoprint img {
	max-width: none !important;
}
/* scripts */

body > script {
	display: none !important;
}
/* ----------------------------- */

/* ==layout and modules          */

/* ----------------------------- */

/* float layout */

/* module, gains superpower "BFC" Block Formating Context */

.mod {
	overflow: hidden;
}
/* blocks that needs to be placed under floats */

.clear, .line, .row {
	clear: both;
}
/* blocks that must contain floats */

.clearfix:after, .line:after, .mod:after {
	content: "";
	display: table;
	clear: both;
}
/* table layout */

.row {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.row > *, .col {
	display: table-cell;
	vertical-align: top;
}
/* inline-block */

.inbl {
	display: inline-block;
	vertical-align: top;
}
/* alignments (blocks and inline) */

/* ------------------------------ */

/* left elements */

.left {
	float: left;
}
img.left {
	margin-right: 1em;
}
/* right elements */

.right {
	float: right;
}
img.right {
	margin-left: 1em;
}
img.left, img.right {
	margin-bottom: 5px;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.txtleft {
	text-align: left;
}
.txtright {
	text-align: right;
}
.txtcenter {
	text-align: center;
}
/* ----------------------------- */

/* == width helpers              */

/* .. use only when needed       */

/* ----------------------------- */

/* blocks widths (percentage and pixels) */

.w10 {
	width: 10%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w33 {
	width: 33.3333%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w66 {
	width: 66.6666%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w100 {
	width: 100%;
}
.w50p {
	width: 50px;
}
.w100p {
	width: 100px;
}
.w150p {
	width: 150px;
}
.w200p {
	width: 200px;
}
.w300p {
	width: 300px;
}
.w400p {
	width: 400px;
}
.w500p {
	width: 500px;
}
.w600p {
	width: 600px;
}
.w700p {
	width: 700px;
}
.w800p {
	width: 800px;
}
.w960p {
	width: 960px;
}
.mw960p {
	max-width: 960px;
}
.w1140p {
	width: 1140px;
}
.mw1140p {
	max-width: 1140px;
}
.wauto {
	width: auto;
}
/* ----------------------------- */

/* == spacing helpers            */

/* .. use only when needed       */

/* ----------------------------- */

/* spacing helpers
p,m = padding,margin
a,t,r,b,l = all,top,right,bottom,left
s,m,l,n = small(10px),medium(20px),large(30px),none(0)
source https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
*/

.m-reset, .ma0 {
	margin: 0;
}
.p-reset, .pa0 {
	padding: 0;
}
.ma1, .mas {
	margin: 10px;
}
.ma2, .mam {
	margin: 20px;
}
.ma3, .mal {
	margin: 30px;
}
.pa1, .pas {
	padding: 10px;
}
.pa2, .pam {
	padding: 20px;
}
.pa3, .pal {
	padding: 30px;
}
.mt0, .mtn {
	margin-top: 0;
}
.mt1, .mts {
	margin-top: 10px;
}
.mt2, .mtm {
	margin-top: 20px;
}
.mt3, .mtl {
	margin-top: 30px;
}
.mr0, .mrn {
	margin-right: 0;
}
.mr1, .mrs {
	margin-right: 10px;
}
.mr2, .mrm {
	margin-right: 20px;
}
.mr3, .mrl {
	margin-right: 30px;
}
.mb0, .mbn {
	margin-bottom: 0;
}
.mb1, .mbs {
	margin-bottom: 10px;
}
.mb2, .mbm {
	margin-bottom: 20px;
}
.mb3, .mbl {
	margin-bottom: 30px;
}
.ml0, .mln {
	margin-left: 0;
}
.ml1, .mls {
	margin-left: 10px;
}
.ml2, .mlm {
	margin-left: 20px;
}
.ml3, .mll {
	margin-left: 30px;
}
.pt0, .ptn {
	padding-top: 0;
}
.pt1, .pts {
	padding-top: 10px;
}
.pt2, .ptm {
	padding-top: 20px;
}
.pt3, .ptl {
	padding-top: 30px;
}
.pr0, .prn {
	padding-right: 0;
}
.pr1, .prs {
	padding-right: 10px;
}
.pr2, .prm {
	padding-right: 20px;
}
.pr3, .prl {
	padding-right: 30px;
}
.pb0, .pbn {
	padding-bottom: 0;
}
.pb1, .pbs {
	padding-bottom: 10px;
}
.pb2, .pbm {
	padding-bottom: 20px;
}
.pb3, .pbl {
	padding-bottom: 30px;
}
.pl0, .pln {
	padding-left: 0;
}
.pl1, .pls {
	padding-left: 10px;
}
.pl2, .plm {
	padding-left: 20px;
}
.pl3, .pll {
	padding-left: 30px;
}
/* ----------------------------- */

/* == iefix                      */

/* ----------------------------- */

/* Make sure you are using Conditional Classes in your HTML */

/* see : http://www.alsacreations.com/astuce/lire/988-classes-conditionnelles-HTML.html */

.ie678 h1, .ie678 .h1-like {
	font-size: 2.2857142857142856em;
}
.ie678 h2, .ie678 .h2-like {
	font-size: 2em;
}
.ie678 h3, .ie678 .h3-like {
	font-size: 1.7142857142857142em;
}
.ie678 h4, .ie678 .h4-like {
	font-size: 1.4285714285714286em;
}
.ie678 h5, .ie678 .h5-like {
	font-size: 1.2857142857142858em;
}
.ie678 h6, .ie678 .h6-like {
	font-size: 1.1428571428571428em;
}
/* hasLayout for IE6/IE7 */

.ie67 .clearfix, .ie67 .line, .ie67 .mod, .ie67 .row, .ie67 .col {
	zoom: 1;
}
/* inline-block and table-cell for IE6/IE7 */

/* warning: .col needs width on IE6/IE7 */

.ie67 .btn, .ie67 .col, .ie67 .inbl {
	display: inline;
	zoom: 1;
}
.ie8 img {
	width: auto;/* @bugfix for IE8 */
}


/* ----------------------------- */

@media print {
p, blockquote {
	orphans: 2;
	widows: 2;
}
blockquote, ul, ol {
	page-break-inside: avoid;
}
h1, h2, h3, caption {
	page-break-after: avoid;
}
}
/* debug helper */

.knacss-debug {
	background: pink;
	outline: 3px solid maroon;
}
/* ----------------------------- */

/* ==forms                       */

/* ----------------------------- */



/* buttons */

.btn {
	display: inline-block;
}
/* forms items */

form, fieldset {
	border: none;
}
input, button, select, label, .btn {
	vertical-align: middle;
	font-family: inherit;
	font-size: inherit;
}
label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
legend {
	border: 0;
	white-space: normal;
}
textarea {
	overflow: auto;
	/* Removes default vertical scrollbar on empty textarea in IE6/7/8/9 */
	min-height: 5em;
	vertical-align: top;
	font-family: inherit;
	font-size: inherit;
	resize: vertical;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;/* clickable input types in iOS */
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;/* Corrects excess space around these inputs in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield;
}

/* if select styling bugs on WebKit */

/* 'x' appears on right of search input when text is entered. This removes it */

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
 display: none;
}

::-webkit-input-placeholder {
 color: #777;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
 color: #777;
}

/* Removes inner padding and border in FF3+ */

button::-moz-focus-inner, input[type='button']::-moz-focus-inner, input[type='reset']::-moz-focus-inner, input[type='submit']::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/* ----------------------------- */

/* ---------------------------------- */

/* ==classic grids                    */

/* .. use it when gutter size matters */

/* ---------------------------------- */

/* grids inspired from SUIT https://github.com/suitcss/suit */

/* font-family hack explained here : https://github.com/raphaelgoetter/KNACSS/issues/37 */

.grid {
  overflow: hidden;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
}

.grid > * {
  display: block;
  padding: 0;
  margin-left: -20px;
  /* gutter value */
  text-align: left;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
}

/* Opera hack */

.opera:-o-prefocus,
.grid > * {
  word-spacing: -0.43em;
}

.grid > * > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* IE67 hack */
  width: 100%;
  padding-left: 20px;
  /* gutter value */
  margin-left: 0;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  font-family: Helvetica, Arial, sans-serif;
}

.grid2 > * {
  width: 50%;
}

.grid3 > * {
  width: 33.333%;
}

.grid4 > * {
  width: 25%;
}

.grid5 > * {
  width: 20%;
}

.grid6 > * {
  width: 16.667%;
}

.grid8 > * {
  width: 12.5%;
}

.grid10 > * {
  width: 10%;
}

.grid12 > * {
  width: 8.333%;
}

/* unequal grids (1-2, 2-1, 1-3 and 3-1) for 2 blocks */

.grid2-1 > *:first-child,
.grid1-2 > * + * {
  width: 66.666%;
}

.grid1-2 > *:first-child,
.grid2-1 > * + * {
  width: 33.333%;
}

.grid1-3 > *:first-child,
.grid3-1 > * + * {
  width: 25%;
}

.grid3-1 > *:first-child,
.grid1-3 > * + * {
  width: 75%;
}

/* --------------------------------*/

a img {
	border: 0;
}
a {
	color: #842372;
}
a:visited {
	color: #822372;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
/*---- Mise en page -------*/
body {
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	color: #5f5c59;
}
.conteneur {
	position: relative;
	width: 960px;
}
/*---- Bandeau -------*/
.header {
	position: relative;
	min-height: 120px;
}
.header-slogan {
	position: absolute;
	top: 25px;
	right: 5px;
	font-size: 36px;
	color: #832372;
	font-family: 'Caviar Dreams', sans-serif;
	font-weight: bold;
}
.header-logo {
	width: 260px;
	float: left
}
.imgsociete{text-align:center; margin:  20px 0;  }
.slider-wrapper {
	border: 2px solid #832372;
	height: 356px;
	width: 960px;
}
.slider-detail {
	border: 2px solid #F0EAE6;
	height: 576px;
	width: 960px;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 356px !important;
	width: 960px !important;
}
.slider-detail .nivoSlider img {
	height: 576px !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}
/* The slices in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
/* Caption styles */

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav {
}
.nivo-directionNav a {
	position: absolute;
	top: 42%;
	z-index: 99;
	cursor: pointer;
}
.nivo-prevNav {
	left: 17px;
	background: url(previous.png);
	width: 40px;
	height: 40px;
}
.nivo-prevNav:hover {
	left: 17px;
	background: url(previous-hover.png);
	width: 40px;
	height: 40px;
}
.nivo-nextNav {
	right: 17px;
	background: url(next.png);
	width: 40px;
	height: 40px;
}
.nivo-nextNav:hover {
	right: 17px;
	background: url(next-hover.png);
	width: 40px;
	height: 40px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}
/*---- Menu -------*/



#menu {
	background: url(bg-menu.jpg) no-repeat;
	float: right;
	margin-top: 102px;
	width: 648px;
	padding: 5px 12px;
	list-style: none
}
#menu li {
	float: left;
	padding: 0 0 13px 0;
	position: relative;
	line-height: 0;
	background: url(border-menu.png) no-repeat left;
}
#menu li.first {
	background: none;
}
#menu li.lien_actif > a {
	color: #f15922;
}
#menu a {
	float: left;
	height: 25px;
	padding: 18px 26px 0 26px;
	color: white;
	text-decoration: none;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}
#menu li:hover > a {
	text-decoration: none;
	color: #f15922;
}
*html #menu li a:hover /* IE6 */ {
	text-decoration: none;
	color: #f15922;
}
#menu li:hover > ul {
	display: block;
}
/* Sub-menu */

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 99999;
	background: #842372;
	background: -moz-linear-gradient(#842372, #802270);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #802270), color-stop(1, #842372));
	background: -webkit-linear-gradient(#842372, #802270);
	background: -o-linear-gradient(#842372, #802270);
	background: -ms-linear-gradient(#842372, #802270);
	background: linear-gradient(#842372, #802270);
	-moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
	-webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
	box-shadow: 0 0 2px rgba(255,255,255,.5);
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#menu ul ul {
	top: 0;
	left: 150px;
}
#menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	-moz-box-shadow: 0 1px 0 #6e145d, 0 2px 0 #9c3a89;
	-webkit-box-shadow: 0 1px 0 #6e145d, 0 2px 0 #9c3a89;
	box-shadow: 0 1px 0 #6e145d, 0 2px 0 #9c3a89;
	background: none;
}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	padding: 10px;
	height: 10px;
	width: 130px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em !important;
}
*html #menu ul a /* IE6 */ {
	height: 10px;
}
*:first-child+html #menu ul a /* IE7 */ {
	height: 10px;
}
#menu ul a:hover {
}
#menu ul li:first-child > a {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 30px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #802270 !important;
}
#menu ul ul li:first-child a:after {
	left: -8px;
	top: 12px;
	width: 0;
	height: 0;
	border-left: 0;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-right: 8px solid #802270;
}
#menu ul li:first-child a:hover:after {
}
#menu ul ul li:first-child a:hover:after {
	border-bottom-color: transparent;
}
#menu ul li:last-child > a {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
/* Clear floated elements */
#menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #menu {
	zoom: 1;
} /* IE6 */
*:first-child+html #menu {
	zoom: 1;
} /* IE7 */
/*---- Texte -------*/
.texte {
	min-height: 300px;
}
.more, .more:visited{
background: none repeat scroll 0 0 #842372;
    border: 1px solid #59104D;
    border-radius: 4px;
    box-shadow: 1px 1px 0 #D5E2E7;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 40px 0 20px;
    padding: 8px 13px 11px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
}.more:hover {
background: #9f2b8a;
	border: 1px solid #842372;
	text-decoration:none;
}
.par {
	line-height: 20px
}
.img-box {
	border: 3px solid #f0eae6
}
.justify {
	text-align: justify
}
.nomal {
	font-weight: normal
}
h1 {
	font-family: 'Caviar Dreams', sans-serif;
	font-size: 20px;
	color: #f15922;
	background: url(icon-h1.png) no-repeat;
	padding: 10px 0 30px 60px;
	border-bottom: 1px solid #811d6e;
	margin-bottom: 30px;
}
h1.gamme_2 {
	background: url(cuisine-h1.png) no-repeat;
}
h1.gamme_3 {
	background: url(salle-bain-h1.png) no-repeat;
}
h1.gamme_4 {
	background: url(dressing-h1.png) no-repeat;
}
h2 {
	font-weight: bold;
	font-size: 18px !important;
	font-family: 'Caviar Dreams', sans-serif;
	color: #f25922;
	margin-bottom: 20px;
}
h3 {
	font-weight: bold;
	font-size: 16px !important;
	text-transform: uppercase;
	color: #363636
}
.actualite {
	list-style: none;
	margin-top: 50px
}

.actualite li a {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	color: #73357d;
	text-decoration: none
}
.actualite li a:hover {
	text-decoration: underline
}
.actualite img {
	border: 3px solid #73357d;
	margin-bottom: 20px;
}
.catalogue {
	padding : 10px 0 40px 0;
}
.gamme_titre a {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Caviar Dreams', sans-serif;
	text-transform: uppercase;
}
.categorie {
}
.categorie li img {
	display: block;
	border: 3px solid #ececec;
}
.catalogue_liste {
	text-align: center;
	border: 1px solid #ddd;
	background-color: white;
	-moz-box-shadow: 0 2px 2px #e9e9e9;
	-webkit-box-shadow: 0 2px 2px #e9e9e9;
	box-shadow: 0 2px 2px #e9e9e9
}
.catalogue_liste img {
	display: block;
	margin-bottom: 10px;
}
.catalogue_liste a {
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase
}
.catalogue_liste:hover {
	background: #ffedfc
}
ul {
	list-style: none
}
#brandsMenu {
	background-color: #f5f5f5;
	height: 28px;
	margin: 0 0 12px;
	z-index: 4;
}
#breadcrumbs {
	color: #1E1D16;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 20px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	float: left
}
#breadcrumbs ul {
	display: inline;
	margin-left: -2em;
	position: relative
}
#breadcrumbs ul li {
	display: inline;
}
#breadcrumbs p {
	font-weight: bold;
}
#breadcrumbs p {
	display: inline;
}
#detailtxt {
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #DBDBDB;
	color: #555555;
	font-size: 24px;
}
.bt-interesse {
	background: url(bt_in.png) no-repeat;
	color: #FFFFFF !important;
	font-size: 12px!important;
	text-shadow: -1px -1px rgba(0, 0, 0, 0.2)!important;
	background-position: left top;
	font-weight: bold;
	padding: 6px 0 7px 13px;
	display: block;
	text-decoration: none;
	height: 30px;
	width: 177px;
}
.bt-interesse:hover {
	text-decoration: underline;
}
/*---- Pied de page -------*/
.footer {
	color: #25211c;
	background: #f5f5f5;
	font-size: 11px;
	margin-top: 60px
}
.footer p img {
	vertical-align: middle;
}
.footer a {
	color: #25211c;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
/*---- Formatage -------*/
img.bordure {
	border: 4px solid #ECBF92;
}
/*---- pagination-------*/
.pagination {
	clear: both;
	text-align: center;
	padding-top: 15px;
}
.pagination a, .pagination strong {
	border: 1px solid #e1e4ec;
	background: white;
	padding: 1px 4px;
	margin-left: 4px;
	text-decoration: none;
	color: #d88107;
}
.pagination a:hover {
	border: 1px solid #e1e4ec;
	background: #f9dcc0;
	color: white;
}
.pagination strong {
	background: #e5f1ff;
}
/*---- Messages divers -------*/
.messages {
	border-radius: 4px;
	display: block;
	padding: 0px 5px 5px 50px;
	margin: 1em 1em;
	border: 1px solid;
	background: no-repeat 10px 10px;
}
.messages a.closeMessage {
	margin: -.5em -.8em 0 0;
	display: none;
	width: 16px;
	height: 16px;
	float: right;
	background: url(close.png) no-repeat;
}
.messages.error {
	border-color: #C42608;
	color: #c00;
	background-color: #FFF0EF;
	background-image: url(cross.png);
	color: #c00;
}
.messages.success {
	background-color: #E0FBCC;
	border-color: #6DC70C;
	background-image: url(tick.png);
	color: #2B6301;
}
.messages.warning {
	background-color: #FFFCD3;
	border-color: #EBCD41;
	color: #000;
	background-image: url(warning.png);
	color: #5F4E01;
}
.messages.info {
	background-color: #DFEBFB;
	border-color: #82AEE7;
	background-image: url(help.png );
	color: #064393;
}
.messages_ancre {
	text-decoration: none;
	color: black !important;
}
.form_erreur input, .form_erreur textarea, .p.form_erreur {
	background: #fce5e1;
}
.oblig {
	color: #f15922;
	font-size: 10px
}
.coordonnee {
	list-style: none;
	margin-left: -2em;
	margin-bottom: 30px
}
.info-oblig {
	color: #666;
	font-size: 13px;
	margin-top: 20px;
	margin-left: 20px
}
.vcard {
	width: 410px;
}
/*---- Formulaire sans tableau -------*/
.saisie2 label {
	display: inline-block;
	font-weight: bold;
	width: 100px;
}
.saisie2 textarea {
	border: 1px solid #CCCCCC;
	width: 300px
}
.saisie2 input[type=text] {
	display: inline-block;
	height: 25px;
	border: 1px solid #CCCCCC;
	width: 300px;
	padding: 4px 0;
	color: #333;
	margin-bottom: -10px;
}
input[type=submit] {
	padding: 9px 18px 10px;
	line-height: 1;
	background: #842372;
	border: 1px solid #59104d;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	/* CSS3 */
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	box-shadow: 1px 1px 0 #d5e2e7;
	-webkit-box-shadow: 1px 1px 0 #d5e2e7;
	-moz-box-shadow: 1px 1px 0 #d5e2e7;
	text-shadow: -1px -1px 0 rgba(0,0,0,.25);
	cursor: pointer;
}
input[type=submit]:active {
	position: relative;
	top: 1px;
}
input[type=submit]:hover {
	background: #9f2b8a;
	border: 1px solid #842372;
}
/*---- blocs -------*/



/*****************************************/
/*		  RESPONSIVE WEB DESIGN		     */
/*****************************************/

#navmain-trigger,
#nav-mobile,
#btn-top,
#slick-wp,
.hide-large	 			 												{ display: none;}
.visible-tablet 														{ display: none;}
.catalogue_liste 														{ margin-bottom: 20px; }


.slick-slide                                    						{ outline: none !important; }
.slick-vertical .slick-slide 											{ border: none !important;}
.slick-dots 															{ margin-top: 15px; text-align: center;  }
.slick-dots  li															{ display: inline-block; vertical-align: top; margin: 0 2px; }
#slick-detail-wp 														{ position: relative; }
#slick-detail-wp.home 													{ border: 2px solid #832372; margin-bottom: 30px; }
#slick-detail-arrows  													{ width: 100%;}
#slick-detail-arrows img 												{ position: absolute; top: 50%; margin-top: -20px; z-index: 3; cursor: pointer;}
#slick-detail-arrows img:first-child 	 								{ left: 30px; }								 
#slick-detail-arrows img:last-child 	 								{ right: 30px; }								 

@media screen and (max-width: 1020px) {
	* 																	{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	#menu ul li:first-child > a:after 									{ display: none; }
	#btn-top 															{ display: inline-block; text-decoration: none; width: 35px; height: 35px; background-color: #812273; color: #FFF; font-size: 24px; border-radius: 40px; position: fixed; bottom: 15px; right: 15px; z-index: 10;-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); text-align: center; padding-top: 0; line-height: 1.45em;  }		
	.conteneur 															{ width: 720px; }
	.header-logo 														{ width: 200px; }
	img 																{ max-width: 100%; height: auto;}
	.header-slogan 														{ display: block; width: 300px; top: -5px; right: 5px; width: 480px; }
	#menu 																{ width: 500px; padding: 5px 12px 5px 14px; margin-top: 69px; }
	#menu a 															{ padding: 18px 17px 0 17px; font-size: 1em; }
	#slider 															{ -webkit-background-size: cover !important; background-size: cover !important; }
	.slider-wrapper,
	.nivoSlider,  													
	.nivoSlider img 													{ width: 720px !important; height: 267px !important;}
	.contact-wp .w500p													{ width: 100%;}
	.contact-wp .w50													{ width: 68%; padding-right: 30px;}
	.contact-wp iframe													{ width: 100%;}
	.contact-wp .vcard 													{ width: 100%; margin-top: 40px;}
	.contact-wp .saisie2 p 												{ }
	.contact-wp .saisie2 input[type="text"] 							{ width: calc(100% - 400px); }
	.contact-wp .saisie2 textarea  										{ width: calc(100% - 110px); }
	.contact-wp .saisie2 .except-captcha 								{ width: calc(100% - 511px) !important; }
	.contact-wp .info-oblig 											{ margin-left: 0; }
	.contact-wp .saisie2 input[type="text"],
	.contact-wp .saisie2 textarea 										{ -webkit-appearance: none;}
}

@media screen and (max-width: 800px) {
	.conteneur 															{ width: 540px; }
	.header-logo 														{ width: 150px; }
	.header-slogan 														{ width: 350px; }
	#menu 																{ width: 540px; margin-top: 10px; }
	#menu a 															{ font-size: 1.15em; }
	.slider-wrapper,
	.nivoSlider,  													
	.nivoSlider img 													{ width: 540px !important; height: 200px !important;}
	.contact-wp .saisie2 input[type="text"] 							{ width: calc(100% - 250px); }
	.contact-wp .saisie2 textarea  										{ width: calc(100% - 110px); }
	.contact-wp .saisie2 .except-captcha 								{ width: calc(100% - 361px) !important; }
	.contact-wp .w50													{ width: 100%; padding-right: 0;}

}

@media screen and (min-width: 630px) {
	#menu 																{ display: block !important; }
}

@media screen and (max-width: 630px) {
	.header 															{ padding-bottom: 0 !important; }
	.footer 															{ margin-top: 30px; }
	.conteneur 															{ width: 300px; }
	#menu 																{ width: 100%; display: none; background-image: none; background-color: #812273; padding: 0 0 20px 0;}
	#menu li 															{ float: none; display: block; width: 100%; background: none; padding: 0; margin: 0; }
	#menu a 															{ float: none; height: auto; display: block; line-height: 1em;}
	#menu ul 															{ position: relative; top: auto; left: auto; width: 100%; margin-top: 15px;}
	#menu ul a 															{ font-size: 1em !important; padding: 10px 20px;}
	.slider-wrapper.mod 												{ overflow: hidden; }
	.slider-wrapper,
	.nivoSlider,  													
	.nivoSlider img 													{ width: 300px !important; height: 111px !important;}
	.nivo-directionNav a 												{ top: 32%; transform: scale(0.7); }
	.nivo-prevNav 														{ left: 5px !important; }
	.nivo-nextNav 														{ right: 5px !important; }
	.w40,
	.w60 																{ width: 100%;}
	.mod 																{ overflow: visible; }
	.mod .ml2 															{ margin-left: 0; }
	h1 																	{ background: url(icon-h1.png) no-repeat 0px 10px; }
	.grid > * 															{ margin-left: 0; }
	.actualite.grid3 > * 												{ width: 100%; padding-left: 0; }
	.grid2 > * 															{ width: 100%; padding-left: 0;  }
	.actualite img 														{ margin-bottom: 10px; }
	.actualite li a 													{ display: block; margin-bottom: 20px;}
	.header-logo 														{ width: 100px; float: none;}
	.header-slogan		 												{ position: relative; right: auto; width: 100%; top: auto; margin-top: 0; padding: 0 5px; line-height: 40px; }
	#navmain-trigger													{ display: block; }
	#navmain-trigger                        							{ display: block; position: absolute; top: 13px; right: 0; z-index: 9; height: 60px; width: 60px; padding: 5px 6px 5px 6px; border: none; background-color: #fff; cursor: pointer;}
	#btn-hamburger-wp                       							{ width: 30px; height: inherit;  text-align: center; }
	#btn-hamburger                          							{ display: block; margin: 0 auto; width: 40px; height: 20px; position: relative; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer;}
	#btn-hamburger span                     							{ display: block; position: absolute; height: 4px; width: 100%; background: #812273; border-radius: 15px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
	#btn-hamburger span:nth-child(1)       	 							{ top: 0px; }
	#btn-hamburger span:nth-child(2),
	#btn-hamburger span:nth-child(3)        							{ top: 10px;}
	#btn-hamburger span:nth-child(4)        							{ top: 20px;}
	.menu-open #btn-hamburger span:nth-child(1) 						{ top: 18px;width: 0%;left: 50%;}
	.menu-open #btn-hamburger span:nth-child(2) 						{ -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
	.menu-open #btn-hamburger span:nth-child(3) 						{ -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}
	.menu-open #btn-hamburger span:nth-child(4) 						{ top: 18px; width: 0%; left: 50%; }
	.right.mt3  														{ float: none; margin-top: 0; margin-bottom: 20px;}
	.hide-small 														{ display: none;}
	.hide-large 														{ display: block;}
	.contact-wp .saisie2 input[type="text"] 							{ width: calc(100% - 0px); }
	.contact-wp .saisie2 textarea  										{ width: calc(100% - 0px); }
	.contact-wp .saisie2 .except-captcha 								{ width: calc(100% - 110px) !important; }
	.contact-wp .saisie2 label 											{ display: block; }
	.contact-wp p 														{ margin-bottom: 20px; }
	#slick-detail-arrows img 											{ transform: scale(0.7); margin-top: -13px } 
	#slick-detail-arrows img:first-child 	 							{ left: 10px; }								 
	#slick-detail-arrows img:last-child 	 							{ right: 10px; }								 

}






