
/* ------------------- Overall Specifications ------------- */
@font-face {
    font-family: "Titillium-Regular";
    src: url('fonts/titilliumweb-regular-webfont.eot');
    src: url('fonts/titilliumweb-regular-webfont.ttf') format('truetype'),
    url('fonts/titilliumweb-regular-webfont.woff') format('woff'),
    url('fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/titilliumweb-regular-webfont.svg#Existence') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Titillium-Italic";
    src: url('fonts/titilliumweb-italic-webfont.eot');
    src: url('fonts/titilliumweb-italic-webfont.ttf') format('truetype'),
    url('fonts/titilliumweb-italic-webfont.woff') format('woff'),
    url('fonts/titilliumweb-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/titilliumweb-italic-webfont.svg#Existence') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Titillium-Bold";
    src: url('fonts/titilliumweb-bold-webfont.eot');
    src: url('fonts/titilliumweb-bold-webfont.ttf') format('truetype'),
    url('fonts/titilliumweb-bold-webfont.woff') format('woff'),
    url('fonts/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/titilliumweb-bold-webfont.svg#Existence') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
  line-height: 1.5;
  font-size: 87.5%;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: #6b6b6d;
  font-family: Titillium-Regular, sans-serif!important;
    text-shadow:none!important;
}
a:link,
a:visited {
  text-decoration: none;
  color: #66a5cc;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
a:hover, a:focus {
	color:#c84c32;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
}
h1 {
  font-size: 1.357em;
  font-weight: bold;
}
h2 {
  font-size: 1.143em;
}
p {
  margin: 0 0 1.2em;
}
del {
  text-decoration: line-through;
}
tr.odd {
  background-color: #dddddd;
}
img {
  outline: 0;
}

/**
 * The generic monospace font family is listed before Courier new to avoid a
 * a bug in font-size rendering:
 * http://meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing
 */
code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.77em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  border-radius: 5px;
}
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}


/* ------------------- Fonts ------------------------------ */

body,
#site-slogan,
.ui-widget,
.comment-form label {
font-weight: normal!important;
font-family: Titillium-Regular, sans-serif!important;
}
#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
  font-family: Titillium-Regular, sans-serif!important;
  color: #6b6b6d!important;
}
input,
textarea,
select,
a.button {
  font-family: Titillium-Regular, sans-serif!important;
}

/* ------------------- Reset Styles ----------------------- */

caption {
  text-align: left; /* LTR */
  font-weight: normal;
}
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}
blockquote > p:first-child {
  display: inline;
}
a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/* ------------------- Table Styles ----------------------- */

table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
table table {
  font-size: 1em;
}
#footer-wrapper table {
  font-size: 1em;
}
table tr th {
  background: #6B6B6D;
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
  color: #fff;
  font-weight: normal;
  text-align: center;
}
table tbody tr th {
  vertical-align: middle;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
  vertical-align: middle;
}
#footer-wrapper tr td,
#footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
tr.odd {
  background: #DCDDDE;
}
tr,
tr.even {
  background: #DCDDDE;
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

/* ------------------- List Styles ------------------------ */

.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
.contextual-region .contextual .contextual-links a {
  font-size: 0.923em;
  text-shadow: 0 0 0 !important;
}
.item-list .pager {
  font-size: 0.929em;
}
.item-list .pager li {
  padding: 0;
}
.item-list .pager a {
  display: inline-block;
  padding: 10px 15px;
}
.item-list .pager a:hover {
	color:#c84c32;
}
.item-list .pager .pager-first a {
  padding: 10px 10px 10px 0;
}
.item-list .pager .pager-previous a {
  padding: 10px 0;
}
.item-list .pager .pager-current {
  padding: 0 10px;
}
.item-list .pager .pager-next a,
.item-list .pager .pager-last a {
  padding: 10px 0 10px 10px;
}
ul.menu li {
  margin: 12px 0;
}

/*ul.menu li a {
  padding: 10px 0;
}*/

.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 15px; /* LTR */
}
.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0; /* LTR */
}
ul.tips {
  padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------- Header ----------------------------- */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
#logo {
  float: left; /* LTR */
  padding-left: 5px; /* LTR */
}

#name-and-slogan {
  float: left; /* LTR */
  margin: 0;
  padding: 5px 10px 8px;
}
#site-name {
  font-size: 1.6em;
  color: #686868;
  line-height: 1;
}
h1#site-name {
  margin: 0;
}
#site-name a {
  font-weight: normal;
}
#site-slogan {
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}
/* Region header blocks. */
.region-header .block {
  font-size: 0.857em;
  margin: 10px 0;
  padding: 0;
}
.region-header .block .content {
  margin: 0;
  padding: 0;
}
.region-header .block ul {
  margin: 0;
  padding: 0;
}
.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.region-header .form-text {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px; /* LTR */
  width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
  color: #eee;
  color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}
.region-header .block-menu li a {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
  border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
  width: auto;
}
.region-header #block-user-login .content {
  margin-top: 2px;
}
.region-header #block-user-login .form-item {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}
.region-header #block-user-login div.item-list {
  clear: both;
}
.region-header #block-user-login div.description {
  display: inline;
}
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}
.region-header #block-user-login .item-list li {
  list-style: none;
  float: left; /* LTR */
  padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
  padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
  padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}
.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */

.region-header #block-search-form .form-text {
  width: 210px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}

/* ------------------- Main Menu -------------------------- */
#main-menu {
  clear: both;
}
#main-menu-links {
  font-size: 0.929em;
  margin: 0 5px;
  padding: 0;
  text-align: left; /* LTR */
}
#main-menu-links li {
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#main-menu-links a {
  color: #333;
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  float: none;
  display: block;
  text-decoration: none;
  text-shadow: 0 1px #eee;
  border-radius: 8px;
  margin-bottom: 4px;
  padding: 0.9em 0 0.9em 10px;
}
#main-menu-links a:hover,
#main-menu-links a:focus {
  background: #f6f6f2;
  background: rgba(255, 255, 255, 0.95);
}
#main-menu-links a:active {
  background: #b3b3b3;
  background: rgba(255, 255, 255, 1);
}
#main-menu-links li a.active {
  border-bottom: none;
}

/* ------------------- Secondary Menu --------------------- */

#secondary-menu-links {
  font-size: 0.929em;
  margin: 0 10px;
}
#secondary-menu-links  li{
  margin: 0;
  padding: 0;
}
#secondary-menu-links  a {
  display: inline-block;
  padding:  0.8em;
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: underline;
}

/* ------------------- Main ------------------------------- */

#main {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* ------------------- Featured --------------------------- */

#featured {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 10px 45px;
  margin: 0;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-bottom: 1px solid #e7e7e7;
  text-shadow: 1px 1px #fff;
}
#featured h2 {
  font-size: 1.2em;
  line-height: 1;
}
#featured p {
  margin: 0;
  padding: 0;
}

/* ------------------- Highlighted ------------------------ */

#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}

/* ------------------- Help ------------------------------- */

.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ------------------- Content ---------------------------- */

.content {
  margin-top: 0;
}
h1#page-title {
  font-size: 2em;
  line-height: 1;
  text-align: center;
  margin-top: 0;
}
#content h2 {
  margin-bottom: 5px;
  font-size: 1.429em;
  line-height: 1.4;
}
#content h2 a:link {
  padding-top: 18px;

}
.node .content {
  font-size: 1.071em;
  text-align: justify;
}

.node-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.node-teaser h2 a {
  color: #66a5cc;
  font-size:24px;
}
.node-teaser {
  padding-bottom: 15px;
}
.node-sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}
.node-full {
  background: none;
  border: none;
  padding: 0;
}
.node-teaser .content {
  clear: none;
  line-height: 1.6;
}

.meta {
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: 10px;
}
.submitted a {
  padding: 10px 0 15px;
}
.submitted .user-picture img {
  float: left; /* LTR */
  height: 20px;
  margin: 1px 5px 0 0; /* LTR */
}

.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em;
}
.view-mode-teaser .field-type-taxonomy-term-reference .field-label,
.view-mode-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  white-space: nowrap;
}
.field-type-taxonomy-term-reference ul.links li a {
  padding: 5px 0 20px;
}
.link-wrapper {
  text-align: right;
}
.field-type-image img,
.user-picture img {
  margin: 0 0 1em;
}

ul.links {
  color: #68696b;
  font-size: 0.821em;
}
ul.links.inline li a {
  display: inline;
  padding: 18px 0 5px;
}

.unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}
.unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------- Comments --------------------------- */

.comment h2.title {
  margin-bottom: 1em;
}
.comment div.user-picture img {
  margin-left: 0; /* LTR */
}
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}
.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0; /* LTR */
  vertical-align: top;
  overflow: hidden;
}
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}
.comment .attribution .username {
  white-space: nowrap;
}
.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}
.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}
.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}
.comment .submitted .comment-permalink a {
  padding: 8px 0 18px;
}
.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}
.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px; /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}
.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.comment .comment-text h3  a{
  padding-top: 22px;
}
.comment .indented {
  margin-left: 40px; /* LTR */
}
.comment ul.links {
  padding: 0 0 0.25em 0;
}
.comment ul.links li {
  padding: 0 0.5em 0 0; /* LTR */
}
.comment.unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
}
.comment.unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------- Sidebar ---------------------------- */

.sidebar .block {
  border: 1px solid;
  padding: 15px 20px;
  margin: 0 0 20px;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

/* ------------------- Triptych --------------------------- */

#triptych-wrapper {
  background: url(../images/fond_triptyque.png) no-repeat top center;
  padding-top: 60px;
  text-align: center;
}
#triptych h2 {
  color: #000;
  font-size: 1.4em;
  margin-bottom: 0.6em;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  line-height: 1;
}
#triptych .block {
  margin-bottom: 1em;
  padding-bottom: 1em;
  line-height: 1.3;
}
#triptych .block.last {
  border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
  list-style: none;
}
#triptych .block ul,
#triptych .block ol {
  padding-left: 0;
}
#triptych #block-user-login .form-text {
  width: 185px;
}
#triptych #block-user-online p {
  margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
  overflow: hidden;
  width: 0;
  height: 0;
}
#triptych-last #block-node-syndicate {
  text-align: right;
}
#triptych #block-search-form .form-type-search input {
  width: 185px;
}
#triptych-middle #block-system-powered-by {
  text-align: center;
}
#triptych-last #block-system-powered-by {
  text-align: right;
}

/* ------------------- Footer ----------------------------- */

#footer-wrapper {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.857em;
}
#footer-wrapper a {
  color: #fcfcfc;
  color: rgba(255, 255, 255, 0.8);
}
#footer-wrapper a:hover,
#footer-wrapper a:focus {
  color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
}
#footer-wrapper .block {
  margin: 20px 0;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
#footer-columns .block-menu,
#footer .block {
  margin: 0;
  padding: 0;
  border: none;
}
#footer .block {
  margin: 0.5em 0;
}
#footer .block .content {
  padding: 0.5em 0;
  margin-top: 0;
}
#footer .block h2 {
  margin: 0;
}
#footer-columns h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}
#footer-columns .content {
  margin-top: 0;
}
#footer-columns p {
  margin-top: 1em;
}
#footer-columns .content ul {
  list-style: none;
  padding-left: 0; /* LTR */
  margin-left: 0;
}
#footer-columns .content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-columns .content li a {
  display: block;
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  line-height: 1.2;
  padding: 0.8em 2px 0.8em 20px; /* LTR */
  text-indent: -15px;
}
#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
  background-color: #1f1f21;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}
#footer {
  letter-spacing: 0.2px;
  border-top: 1px solid #dcddde;
}

/*#footer .block {
  clear: both;
}*/
#footer ul,
#footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li {
  float: left; /* LTR */
  padding: 0 12px;
  display: block;
  border-right: 1px solid #555; /* LTR */
  border-color: rgba(255, 255, 255, 0.15);
}
#footer li.first a {
  padding-left: 0; /* LTR */
}
#footer li.last a {
  padding-right: 0; /* LTR */
  border-right: none; /* LTR */
}
#footer-wrapper tr.odd {
  background-color: transparent;
}
#footer-wrapper tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* ------------------- System Tabs ------------------------ */

.tabs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ------------------- Messages --------------------------- */

#messages {
  padding: 20px 0 5px;
  margin: 0 auto;
}
.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}
div.messages {
  margin: 8px 15px;
}

/* ------------------- Breadcrumbs ------------------------ */

.breadcrumb {
  font-size: 0.929em;
  padding: 10px;
}

.breadcrumb a {
  padding: 12px 0;
}

/* ------------------- User Profile ----------------------- */

.profile .user-picture {
  float: none;
}

/* ------------------- Password Meter --------------------- */

.confirm-parent,
.password-parent {
  width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.82em;
}
.password-strength-text {
  margin-top: 0.2em;
}
div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

/* ------------------- Buttons ---------------------------- */

input.form-submit,
a.button {
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  border-radius: 15px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/* ------------------- Form Elements ---------------------- */

fieldset {
/*  background: #ffffff;*/
background:none;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px; /* Offsets the negative margin of legends */
  border-radius: 4px;
}
.fieldset-wrapper {
  margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}
.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
  margin-right: 10px;
}
.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
  background: transparent;
  border-radius: 0;
}
fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px; /* LTR */
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
fieldset.collapsed legend {
  border-radius: 4px;
}
fieldset legend a {
  color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
  color: #000;
}
fieldset .fieldset-wrapper {
  padding: 0 10px;
}
fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}
input {
  margin: 2px 0;
  padding: 4px;
}
input,
textarea {
  font-size: 0.929em;
}
textarea {
  line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
  padding: 4px;
}
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-number,
input.form-color,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
}
input.form-submit:hover,
input.form-submit:focus {
  background: #dedede;
}
.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}
.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}
.form-item label {
  font-size: 0.929em;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}
.form-actions {
  padding-top: 10px;
}
/* Contact Form */
.contact-form #edit-name {
  width: 75%;
  border-radius: 4px;
}
.contact-form #edit-mail {
  width: 75%;
  border-radius: 4px;
}
.contact-form #edit-subject {
  width: 75%;
  border-radius: 4px;
}
.contact-form #edit-message {
  width: 76.3%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
  width: 76%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* ------------------- Disabled Form Elements ------------- */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled label {
  color: #717171;
}

/* ------------------- Animated Throbber ------------------ */
.js input.form-autocomplete {
  background-position: 100% 4px; /* LTR */
}
.js input.throbbing {
  background-position: 100% -16px; /* LTR */
}

/* ------------------- Comment Form ----------------------- */
.comment-form label {
  float: left; /* LTR */
  font-size: 0.929em;
  width: 120px;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.no-sidebars .comment-form .form-text {
  width: 800px;
}
.one-sidebar .comment-form .form-text {
  width: 500px;
}
.two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
#content h2.comment-form {
  margin-bottom: 0.5em;
}
.comment-form .form-textarea {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}

/* ------------------- Other Overrides -------------------- */

div.password-suggestions {
  border: 0;
}
.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}
#forum .name {
  font-size: 1.083em;
}
#forum .description {
  font-size: 1em;
}
.field-name-field-n-de-t-l-phone-de-contact .description {
	color:red;
}
/* ------------------- Search Form ------------------------ */

#block-search-form {
  padding-bottom: 7px;
}
#block-search-form .content {
  margin-top: 0;
}
#search-form input[type="search"],
#block-search-form input[type="search"] {
  box-sizing: border-box;
  padding: 4px;
  -webkit-appearance: textfield;
}
#search-form input[type="search"]::-webkit-search-decoration,
#block-search-form input[type="search"]::-webkit-search-decoration {
  display: none;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
  float: left; /* LTR */
  font-size: 1em;
  margin-right: 5px;
  width: 9em;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 27px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/search-button.png) no-repeat center top;
  overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  background-position: center bottom;
}
#search-form .form-item-keys label {
  display: block;
}

/* ------------------- Search Results --------------------- */
ol.search-results {
  padding-left: 0;
}
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

/* ------------------- Shortcut Links --------------------- */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
  float: left; /* LTR */
  margin: 0;
}
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ------------------- Admin-specific Theming ------------- */

.page-admin #content img {
  margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
  margin: 0;
}
.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}
.page-admin #admin-dblog img {
  margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ------------------- Overlay Layout Styles -------------- */

.overlay #main,
.overlay #content {
  width: auto;
  float: none;
}
.overlay #page {
  padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
  display: none;
}
.overlay-processed .field-type-image {
  display: block;
  float: none;
}
.overlay #messages {
  width: auto;
}

/* ------------------- Poll ------------------------------- */

.node .poll {
  margin: 2em 0;
}
.node .poll #edit-choice {
  margin: 0 0 1.5em;
}
.poll .vote-form {
  text-align: left; /* LTR */
  margin: 0;
}
.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right; /* LTR */
  text-align: right; /* LTR */
}
.poll .choice-title {
  clear: right; /* LTR */
}
.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right; /* LTR */
  clear: both;
}
.node .poll {
  margin: 1.8em 0 0;
}
.node .poll .text {
  margin-right: 6.75em;
}
.node .poll #edit-choice {
  margin: 0 0 1.2em;
}
.poll .bar .foreground {
  background-color: #666;
}
#footer-wrapper .poll .bar {
  background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
  background-color: #ddd;
}

/* ------------------- Book ------------------------------- */
.book-navigation .menu {
  border-top: 1px solid #d6d6d6;
}
.book-navigation .book-pager {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  margin: 0;
}

/* ------------------- Menu Toggle Link ------------------- */
a#menu-toggle {
  display:none;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  padding: 0.7em 0 0.7em 10px;
  text-decoration: none;
  text-shadow: 0 1px #EEEEEE;
  position:relative;
}

a#menu-toggle:after {
  content:"";
  background: url('../images/toggle.png') no-repeat;
  width: 22px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 10px;
}
.webform-progressbar {
	display:none;
}
.g-recaptcha > div {
	margin:0 auto;
}
/* ------------------- Media Queries ---------------------- */

@media all and (max-width: 460px) {
  /* ----------------- Menu on Small Resolutions ---------- */
  a#menu-toggle {
    display:block;
  }

  #main-menu-links {
    display: none;
    height: auto;
  }
  
  /* ----------------- Forms on Small Screens ------------- */
  input.form-url,
  input.form-search,
  input.form-number, 
  input.form-color,
  textarea.form-textarea,
  select.form-select {
    width: 100%;
  }
}

@media all and (min-width: 461px) and (max-width: 900px) {
 /* ------------------ Header and Menus ------------------- */

 .region-header {
    margin: .5em 5px .75em;
  }

  #name-and-slogan {
    padding: 10px 10px 8px;
  }
  #main-menu-links {
    margin: 0 5px;
    padding: 0;
    text-align: center;
  }
  #main-menu-links li {
    float: left;
    margin-right: 5px;
    padding: 0;
    display: inline-block;
    width: 32.75%;
  }
  #main-menu-links li:nth-child(3n) {
    margin-right: -5px; /* LTR */
  }
  #main-menu-links a {
    float: none;
    display: block;
    border-radius: 8px;
    margin-bottom: 5px;
    padding: 0.9em 5px;
  }
  #featured {
    font-size: 1.43em;
  }
  #featured h2 {
    font-size: 1.174em;
  }
  #triptych h2 {
    font-size: 1.243em;
    margin-bottom: 0.9em;
  }
}

/*@media all and (min-width: 901px) {*/

  .region-header {
    margin: 0;
    margin-top: -10px;
  }
  #logo {
    padding: 15px 15px 15px 10px; /* LTR */
  }
  #name-and-slogan {
    padding: 26px 0 0;
    margin: 0 0 30px 15px; /* LTR */
  }
  #site-name {
    font-size: 1.821em;
  }
  #main-menu-links {
    font-size: 0.929em;
    margin: 0;
    padding: 0 15px;
  }
  #main-menu-links li {
    float: left; /* LTR */
    list-style: none;
    padding: 0 1px;
    margin: 0 1px;
    width: auto;
  }
  #main-menu-links a {
    float: left; /* LTR */
    padding: 0.7em 0.8em;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #featured {
    font-size: 1.643em;
    line-height: 1.4;

  }
  #featured h2 {
    font-size: 1.174em;
    line-height: 1;
  }
  .featured #main-menu-links li a:active,
  .featured #main-menu-links li a.active {
    background: #f0f0f0;
    background: rgba(240, 240, 240, 1.0);
  }
/*}
*/

/* ------------------- Misc Fixes ------------------------- */
.element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  left: 0;
}
/***************************************AJOUTS MURIEL*********************************************/
/*--------------------Header, Panier, Connection ....----------------------*/
#headermu{
  width: 270px;
  float: right;
  margin-right:10px; 
}

#secondary-menu, #block-block-23{
  width: 50%;
  background: url(../images/compte.png) center 5px no-repeat;
  float: left;
  margin: 0;
  padding-top: 60px;
  text-align: center;
  height: 60px;
}

#headermu .menu-2{
  margin-top: -20px;
}

#secondary-menu-links, #block-block-23 a{
  clear: both;
}

#block-block-23 p{
  margin: 0;
  padding: 0;
}

#block-block-23 p:nth-child(2){
  font-size: 10px
}

#block-block-23 a{
  color: #6b6b6d;
}

#secondary-menu-links a, #block-block-23 a{
  padding: 0;
  text-align: center;
}

.menu-15{
  font-size: 10px;
}

#headermu ul.inline li{
  display: block;
}

.region-panier{
  float: right;
}

.region-panier h2{
  display: none;
}

.titrepanier{
  display: block;
}

#block-commerce-cart-cart{
  margin-top: -32px;
}
.view-commerce-cart-block .views-field-quantity, .cart-empty-block .views-field-quantity{
  position: relative;
  color: #fff;
  font-size: 20px;
  top: -10px;
  left: 11px;
}

.region-header #block-search-form .form-text{
  border: solid 1px #DCDDDE;
}

#block-block-24{
  position: absolute;
  left: 20px ;
  top: 150px;
}

#block-block-26{
  position: absolute;
  top: 155px;
  left: 50%;
  margin-left: -188px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #66a5cc;
  text-align: center;
  font-size: 1.4em;
  border: 2px solid #66a5cc;
}

#block-block-26:hover{
  background-color: #fff;
}

#block-block-26 p{
  margin-bottom: 0;
}
#block-block-26 a{
  color: #fff;
}

#block-block-26 a:hover, #block-block-26:hover a{
  color: #66a5cc!important;
  text-decoration: none;
}
/*--------------------MENU----------------------*/
#superfish h2, #main-menu{
  display: none;
}

#superfish{
  border-top: 1px solid #DCDDDE;
  clear: both;
}

#superfish-1{
  font-size: 1.4em;
}
#superfish-1 a{
  color: #6B6B6D;

}

#superfish-1 a:hover{
  text-decoration: none;
}

#superfish-1 li{
  padding-top: 10px;
  padding: 0.7em 0.8em;
}

#superfish-1 li:hover{
  color: #a18c4f;
}
#superfish-1 li ul{
  background-color: #fff;
  font-size: 1em;
}

#superfish-1 li ul li{
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
}

#superfish-1 li ul a{
  font-size: 0.8em;
}

#menu-579-1 a{
  font-weight: bold;
  color: #66a5cc;
}
/*----------------Page Accueil------------------*/
#featured{
  background: none;
  border: none;
  padding: 0;
}

.view-slideshow .views-field-title{
  text-align: right;
  max-width: 1260px;
  margin: 0 auto;
  margin-top: -150px;
}

.view-slideshow .views-field-title a{
  color: #66a5cc;
  text-shadow:none;
  background-color: #fff;
  margin-right: 100px;
  font-size: 16px;
  padding: 10px 40px;
}

#featured div.section {
    margin: 0 auto;
    max-width: 1290px;
}

#block-block-16{
  background: url(../images/fond_h1.png) top center no-repeat;
  padding-top: 20px;
  margin-top: 70px;
}

.page-node-1 #main{
  margin: 0 auto;
}

.view-id-actualit_s a{
  color: #fff;
}

/*.views-field-nothing{
  margin-top: -100px;
  background:url(../images/fond_actu.png)top center no-repeat;
  width: 400px;
  padding-left: 20px;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  padding-top: 30px;
  padding-bottom: 17px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}



.views-field-nothing span div {
  color: #66a5cc;
}

.views-field-nothing:hover{
  height: 163px;
  background: rgba(107,107,109,0.9);
  margin-top: -425px;
  padding-top: 240px;
}
*/
/*----------------Triptyques------------------*/
#triptych{
  color: #fff;
}

.petit{
  font-size: 18px;
}

.grand{
  font-size: 30px;
}

#triptych .block{
  width: 90%;
  margin-left: 5%;
  padding-top: 50px;
  padding-bottom: 30px;
}

#triptych .block a{
  color: #fff;
}

#triptych .block a:hover{
  color: #fff;
  text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}

#block-block-6{
  background: url(../images/chalet.jpg) top center no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}

#block-block-6:hover,#block-block-6:focus{
  background: url(../images/chalet_hover.jpg) top center no-repeat;
}

#block-block-8{
  background: url(../images/deco.jpg) top center no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}

#block-block-8:hover,#block-block-6:focus{
  background: url(../images/deco_hover.jpg) top center no-repeat;
}

#block-block-7{
  background: url(../images/interieur.jpg) top center no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}

#block-block-7:hover,#block-block-6:focus{
  background: url(../images/interieur_hover.jpg) top center no-repeat;
}

/*----------------Pages articles----------------*/

.submitted{
  display: none;
}

article .field-name-field-image{
  width: 36%;
  float: left;
  margin-right: 4%;
}

.node-type-article article .field-name-body{
  text-align: justify;
}

article h2{
  margin-top: 0;
}

/*-------------------FAQ------------------*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  background: none;
  background-color: #66a5cc;
  border: none;
}

.jjquery-ui-filter-container{
  color: #6b6b6d!important;
}

.jquery-ui-filter-accordion{
  width: 95%;
  float: left;
}



.ui-accordion .ui-accordion-content-active{
  border-top: 1px solid #66a5cc;
}

/*----------------Diagnostic--------------*/
.webform-client-form-9 fieldset{
  width: 48%;
  float: left;
}

.webform-client-form-9 .form-item{
  clear: both;
}

.webform-client-form-9 fieldset:first-child{
  background-color: #66a5cc;
}

.webform-client-form-9 fieldset:nth-child(2){
  background-color: #6b6b6d;
  color: #fff;
  margin-left: 2%;
}

.webform-client-form-9 textarea.form-textarea{
  background-color: #dcddde;
}
.webform-client-form-9 .fieldset .fieldset-wrapper {
	width:400px;
}
.webform-client-form-9 .fieldset .fieldset-wrapper input {
    font-size: 0.929em;
    max-width: 97%;
    width: auto;
}
input.form-submit, a.button{
  background: none;
  border-radius: 0;
  border: 2px solid #66a5cc;
  background-color: #66a5cc;
  color: #fff;
}
.node-accessoires-bois-display .field-name-field-produit-a input.form-submit {
	float:right;
	clear:right;
}
input.form-submit:hover, a.button:hover{
  color: #66a5cc;
  background-color: #fff;
}

#block-block-27.block-block .content, #block-block-28.block-block .content, #block-block-29.block-block .content{
  width: 100%;
  margin-left: 0;
}

#block-block-29{
  clear: both;
}

#block-block-29 a img:hover{
  opacity: 0.8;
}

#block-block-27 h2{
  background-color: #66a5cc;
  padding: 10px 20px;
  text-align: center;
}

#node-123 h2{
  display: none;
}

#block-webform-client-block-123{
  padding: 20px;
  background-color: #DCDDDE;
}

#block-webform-client-block-123 h2{
  margin-top: 0;
}

#node-123 img{
  margin-top: -45px;
}
/*----------------Sidebar Pages boutique----------------*/
#sidebar-first{
  width: 30%;
}

#sidebar-first a{
  text-decoration: none;
}

.sidebar-first #content{
  margin-left: 30%;
}

.one-sidebar #content{
  width: 70%;
}

#sidebar-first h2{
  border: none;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow:none;
  text-align:center;
}

#sidebar-first img{
  margin-top: 5px;
}

#sidebar-first h3{
  border: none;
  font-size: 20px;
  margin-top: 0;
}

#sidebar-first p, #sidebar-first .block ul{
  font-size: 16px;
}

#sidebar-first .block ul{
  list-style-type: none;
}

#sidebar-first .block ul li ul{
  font-size: 14px;
}

#sidebar-first .block ul:first-child{
  font-style: bold;
}

.sidebar .block{
  padding: 5px 10px;
}

.sidebar #block-block-17{
  background-color: #66a5cc;
}

.sidebar #block-block-41{
  background-color: #dcddde;
  clear:both;
}

.sidebar #block-block-40{
  background-color: #6b6b6d;
  color: #dcddde;
}

.sidebar #block-block-46{
  background-color: #66a5cc;
}

.sidebar #block-block-21{
  background-color: #6b6b6d;
  color: #66a5cc;
}

.sidebar #block-block-17 h2 a, #sidebar-first #block-block-46 ul a, .sidebar #block-block-41 a{
  color: #6b6b6d;
}

.sidebar #block-block-40 h3, .sidebar #block-block-46 h3, #sidebar-first #block-block-46 h3 a{
  color: #fff;
}

.sidebar #block-block-40 a{
  color: #dcddde;
}

#sidebar-first .sidetitre{
    padding: 0!important;
    font-size: 20px!important;
  }
/*-----------------Page Actu-----------------*/
.view-toutes-les-actualit-s .views-field-title{
  font-size: 20px;
  font-weight: bold;
  clear: both;
  padding-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.view-toutes-les-actualit-s .views-field-field-image{
  width: 240px;
  float: left;
}

.node-type-article h1#page-title{
  text-transform: uppercase;
}
/*----------------Boutique----------------*/
.page-trouvez-votre-produit .views-exposed-form label, label{
  font-weight: normal;
}

.views-exposed-form label{
  font-size: 16px;
}

.views-exposed-form label:first-child{
  font-size: 20px;
}

.views-exposed-form .views-submit-button{
  padding-top: 0;
}

.commerce-product-title-label{
  display: none;
}

.node-produit-bois-display, .node-accessoires-bois-display{
  border: 1px solid #DCDDDE;
  padding:0 10px;
  width: 45%;
  float: left;
  margin-top: 30px;
  min-height: 285px;
}

.node-produit-bois-display:nth-child(even), .node-accessoires-bois-display:nth-child(even){
  margin-left: 4%;
}


.node-teaser h2, .field-name-field-sous-titre, .field-name-field-sous-titre-a{
  text-align: center;
}

.field-name-field-sous-titre, .field-name-field-sous-titre-a{
  font-weight: bold;
  font-size: 16px;
}

.group-infos-droite{
  border: none;
  margin: 0;
  padding: 0;
}

.group-infos-droite .fieldset-wrapper{
  margin: 0!important;
  padding: 0!important;
}

.field-name-field-image-bois, .group-infos-droite, .field-name-field-image-a{
  float: left;
}

.field-name-field-image-bois, .field-name-field-image-a{
  width: 40%;
  text-align: center;
}

.field-name-field-r-sum-a{
  text-align: right;
}

.group-infos-droite{
  width: 64%;
  margin-bottom: 15px;
}
.node-accessoires-bois-display .group-infos-droite{
  width: 60%;
}

.field-name-commerce-price{
  font-size: 22px;
  color: #66a5cc;
}
.node-accessoires-pro .field-name-commerce-price{
	color:#c84c32;
}
.commerce-product-field-field-teinte {
	float:right;
}
.link-wrapper{
  margin-top: -40px;
}

.node-readmore{
  background-color: #66a5cc;
  padding: 2px 20px!important;
  font-size: 16px;
}
.node-accessoires-pro .node-readmore {
	background-color:#c84c32;
}
.node-readmore a{
  color: #fff;
}

.node-readmore:hover{
  background-color: #fff;
  border: 2px solid #66a5cc;
}
.node-accessoires-pro .node-readmore:hover {
  background-color: #fff;
  border: 2px solid #c84c32;
}
.node-readmore a:hover{
  color: #66a5cc;
  text-decoration: none;
}
.produits-conseil tr, .produits-conseil tr.even {
	background:none;
}
.produits-conseil tr td {
	padding-bottom:15px;
	vertical-align:top;
}
.produits-conseil .prix {
    background-color: #66a5cc;
    color: #fff;
    display: block;
    line-height: 1.2;
	margin:5px auto;
    padding: 5px;
    text-decoration: none;
    width: 90px;
}
/*---------------Page produit--------------*/
.node-type-produit-bois-display .node-produit-bois-display, .node-type-accessoires-bois-display .node-accessoires-bois-display, .node-type-accessoires-pro .node-accessoires-pro {
  width: 90%;
  border: none;
  margin-left: 5%;
}

.jquery-ui-filter-tabs .ui-corner-all{
  border-radius: 0;
}

.jquery-ui-filter-tabs .ui-widget-header{
  background:none;
  border: none!important;
}

.jquery-ui-filter-tabs-container{
  border: 1px solid #66a5cc;
}

.field-name-field-caract-ristiques{
  clear: both;
}
.field-name-field-logo {
	clear:both;
}
.field-name-field-logo ul {
	margin:0;
	padding:0;
}
.field-type-taxonomy-term-reference.field-name-field-logo ul.links .term-tree-list ul.term li {
	float:left;
	margin-right:20px;
	list-style:none;
}
.field-name-field-logos, .field-name-field-r-sum-, .field-name-field-sous-titre, .field-name-field-produit, .commerce-product-field-commerce-price{
  text-align: right;
}

.node-full .field-name-field-logos, .node-full .field-name-field-r-sum-, .node-full .field-name-field-sous-titre, .node-full .field-name-field-produit, .node-full .commerce-product-field-commerce-price, .node-full .field-name-field-r-sum-a, .node-full .field-name-field-sous-titre-a, .node-full .field-name-field-produit-a{

/*  margin-left: 10%;*/
  text-align: right;
}
.node-full .field-name-field-produit {
	clear:right;
	float:right;
	margin-top:0;
}
.commerce-product-field-field-brillance {
	float:right;
}
.field-name-field-caract-ristiques-a{
  clear: both;
}


.field-slideshow-pager{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.node-full .commerce-add-to-cart{
  margin-top: 10px;
}

.field-name-field-caract-ristiques-a .field-label{
  background-color: #66a5cc;
  padding: 5px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
}
.node-type-accessoires-pro .field-name-field-caract-ristiques-a .field-label{
	background-color:#c84c32;
}
.node-type-accessoires-pro input.form-submit, .node-type-accessoires-pro a.button {
    border: 2px solid #c84c32;
    background-color: #c84c32;
}
.node-type-accessoires-pro input.form-submit:hover, .node-type-accessoires-pro a.button:hover {
    background-color: #fff;
    color: #c84c32;
}
.ui-tabs h3{
  text-align: center;
  font-weight: bold;
}

.ui-tabs .ui-tabs-nav li{
  width: 24.5%;
  margin-top: 3px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a{
  color: #fff;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.ui-tabs .ui-tabs-nav li a{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/*.field-name-field-test, .form-item-line-item-fields-field-acheter-un-nuancier-und{
  display: none;
}*/

/*.page-node-48 .field-name-field-test, .page-node-111 .field-name-field-test, .page-node-114 .field-name-field-test, .page-node-118 .field-name-field-test, .page-node-24 .field-name-field-test,
.page-node-110 .form-item-line-item-fields-field-acheter-un-nuancier-und, .page-node-111 .form-item-line-item-fields-field-acheter-un-nuancier-und,
.page-node-118 .form-item-line-item-fields-field-acheter-un-nuancier-und, .page-node-114 .form-item-line-item-fields-field-acheter-un-nuancier-und,
.page-node-48 .form-item-line-item-fields-field-acheter-un-nuancier-und{
  display: inherit;
}*/


.field-name-field-acheter-un-nuancier label {
	color:#c84c32;
}
.field-name-field-acheter-un-nuancier .description {
	color:#7a2e1f;
	font-style:italic;
}
.aticon-facebook, .addthis_button_facebook,.aticon-twitter, .addthis_button_twitter,  .aticon-google_plusone_share, .addthis_button_google_plusone_share, .aticon-email, .addthis_button_email{
  background-repeat: no-repeat;
  background-position: center center;
  background: none;
}
.aticon-facebook, .addthis_button_facebook{
  background-image: url(../images/facebook2.png);
}

.aticon-twitter, .addthis_button_twitter{
  background-image: url(../images/twitter.png);
}

.aticon-google_plusone_share, .addthis_button_google_plusone_share{
  background-image: url(../images/google_plus.png);
}

.aticon-email, .addthis_button_email{
  background-image: url(../images/mail.png);
}
/*----------------Panier------------------*/
.view-commerce-cart-form .views-field-line-item-title a{
  color: #6b6b6d;
}

/*----------------Footer------------------*/
#footer-wrapper{
  font-family: Titillium-Regular, sans-serif;
  padding-bottom: 0;
}

#footer-wrapper .block{
  margin-top: 0;
  padding-top: 0;
}

#titre_footer{
  text-align: center;
  font-size: 18px;
  font-family: Titillium-Bold, sans-serif;
  background: url(../images/trait-footer.png)repeat-x top left;
}

#titre_footer p{
  width: 40%;
  margin-left: 30%;
  background-color: #fff;
}

#footer{
  text-align: right;
  font-size: 13px;
}

#footer-columns .region p{
  font-size: 16px;
  line-height: 17px;
}

#footer-columns .region p img{
    margin-right: 10px;
}

#footer a{
  color: #a18c4f;
}

#footer a:hover{
  color: #66a5cc;
}

#footer-wrapper #block-block-2, #footer-wrapper #block-webform-client-block-8, #footer-wrapper #block-webform-client-block-8 h2, #footer-wrapper #block-webform-client-block-8 .content, #footer-wrapper #block-webform-client-block-8 .form-item, #footer-wrapper #block-webform-client-block-8 .form-actions{
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

#footer-wrapper #block-block-2{
  width: 71%;
}

#footer-wrapper #block-block-2 ul li{
  float: left;
  margin-top: 5px;
}

#footer-wrapper #block-block-2 ul li:last-child {
  margin-top: 1px;
}

#footer-wrapper #block-webform-client-block-8{
  width: 300px;
  text-align: right;
  padding-top:5px;
  position: absolute;right: 0;
}

#footer-wrapper #block-webform-client-block-8 h2{
  display: none;
}

#footer-wrapper #block-webform-client-block-8 label{
  font-size: 14px;
}

#footer-wrapper #block-webform-client-block-8 .webform-component-email{
  margin-right: 5px;
}

#footer-wrapper input {
    color: #a18c4f;
    border: none;
}
 
#footer-wrapper input:-moz-placeholder{
    color: #a18c4f;
}
 
#footer-wrapper input::-webkit-input-placeholder{
    color: #a18c4f;
}
 
#footer-wrapper input.placeholder {
    color: #a18c4f;
}

/*-----------------------------------POP UP---------------------------------*/
#colorbox{
  background-color: #9f9fa0;
  border: none;
  overflow: hidden;
  padding: 10px 0 10px 10px;
}

#cboxWrapper, #cboxContent, #cboxLoadedContent{
  margin: 0 auto;
}

#cboxWrapper{
  padding-top: 30px;
}

#colorbox h2{
  margin: 0;
}

#colorbox h2:last-of-type{
  font-size: 1.44em;
}
#colorbox a {
    border: medium none;
    color: #66a5cc;
    font-size: 1.8em;
    font-weight: bold;
}
#colorbox a.bouton,
.bouton{
    background-color: #66a5cc;
    border: 2px solid #66a5cc;
    border-radius: 5px;
    color: #fff !important;
    display: block;
    font-size: 0.8em;
    margin: 10px auto;
    padding: 10px 20px;
    text-align: center;
    width: 300px;
}
.bouton{
	font-size:1em;
	width:350px;
}
#colorbox img{
  border: 10px solid #fff;
}

#colorbox a.bouton:hover,
.bouton:hover {
	background-color:#fff;
    color: #66a5cc !important;
    text-decoration: none;
}
#block-webform-client-block-123 .field-name-field-body {
	display:none;
}
#block-webform-client-block-123 input {
	max-width:100%;
}
#webform-client-form-9 .fieldset .fieldset-wrapper {
	width:400px;
}
#webform-client-form-9 .fieldset .fieldset-wrapper input {
    font-size: 0.929em;
    max-width: 97%;
    width: auto;
}
#cboxClose{
  top: -20px;
  right: 0;
  background: url("../images/close.png") no-repeat;
}

#block-block-31{
  position: absolute;
  right: 100px;
}

/*-----------------------------------NEW POP UP---------------------------------*/

/* Styling the Popup Window */
.popup-trigger { display: block; margin: 0 auto; padding: 20px; max-width: 260px; background: #4EBD79; color: #fff; font-size: 18px; font-weight: 700; text-align: center; text-transform: uppercase; line-height: 24px; cursor: pointer; }
.popup {display: none; position: absolute; top: 100px; left: 50%; width: 700px; margin-left: -350px; padding: 50px 30px; background: #fff; color: #333; font-size: 19px; line-height: 30px; border: 10px solid #150E2D; z-index: 9999;}
.popup-mobile {/*position: relative; */top: 0; left: 0; margin: 30px 0 0; width: 100%;}   
.popup-btn-close {position: absolute; top: 8px; right: 14px; color: #4EBD79; font-size: 14px; font-weight: bold; text-transform: uppercase; cursor: pointer;} 

.popup{
  position: fixed;
  padding: 0;
  padding-top: 10px;
  top:100px;
  border:10px solid #6B6B6D;
  background-color: #DCDDDE;
}

.popup h2 a{
  font-size: 1.46em;
}

.popup h2:last-of-type{
  font-size: 1.44em;
  line-height: 1.3em;
}

.popup h2 a:hover{
  text-decoration: none;
}

.popup .popup-btn-close{
  background: url(../images/close.png) center center no-repeat;
  width: 27px;
  height: 27px;
  top: 5px;
  right: 5px;
}

/* Ajout nouvelle versoin */
body {
	text-align:justify;
}
p, a, img, input {
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
}
a, a:link, a:visited {
    color: #66a5cc;
}
a:hover, a:active, a:focus {
    color: #c84c32;
}
.img-left {
	float:left;
	margin-right:20px;
}
.img-right {
	float:right;
	margin-left:20px;
}
#content h2 {
	color:#66a5cc;
}
#content .view-nos-conseils-par-supports h2,
#content .view-la-bonne-m-thode-pour h2 {
	background-color: #dcddde;
    border-left: 3px solid #66a5cc;
    color: #58585a;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 5px 0 5px 15px;
}
#content .view-la-bonne-m-thode-pour h2 a {
    color: #58585a;
}
#content .view-la-bonne-m-thode-pour .view-la-bonne-m-thode-pour h2,
#content .view-nos-conseils-par-supports .view-nos-conseils-par-supports h2 {
	background-color:transparent;
    border-left:none;
    color: #66a5cc;
    padding: 18px 0 0;
}
#content .view-la-bonne-m-thode-pour .view-la-bonne-m-thode-pour .node-fiches-produits-pro.node-teaser h2 a {
	color:#c84c32;
}
#bloc-footer {
	margin:0 auto;
	max-width:1260px;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
.region-content ul, .region-content ol {
    margin: 1em 0 1em 1em;
    padding: 0 0 0.25em 15px;
}
#headermu {
    float: right;
    width: auto;
}
.region-header {
    float: right;
}
.sidebar .block {
	border:none;
    padding: 10px 20px;
}
#search-block-form input.form-submit, #search-form input.form-submit {
	background-image:url(../images/picto_recherche.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
#pictos {
	border:1px solid #e8e9ea;
	clear:both;
	margin-bottom:20px;
	width:100%;
}
#block-block-49,
#block-block-48 {
	float:left;
	margin-top:20px;
}
.view-commerce-cart-block .view-footer a,
#secondary-menu li:first-child a,
#block-block-23 .content p:first-of-type a,
#block-commerce-cart-cart .cart-empty-block,
#block-block-48 .content a {
    background-position: top center;
	background-repeat:no-repeat;
    color: #6b6b6d;
	display:block;
	font-size:13px;
    padding: 60px 10px 0 10px;
	text-align:center;
}
#block-commerce-cart-cart {
	float:left;
    margin: 20px 20px 0 10px;
}
.view-commerce-cart-block .views-field-quantity, .cart-empty-block .views-field-quantity {
	color:#6b6b6d;
}
#block-block-48 .content a {
    background-image: url(../images/picto_espace-pro.png);
}
#block-block-48 .content a:hover {
    background-image: url(../images/picto_espace-pro-h.png);
}
.view-commerce-cart-block .view-footer a,
#block-commerce-cart-cart .cart-empty-block {
    background-image: url(../images/picto_panier.png);
    background-position: 50% 5px;
}
#secondary-menu li:first-child a,
#block-block-23 .content p:first-of-type a {
    background-image: url(../images/picto_particulier.png);
	font-size:13px;
}
.view-commerce-cart-block {
	position:relative;
}
.view-commerce-cart-block .field-content {
    color: #7bbb4d;
    right: 10px;
    position: absolute;
    top: 0;
}
#block-search-form {
	clear:both;
}
#secondary-menu, #block-block-23 {
    width: auto;
    background: none;
    float: left;
    margin: 20px 20px 0 0;
    padding-top: 0;
    height: auto;
}
#secondary-menu {
	margin:10px 20px 0 0;
}
#block-block-49 {
	border:1px solid #dcddde;
	padding:20px;
}
#block-block-49 p {
	color:#7bbb4d;
	font-size:25px;
	margin-bottom:0;
}
#block-block-49 p#tel-header {
	background-image:url(../images/picto_tel-vert.png);
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:600;
	padding:3px 0 3px 35px;
}
#block-search-form {
    clear: both;
    float: right;
    margin: 10px 0 0 0;
	padding-bottom:0;
}
#block-block-50 ul {
	margin:0;
	padding:0;
}
#block-block-50 ul li {
	background-color:#fbfbfb;
	float:left;
	list-style:none;
	text-align:center;
	width:25%;
}
#block-block-50 ul li a, #block-block-50 ul li p {
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 10px 40px 10px 40px;
    text-align: left;
    display: block;
}
#block-block-50 ul li:first-child a {
    background-image: url(../images/picto_commander-petit.png);
    background-position: 10px 50%;
    border-right: 1px solid #e8e9ea;
    color: #7bbb4d;
    font-size: 18px;
    font-weight: bold;
    margin-left: 40px;
    padding: 10px 0 10px 60px;
}
#block-block-50 ul li:first-child a:hover {
    background-image: url(../images/picto_commander-petit-h.png);
	color:#58585a;
}
#block-block-50 ul li:nth-child(2) a {
    background-image: url(../images/picto_diagnostic-petit.png);
    background-position: 5px 50%;
    border-right: 1px solid #e8e9ea;
    color: #7bbb4d;
    font-size: 18px;
    font-weight: bold;
    margin-left: 40px;
    padding: 10px 0 10px 60px;
}
#block-block-50 ul li:nth-child(2) a:hover {
    background-image: url(../images/picto_diagnostic-petit-h.png);
	color:#58585a;
}
#block-block-50 ul li:nth-child(3) a {
    background-image: url(../images/picto_faq-petit.png);
    border-right: 1px solid #e8e9ea;
    margin-left: 120px;
    padding: 13px 0 13px 40px;
}
#block-block-50 ul li:nth-child(3) a:hover {
    background-image: url(../images/picto_faq-petit-h.png);
	color:#58585a;
}
#block-block-50 ul li:last-child {
	background-color:#ebeced;
}
#block-block-50 ul li:last-child a {
    background-image: url(../images/picto_livraison.png);
    background-position: 10px 50%;
    color: #6b6b6d;
	cursor:default;
    margin: 0 40px;
    padding: 2px 0 3px 65px;
}
#superfish {
    border-top: 1px solid #DCDDDE;
    border-bottom: 1px solid #DCDDDE;
    height: 90px;
}
#superfish-1 li {
	padding:0;
	width:16.666%;
}
#superfish-1 li a {
	background-image:url(../images/separation-menu.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	font-size:24px;
	padding:10px 30px;
}
#superfish-1 li a:hover {
	color:#66a5cc;
}
#superfish-1 li#menu-579-1 a:hover {
	color:#6B6B6D
}
#superfish-1 li:last-child a {
	background-image:none;
	padding-top:20px;
}
#slideshow {
	margin-top:20px;
	position:relative;
}
#slideshow .content {
	margin-top:0;
}
#slideshow .flexslider {
    border: none;
    margin-bottom: 0;
}
#slideshow .block .slides {
    margin: 0;
    padding: 0;
}
.block .flex-control-nav {
    bottom: 10px;
    padding: 0;
    z-index: 20;
    left: 50%;
    width: 150px;
    margin-left: -75px;
}
.flex-control-paging li a {
    background: #fff;
    border: 1px solid #4444;
    box-shadow: 0 0 2px #fff;
}
.flex-direction-nav a::before {
	display:none;
	text-shadow:none;
}
.flex-control-paging li a.flex-active {
    background: #66a5cc;
}
.flex-direction-nav a, .flex-direction-nav a:hover, .flex-direction-nav a:link {
    color:rgba(255, 255, 255, 0);
}
.flex-direction-nav .flex-nav-prev a {
	background-image:url(../images/ic-slide-left.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-shadow:none;
}
.flex-direction-nav .flex-nav-next a {
	background-image:url(../images/ic-slide-right.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-shadow:none;
}
#slideshow .views-field-field-body-new {
    position: absolute;
    bottom: 50px;
    width: 460px;
    right: 10%;
}
#slideshow .views-field-field-body-new .field-content {
    position: relative;
}
#slideshow .views-field-field-body-new h2 {
	margin:0;
	text-align:left;
}
#slideshow .flexslider .slides > li:first-child .views-field-field-body-new h2,
#slideshow .views-field-field-body-new h2 a {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
    text-transform: uppercase;
    text-shadow: 0 0 6px #000;
}
#slideshow .flexslider .slides > li:first-child .views-field-field-body-new h2 {
	margin-bottom:20px;
	text-shadow:none;
	text-align:center;
}
#slideshow .flexslider .slides > li:first-child .views-field-field-body-new p,
#slideshow .flexslider .slides > li:nth-child(2) .views-field-field-body-new p,
#slideshow .views-field-field-body-new h2 a span {
	display:block;
	font-size:20px;
	text-transform:none;
}
#slideshow .flexslider .slides > li:first-child .views-field-field-body-new p strong {
	text-transform:uppercase;
}
#slideshow .flexslider .slides > li:first-child .views-field-field-body-new p,
#slideshow .flexslider .slides > li:nth-child(2) .views-field-field-body-new p {
	color:#fff;
}
#slideshow .flexslider .slides > li:first-child .views-field-field-body-new p {
    color: #fff;
    font-size: 24px;
    text-shadow: 0 0 5px #000;
    font-weight: bold;
}
#slideshow .flexslider .slides > li:first-child .views-field-field-body-new {
    bottom: auto;
    top: 30%;
    width: 100%;
    right: auto;
}
#slideshow .flexslider .slides > li:first-child .views-field-field-body-new {
	top:17%;
}
#block-block-16 {
	margin-top:0;
}
.unTiers {
	float:left;
	width:33.33%;
}
.deuxTiers {
	float:left;
	width:66.66%;
}
.unQuart {
	float:left;
	width:25%;
}
.unDemi {
	float:left;
	width:50%;
}
.front #content h2 {
	font-size:30px;
}
#block-block-32 {
	float:left;
	width:400px;
}
#block-block-32 p {
	margin-bottom:0;
}
#block-block-32 .content a {
    background-color: #58585a;
    background-image: url(../images/picto_commander-gros.png);
    background-position: 50% 40px;
    background-repeat: no-repeat;
    color: #7bbb4d;
    display: block;
    font-size: 20px;
    padding: 170px 40px 106px;
    text-align: center;
    line-height: 1.1;
}
#block-block-32 .content a:hover {
    background-image: url(../images/picto_commander-gros-h.png);
	color:#fff;
}
#block-block-32 .content a span {
	font-size:30px;
}
#block-block-33 {
	background-color:#dcdddf;
	background-image:url(../images/bandes-grise-fond-gris.png);
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	margin-bottom:30px;
	padding:5px 20px;
	width:820px;
}
#block-block-33 h2 {
	margin-bottom:20px;
	margin-top:0;
}
#block-block-33 .unTiers a {
    background-image: url(../images/picto_diagnostic-gros.png);
    background-position: 50% 10px;
    background-repeat: no-repeat;
    color: #58585a;
    display: block;
    font-size: 26px;
    text-align: center;
    padding-top: 190px;
    margin-top: 40px;
}
#block-block-33 .unTiers a:hover {
    background-image: url(../images/picto_diagnostic-gros-h.png);
}
#block-block-33 .deuxTiers p {
	font-size:20px;
	margin:22px 0 12px;
	text-align:center;
}
#block-block-37,
#block-block-36,
#block-block-34,
#block-block-35 {
	float:left;
	width:50%;
}

#block-block-34,
#block-block-35 {
	margin-bottom:15px;
}
#block-block-34 .content a, #block-block-35 .content a {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	display:block;
	color:#fff;
	font-size:18px;
	padding:60px 0 100px;
	text-align:center;
	text-shadow:0 0 2px #000;
}
#block-block-34 .content a:hover, #block-block-35 .content a:hover {
	color:#4cbbff;
}
#block-block-34 .content a span, #block-block-35 .content a span {
	background-image:url(../images/picto_produits-bois.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	font-size:30px;
	line-height:1.3;
	padding-bottom:50px;
}
#block-block-34 .content a:hover span, #block-block-35 .content a:hover span {
	background-image:url(../images/picto_produits-bois-h.png);
}
#block-block-34 .content a {
	background-image:url(../images/bois-exterieurs.jpg);
}
#block-block-35 .content a {
	background-image:url(../images/bois-interieurs.jpg);
}
#block-block-36 {
	background-color:#58585a;
}
#block-block-36 .content, #block-block-37 .content {
    padding: 20px 20px 60px;
}
#block-block-36,
#block-block-37 {
	margin-bottom:30px;
}
#block-block-36 h2 {
	background-image:url(../images/picto_espace-pro-b.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#4cbbff;
	margin-bottom:15px;
	margin-top:0;
	padding:7px 10px 7px 70px;
}
#block-block-36 p, #block-block-37 p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
#block-block-36 ul,
#block-block-37 ul {
	float:right;
	margin:0;
	padding:0;
}
#block-block-36 ul li,
#block-block-37 ul li {
	float:left;
	list-style:none;
	margin-left:30px;
}
#block-block-37 ul li {
	float:none;
}
#block-block-36 ul li a {
	background-color:#58585a;
	border:1px solid #66a5cc;
	color:#fff;
	font-size:20px;
	padding:5px 15px;
}
#block-block-36 ul li a:hover {
	background-color:#66a5cc;
}
#block-block-37 ul li a {
	background-color:#58585a;
	border:1px solid #58585a;
	color:#fff;
	font-size:20px;
	padding:5px 15px;
}
#block-block-37 ul li a:hover {
	background-color:#fff;
	color:#58585a;
}
#block-block-37 {
	background-color:#66a5cc;
}
#block-block-37 h2 {
	background-image:url(../images/picto_particulier.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#fff;
	margin-bottom:15px;
	margin-top:0;
	padding:7px 10px 7px 70px;
}
#block-block-38 {
	background-color:#dcddde;
	float:left;
	width:820px;
}
#block-block-38 h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
#block-block-38 .content {
	padding:10px;
}
#block-block-38 .content .unTiers {
    background-color: #fff;
    width: 31.33%;
    margin: 0 1%;
}
#block-block-38 .content .unTiers a {
    color: #58585a;
    font-size: 18px;
    display: block;
    height: 180px;
}
#block-block-38 .content .unTiers:first-of-type img,
#block-block-38 .content .unTiers:nth-of-type(2) img {
	margin-top:20px;
}
#block-block-38 .content .unTiers p {
	margin:0;
	padding:10px;
	text-align:center;
}
#block-block-38 .content .unTiers p:hover {
	box-shadow:0 2px 5px #58585a;
}
#bloc-footer, #footer {
    text-align: left;
}
#bloc-footer #block-block-39.block,
#footer #block-block-39.block {
	background-color:#6b6b6d;
	clear:both;
	padding:20px;
}
#block-block-39 h3 {
	color:#4cbbff;
	font-size:18px;
	margin-top:0;
	padding-left:20px;
}
#block-block-39 p {
	color:#fff;
	padding-left:20px;
}
#block-block-39 .content {
	display:flex;
}
#block-block-39 .unQuart {
    background-position: 95% 100%;
    background-repeat: no-repeat;
    border-right: 1px solid #909091;
}
#block-block-39 #showroom {
	background-image:url(../images/picto_showroom.png);
}
#block-block-39 #hotline {
	background-image:url(../images/picto_hotline.png);
}
#block-block-39 #faq {
	background-image:url(../images/picto_faq.png);
}
#block-block-39 #newsletter {
	background-image:url(../images/picto_newsletter.png);
	border-right:none;
}
.front #block-system-main {
	float:left;
}
#block-views-actualit-s-block-2 {
	background-image:url(../images/idees-conseil.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:cover;
	float:left;
	height:273px;
	padding:20px;
	width:400px;
}
#block-views-actualit-s-block-2 h2 {
    color: #4cbbff;
    margin-bottom: 15px;
    margin-top: 0;
}
#block-views-actualit-s-block-2 .view-actualit-s .views-row .views-field-title a {
    background-image: url(../images/chevron-blanc.png);
    background-position: 0px 10px;
    background-repeat: no-repeat;
	color:#fff;
    display: block;
    font-size: 18px;
	margin-bottom:0;
    margin-left: 15px;
    padding-left: 15px;
}
#block-views-actualit-s-block-2 .view-actualit-s .views-row .views-field-title a:hover {
	margin-left:30px;
}
#block-views-actualit-s-block-2 .view-footer a {
    background-color: #66a5cc;
	border:1px solid #58585a;
    color: #fff;
	float:right;
    font-size: 20px;
    padding: 5px 15px;
}
#block-views-actualit-s-block-2 .view-footer a:hover {
	background-color:#58585a;
}
.page-idees-et-conseils .view-actualit-s .views-row {
    clear: both;
    display: inline-block;
    margin-bottom: 40px;
	padding:10px;
	position:relative;
	width:90%;
}
.page-idees-et-conseils .view-actualit-s .views-row-odd {
	background-color:#f2f2f2;
}
.page-idees-et-conseils .view-actualit-s .views-row-even {
	background-color:#e5e5e5;
}
.page-idees-et-conseils .view-actualit-s .views-row .views-field-title a {
	display:block;
	font-size:18px;
	margin-bottom:10px;
}
.page-idees-et-conseils .view-actualit-s .views-row .views-field-field-image img {
	float:left;
	margin-right:20px;
	max-width:300px;
}
.page-idees-et-conseils .view-actualit-s .views-row-odd .views-field-field-image img {
	float:right;
	margin-left:20px;
	max-width:300px;
}
.page-idees-et-conseils .view-actualit-s .views-row-even .views-field-view-node {
	text-align:right;
}
#block-block-1 p, #block-block-3 p, #block-block-4 p, #block-block-5 p {
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:50px;
}
#block-block-1 p {
	background-image:url(../images/picto_panier-footer.png);
}
#block-block-3 p {
	background-image:url(../images/picto_livraison-footer.png);
	padding-left:55px;
}
#block-block-4 p {
	background-image:url(../images/picto_cadenas-footer.png);
	padding-left:40px;
}
#block-block-5 p {
	background-image:url(../images/picto_conseil-footer.png);
}
#footer-wrapper #block-block-2 {
    width: 100%;
}
#footer-wrapper #block-block-2 .content ul {
    display: block;
    margin: 0 auto;
    width: 730px;
}
#footer a {
    color: #66a5cc;
}
/* Barre latérale */
#sidebar-first h2{
  border: none;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow:none;
  text-align:center;
}
#block-block-42, #block-block-44, #block-block-43, #block-block-45 {
    background-image: url(../images/pro-block.png);
    background-position: 101% 108%;
    background-repeat: no-repeat;
	background-size:100px auto;
    border: none;
	color:#fff;
}
#block-block-42 {
    background-color: #66a5cc;
	background-image:none;
	padding: 20px 30px;
}
#block-block-42 p, #block-block-44 p, #block-block-43 p, #block-block-45 p {
    background-position: -1px 100%;
    background-repeat: no-repeat;
    margin: 0;
}
#block-block-44 p:hover, #block-block-45 p:hover {
	background-image:url(../images/bande-blanche.png);
}
#block-block-46 .content a, #block-block-42 .content a, #block-block-44 .content a, #block-block-43 .content a, #block-block-45 .content a {
    background-repeat: no-repeat;
	color:#fff;
    display: block;
    font-size: 28px;
	line-height:1;
	margin:20px 0;
	text-transform:uppercase;
}
#block-block-42 .content a {
    background-image: url(../images/picto_sidebar-diagnostic.png);
    background-position: left center;
    border-top: 3px solid #5990b3;
    border-bottom: 3px solid #5990b3;
	padding:20px 0 20px 90px;
}
#block-block-42 .content a span, #block-block-44 .content a span, #block-block-43 .content a span, #block-block-45 .content a span {
	font-size:18px;
}
#block-block-44 {
	background-color:#66a5cc;
	padding: 20px 30px;
}
#block-block-44 .content a {
    background-image: url(../images/picto_sidebar-colorimetrie.png);
    background-position: 10px 50%;
    border-top: 3px solid #5990b3;
    line-height: 1;
    padding: 0px 0 10px 90px;
}
#block-block-44 p {
    background-image: url(../images/bande-bleu.png);
}
#block-block-46 {
	padding:20px 30px;
}
#block-block-46 br {
	display:none;
}

#block-block-46 .content a {
    background-image: url(../images/picto_outillage.png);
    background-position: 30px 50%;
    background-size: 40px auto;
    border-top: 3px solid #5990b3;
    border-bottom: 3px solid #5990b3;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin: 10px 0;
    padding: 20px 0 20px 90px;
}
#block-block-46 .content p.titre a {
	background-image:none;
	border:none;
	color:#fff;
	font-size: 20px;
	margin:0;
	padding:0;
}
#block-block-43 {
    background-color: #58585a;
	background-image:none;
	padding: 20px 30px;
}
#block-block-43 .content a {
    background-image: url(../images/picto_sidebar-rappeler.png);
    background-position: 20px 50%;
    border-top: 3px solid #4b4b4d;
    border-bottom: 3px solid #4b4b4d;
	padding:20px 0 20px 90px;
}
#block-block-45 {
	background-color:#58585a;
	padding: 20px 30px;
}
#block-block-45 .content a {
    background-image: url(../images/picto_espace-pro-sidebar.png);
    background-position: 5px 50%;
    border-top: 3px solid #4b4b4c;
    line-height: 1.2;
    padding: 20px 0 30px 90px;
}
#block-block-45 p {
	background-image:url(../images/bande-grise.png);
}
#sidebar-first #block-block-46 .content ul a {
	color:#fff;
}
#featured {
	margin:0;
	text-shadow:none;
}
#featured div.section {
	margin:0 auto;
	max-width:1290px;
}
#block-block-47 {
	margin-top:40px;
}
#block-block-47 .content ul {
	margin:0;
	padding:0;
}
#block-block-47 .content ul li {
    list-style: none;
    float: left;
    width: 298px;
    margin: 0 35px;
}
#block-block-47 .content ul li a {
	background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-size: 28px;
    line-height: 1;
    margin: 20px 0;
	text-align:left;
    text-transform: uppercase;
}
#block-block-47 .content ul li a span {
    font-size: 18px;
}
#block-block-47 .content ul li:first-child {
    background-color: #66a5cc;
    background-image: none;
    padding: 20px 30px;
}
#block-block-47 .content ul li:first-child a {
    background-image: url(../images/picto_sidebar-diagnostic.png);
    background-position: left center;
    border-top: 3px solid #5990b3;
    border-bottom: 3px solid #5990b3;
    padding: 20px 0 20px 90px;
}
#block-block-47 .content ul li:nth-child(2) {
	background-color: #58585a;
    background-image: none;
    padding: 20px 30px;
}
#block-block-47 .content ul li:nth-child(2) a {
    background-image: url(../images/picto_sidebar-rappeler.png);
    background-position: 20px 50%;
    border-top: 3px solid #4b4b4d;
    border-bottom: 3px solid #4b4b4d;
    padding: 20px 0 20px 90px;
}
#block-block-47 .content ul li:last-child {
	background-color: #66a5cc;
    background-image: url(../images/pro-block.png);
    background-position: 101% 108%;
    background-repeat: no-repeat;
    background-size: 100px auto;
    padding: 20px 30px;
    border: none;
    color: #fff;
}
#block-block-47 .content ul li:last-child p {
    background-image: url(../images/bande-bleu.png);
    background-position: -1px 100%;
    background-repeat: no-repeat;
    margin: 0;
}
#block-block-47 .content ul li:last-child p:hover {
    background-image: url(../images/bande-blanche.png);
}
#block-block-47 .content ul li:last-child a {
    background-image: url(../images/picto_sidebar-colorimetrie.png);
    background-position: 10px 50%;
    border-top: 3px solid #5990b3;
    line-height: 1;
    padding: 5px 0 10px 90px;
}
#block-block-47 .content ul li:nth-child(2) a:hover, #block-block-47 .content ul li:first-child a:hover, #block-block-47 .content ul li:last-child a:hover, #block-block-46 .content a:hover, #block-block-42 .content a:hover, #block-block-44 .content a:hover, #block-block-43 .content a:hover, #block-block-45 .content a:hover {
	border-color:#fff;
}
/* Etre rappelé */
#webform-client-form-123 input {
    max-width: 95%;
}
#webform-client-form-123 input.form-submit {
	float:right;
	margin:0;
}
/* La bonne méthode / Conseil */
#block-block-40, #block-block-41 {
	padding-bottom:20px;
}
#block-block-40 p.titre, #block-block-41 p.titre {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.2;
}
#block-block-40 br, #block-block-41 br {
	display:none;
}
ul.niveau1 li span {
    background-image: url(../images/plus-menu-sidebar.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #878787;
	cursor:pointer;
    display: block;
	font-size:18px;
    padding: 5px 15px 5px 0;
	text-align:left;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
ul.niveau1 li span:hover {
    background-position: 90% 50%;
}
#block-block-41 ul.niveau1 li span {
    background-image: url(../images/plus-menu-sidebar-gris.png);
}
ul.niveau2 {
	display:none;
}
.sidebar #block-block-40 ul.niveau2 li a {
	color:#e5e5e5;
	display:block;
	font-size:16px;
	margin:2px 0;
}
.sidebar #block-block-40 ul.niveau2 li a:hover {
	color:#4cbbff;
}
.sidebar #block-block-41 ul.niveau2 li a{
	color:#3d3d3d;
	display:block;
	margin:2px 0;
}
.sidebar #block-block-41 ul.niveau2 li a:hover {
	color:#66a5cc;
}

/* Accès rapide produits */
#block-views-acc-s-rapide-produits-block {
    background-color: #dcddde;
    padding: 0;
    z-index: 999;
    width: 357px;
    border: none;
    position: sticky;
    top: 0;
}
#block-views-acc-s-rapide-produits-block.fixed {
	position:fixed;
}
.node-type-produit-bois-display #block-views-acc-s-rapide-produits-block .views-field-title a,
.node-type-fiches-produits-pro #block-views-acc-s-rapide-produits-block .views-field-title a {
	background-color:#c84c32;
	color:#fff;
	display:block;
	font-size:20px;
	margin-bottom:10px;
	padding:10px 20px;
}
.node-type-produit-bois-display #block-views-acc-s-rapide-produits-block .views-field-title a {
	background-color:#66a5cc;
}
.node-type-produit-bois-display #block-views-acc-s-rapide-produits-block .views-field-nothing a,
.node-type-fiches-produits-pro #block-views-acc-s-rapide-produits-block .views-field-nothing a {
	background-color:#dcddde;
	border-left:2px solid #c84c32;
	color:#6b6b6d;
	display:block;
	font-size:18px;
	padding-left:15px;
	margin:10px 0 10px 20px;
}
.node-type-produit-bois-display #block-views-acc-s-rapide-produits-block .views-field-nothing a {
	border-left:2px solid #66a5cc;
}
.node-type-produit-bois-display #block-views-acc-s-rapide-produits-block .views-field-nothing a:hover,
.node-type-fiches-produits-pro #block-views-acc-s-rapide-produits-block .views-field-nothing a:hover {
	margin-left:40px;
}
/* Page produits */
.views-exposed-form .views-exposed-widget {
    padding: 1em 25px 0 0;
}
#edit-field-marque-tid-wrapper select#edit-field-marque-tid {
	width:477px;
}
.views-exposed-form .views-exposed-widget#edit-field-bois-tid-wrapper select option:nth-of-type(2),
.views-exposed-form .views-exposed-widget#edit-field-bois-tid-wrapper select option:nth-of-type(10),
.views-exposed-form .views-exposed-widget#edit-field-bois-tid-wrapper select option:nth-of-type(11),
.views-exposed-form .views-exposed-widget#edit-field-bois-tid-wrapper select option:nth-of-type(17),
.views-exposed-form .views-exposed-widget#edit-field-bois-tid-wrapper select option:nth-of-type(20),
.views-exposed-form .views-exposed-widget#edit-field-bois-tid-wrapper select option:nth-of-type(21),
.views-exposed-form .views-exposed-widget#edit-field-support-tid-wrapper select option:nth-of-type(2),
.views-exposed-form .views-exposed-widget#edit-field-support-tid-wrapper select option:nth-of-type(6) {
	color:#66a5cc;
	font-size:16px;
	font-weight:600;
}
.views-exposed-form .views-exposed-widget#edit-field-bois-tid-wrapper select option,
.views-exposed-form .views-exposed-widget#edit-field-support-tid-wrapper select option {
	color:#666666;
}
.vocabulary-marque,
.views-exposed-form .views-exposed-widget#edit-field-methode-tid-wrapper {
    padding: 1em 0 0 0;
}
.views-exposed-form .views-exposed-widget.views-submit-button {
	float:right;
	padding:1em 0 0 0;
}
.page-bois-exterieurs .views-row h2 a, .view-boutique h2 a, .page-bois-interieurs .views-row h2 a, .view-trouvez-mon-produit  h2 a, .view-bardage h2 a, .view-menuiserie-ext-rieure h2 a, .view-terrasse-mobilier-de-jardin h2 a, .view-boiserie-int-rieure h2 a, .view-meuble-cuisine h2 a, .view-escalier-parquet h2 a, .view-accessoires-bois h2 a, .view-accessoires h2 a, .view-accessoires-peinture-d-co h2 a{
  color: #66a5cc;
  font-size: 21px;
  font-weight: bold;
}
.view-accessoires .node-accessoires-pro h2 a {
	color:#c84c32;
}
.page-bois-exterieurs .views-row .node-fiches-produits-pro.node-teaser h2 a, .view-boutique .node-fiches-produits-pro.node-teaser h2 a, .page-bois-interieurs .views-row .node-fiches-produits-pro.node-teaser h2 a, .view-trouvez-mon-produit .node-fiches-produits-pro.node-teaser h2 a, .view-bardage .node-fiches-produits-pro.node-teaser h2 a, .view-menuiserie-ext-rieure .node-fiches-produits-pro.node-teaser h2 a, .view-terrasse-mobilier-de-jardin .node-fiches-produits-pro.node-teaser h2 a, .view-boiserie-int-rieure .node-fiches-produits-pro.node-teaser h2 a, .view-meuble-cuisine .node-fiches-produits-pro.node-teaser h2 a, .view-escalier-parquet .node-fiches-produits-pro.node-teaser h2 a, .view-accessoires-bois .node-fiches-produits-pro.node-teaser h2 a, .view-accessoires .node-fiches-produits-pro.node-teaser h2 a, .view-accessoires-peinture-d-co .node-fiches-produits-pro.node-teaser h2 a {
	color:#c84c32;
}
.field-name-field-image-bois, .field-name-field-image-a {
	float:left;
    width: 34%;
}
.node-type-fiches-produits-pro .node a, .node-type-fiches-produits-pro .node a:link, .node-type-fiches-produits-pro .node a:visited {
	color:#c84c32
}
.node-type-fiches-produits-pro .node .form-item-quantity a, .node-type-fiches-produits-pro .node .form-item-quantity a:link, .node-type-fiches-produits-pro .form-item-quantity .node a:visited {
	color:#fff;
}
.node-type-fiches-produits-pro .node a:hover, .node-type-fiches-produits-pro .node a:active, .node-type-fiches-produits-pro .node a:focus {
	color:#58585a;
}
ul.links.inline li a {
	color:#fff;
}
ul.links.inline li a:hover {
	color:#66a5cc;
}
.node-accessoires-pro ul.links.inline li a:hover {
	color:#c84c32;
}
#sidebar-first .block ul li ul {
    font-size: 16px;
}
.view-nos-conseils-par-supports .views-field-body p {
	font-size:16px;
}
.field-name-field-image-methode img,
.views-field-field-image-conseil img {
    margin: 0 auto 20px;
    display: block;
}
.view-la-bonne-methode-pour .view-footer .views-row,
.view-nos-conseils-par-supports .view-content .views-field-view .view-nos-conseils-par-supports .views-row,
.view-espace-professionnel .views-row,
.view-bois-ext-rieurs .views-row,
.view-boutique .views-row,
.view-trouvez-mon-produit .views-row,
.view-bardage .views-row,
.view-menuiserie-ext-rieure .views-row,
.view-terrasse-mobilier-de-jardin .views-row,
.view-boiserie-int-rieure .views-row,
.view-meuble-cuisine .views-row,
.view-escalier-parquet .views-row,
.view-bois-int-rieurs .views-row,
.view-accessoires-bois .views-row,
.view-accessoires .views-row,
.view-accessoires-peinture-d-co .views-row,
.page-taxonomy-term .views-row {
	clear:none;
	float:left;
    margin-top: 30px;
	width:33.33%;
}
.page-taxonomy-term .view-taxonomy-term .field-name-field-image-marque,
.page-taxonomy-term .view-taxonomy-term .view-content {
	clear:both;
}
.page-la-bonne-methode-pour .view-la-bonne-methode-pour .field-name-field-image-methode li,
.page-nos-conseils-par-supports .view-nos-conseils-par-supports .views-field-field-image-conseil a,
.page-taxonomy-term .view-taxonomy-term .field-name-field-image-marque .field-item,
.page-taxonomy .view-taxonomy-term .field-name-field-images-marque .field-item {
	float:left;
	width:33.33%;
}
.page-la-bonne-methode-pour .view-la-bonne-methode-pour .field-name-field-image-methode .item-list ul li,
.page-nos-conseils-par-supports .view-nos-conseils-par-supports .views-field-field-image-conseil .item-list ul li {
	list-style:none;
	margin:0;
	padding:0;
}
.page-la-bonne-methode-pour .region-content .view-la-bonne-methode-pour .field-name-field-image-methode .item-list ul,
.page-nos-conseils-par-supports .region-content .view-nos-conseils-par-supports .views-field-field-image-conseil .item-list ul {
	margin:0;
	padding:0;
}
.page-la-bonne-methode-pour .view-la-bonne-methode-pour .views-field-body,
.page-nos-conseils-par-supports .view-nos-conseils-par-supports .views-field-body {
	clear:both;
}
.page-taxonomy-term .view-taxonomy-term .field-name-field-image-marque .field-item img {
	display:block;
	margin:0 auto;
}
.page-taxonomy-term .field-name-field-image-logo img {
	float:right;
	margin-bottom:20px;
	margin-left:20px;
}
.view-la-bonne-methode-pour .view-footer .views-row,
.view-nos-conseils-par-supports .view-content .views-field-view .view-nos-conseils-par-supports .views-row {
	margin-top:0;
	margin-bottom:30px;
}
.entete-conseil {
	clear:both;
	float:none;
	margin-top:0;
	width:100%;
}
.view-la-bonne-methode-pour .view-footer .views-row,
.view-nos-conseils-par-supports .view-footer .views-row {
	margin-top:0;
	margin-bottom:20px;
}
.view-espace-professionnel .views-row h2 a {
	font-size:21px;
	font-weight:bold;
}
.view-espace-professionnel .views-row .node-fiches-produits-pro.node-teaser h2 a {
	color:#c84c32;
}
.node-produit-bois-display .field-name-field-image-bois .field-item:first-of-type img, .node-accessoires-bois-display .field-name-field-image-bois .field-item:first-of-type img, .node-fiches-produits-pro .field-name-field-image-bois .field-item:first-of-type img {
	float:left;
	margin:10px 10px 10px 0;
	max-width:100%;
}
.node-produit-bois-display .field-name-field-image-bois .field-item img, .node-accessoires-bois-display .field-name-field-image-bois .field-item img, .node-fiches-produits-pro .field-name-field-image-bois .field-item img {
	margin-bottom:10px;
}

.node-type-fiches-produits-pro table,
.node-produit-bois-display table {
	font-size:1em;
	float:left;
	width:600px !important;
}
.node-type-fiches-produits-pro table tr,
.node-produit-bois-display table tr {
    background: #f0f1f2;
}
.node-produit-bois-display table tbody,
.node-type-fiches-produits-pro table tbody {
	border-top:none;
}
.node-type-fiches-produits-pro table tr,
.node-produit-bois-display table tr {
    border-bottom: 1px solid #bababa;
}
.node-type-fiches-produits-pro table tr:last-child,
.node-produit-bois-display table tr:last-child {
	border-bottom:0;
}
.node-produit-bois-display table td,
.node-type-fiches-produits-pro table td {
	border:none;
}
.node-produit-bois-display table td:first-child,
.node-type-fiches-produits-pro table td:first-child {
	border-right:1px solid #bababa;
}
.node-produit-bois-display table td p, .node-type-fiches-produits-pro table td p {
	margin:0;
}
.field-name-field-tableau {
	float:left;
	margin-right:20px;
}
.field-name-field-attention {
	clear:left;
	float:left;
}
.attention{
  color: #f66a1d;
  margin: 0;
  text-align: left;
}
#colorbox {
    background-color: #0000;
    border: none;
    overflow: hidden;
    padding: 10px 0 20px;
}
#cboxWrapper {
    padding-top: 0;
}
#cboxCurrent {
	color:#fff;
}
#colorbox img {
    border: 0 solid #fff;
}
.group-infos-droite {
	float:right;
}
.field-name-field-pro-ou-particuler,
.views-field-field-pro-ou-particuler .pro,
.node-fiches-produits-pro,
.node-accessoires-pro {
	background-image: url(../images/pro-produits.png);
    background-position: 0 101%;
    background-repeat: no-repeat;
}
.field-name-field-pro-ou-particuler .field-label,
.field-name-field-pro-ou-particuler .field-items {
	display:none;
}
.field-name-field-pro-ou-particuler,
.views-field-field-pro-ou-particuler .pro {
	bottom:0;
	display:block;
	height:75px;
	left:0;
	position:absolute;
	width:75px;
}
.node-type-fiches-produits-pro .node-fiches-produits-pro,
.node-type-accessoires-pro .node-accessoires-pro {
	background-image:none;
}
.node-produit-bois-display, .node-accessoires-bois-display, .node-fiches-produits-pro, .node-accessoires-pro {
    border: 1px solid #DCDDDE;
    padding: 0 10px;
    width: auto;
    float: none;
    margin-top:0;
    min-height: 320px;
    margin: 0 10px;
	padding-bottom:20px;
    display: block;
}
.page-taxonomy-term-69 .node-produit-bois-display,
.page-taxonomy-term-69 .node-fiches-produits-pro {
	min-height:250px;
}
.page-taxonomy-term-70 .node-produit-bois-display,
.page-taxonomy-term-70 .node-fiches-produits-pro {
	min-height:360px;
}
.page-bois-exterieurs .node-produit-bois-display,
.page-bois-exterieurs .node-fiches-produits-pro {
	min-height:350px;
}
.view-bois-int-rieurs .node-produit-bois-display, .view-bois-int-rieurs .node-fiches-produits-pro {
    min-height: 290px;
}
.view-accessoires-bois .node-accessoires-bois-display {
    min-height: 260px;
}
.view-boutique .node-produit-bois-display,
.view-boutique .node-fiches-produits-pro {
    min-height: 320px;
}
.node-type-fiches-produits-pro .node-fiches-produits-pro {
	border:none;
	margin:0 auto;
	width:90%;
}
.view-accessoires .views-row .node-accessoires-bois-display,
.view-accessoires .views-row .node-accessoires-pro {
	min-height:260px;
}
.node-fiches-produits-pro .views-row h2 a {
	color:#c84c32;
}
.node-type-produit-bois-display .field-name-commerce-price {
	margin-bottom:20px;
}
.node-fiches-produits-pro .field-name-commerce-price {
	color:#c84c32;
	margin-bottom:20px;
}
.node-fiches-produits-pro ul.links.inline li a {
    color: #fff;
}
.node-fiches-produits-pro ul.links.inline li a:hover {
    color: #c84c32;
}
.node-fiches-produits-pro .node-readmore {
    background-color: #c84c32;
	border:2px solid #c84c32;
}
.node-fiches-produits-pro .node-readmore:hover {
	background-color:#fff;
	border:2px solid #c84c32;
}
.node-fiches-produits-pro.node-teaser h2 a {
	color:#c84c32;
}
.link-wrapper {
    margin-top: 0;
}
.commerce-product-field-field-contenance {
	float:right;
	margin:10px 0;
}
.field-name-field-marque {
	float:right;
}
.node-type-produit-bois-display .node-produit-bois-display fieldset,
.node-type-fiches-produits-pro .node-fiches-produits-pro fieldset {
    background:transparent;
    border: none;
	clear:both;
    margin-top: 0;
    margin-bottom: 32px;
    padding: 0 0 10px;
    position: relative;
    top: 0;
    border-radius: 0;
}
.commerce-product-field-field-teinte,
.form-item-quantity,
.form-item-attributes-field-contenance,
.form-item-attributes-field-brillance {
	clear:right;
	float:right;
}
.form-item-quantity,
.node-full .commerce-product-field-commerce-price,
.form-item-attributes-field-brillance {
	clear:right;
}
.form-item-quantity label,
.form-item-attributes-field-contenance label,
.form-item-attributes-field-brillance label {
	float:left;
	margin-right:20px;
}
.form-item-attributes-field-contenance select,
.form-item-attributes-field-brillance select {
	width:100px;
}
.form-item-attributes-product-select,
.node-type-fiches-produits-pro .form-wrapper,
.node-type-produit-bois-display .form-wrapper,
.node-type-fiches-produits-pro #edit-line-item-fields,
.node-type-produit-bois-display #edit-line-item-fields {
	clear:both;
}
.page-taxonomy .node-fiches-produits-pro fieldset {
	clear:none;
	margin-bottom:20px;
}
.page-espace-professionnel .node-fiches-produits-pro fieldset {
	clear:none;
}
.node-type-produit-bois-display fieldset legend,
.node-fiches-produits-pro fieldset legend {
	display:none;
}
.node-type-produit-bois-display fieldset .fieldset-wrapper,
.node-fiches-produits-pro fieldset .fieldset-wrapper {
	padding:0;
}
.node-type-produit-bois-display .field-name-field-produits-complementaires .field-label,
.node-type-produit-bois-display .field-name-field-informations-produits .field-label,
.node-type-produit-bois-display .field-name-field-mise-en-oeuvre .field-label,
.node-type-produit-bois-display .field-name-field-mise-en-uvre- .field-label,
.node-type-produit-bois-display .field-name-field-documentation .field-label,
.node-type-produit-bois-display .field-name-field-nuancier .field-label,
.node-fiches-produits-pro .field-name-field-informations-produits .field-label,
.node-fiches-produits-pro .field-name-field-mise-en-oeuvre .field-label,
.node-fiches-produits-pro .field-name-field-mise-en-uvre- .field-label,
.node-fiches-produits-pro .field-name-field-documentation .field-label,
.node-fiches-produits-pro .field-name-field-nuancier .field-label,
.node-fiches-produits-pro .field-name-field-produits-complementaires .field-label {
    background-color: #dcddde;
    border-left: 3px solid #c84c32;
    color: #58585a;
    font-size: 24px;
	font-weight:normal;
    margin-bottom: 20px;
    padding: 5px 5px 5px 15px;
}
.node-type-produit-bois-display .field-name-field-produits-complementaires .field-label,
.node-type-produit-bois-display .field-name-field-mise-en-uvre- .field-label,
.node-type-produit-bois-display .field-name-field-informations-produits .field-label,
.node-type-produit-bois-display .field-name-field-mise-en-oeuvre .field-label,
.node-type-produit-bois-display .field-name-field-documentation .field-label,
.node-type-produit-bois-display .field-name-field-nuancier .field-label {
    border-left: 3px solid #66a5cc;
}
.field-name-field-informations-produits,
.field-name-field-mise-en-oeuvre,
.field-name-field-mise-en-uvre-,
.field-name-field-documentation,
.field-name-field-nuancier {
	clear:both;
	margin-bottom:20px;
}
.field-name-field-mise-en-uvre- .field-items,
.field-name-field-informations-produits .field-items,
.field-name-field-mise-en-oeuvre .field-items,
.field-name-field-documentation .field-items,
.field-name-field-nuancier .field-items {
	margin:0 20px;
}
.field-name-field-document img,
.field-name-field-nuancier .file img,
.field-name-field-documentation .file img {
	display:none;
}
.node-type-accessoires-pro .field-name-field-document .file a,
.node-type-produit-bois-display .field-name-field-nuancier .file a,
.node-type-produit-bois-display .field-name-field-documentation .file a,
.node-type-fiches-produits-pro .field-name-field-nuancier .file a,
.node-type-fiches-produits-pro .field-name-field-documentation .file a {
	background-color:#c84c32;
    border: 2px solid #c84c32;
	color:#fff;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	padding:4px 17px;
}
.node-type-produit-bois-display .field-name-field-nuancier .file a,
.node-type-produit-bois-display .field-name-field-documentation .file a {
	background-color:#66a5cc;
    border: 2px solid #66a5cc;
}
.node-type-accessoires-pro .field-name-field-document .file a:hover,
.node-type-fiches-produits-pro .field-name-field-nuancier .file a:hover,
.node-type-fiches-produits-pro .field-name-field-documentation .file a:hover {
    background-color: #fff;
    color: #c84c32;
}
.node-type-produit-bois-display .field-name-field-nuancier .file a:hover,
.node-type-produit-bois-display .field-name-field-documentation .file a:hover {
	background-color:#fff;
	color:#66a5cc;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	border-radius:100%;
}
.view-bois-ext-rieurs .views-row .field-type-image img,
.view-boutique .views-row .field-type-image img,
.view-trouvez-mon-produit .views-row .field-type-image img,
.view-bardage .views-row .field-type-image img,
.view-menuiserie-ext-rieure .views-row .field-type-image img,
.view-terrasse-mobilier-de-jardin .views-row .field-type-image img,
.view-boiserie-int-rieure .views-row .field-type-image img,
.view-meuble-cuisine .views-row .field-type-image img,
.view-escalier-parquet .views-row .field-type-image img,
.view-bois-int-rieurs .views-row .field-type-image img,
.view-accessoires-bois .views-row .field-type-image img,
.view-accessoires .views-row .field-type-image img,
.view-accessoires-peinture-d-co .views-row .field-type-image img,
.page-taxonomy-term .views-row .field-type-image img {
	max-width:100px;
}
.node-type-fiches-produits-pro h1#page-title,
.node-type-accessoires-pro h1#page-title {
	color:#c84c32;
	font-size:28px;
	text-align:left;
}
.node-type-accessoires-pro .field-type-taxonomy-term-reference ul.links li a,
.node-type-fiches-produits-pro .field-name-commerce-price,
.node-type-accessoires-pro .field-name-commerce-price {
    color: #c84c32;
}
.node-type-fiches-produits-pro .form-item-quantity a {
	color:#fff;
}
.node-type-produit-bois-display .field-name-field-marque.field-type-taxonomy-term-reference ul.links li,
.node-type-fiches-produits-pro .field-name-field-marque.field-type-taxonomy-term-reference ul.links li {
	float:none;
	list-style:none;
	margin:0;
	padding:0;
}
.node-type-produit-bois-display .region-content .field-name-field-marque ul,
.node-type-fiches-produits-pro .region-content .field-name-field-marque ul {
	margin:0;
	padding:0;
}
.node-type-produit-bois-display .region-content .field-name-field-marque img,
.node-type-fiches-produits-pro .region-content .field-name-field-marque img {
	max-width:160px;
}
.node-type-fiches-produits-pro input.form-submit, .node-type-fiches-produits-pro a.button {
    border: 2px solid #c84c32;
    background-color: #c84c32;
}
.node-type-produit-bois-display input.form-submit,
.node-type-fiches-produits-pro input.form-submit {
	display:block;
	clear:both;
	float:right;
	margin-right:0;
}
.node-type-fiches-produits-pro input.form-submit:hover, .node-type-fiches-produits-pro a.button:hover {
	background-color:#fff;
	color: #c84c32;
}
.node-type-fiches-produits-pro #search-block-form input.form-submit, #search-form input.form-submit {
    border: 2px solid #66a5cc;
}
/* Pop-up */
.popup-onload-popup-onload-basic {
	background-image:url(../images/visu_pop-up.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.popup-onload-popup-onload-basic .field-item {
    border: 1px solid #66a5cc;
    margin-left: 310px;
    padding: 20px 20px 10px;
    width: 270px;
}
.popup-onload-popup-onload-basic h2 {
	color:#66a5cc;
	line-height:1.2;
}
.popup-onload-popup-onload-basic h3 {
	font-weight:bold;
}
#cboxWrapper, #cboxContent, #cboxLoadedContent {
/*    height: auto !important;
*/}
#cboxLoadedContent {
	overflow:hidden !important;
}
#colorbox a {
	background-color: #66a5cc;
    border: none;
    color: #fff;
	display:block;
    font-size: 1.2em;
    font-weight: normal;
	padding:4px 17px;
	text-align:center;
	width:200px;
}
#colorbox p {
	margin:0;
}
#colorbox .diagnostic-pro a {
	background-color:#c84c32;
	border:3px solid #c84c32;
	margin:30px auto 0;
}
#colorbox .diagnostic-pro a:hover {
	background-color:#fff;
	color:#c84c32;
}
#colorbox .diagnostic-particulier a {
    background-color: #66a5cc;
    border: 3px solid #66a5cc;
    margin: 10px auto 20px;
}
#colorbox .diagnostic-particulier a:hover {
	background-color:#fff;
	color:#66a5cc;
}
#cboxClose {
    background-color: #66a5cc;
	border-radius:100%;
    top: 5px;
	right:5px;
}
#cboxClose:hover {
    background-color: #c84c32;
    background-position: 0;
}
/* Formulaire création compte */
.page-user .form-item label {
    font-size: 1em;
}
.page-user .tabs ul.primary {
    background: none;
    max-width: 500px;
    margin: 30px auto;
}
.page-user .tabs ul.primary li a {
	background-color:#58585a;
	border:none;
	border-radius:0;
	color:#fff;
	text-shadow:none;
}
.page-user .tabs ul.primary li a:hover,
.page-user .tabs ul.primary li.active a {
	background-color:#66a5cc !important;
}
#block-block-52 h2,
#block-block-53 h2,
#user-login,
#user-register-form #edit-account,
#user-pass,
#edit-field-rester-inform-sur-l-entret,
#user-register-form .field-name-field-professionnel,
#edit-field-case-rgpd,
#edit-field-texte-rgpd2,
#edit-field-nom-de-l-entreprise {
    background-color: #58585a;
	clear:both;
    margin: 0 auto;
    padding: 20px 40px 40px;
    width: 570px;
}
#edit-field-nom-de-l-entreprise {
	padding:5px 40px;
}
#edit-field-texte-rgpd2 p {
	color:#fff;
	margin-bottom:0;
}
#user-register-form #edit-field-case-rgpd label {
	color:#58585a;
	margin-right:5px;
	width:auto;
}
#user-register-form #edit-field-case-rgpd #edit-field-case-rgpd-und label {
	color:#fff;
}
#user-register-form #edit-field-case-rgpd input {
	width:auto;
}
#edit-field-rester-inform-sur-l-entret {
	padding-bottom:1px;
}
#edit-field-rester-inform-sur-l-entret,
#user-register-form .field-name-field-professionnel {
	color:#fff;
}
#user-register-form .field-name-field-professionnel label {
	font-size:18px;
}
#user-register-form .field-name-field-professionnel #edit-field-professionnel-und label {
	font-size:14px;
}
#edit-field-rester-inform-sur-l-entret .description {
	clear:both;
	color:#fff;
	display:block;
}
#edit-field-rester-inform-sur-l-entret label {
	color:#fff;
}
fieldset.captcha .fieldset-wrapper {
	padding:0 10px;
}
#user-login fieldset.captcha label {
	width:auto;
}
/* Titre user */
#block-block-52 h2,
#block-block-53 h2 {
    background-image: url(../images/picto_particulier-blanc.png);
    background-position: 150px 60%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 50px;
    width: 560px;
}
#block-block-53 h2 {
    background-position: 100px 60%;
}
#user-register-form #edit-account {
    padding: 20px 40px 5px;
}
#user-pass label,
#user-register-form label,
#user-register-form #edit-account label,
#user-login label {
	color:#fff;
	display:block;
	float:left;
	width:200px;
}
#user-register-form .description,
#user-register-form #edit-account .description,
#user-login .description {
	color:#fff;
}
#user-pass input,
#user-register-form input,
#user-register-form #edit-account input,
#user-login input {
	width:360px;
}
#user-register-form select {
	width:370px;
}
#user-register-form .form-managed-file input {
	color:#fff;
	width:auto;
}
#user-register-form .field-name-field-professionnel label,
#user-register-form .field-name-field-professionnel .description,
#user-register-form .field-name-field-rester-inform-sur-l-entret label,
#user-register-form .field-name-field-rester-inform-sur-l-entret .description {
	display:inline;
	float:none;
	width:100%;
}
#user-register-form .field-name-field-rester-inform-sur-l-entret .description {
	display:block;
}
#user-register-form .field-name-field-professionnel input,
#user-register-form .field-name-field-rester-inform-sur-l-entret input {
	width:auto;
}
#user-pass input#edit-submit,
#user-register-form input#edit-submit,
#user-login input#edit-submit {
	float:right;
	margin:0;
	width:auto;
}
.field-name-field-professionnel #edit-field-professionnel-und .form-item {
	float:left;
	width:50%;
}
#user-register-form .field-name-field-nom-entreprise,
#user-register-form .field-name-field-dirigeant,
#user-register-form .field-name-field-adresse,
#user-register-form .field-name-field-telephone,
#user-register-form .field-name-field-siret,
#user-register-form .field-name-field-kbis {
    background-color: #58585a;
	clear:both;
    margin: 0 auto;
    padding: 1px 40px 1px;
    width: 570px;
}
#user-register-form .field-name-field-nom-entreprise {
    padding: 20px 40px 1px;
}
#user-register-form .field-name-field-kbis {
    padding: 1px 40px 20px;
}
#user-register-form .field-name-field-kbis input.form-submit {
	background-color: #c84c32;
	border: 2px solid #c84c32;
}
#user-register-form fieldset {
    background-color:transparent;
    border:none;
    padding: 0;
    position: relative;
    top: 0;
    border-radius: 0;
    margin: 0;
}
div.addressfield-container-inline > div.form-item {
	float:none;
	margin-right:0;
}
#user-register-form fieldset legend {
	display:none;
}
fieldset .fieldset-wrapper {
    padding: 0;
}
.node-type-accessoires-pro .field-name-field-produit.markup,
.node-type-fiches-produits-pro .field-name-field-produit.markup {
    border: 1px solid #c84c32;
    clear: both;
    color: #c84c32;
    float: right;
    padding: 5px;
    text-align: center;
    width: 240px;
}
/* FAQ */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #fff;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 1.7em;
}
/* Formulaire diagnostic */
#webform-client-form-137, #webform-client-form-139 {
	background-color:#58585a;
	margin:0 auto;
	padding:20px 40px 40px;
	width:570px;
}
#webform-client-form-139 h2,
#webform-client-form-137 h2 {
    background-image: url(../images/picto_diagnostic-form.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
	font-size:28px;
    margin-left: 100px;
    margin-bottom: 20px;
    padding: 12px 0 12px 65px;
}
#webform-client-form-139 h2 {
    background-image: url(../images/picto_sidebar-colorimetrie.png);
	margin-bottom:30px;
    margin-left: 50px;
    padding: 12px 0 12px 70px;
}
#webform-client-form-139 p,
#webform-client-form-137 p,
#webform-client-form-137 .description {
	color:#fff;
	clear:both;
}
#webform-client-form-139 label,
#webform-client-form-137 label {
	color:#fff;
	display:block;
	float:left;
	width:210px;
}
#webform-client-form-137 .webform-component--ce-que-vous-utilisez-habituellement-comme-produit label {
	width:100%;
}
#webform-client-form-137 .webform-component--ce-que-vous-utilisez-habituellement-comme-produit input {
	width:560px;
}
#webform-client-form-137 .webform-component-date input {
	width:auto;
}
#webform-client-form-137 .webform-component--vous-etes- {
	margin-bottom:60px;
}
#webform-client-form-137 .webform-component--vous-etes- label {
	width:195px;
}
#webform-client-form-137 .webform-component--vous-etes- > label {
	float:none;
	font-size:18px;
	width:100%;
}
#webform-client-form-137 .webform-component--vous-etes- input,
#webform-client-form-137 #edit-submitted-joindre-des-photos-ajax-wrapper label {
	width:auto;
}
#webform-client-form-137 #edit-submitted-joindre-des-photos-ajax-wrapper label {
	float:none;
	font-size:16px;
	margin-bottom:10px;
}
#webform-client-form-137 .webform-component--vous-etes- .form-item {
	float:left;
	width:50%;
}
#webform-client-form-137 .webform-component--societe {
	clear:both;
}
#webform-client-form-137 .webform-component--ce-que-vous-utilisez-habituellement-comme-produit- label {
	width:100%;
}
#webform-client-form-139 input,
#webform-client-form-137 input {
	width:350px;
}
#webform-client-form-137 .webform-component--a-poser-dans input {
	margin-right:5px;
	width:310px;
}
#webform-client-form-137 .field-suffix {
	color:#fff;
}
#webform-client-form-137 input#edit-submitted-joindre-des-photos-upload,
#webform-client-form-137 input#edit-submitted-joindre-des-photos2-upload {
	color:#fff;
	float:left;
	width:auto;
}
#webform-client-form-137 #edit-submitted-joindre-des-photos2-ajax-wrapper label {
	display:none;
}
#webform-client-form-137 .webform-component--newsletter label,
#webform-client-form-137 input#edit-submitted-joindre-des-photos-upload-button {
	width:auto;
}
#webform-client-form-137 .webform-component--newsletter label {
	margin-left:0;
}
#webform-client-form-137 .webform-component--ce-que-vous-utilisez-habituellement-comme-produit- input {
	width:560px;
}
#webform-client-form-139 input.form-submit,
#webform-client-form-137 input.form-submit {
	float:right;
	width:auto;
}
.webform-confirmation a {
	background-color:#c84c32;
	border:1px solid #c84c32;
	color:#fff;
	display:block;
	font-size:18px;
	margin-top:20px;
	padding:5px 10px;
	text-align:center;
}
.webform-confirmation a:hover {
	background-color:#fff;
	color:#c84c32;
}
.webform-confirmation + links a {
	color:#c84c32;
}
#block-block-51 {
	display:none;
}
#block-block-52 {
	clear:both;
	padding-top:30px;
}
/* Contact */
#block-webform-client-block-6 {
  float: left;
  width: 530px;
}
#webform-client-form-6 label {
    display: block;
    float: left;
    width: 90px;
}
#webform-client-form-6 input {
	width:430px;
}
#webform-client-form-6 input.form-submit {
	float:right;
	margin:0 0 20px 0;
	width:auto;
}
#coord {
    width: 250px;
    background-color: #66a5cc;
    padding: 10px;
    float: right;
}
#coord h2,
#coord p {
	color:#fff;
	text-align:center;
}
/* Tunnel d'achat */
.page-checkout fieldset {
    border-radius: 0;
	padding:0 10px 10px
}
.page-checkout fieldset legend {
    background: #6B6B6D;
    border: 1px solid #6B6B6D;
    color: #fff;
    text-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.page-checkout fieldset.checkout-buttons {
	border:none;
    border-radius: 0;
}
.page-checkout fieldset.checkout-buttons .fieldset-wrapper {
	margin:0;
	text-align:right;
}
.page-checkout #edit-account-login label {
	display:block;
	float:left;
	width:150px;
}
.page-checkout .customer_profile_shipping .field-type-addressfield .name-block,
.page-checkout .customer_profile_shipping .field-type-addressfield .street-block {
	float:left;
	margin-right:40px;
}
.page-checkout .customer_profile_shipping input.postal-code {
	width:190px;
}
table.checkout-review .pane-title td {
	font-size:18px;
    padding-left: 0;
}
.page-checkout tr, .page-checkout tr.even, .page-checkout tr.odd {
	background:transparent;
}
.page-checkout .view-commerce-cart-summary table td,
.page-checkout .view-commerce-cart-summary table th {
	border-color:#6B6B6D;
}
.page-checkout table,
.page-checkout tr.odd .form-item, .page-checkout tr.even .form-item, .page-checkout .form-item label {
	font-size:14px;
}
#sliding-popup.sliding-popup-top {
    background: #66a5cc;
}
#popup-text span {
	color:#fff !important;
}
#sliding-popup .popup-content #popup-text {
	margin-top:15px;	
}
#webform-client-form-123 .webform-component--case-rgpd input,
#webform-client-form-137 .webform-component--case-rgpd input,
#webform-client-form-139 .webform-component--case-rgpd input,
#webform-client-form-8 .webform-component--case-rgpd input,
#webform-client-form-9 .webform-component--case-rgpd input,
#webform-client-form-6 .webform-component--case-rgpd input {
	float:left;
	margin-top:5px;
	width:auto;
}
#webform-client-form-123 .webform-component--case-rgpd label, #webform-client-form-137 .webform-component--case-rgpd label, #webform-client-form-139 .webform-component--case-rgpd label, #webform-client-form-8 .webform-component--case-rgpd label, #webform-client-form-9 .webform-component--case-rgpd label, #webform-client-form-6 .webform-component--case-rgpd label {
    float: none;
    margin-left: 20px;
    width: auto;
    display: block;
}
#webform-client-form-139 .webform-component--case-rgpd label, #webform-client-form-137 .webform-component--case-rgpd label {
    color: #58585a;
    font-size: 1px;
    margin-left: 0;
    height: 10px;
}
#webform-client-form-137 .webform-component--case-rgpd #edit-submitted-case-rgpd label, #webform-client-form-139 .webform-component--case-rgpd #edit-submitted-case-rgpd label {
	color:#fff;
	font-size:0.85em;
	margin-left:20px;
	height:auto;
}
#webform-client-form-137 .webform-component--case-rgpd .form-required,
#webform-client-form-139 .webform-component--case-rgpd .form-required {
	font-size:16px;
}
.webform-component--texte-rgpd {
	clear:both;
}
.view-la-bonne-m-thode-pour .view-la-bonne-m-thode-pour .views-row,
.field-name-field-produits-complementaires .field-item {
    clear: none;
    float: left;
    margin-top: 30px;
    width: 33.33%;
}
.field-name-field-produits-complementaires .field-item .field-item {
	float:none;
	margin-top:0;
	width:100%;
}
.node-type-produit-bois-display .field-name-field-produits-complementaires .node-produit-bois-display,
.node-type-fiches-produits-pro .field-name-field-produits-complementaires .node-fiches-produits-pro {
	border:1px solid #DCDDDE;
}
.node-type-produit-bois-display .node-produit-bois-display .field-name-field-produits-complementaires fieldset, .node-type-fiches-produits-pro .node-fiches-produits-pro .field-name-field-produits-complementaires fieldset {
	clear:none;
	margin-bottom:0;
}
.node-type-produit-bois-display .node-produit-bois-display .field-name-field-produits-complementaires article, .node-type-fiches-produits-pro .node-fiches-produits-pro .field-name-field-produits-complementaires article {
	margin:0 auto;
	min-height:325px;
}
.node-type-fiches-produits-pro .node-fiches-produits-pro .field-name-field-produits-complementaires article {
	min-height:300px;
}
.site-map-box-menu {
	background-color:#fbfbfb;
	padding:20px;
	text-align:center;
}
#content .site-map-box-menu h2 {
	margin:0;
	text-align:center;
}
#block-block-54 p {
	color:#66a5cc;
	font-size:1.429em;
	margin-bottom:0;
}
#block-block-54 .unDemi {
	float:left;
	width:50%;
}
fieldset.captcha,
fieldset.captcha .fieldset-description {
	color:#fff;
	text-align:left;
}
fieldset.captcha .field-prefix {
	text-align:left;
}
#sliding-popup .eu-cookie-compliance-secondary-button {
    padding: 8px 15px;
    background-color: #fff;
    color: #66a5cc !important;
    border-radius: 30px;
}
#sliding-popup .eu-cookie-compliance-secondary-button:hover {
	box-shadow:0 0 2px #000;
}
#sliding-popup .eu-cookie-compliance-default-button {
    background-color: #0000;
    background-image: none;
    border: none;
    border-top: none;
    box-shadow: none;
    text-shadow: none;
}
div.modal-forms-modal-content .popups-container {
	height:440px !important;
}
div.modal-forms-modal-content #modal-content {
	height:390px !important;
}
div.modal-forms-modal-content .modal-title {
	color:#66a5cc;
}
#edit-submitted-vous-etes- .form-item:first-child label {
	color:#c84c32;
}
#edit-submitted-vous-etes- .form-item:last-child label {
	color:#66a5cc;
}
.faq {
	float:left;
	width:50%;
}
#lien-faq {
    clear: both;
    margin-top: 0;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 40px;
}
#lien-faq a {
    background-image: url(../images/gros-picto-faq.png);
    background-position: left center;
    background-repeat: no-repeat;
	color:#7bbb4d;
    font-size: 20px;
    padding: 13px 0 13px 75px;
}
#lien-faq a:hover {
    padding: 13px 0 13px 85px;
}
.node-type-article .node-article {
	padding-bottom:70px;
}
#block-block-55,
#block-block-56 {
	background-image:url(../images/slide_vacances.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.sidebar #block-block-56.block {
	background-image:url(../images/slide_corona.jpg);
	padding:10px;
}
#block-block-56 p,
#block-block-56 h2 {
	color:#fff !important;
	text-align:center;
	text-shadow:0 0 2px #000;
}
#block-block-56 p {
	font-size:
}
#block-block-56 p strong {
	text-transform:uppercase;
}
#block-block-55 p,
#block-block-55 h2 {
	color:#fff !important;
	margin:0;
	text-shadow:0 0 2px #000;
}
#block-block-55 h2 {
	font-size:22px;
}
#block-block-55 p span {
	text-shadow:none;
}
/*----------------------------------------------------------MEDIA QUERIES------------------------------------------------------------------*/

@media (max-width: 1310px){
#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer {
    max-width: 1240px;
}
#block-block-33 {
	width:790px;
}
#block-block-33 .unTiers a {
	margin-right:10px;
}
/*  .views-field-nothing {
    width: 300px;
  }

  .views-field-nothing:hover{
    height: 100px;
    margin-top: -325px;
    padding-top: 203px;
  }*/
#slideshow .views-field-field-body-new {
	right:2%;
}
#superfish {
	height:97px;
}
#superfish-1 li a {
	padding:0 30px 0;
	height:70px;
}
#block-block-32, #block-views-actualit-s-block-2 {
    width: 380px;
}
#block-block-33, #block-block-38 {
	width:790px;
}
#block-views-acc-s-rapide-produits-block {
	width:342px;
}
.field-name-field-image-bois, .field-name-field-image-a {
    width: 40%;
}
.field-name-field-tableau table {
	width:100% !important;
}
#block-block-42 .content a {
	padding: 20px 0 20px 60px;
    background-size: 50px;
}
#block-block-44 .content a {
    background-position: 5px 50%;
    padding: 0px 0 10px 70px;
    background-size: 50px;
}
#block-block-43 .content a {
    background-position: 10px 50%;
    padding: 20px 0 20px 70px;
    background-size: 40px;
}
#block-block-45 .content a {
	background-size:55px;
    padding: 20px 0 20px 70px;
}
#block-block-46 .content a {
    background-size: 30px;
    padding: 10px 0 10px 70px;
}
#block-block-44 p,
#block-block-45 p {
	background-size:265px;
}
.node-produit-bois-display, .node-accessoires-bois-display, .node-fiches-produits-pro, node-accessoires-pro {
    min-height: 340px;
}
.view-trouvez-mon-produit .node-produit-bois-display,
.view-trouvez-mon-produit .node-fiches-produits-pro {
    min-height: 320px;
}
.view-bois-int-rieurs .node-produit-bois-display, .view-bois-int-rieurs .node-fiches-produits-pro {
    min-height: 350px;
}
#block-block-47 {
    margin-top: 20px;
}
#block-block-47 .content ul li {
	margin:0 25px;
}
.views-exposed-form .views-exposed-widget {
    padding: 1em 20px 0 0;
}
.node-type-fiches-produits-pro table, .node-produit-bois-display table {
	width:560px !important;
}
.view-accessoires .views-row .node-accessoires-bois-display,
.view-accessoires .views-row .node-accessoires-pro {
    min-height: 270px;
}
.group-infos-droite {
    width: 60%;
}
#slideshow .flexslider .slides > li:first-child .views-field-field-body-new {
	top:0;
	transform:scale(0.8);
}
}
@media (max-width: 1240px){
#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer {
    max-width: 1110px;
}
  #superfish-1{
    font-size: 1.2em;
  }
#logo img {
	max-width:450px;
}
#block-block-50 ul li:first-child a {
	margin-left:10px;
}
#block-block-50 ul li:nth-child(2) a {
	margin-left:15px;
}
#block-commerce-cart-cart {
    margin: 20px 0px 0;
}
#secondary-menu, #block-block-23 {
    margin: 10px 15px 0 0;
}
#block-block-50 ul li:nth-child(3) a {
    margin-left: 107px;
}
#block-block-33, #block-block-38 {
    width: 750px;
}
#block-block-32, #block-views-actualit-s-block-2 {
    width: 290px;
}
#block-views-acc-s-rapide-produits-block {
	width:303px;
}
#block-block-42 .content a, #block-block-44 .content a, #block-block-43 .content a, #block-block-45 .content a {
	font-size:24px;
}
#block-block-44 p, #block-block-45 p {
    background-size: 225px;
}
#webform-client-form-137 textarea.form-textarea {
	width:100%;
}
.field-name-field-tableau {
	float:none;
	margin-right:0;
}
.field-name-field-image-bois, .field-name-field-image-a {
    width: 39%;
}
#block-views-actualit-s-block-2 .view-actualit-s .views-row .views-field-title a {
	margin-bottom:0;
}
#block-block-47 .content ul li {
	margin:0 5px;
}
#block-webform-client-block-6 {
    width: 480px;
}
#webform-client-form-6 input {
    width: 380px;
}
#coord {
    width: 210px;
}
.view-bois-int-rieurs .node-produit-bois-display {
    min-height: 350px;
}
.view-accessoires .views-row .node-accessoires-bois-display,
.view-accessoires .views-row .node-accessoires-pro {
    min-height: 290px;
}
.view-trouvez-mon-produit .node-produit-bois-display, .view-trouvez-mon-produit .node-fiches-produits-pro {
    min-height: 350px;
}
#block-block-33 {
	width:750px;
}
.node-type-fiches-produits-pro table, .node-produit-bois-display table {
	width:500px !important;
}
.page-bois-exterieurs .node-produit-bois-display, .page-bois-exterieurs .node-fiches-produits-pro {
    min-height: 350px;
}
#slideshow .flexslider .slides > li:first-child .views-field-field-body-new p {
	margin-bottom:0
}
}

@media(max-width: 1175px){
#node-123 img{
    float: left!important;
    margin-left:0!important;
    margin-top: 0;
    margin-right: 20px;
}

#webform-client-form-123{
    width: 100%;
    float: none;
}

#webform-client-form-123 input{
    max-width: 245px;
}
#block-views-acc-s-rapide-produits-block {
	width:302px;
}
}
@media (max-width: 1110px){
#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer {
    max-width: 1000px;
}
  #main-menu-links a{
    font-size: 15px;
  }

  .region-triptych-first, .region-triptych-middle, .region-triptych-last{
    padding: 0;
  }

  #sidebar-first h2{
    font-size: 22px;
  }

  #sidebar-first img{
    width: 25px!important;
    height: 43px!important;  
  }
#logo img {
    max-width: 370px;
}
#superfish-1 li a {
	font-size:22px;
    padding: 0 25px 0;
}
#block-block-50 ul li:first-child a {
    margin-left: 0px;
}
#block-block-50 ul li:nth-child(2) a {
    margin-left: 5px;
}
#block-block-50 ul li:nth-child(3) a {
    margin-left: 90px;
}
#block-block-50 ul li:last-child a {
	margin:0;
}
#slideshow {
	margin:0;
	overflow:hidden;
}
#slideshow .section {
    position: relative;
    width: 1110px;
    left: 50%;
    margin-left: -550px;
}
#slideshow .views-field-field-body-new {
	right:5%;
}
#block-block-36 ul li, #block-block-37 ul li {
	margin-left:10px;
}
#block-block-33, #block-block-38 {
    width: 590px;
}
#block-block-33 .unTiers a {
	font-size:22px;
	padding-bottom:6px;
}
#block-block-38 img, #block-block-38 img, #block-block-38 img {
	margin-top:20px;
}
#block-views-acc-s-rapide-produits-block {
	width:270px;
}
#block-block-42, #block-block-44, #block-block-43, #block-block-45 {
	background-size:80px;
}
#block-block-42, #block-block-44, #block-block-43, #block-block-45 {
	padding:20px 10px;
}
#block-block-44 p, #block-block-45 p {
    background-size: 233px;
}
#block-block-46 .content a, #block-block-42 .content a, #block-block-44 .content a, #block-block-43 .content a, #block-block-45 .content a {
    font-size: 22px;
}
#block-block-42 .content a span, #block-block-44 .content a span, #block-block-43 .content a span, #block-block-45 .content a span {
    font-size: 16px;
}
#block-block-46 p.titre {
    font-size: 18px;
}
#block-block-46 p {
    margin-bottom: 10px;
}
.field-name-field-image-bois, .field-name-field-image-a {
    width: 45%;
}
.view-la-bonne-methode-pour .view-footer .views-row,
.view-nos-conseils-par-supports .view-content .views-field-view .view-nos-conseils-par-supports .views-row,
.view-espace-professionnel .views-row,
.view-bois-ext-rieurs .views-row,
.view-boutique .views-row,
.view-trouvez-mon-produit .views-row,
.view-bardage .views-row,
.view-menuiserie-ext-rieure .views-row,
.view-terrasse-mobilier-de-jardin .views-row,
.view-boiserie-int-rieure .views-row,
.view-meuble-cuisine .views-row,
.view-escalier-parquet .views-row,
.view-bois-int-rieurs .views-row,
.view-accessoires-bois .views-row,
.view-accessoires .views-row,
.view-accessoires-peinture-d-co .views-row,
.page-taxonomy-term .views-row {
	width:50%;
}
.field-name-field-image-bois, .field-name-field-image-a {
    width: 37%;
}
.node-produit-bois-display, .node-accessoires-bois-display, .node-fiches-produits-pro, node-accessoires-pro {
    min-height: 285px;
}
.view-boutique .node-produit-bois-display, .view-boutique .node-fiches-produits-pro {
    min-height: 320px;
}
.view-bois-ext-rieurs .node-produit-bois-display,
.view-bois-ext-rieurs .node-fiches-produits-pro {
	min-height:305px;
}
.view-bois-int-rieurs .node-produit-bois-display,
.view-bois-int-rieurs .node-fiches-produits-pro {
    min-height: 340px;
}
.view-accessoires .views-row .node-accessoires-bois-display,
.view-accessoires .views-row .node-accessoires-pro {
    min-height: 250px;
}
#newsletter iframe {
	width:100% !important;
	overflow:hidden;
}
#block-block-47 .content ul li {
    margin: 0 65px 20px;
}
#block-block-47 .content ul li:last-child {
	clear:both;
	float:none;
	margin:20px auto 0;
}
#block-webform-client-block-6 {
    width: 410px;
}
#webform-client-form-6 input {
    width: 310px;
}
.views-exposed-form .views-exposed-widget {
    padding: 1em 0 0 0;
    width: 28%;
}
#edit-field-marque-tid-wrapper select#edit-field-marque-tid {
    width: 160px;
}
.view-la-bonne-m-thode-pour .view-la-bonne-m-thode-pour .views-row,
.field-name-field-produits-complementaires .field-item {
	width:50%;
}
.field-name-field-produits-complementaires .field-item article {
    margin: 0 10px !important;
    padding: 0 10px;
}
.node-type-fiches-produits-pro table, .node-produit-bois-display table {
	width:420px !important;
}
.view-trouvez-mon-produit .node-produit-bois-display, .view-trouvez-mon-produit .node-fiches-produits-pro {
    min-height: 290px;
}
.view-bois-int-rieurs .node-produit-bois-display, .view-bois-int-rieurs .node-fiches-produits-pro {
    min-height: 280px;
}
.view-bois-ext-rieurs .node-produit-bois-display, .view-bois-ext-rieurs .node-fiches-produits-pro {
    min-height: 300px;
}
.view-boutique .node-produit-bois-display, .view-boutique .node-fiches-produits-pro {
    min-height: 290px;
}
}

@media (max-width: 1060px){
  #superfish-1{
    font-size: 1em;
  }

  #block-block-26{
    left: 0;
    margin-left: 20px;
  }
}

@media(max-width: 1000px) {
#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer {
    max-width: 960px;
}


 /* .views-field-nothing{
    width: 230px;
    font-size: 120%;
    margin-top: -89px;
  }


  .views-field-nothing:hover {
     margin-top: -254px;
     padding-top: 133px;
  }*/
#secondary-menu, #block-block-23 {
    margin: 10px 0px 0 0;
}
#block-block-49 p {
    font-size: 20px;
}
#block-block-50 ul li:first-child a {
	background-position:0 50%;
    margin-left: 20px;
}
#block-block-50 ul li:nth-child(2) a {
    margin-left: 15px;
}
#block-block-50 ul li:nth-child(3) a {
	padding:26px 0 26px 40px;
}
#block-block-50 ul li:last-child a {
	padding:16px 0 16px 65px;
}
#superfish {
    height: 90px;
}
#superfish-1 li a {
    font-size: 20px;
}
#slideshow .views-field-field-body-new {
    left: 63%;
}
#block-block-33, #block-block-38 {
    width: 540px;
}
#block-block-33 .unTiers a {
    font-size: 22px;
    padding-bottom: 1px;
    background-size: 150px;
    padding-top: 162px;
}
#block-block-33, #block-block-38 {
    width: 590px;
}
#block-block-32, #block-views-actualit-s-block-2 {
    width: 300px;
}
.view-actualit-s .views-row .views-field-title a {
	margin-bottom:0;
}
#block-block-39 .unQuart {
	padding-bottom:30px;
}
#block-views-acc-s-rapide-produits-block {
    width: 258px;
}
#block-block-44 p, #block-block-45 p {
    background-size: 225px;
}
#block-block-46 .content a, #block-block-42 .content a, #block-block-44 .content a, #block-block-43 .content a, #block-block-45 .content a {
    background-position:50% 10px;
	margin:0 0 20px;
    padding: 70px 10px 10px 10px;
}
#block-block-46 .content a {
	padding-top:50px;
}
#block-block-47 .content ul li {
    margin: 0 55px 20px;
}
#block-block-43 .content a {
	padding:80px 10px 10px 10px;
}
.node-fiches-produits-pro fieldset {
	margin-bottom:0;
}
#user-register-form .field-name-field-nom-entreprise, #user-register-form .field-name-field-dirigeant, #user-register-form .field-name-field-adresse, #user-register-form .field-name-field-telephone, #user-register-form .field-name-field-siret, #user-register-form .field-name-field-kbis, #block-block-52 h2, #block-block-53 h2, #user-login, #edit-account, #user-pass {
	width:auto;
}
#user-pass input, #user-register-form input, #edit-account input, #user-login input {
    width: 350px;
}
#user-register-form select {
    width: 360px;
}
#block-block-48 .content ul li {
    margin: 0 60px 20px;
}
#coord {
    width: 180px;
}
.views-exposed-form .views-exposed-widget {
    padding: 1em 35px 0 0;
    width: 24%;
}
#edit-field-marque-tid-wrapper select#edit-field-marque-tid {
    width: 150px;
}
#block-block-33, #block-block-38 {
    width: 530px;
}
#user-register-form .field-name-field-nom-entreprise, #user-register-form .field-name-field-dirigeant, #user-register-form .field-name-field-adresse, #user-register-form .field-name-field-telephone, #user-register-form .field-name-field-siret, #user-register-form .field-name-field-kbis, #block-block-52 h2, #block-block-53 h2, #user-login, #edit-account, #user-pass,
#block-block-52 h2,
#block-block-53 h2,
#user-login,
#user-register-form #edit-account,
#user-pass,
#edit-field-rester-inform-sur-l-entret,
#user-register-form .field-name-field-professionnel,
#edit-field-case-rgpd,
#edit-field-texte-rgpd2,
#edit-field-nom-de-l-entreprise {
	width:510px;
}
#block-block-52 h2,
#block-block-53 h2 {
	width:500px;
}
#edit-field-case-rgpd {
	padding-bottom:50px;
}
#user-pass input, #user-register-form input, #user-register-form #edit-account input, #user-login input {
    width: 100%;
}
#user-register-form select {
    width: 102%;
}
#block-block-52 h2 {
	background-position:12px 60%;
}
.node-type-fiches-produits-pro table, .node-produit-bois-display table {
    width: 340px !important;
}
#slideshow .flexslider .slides > li:first-child .views-field-field-body-new {
	left:auto;
	top:20%;
}
}

@media(max-width: 960px){
#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer {
    max-width: 850px;
}

#footer-wrapper #block-block-2, #footer-wrapper #block-webform-client-block-8{
    width: 100%;
    clear: both;
    text-align: center;
    position: inherit;
}
#logo {
    position: relative;
    z-index: 10;
}
#block-block-49 {
    clear: both;
    float: right;
	margin-top:0;
}
#headermu {
    position: relative;
    z-index: 10;
}
#pictos {
	border:none;
    clear: none;
    width: auto;
}
#block-search-form {
	position:relative;
	z-index:9;
}
#block-block-50 ul li {
    width: 50%;
}
#block-block-50 ul li {
	border-bottom:1px solid #e8e9ea;
}
#block-block-50 ul li:first-child a {
    margin-left: 90px;
}
#block-block-50 ul li:nth-child(2) a {
    margin-left: 94px;
}
#block-block-50 ul li:nth-child(3) a {
	margin-left:180px;
    padding: 13px 0 13px 40px;
}
#block-block-50 ul li:last-child a {
	margin-left:50px;
}
#superfish {
    height: 120px;
}
#superfish-1 li {
	width:33.33%;
}
#superfish-1 li a {
    padding: 0px 30px 0;
    height: 30px;
}
#superfish-1 li:last-child a {
	padding-top:0;
}
#slideshow .flexslider .slides > li:first-child .views-field-field-body-new,
#slideshow .views-field-field-body-new {
    top: 30px;
    left: 50%;
    margin-left: -155px;
	width:310px;
}
#slideshow .flexslider .slides > li:first-child .views-field-field-body-new {
    margin-left: -230px;
	transform:scale(0.6);
	top:-50px;
	width:460px;
}
#slideshow .flexslider .slides > li:first-child .views-field-field-body-new h2,
#slideshow .views-field-field-body-new h2 a {
	font-size:40px;
}
#block-block-32, #block-views-actualit-s-block-2 {
    width: 250px;
}
#block-block-33, #block-block-38 {
    width: 530px;
}
#block-block-36 ul li, #block-block-37 ul li {
    margin-left: 10px;
}
#block-block-36 ul li a {
    font-size: 18px;
    padding: 5px 10px;
}
#block-block-37 ul li a {
    font-size: 18px;
    padding: 5px 10px;
}
#block-block-38 .content .unTiers:first-of-type img, #block-block-38 .content .unTiers:nth-of-type(2) img,
#block-block-38 img {
    margin-top: 30px;
}
#block-views-acc-s-rapide-produits-block {
    width: 225px;
}
#block-block-44 p, #block-block-45 p {
    background-size: 190px;
}
#block-block-46 .content a, #block-block-42 .content a, #block-block-44 .content a, #block-block-43 .content a, #block-block-45 .content a {
	border-width:2px;
	margin:0 0 20px;
}
#webform-client-form-139 h2 {
	margin-left:0;
}
#webform-client-form-137, #webform-client-form-139 {
	width:auto;
}
#webform-client-form-139 input, #webform-client-form-137 input {
    width: 260px;
}
#webform-client-form-137 .webform-component--ce-que-vous-utilisez-habituellement-comme-produit input {
    width: 470px;
}
#webform-client-form-137 .webform-component--a-poser-dans input {
	width:220px;
}
#user-pass input, #user-register-form input, #edit-account input, #user-login input {
    width: 270px;
}
#user-register-form select {
    width: 280px;
}
#block-block-53 h2 {
    background-position: 60px 60%;
}
.node-produit-bois-display, .node-accessoires-bois-display, .node-fiches-produits-pro, node-accessoires-pro {
    min-height: 335px;
}
#block-block-47 .content ul li {
    margin: 0 30px 20px;
}
#block-webform-client-block-6 {
    width: 340px;
}
#webform-client-form-6 input {
    width: 240px;
}
.view-bois-ext-rieurs .node-produit-bois-display, .view-bois-ext-rieurs .node-fiches-produits-pro {
    min-height: 360px;
}
.view-bois-int-rieurs .node-produit-bois-display, .view-bois-int-rieurs .node-fiches-produits-pro {
    min-height: 290px;
}
}

@media(max-width: 925px){
  .grand{
    font-size: 24px;
  }

  .petit{
    font-size: 14px;
  }

  #titre_footer p{
    width: 80%;
    margin-left: 10%;
  }

  #sidebar-first h2{
    margin-left: 40px;
    font-size: 20px;
  }

  .sidemenu{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;
  }

  #sidebar-first .sidetitre:hover > .sidemenu{
    opacity:1;
    height: auto;
  }

  #sidebar-first .sidetitre{
    font-size: 17px!important
  }

  .webform-client-form-9 fieldset, .webform-client-form-9 .webform-component--questions-et-message{
    width: 90%;
    margin-left: 5%!important;
  }

  .webform-client-form-9 textarea.form-textarea{
    width: 100%;
  }

  .form-actions{
    text-align: center;
  }
}
@media (max-width: 850px){
#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer {
    max-width: 768px;
}
  .one-sidebar #content{
  width:100%;
  }

  .sidebar-first #content{
    margin-left: 0;
  }

  .one-sidebar #sidebar-first, .one-sidebar #sidebar-second{
    margin-top: 20px;
  }



  #search-form input#edit-keys, #block-search-form .form-item-search-block-form input{
    float: none;
  }

  .sidemenu{
    display: initial;
  }

  #block-block-26{
    left: 50%;
    margin-left: -160px;
    font-size: 1em;
    padding: 5px 10px;
    top: 325px;
  }
#block-block-33, #block-block-38 {
    width: 697px;
}
#footer-wrapper .block {
    margin-bottom: 0;
    padding-bottom: 0;
}
#block-block-38 .content .unTiers:first-of-type img, #block-block-38 .content .unTiers:nth-of-type(2) img, #block-block-38 img {
    margin-top: 20px;
}
.node-type-fiches-produits-pro .node-fiches-produits-pro {
	padding:0;
	width:auto;
}
.field-name-field-informations-produits .field-items, .field-name-field-mise-en-oeuvre .field-items, .field-name-field-documentation .field-items, .field-name-field-nuancier .field-items, .field-name-field-mise-en-uvre- .field-items {
    margin: 0 10px;
}
#block-block-50 ul li:first-child a {
    margin-left: 60px;
}
#block-block-50 ul li:nth-child(2) a {
    margin-left: 64px;
}
#block-block-50 ul li:nth-child(3) a {
    margin-left: 150px;
}
#block-block-50 ul li:last-child a {
    margin-left: 30px;
}
#superfish-1 li:last-child a {
    background-image: url(../images/separation-menu.jpg);
}
#block-block-32, #block-block-38 {
	margin-bottom:30px;
	width:100%;
}
#block-block-32 .content a {
    background-position: 50% 10px;
    padding: 130px 40px 86px;
}
#block-views-actualit-s-block-2 {
    width: 714px;
}
#block-block-33 .unTiers a {
    background-size: auto auto;
    padding-top: 190px;
}
#block-views-actualit-s-block-2 {
	height:auto;
}
#block-block-37, #block-block-36, #block-block-34, #block-block-35 {
    width: 100%;
}
#block-block-38 img {
	margin-top:10px;
}
#block-block-48 {
	margin-top:0;
}
#block-block-39 .content {
    display: block;
}
#block-block-39 .unQuart {
    float: left;
    height: 190px;
	margin-bottom:10px;
	padding-bottom:30px;
    width: 49%;
}
#block-block-39 #newsletter {
    border-right: 1px solid #909091;
}
#block-views-acc-s-rapide-produits-block {
    width: auto;
}
#block-block-46, #block-block-42, #block-block-44, #block-block-43, #block-block-45 {
	margin:0 auto 20px;
	padding:20px 30px;
	width:250px;
}
#block-block-44 p, #block-block-45 p {
    background-size: 230px;
}
#block-block-46 .content a, #block-block-42 .content a, #block-block-44 .content a, #block-block-43 .content a, #block-block-45 .content a {
	background-position:left center;
	border-width:2px;
	margin:0;
	padding:20px 0 20px 70px;
}
#block-block-46 .content a {
	background-position:15px 15px;
}
#webform-client-form-139 input, #webform-client-form-137 input {
    width: 430px;
}
#webform-client-form-137 .webform-component--ce-que-vous-utilisez-habituellement-comme-produit input {
    width: 640px;
}
#webform-client-form-137 .webform-component--a-poser-dans input {
	width:390px;
}
#block-block-53 h2 {
    background-position: 150px 60%;
}
#block-views-acc-s-rapide-produits-block {
	display:none;
}
.field-name-field-image-bois, .field-name-field-image-a {
    width: 36%;
}
.node-produit-bois-display, .node-accessoires-bois-display, .node-fiches-produits-pro, node-accessoires-pro {
    min-height: 285px;
}
.view-boutique .node-produit-bois-display, .view-boutique .node-fiches-produits-pro {
    min-height: 320px;
}
.view-accessoires .views-row .node-accessoires-bois-display,
.view-accessoires .views-row .node-accessoires-pro {
    min-height: 215px;
}
.view-bois-ext-rieurs .node-produit-bois-display, .view-bois-ext-rieurs .node-fiches-produits-pro {
    min-height: 290px;
}
.view-bois-int-rieurs .node-produit-bois-display, .view-bois-int-rieurs .node-fiches-produits-pro {
    min-height: 305px;
}
#block-block-47 .content ul li {
    margin: 0 10px 20px;
}
#block-block-47 .content ul li a {
	font-size:22px;
}
#block-block-47 .content ul li a span {
	font-size:16px;
}
#block-webform-client-block-6 {
    width: 500px;
}
#webform-client-form-6 input {
    width: 400px;
}
.views-exposed-form .views-exposed-widget {
    padding: 1em 35px 0 0;
    width: 25%;
}
#block-block-48 {
	padding:20px;
}
.page-taxonomy-term .field-name-field-image-logo img {
	float:none;
	margin:0 auto 10px;
}
.node-type-fiches-produits-pro table, .node-produit-bois-display table {
    width: 460px !important;
}
#edit-customer-profile-shipping .locality-block {
	clear:both;
}
}

@media (max-width: 800px){
  #block-block-16 h1{
    font-size: 1.1em;
  }

  #block-block-16 h2{
    font-size: 0.9em;
  }


  .ui-tabs .ui-tabs-nav li{
    width: 49%;
  }
}

@media (max-width: 768px){
#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer {
    max-width: 600px;
}
#block-block-51 {
    display: block;
    position: absolute;
    top: -110px;
    right: 0;
}
.img-left, .img-right {
	display:block;
	float:none;
	margin:0 auto 10px;
}
#bt-menu {
    background-image: url(../images/bandes-menu.png);
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 5px;
    font-size: 1px;
    padding: 40px 17px;
}
#new-menu {
    background-color: #58585a;
    display: none;
    padding: 10px 20px;
    position: absolute;
    right: 0px;
    width: 250px;
    z-index: 999;
}
#new-menu li a {
    border-bottom: 1px solid #999;
    cursor: pointer;
    display: block;
    font-size: 18px;
    padding: 5px 0;
    color: #fff;
}
#new-menu li:last-child a {
	border-bottom:0;
}
#pictos,
#main {
    margin-top: 0px;
}
#block-superfish-1 {
	display:none;
}
#superfish {
	display:none;
}
#block-superfish-1 .content{
    text-align: center;
}
#block-superfish-1 .content select{
    border-color: #6B6B6D;
    background-color: #6B6B6D;
    color: #fff;
    font-size: 18px;
    width: 90%;
    margin-bottom: 20px;
}
#superfish {
    height: auto;
    border: none;
}
#block-superfish-1 .content select {
	border:none;
}
#block-block-33, #block-views-actualit-s-block-2 {
    width: 530px;
}
#block-block-33 .deuxTiers {
	margin-top:30px;
}
#logo {
	float:none;
}
#logo img {
	display:block;
	margin:0;
}
.region-header {
	float:none;
}
#headermu {
	width:100%;
}
#block-block-49 {
	clear:none;
	margin-top:10px;
}
#pictos {
	clear:both;
}
#block-block-38 .content .unTiers, .unTiers, .unDemi, .unQuart, .deuxTiers {
	clear:both;
	float:none;
	width:100%;
}
#block-block-38 .content .unTiers {
	margin-bottom:20px;
}
#block-block-38 .content {
    padding: 10px 20px;
}
#block-block-50 ul li:first-child a {
    margin-left: 20px;
}
#block-block-50 ul li:nth-child(2) a {
    margin-left: 30px;
}
#block-block-50 ul li:nth-child(3) a {
	margin-left:120px;
}
#block-block-50 ul li:last-child a {
    padding: 3px 0 2px 65px;
}
#block-block-38 .content .unTiers a {
	height:auto;
}
#block-block-38 .content .unTiers:first-of-type img, #block-block-38 .content .unTiers:nth-of-type(2) img, #block-block-38 img {
    margin-top: 0;
}
#block-block-39 .unQuart, #block-block-39 #newsletter {
	background-position:95% 95%;
	border-bottom:1px solid #909091;
	border-right:0;
	float:none;
	height:auto;
	padding-bottom:20px;
	width:100%;
}
#block-block-39 p {
    padding-right: 80px;
}
#webform-client-form-137 h2 {
	margin-left:80px;
}
#webform-client-form-139 input, #webform-client-form-137 input {
    width: 260px;
}
#webform-client-form-137 .webform-component--ce-que-vous-utilisez-habituellement-comme-produit input {
    width: 470px;
}
#webform-client-form-137 .webform-component--a-poser-dans input {
	width:220px;
}
#user-pass input, #user-register-form input, #edit-account input, #user-login input {
    width: 280px;
}
#user-register-form select {
    width: 290px;
}
#block-block-53 h2 {
    background-position: 60px 60%;
}
.field-name-field-image-bois, .field-name-field-image-a {
    width: 46%;
}
#footer-wrapper #block-block-2 .content ul {
    width: auto;
}
.field-name-field-image-bois, .field-name-field-image-a {
    width: 40%;
}
.node-produit-bois-display, .node-accessoires-bois-display, .node-fiches-produits-pro, node-accessoires-pro {
    min-height: 335px;
}
#block-block-47 .content ul li {
	clear:both;
	float:none;
    margin: 0 auto 20px;
}
#block-webform-client-block-6 {
    float: none;
    margin: 0 auto 60px;
}
#coord {
    float: none;
    margin: 0 auto 20px;
}
.page-idees-et-conseils .view-actualit-s .views-row .views-field-field-image img {
    float: none;
	margin:0 auto 10px;
    max-width: 100%;
}
.page-trouvez-votre-produit .node-fiches-produits-pro .link-wrapper {
	margin-top:20px;
}
.page-taxonomy-term .view-taxonomy-term .field-name-field-image-marque .field-item {
	float:left;
	width:33.33%;
}
.view-bois-ext-rieurs .node-produit-bois-display, .view-bois-ext-rieurs .node-fiches-produits-pro {
    min-height: 330px;
}
.view-bois-int-rieurs .node-produit-bois-display, .view-bois-int-rieurs .node-fiches-produits-pro {
    min-height: 335px;
}
#user-register-form .field-name-field-nom-entreprise, #user-register-form .field-name-field-dirigeant, #user-register-form .field-name-field-adresse, #user-register-form .field-name-field-telephone, #user-register-form .field-name-field-siret, #user-register-form .field-name-field-kbis, #block-block-52 h2, #block-block-53 h2, #user-login, #edit-account, #user-pass, #block-block-52 h2, #block-block-53 h2, #user-login, #user-register-form #edit-account, #user-pass, #edit-field-rester-inform-sur-l-entret, #user-register-form .field-name-field-professionnel, #edit-field-case-rgpd, #edit-field-texte-rgpd2, #edit-field-nom-de-l-entreprise {
	width:auto;
}
#user-register-form #edit-field-case-rgpd #edit-field-case-rgpd-und label {
	float:none;
}
#edit-field-case-rgpd {
    padding-bottom: 2px;
}
.node-type-fiches-produits-pro table, .node-produit-bois-display table {
    width: 340px !important;
}
#block-block-54 .unDemi {
	width:100%;
}
.view-trouvez-mon-produit .node-produit-bois-display, .view-trouvez-mon-produit .node-fiches-produits-pro {
    min-height: 300px;
}
.view-accessoires .views-row .node-accessoires-bois-display,
.view-accessoires .views-row .node-accessoires-pro {
    min-height: 245px;
}
}
@media (max-width: 767px){
  .popup{
  position: fixed;
  width: 90%;
  margin-left: 5%;
  left: 0;
  }
}

@media (max-width: 725px){
/*  #triptych-wrapper{
    background: none;
    background-color: #dcddde;
  }

  #triptych .region{
    width: 100%;
    clear: both;
  }

  .grand{
    font-size: 30px;
  }

  .petit{
    font-size: 18px;
  }

  #block-webform-client-block-6, #node-7{
    width: 90%;
    margin-left: 5%;
    clear: both;
  }

  iframe{
    width: 100%;
    height: auto;
  }
*/
} 

@media (max-width: 680px){
/*  #footer-wrapper #block-block-2 ul li{
    width: 100%;
    text-align: left;
  }

  #footer-wrapper #block-webform-client-block-8, #footer-wrapper #block-webform-client-block-8 .content{
    padding-left: 6px;
    width: 100%;
  }

  #field-slideshow-1-pager{
    display: none;
  }

  .commerce-product-field-commerce-price, .field-type-commerce-product-reference{
    margin: 5%!important;
    width: 90%!important;
  }
*/
}

@media (max-width: 600px){
#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer {
    max-width: 460px;
}
#main {
	margin-bottom:0;
}
#block-block-51 {
    top: -93px;
}
#headermu {
	margin-right:0;
}
  .view-slideshow .views-field-title{
    display: none;
  }

  .region-footer-firstcolumn, .region-footer-secondcolumn, .region-footer-thirdcolumn, .region-footer-fourthcolumn{
    width: 100%;
    clear: both;
  }
  .node-produit-bois-display, .node-accessoires-bois-display{
    width: 90%;
    margin-left:2%;
  }

   .node-full .field-name-field-logos, .node-full .field-name-field-r-sum-, .node-full .field-name-field-sous-titre, .node-full .field-name-field-produit, .node-full .commerce-product-field-commerce-price, .node-full .field-name-field-r-sum-a, .node-full .field-name-field-sous-titre-a, .node-full .field-name-field-produit-a{
    width: 100%;
    clear: both;
    margin:0;
    text-align: left;
  }
#block-block-33, #block-views-actualit-s-block-2 {
    width: 390px;
}
#logo img {
    max-width: 280px;
}
#bt-menu {
    padding: 30px 17px;
}
#secondary-menu {
	margin-left:80px;
}
#block-block-49 {
    margin: 10px auto;
    float: none;
    clear: both;
    width: 180px;
}
#block-search-form {
    float: none;
    margin: 0 auto;
    width: 265px;
}
#block-block-50 ul li:nth-child(3) a {
    margin-left: 80px;
}
#block-block-50 ul li:last-child a {
    margin-left: 10px;
}
#block-block-47 {
	width:auto;
}
#block-views-actualit-s-block-2 {
    width: 390px;
}
#footer #block-block-39.block {
    padding: 20px 20px 0;
}
#webform-client-form-139 label, #webform-client-form-137 label {
	width:100%;
}
#webform-client-form-139 h2, #webform-client-form-137 h2 {
	margin-left:0;
	text-align:left;
}
#webform-client-form-137 .webform-component--vous-etes- {
    margin-bottom: 20px;
}
#webform-client-form-137 .webform-component--vous-etes- .form-item {
    float: none;
    width: 100%;
}
#webform-client-form-139 input, #webform-client-form-137 input {
    width: 330px;
}
#webform-client-form-137 .webform-component--ce-que-vous-utilisez-habituellement-comme-produit input {
    width: 330px;
}
#webform-client-form-137 .webform-component--a-poser-dans input {
    width: 290px;
}
#user-pass input, #user-register-form input, #edit-account input, #user-login input {
    width: 340px;
}
#user-register-form select {
    width: 350px;
}
#block-block-53 h2 {
    background-position: 40px 50%;
    padding: 20px 20px 20px 110px;
    text-align: left;
}
.field-name-field-image-bois, .field-name-field-image-a {
    width: 100%;
}
#block-block-39 .unQuart {
	margin-bottom:0;
}
#block-block-39 #newsletter p {
	padding-left:0;
	padding-right:0;
}
#footer-wrapper #block-block-2 ul li {
	float:none;
	text-align:center;
	width:100%;
}
.view-la-bonne-methode-pour .view-footer .views-row,
.view-nos-conseils-par-supports .view-content .views-field-view .view-nos-conseils-par-supports .views-row,
.view-espace-professionnel .views-row,
.view-bois-ext-rieurs .views-row,
.view-boutique .views-row,
.view-trouvez-mon-produit .views-row,
.view-bardage .views-row,
.view-menuiserie-ext-rieure .views-row,
.view-terrasse-mobilier-de-jardin .views-row,
.view-boiserie-int-rieure .views-row,
.view-meuble-cuisine .views-row,
.view-escalier-parquet .views-row,
.view-bois-int-rieurs .views-row,
.view-accessoires-bois .views-row,
.view-accessoires .views-row,
.view-accessoires-peinture-d-co .views-row,
.page-taxonomy-term .views-row {
    width: 100%;
}
.view-accessoires .views-row .node-accessoires-bois-display,
.view-bois-ext-rieurs .node-produit-bois-display, .view-bois-ext-rieurs .node-fiches-produits-pro,
.view-bois-int-rieurs .node-produit-bois-display, .view-bois-int-rieurs .node-fiches-produits-pro,
.view-boutique .node-produit-bois-display, .view-boutique .node-fiches-produits-pro,
.view-trouvez-mon-produit .node-produit-bois-display, .view-trouvez-mon-produit .node-fiches-produits-pro,
.view-accessoires .views-row .node-accessoires-pro {
	min-height:100px;
}
.field-name-field-image-bois, .field-name-field-image-a {
    width: 35%;
}
.node-produit-bois-display, .node-accessoires-bois-display, .node-fiches-produits-pro, node-accessoires-pro {
    min-height: 200px;
}
#block-webform-client-block-6 {
    margin: 0 auto 60px;
	width:410px
}
#webform-client-form-6 input {
    width: 310px;
}
.views-exposed-form .views-exposed-widget {
    padding: 1em 0 0 0;
    width: 50%;
}
.node-full .field-name-field-sous-titre {
	margin-bottom:10px;
}
.node-type-produit-bois-display .field-name-field-image-bois,
.node-type-fiches-produits-pro .field-name-field-image-bois,
.node-type-produit-bois-display .field-name-field-image-a,
.node-type-fiches-produits-pro .field-name-field-image-a {
    width: 100%;
}
.node-type-fiches-produits-pro .field-name-field-produit.markup {
	margin-bottom:20px;
}
#block-block-46 {
	padding:20px 30px 1px;
}
.page-la-bonne-methode-pour .view-la-bonne-methode-pour .field-name-field-image-methode .item-list ul li, .page-nos-conseils-par-supports .view-nos-conseils-par-supports .views-field-field-image-conseil .item-list ul li {
	float:none;
	width:100%;
}
.view-la-bonne-m-thode-pour .view-la-bonne-m-thode-pour .views-row,
.field-name-field-produits-complementaires .field-item {
	width:100%;
}
.node-type-produit-bois-display .node-produit-bois-display .field-name-field-produits-complementaires fieldset, .node-type-fiches-produits-pro .node-fiches-produits-pro .field-name-field-produits-complementaires fieldset {
	width:100%;
}
.node-type-fiches-produits-pro table, .node-produit-bois-display table {
    width: 100% !important;
}
.field-name-field-marque {
	clear:both;
    float: none;
}
#block-block-52 h2 {
	background-position:40px 60%;
}
.popup-onload-popup-onload-basic {
	background-position:right top;
}
.popup-onload-popup-onload-basic .field-item {
	margin-right:310px;
	margin-left:0;
}
.field-name-field-attention {
    float: none;
    clear: both;
    margin-bottom: 10px;
}
.field-name-field-produits-complementaires {
	margin:0 auto;
	max-width:380px;
}
.field-name-field-produits-complementaires .field-item article.node-fiches-produits-pro {
	padding-bottom:20px;
}
.node-produit-bois-display .field-name-field-image-bois .field-item:first-of-type img, .node-accessoires-bois-display .field-name-field-image-bois .field-item:first-of-type img, .node-fiches-produits-pro .field-name-field-image-bois .field-item:first-of-type img {
	float:none;
}

}
@media(max-width: 590px){
  table {
    font-size: 11px;
  }

  table img{
    width: 20px!important;
    height: 20px!important;
  }

}
@media (max-width: 560px){
  .one-sidebar #sidebar-first, .one-sidebar #sidebar-second{
    width: 100%;
    clear: both;
    padding-top: 40px;
  }
  .ui-tabs .ui-tabs-nav li{
    width: 100%;
  }

  .node-type-produit-bois-display .node-produit-bois-display, .node-type-accessoires-bois-display .node-accessoires-bois-display{
    margin-left: 0;
    width: 95%;
  }

  #superfish{
    padding-top: 20px;
    border-top: none;
  }
}

@media (max-width: 500px){
  .popup{
    width: 85%;
  }

  .popup h2{
    padding: 0 10px;
  }

  .popup h2 a{
    font-size: 1em;
  }
}
@media (max-width: 460px){
#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer {
    max-width:350px;
}
#block-block-49 p {
	font-size:18px;
}
#block-search-form {
	width:270px;
}
#block-block-33, #block-commerce-cart-cart, #secondary-menu, #block-block-23 {
	clear:both;
    margin: 0;
    float: none;
    width: auto;
    margin: 0 auto;
}
.front #content h2 {
    font-size: 25px;
    line-height: 1.2;
}
#block-block-23 p:nth-child(2) {
    font-size: 14px;
    margin-left: 40px;
    text-align: left;
}
#block-block-48 {
	margin:0;
	padding:0;
}
#block-block-33 .unTiers a {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
#block-block-33 .deuxTiers iframe {
	height:180px !important;
}
#block-block-48 .content a, #block-block-47 .content a, .view-commerce-cart-block .view-footer a, #block-commerce-cart-cart .cart-empty-block, #secondary-menu li:first-child a, #block-block-23 .content p:first-of-type a {
    background-position: left center;
    background-size: 30px auto;
    padding: 5px 10px 5px 40px;
    text-align: left;
    font-size: 16px;
	margin-left:20px;
}
#block-block-47 .content ul li:first-child a {
	background-size: 40px;
	background-position: 15px 50%;
}
#block-block-47 .content ul li:last-child a {
	background-position: 15px 50%;
}
#block-block-48 p {
	margin:0;
}
.view-commerce-cart-block .field-content {
	left:140px;
	right:auto;
}
#secondary-menu {
	height:65px;
}
#secondary-menu-links a, #block-block-23 a {
    padding: 0;
    text-align: left;
    display: block;
    margin-left: 60px;
}
#block-block-23 a {
	margin-left:20px;
}
#block-block-50 ul li {
    width: 100%;
}
#block-block-32 .content a {
    background-position: 50% 10px;
    padding: 95px 40px 36px;
    background-size: 220px;
}
#block-block-32 .content a span {
    font-size: 25px;
}
#block-block-33 .unTiers a {
    background-size: 100px auto;
    padding-top: 105px;
}
#block-block-36 h2, #block-block-37 h2 {
    background-position: top center;
    margin-bottom: 10px;
    padding: 60px 0 7px 0;
	text-align:left;
}
#block-block-50 ul li:first-child a {
    margin-left: 50px;
}
#block-block-50 ul li:nth-child(2) a {
    margin-left: 55px;
}
#block-block-50 ul li:nth-child(3) a {
    margin-left: 140px;
}
#block-block-50 ul li:last-child a {
    margin-left: 15px;
    padding: 10px 5px 10px 65px;
}
.block .flex-control-nav {
    bottom: 10px;
}
#block-block-48, #block-views-actualit-s-block-2 {
    width: auto;
    background-position: center center;
}
#block-views-actualit-s-block-2 .view-footer a {
	font-size:18px;
}
#block-block-36 ul li, #block-block-37 ul li {
	float:none;
    margin-left: 0;
    margin-bottom: 20px;
}
#block-block-46, #block-block-42, #block-block-44, #block-block-43, #block-block-45 {
	width:auto;
}
#webform-client-form-137 .webform-component--a-poser-dans input,
#webform-client-form-139 input, #webform-client-form-137 input,
#webform-client-form-137 .webform-component--ce-que-vous-utilisez-habituellement-comme-produit input {
	width:100%;
}
#user-pass input, #user-register-form input, #edit-account input, #user-login input {
    width: 230px;
}
#user-register-form select {
    width: 240px;
}
#newsletter iframe {
    width: 102% !important;
}
#footer li {
	padding:0;
}
#block-block-47 .content ul li {
	width:260px;
}
#block-block-47 .content ul li a {
	margin:10px 0;
}
#block-block-47 .content ul li:last-child p {
	background-size:230px auto;
}
#block-webform-client-block-6 {
	width:auto;
}
#webform-client-form-6 input {
	width:90%;
}
.views-exposed-form .views-exposed-widget {
    width: 100%;
}
#titre_footer p {
    width: 75%;
}
#block-block-44 p, #block-block-45 p {
	background-size:240px;
}
#edit-field-marque-tid-wrapper select#edit-field-marque-tid {
    width: 100%;
}
#block-block-46 .content a, #block-block-42 .content a, #block-block-44 .content a, #block-block-43 .content a, #block-block-45 .content a {
	background-size:35px;
	padding:15px 0 15px 50px;
}
#block-block-43 .content a {
	background-size:30px;
}
#block-block-46 .content p.titre a {
	font-size:16px;
}
#block-block-46 .content a {
    background-position: 8px 8px;
    background-size: 30px;
}
#block-block-52 h2 {
    padding-left: 100px;
    text-align: left;
}
#block-block-47 .content ul li:nth-child(2) a,
#block-block-47 .content ul li:first-child a,
#block-block-47 .content ul li:last-child a,
#block-block-47 .content ul li a {
	background-position:5px 50%;
	padding:10px 0 10px 55px;
}
#block-block-47 .content ul li:nth-child(2) a {
	background-position:10px 50%;
}
.field-name-field-produits-complementaires {
	margin:0 auto;
	max-width:300px;
}
.field-name-field-produits-complementaires .field-item article {
	margin:0 !important;
}
#cboxWrapper {
	background-color:transparent;
	width:auto !important;
}
#cboxContent {
	width:312px !important;
}

}
@media (max-width: 450px){
  #block-block-26{
    top: 300px;
  }
}

@media (max-width: 350px){
#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer {
    max-width:320px;
}
#logo img {
    max-width: 220px;
}
#slideshow .section {
    position: relative;
    width: 550px;
    left: 50%;
    margin-left: -275px;
}
#slideshow .views-field-field-body-new {
    margin-left: -115px;
    width: 230px;
}
#slideshow .views-field-field-body-new h2 a {
	font-size:30px;
}
#new-menu {
	width:220px;
}
#block-block-50 ul li:first-child a,
#block-block-50 ul li:nth-child(2) a,
#block-block-50 ul li:nth-child(3) a,
#block-block-50 ul li:last-child a {
	margin-left:10px;
}
#block-block-50 ul li:nth-child(3) a {
	margin-left:20px;
}
#block-block-44 p, #block-block-45 p {
    background-size: 210px;
}
#block-block-46 .content p.titre a {
	font-size:16px;
}
#block-block-46 .content a, #block-block-42 .content a, #block-block-44 .content a, #block-block-43 .content a, #block-block-45 .content a {
	font-size:20px;
}
#webform-client-form-139 h2, #webform-client-form-137 h2 {
    background-position: top center;
    font-size: 24px;
    padding: 45px 0 12px 0;
}
#webform-client-form-139 h2 {
    padding: 60px 0 12px 0;
}
#block-block-47 .content ul li {
	width:auto;
}
}





