/* 
WOO CUSTOM STYLESHEET
---------------------

INDEX:

0. RESET

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks
-1.3 Typography
-1.4 Tables

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
  -2.2.1 Drop-down menus
  -2.2.2 Top Navigation (optional)
-2.3 Header
-2.4 Content
  -2.4.1 Slider
-2.5 Sidebar
-2.6 Footer
-2.7 Breadcrumbs

3. POSTS
-3.1 Images
-3.2 Pagination / WP-Pagenavi / Woo-Pagination
-3.3 Single Post Author
-3.4 Post Entry Nav
-3.5 Subscribe & Connect

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets

5. COMMENTS
-5.1 Comments
-5.2 Comments Form
-5.3 Pingbacks / Trackbacks

6. PAGE TEMPLATES
-6.1 Timeline Page Template
-6.2 Contact Form
-6.3 Image Gallery
-6.4 Archives & Sitemap
-6.5 Homepage
-6.6 Woocommerce
-6.7 Portfolio
-6.8 Espace pro

7. FEATURED SLIDER
-7.1 Core Styles
-7.2 Theme Styles
-7.3 Content Styles

8. MISC
-8.1 Forms
-8.2 Buttons (Includes WF chortcode buttons)
-8.3 Shortcode info boxes
-8.4 IE specific styling

9. MEDIA QUERIES
-9.1 Desktop | >769px
-9.2 Tablettes | >1022px

(-9.2 Tablettes | <768px
-9.4 Smartphones | <480px)

-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* IMPORTS */
/*-------------------------------------------------------------------------------------------*/
/**
 * Variables
 */
@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(180deg);
    /* FF3.5+ */
    -ms-transform: rotate(180deg);
    /* IE9 */
    -o-transform: rotate(180deg);
    /* Opera 10.5 */
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(360deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(360deg);
    /* FF3.5+ */
    -ms-transform: rotate(360deg);
    /* IE9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    transform: rotate(360deg);
    zoom: 1;
  }
}
@keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(180deg);
    /* FF3.5+ */
    -ms-transform: rotate(180deg);
    /* IE9 */
    -o-transform: rotate(180deg);
    /* Opera 10.5 */
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(360deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(360deg);
    /* FF3.5+ */
    -ms-transform: rotate(360deg);
    /* IE9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    transform: rotate(360deg);
    zoom: 1;
  }
}
@-webkit-keyframes popin {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  60% {
    -webkit-transform: scale(0.005);
    -moz-transform: scale(0.005);
    -ms-transform: scale(0.005);
    -o-transform: scale(0.005);
    transform: scale(0.005);
  }
  95% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes popin {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  60% {
    -webkit-transform: scale(0.005);
    -moz-transform: scale(0.005);
    -ms-transform: scale(0.005);
    -o-transform: scale(0.005);
    transform: scale(0.005);
  }
  95% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes salepulse {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes salepulse {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes glowbutton {
  from {
    background-color: #71ab4c;
  }
  50% {
    background-color: #5a883c;
  }
  to {
    background-color: #71ab4c;
  }
}
@-webkit-keyframes slidedown {
  from {
    top: -500px;
  }
  95% {
    top: 1em;
  }
  to {
    top: 0;
  }
}
@keyframes slidedown {
  from {
    top: -500px;
  }
  95% {
    top: 1em;
  }
  to {
    top: 0;
  }
}
body {
  *zoom: 1;
}
body:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
@-webkit-keyframes rebond {
  0 {
    -webkit-transform: translateY(0) scaleY(1.25);
  }
  50% {
    -webkit-transform: translateY(-7px) scaleY(1.25);
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1.25);
  }
}
@keyframes rebond {
  0 {
    transform: translateY(0) scaleY(1.25);
  }
  50% {
    transform: translateY(-7px) scaleY(1.25);
  }
  100% {
    transform: translateY(0) scaleY(1.25);
  }
}
/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */
/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0;
  color: #2f2a23;
}
/* 1.2 Hyperlinks */
a {
  color: #8f7660;
}
a:hover {
  color: #6d543e;
}
.page:not(.home) #main ul:not(.vc_tta-tabs-list) a:not(.vc_general) {
  text-decoration: underline;
}
/* 1.3 Typography */
@font-face {
  font-family: 'FontAwesome';
  src: url('includes/fonts//fontawesome-webfont.eot');
  src: url('includes/fonts//fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('includes/fonts//fontawesome-webfont.woff') format('woff'), url('includes/fonts//fontawesome-webfont.ttf') format('truetype'), url('includes/fonts//fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f2a23;
  letter-spacing: 0.2px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2f2a23;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #71ab4c;
}
h1 {
  font-size: 3rem;
  padding: 0;
  text-transform: uppercase;
}
h2 {
  color: #5c9021;
  font-size: 1.7rem;
  margin: 0 0 1.6rem 0;
}
h3 {
  color: #8f7660;
  font-size: 1.6rem;
}
h4 {
  font-size: 1.4rem;
  color: #93cc52;
}
body:not(.home) p {
  font-size: 1.3rem;
  color: #2f2a23;
}
/* 1.4 Tables */
/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
/* 2.1 Containers & Columns */
#sidebar {
  display: none;
}
#main {
  padding: 0 1.3rem;
}
/* 2.2 Navigation */
#navigation {
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 0;
}
#navigation .mega-menu {
  float: none;
  margin-bottom: 0;
}
#navigation .mega-menu > li {
  padding: 0 1.5rem;
}
#navigation .search-menu {
  display: none;
}
/* 2.3 Header */
#header {
  padding: 0;
}
#header:before {
  background: rgba(199, 181, 178, 0.5);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 115px;
  width: 100%;
}
#header #top {
  display: none;
}
#header .header-top {
  background: #fff;
  padding: 1rem 0 0.9rem 1rem;
}
#header .header-top .site-description {
  font-size: 1.5rem;
  color: #2f2a23;
  line-height: 2.2rem;
}
#header .heading-group {
  margin: 0;
}
#header #logotype {
  max-width: 82%;
}
#header .logoSVG {
  display: block;
  /*navigateurs modernes*/
}
#header .logoSVG #svglogo {
  display: none;
  max-width: 17rem;
}
@media only screen {
  #header .logoSVG img {
    display: none;
  }
  #header .logoSVG #svglogo {
    display: block;
    overflow: visible;
  }
  #header .logoSVG span {
    display: block;
    position: relative;
  }
}
#header .site-title {
  font-size: 0;
}
#header .nav-toggle::after {
  background: #fff;
  border-radius: 5px;
  font-size: 4rem;
  height: 1.7em;
  line-height: 1.7;
  width: 1.7em;
  color: #2f2a23;
  margin: 1.5rem 1rem 0 0;
}
#header .widget_product_search {
  margin-bottom: 0;
}
#header ul.cart,
#header .account {
  display: none !important;
}
#header .header-top .row .widget_product_search #searchform .s,
#header .header-top .row .widget_product_search #searchform #s,
#header .header-top .row .widget_product_search .search-field {
  background-image: -webkit-linear-gradient(bottom, #f4ecdc, #f1e7d3);
  background-image: linear-gradient(to top, #f4ecdc, #f1e7d3);
  font-size: 1.3rem;
  padding: 0.45rem 2.618em 0.6rem 1.1em;
  color: #90837d;
  border-radius: 5px;
}
#searchform:hover,
.woocommerce-product-search:hover,
#searchform:focus,
.woocommerce-product-search:focus,
#searchform:active,
.woocommerce-product-search:active {
  border-color: #ebdec3;
}
#searchform .search-submit,
.woocommerce-product-search .search-submit,
#searchform #searchsubmit,
.woocommerce-product-search #searchsubmit,
#searchform input[type="submit"],
.woocommerce-product-search input[type="submit"] {
  padding: 1.5rem;
  right: 0;
  top: 0;
}
a.button:active,
a.comment-reply-link:active,
#commentform #submit:active,
.submit:active,
input[type="submit"]:active,
input.button:active,
button.button:active,
#wrapper .woo-sc-button:active,
.added_to_cart:active {
  background-color: #ebdec3;
}
#bandeau {
  display: none;
}
/* 2.4 Content */
#container-global {
  border-top: 3px solid #fff;
  background: #fff;
  margin-top: 3.2rem;
}
.page .hentry .entry {
  border-radius: 0;
  background: transparent;
}
.archive #content h1,
.page #content h1 {
  margin: 2rem 0 0;
}
/* 2.4.1 Slider */
@media only screen and (max-width: 1079px) {
  .wpb_layerslider_element h1 span {
    font-size: 2.5vw !important;
  }
}
/* 2.5 Sidebar */
#sidebar {
  display: none;
  color: #2f2a23;
}
#sidebar.col-left {
  margin: 0 2% 1.5rem 0;
}
/* 2.6 Footer */
.footer-wrap {
  background: #ded7d7;
  margin: 0;
}
.footer-wrap .col-full {
  padding: 0 2rem;
}
.footer-wrap p {
  margin: 0 0 0.5em;
}
#footer-widgets #logo-footer {
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}
#footer-widgets .widget_custom_post_widget {
  text-align: center;
  color: #2f2a23;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
#footer-widgets .widget_nav_menu {
  display: none;
}
#footer-widgets ul.contact {
  text-align: center;
  list-style: none;
}
#footer-widgets ul.contact li {
  display: inline-block;
}
#footer-widgets ul.contact li:before {
  display: none;
}
#footer-widgets ul.contact li a {
  display: inline-block;
  margin: 0 1rem;
}
#footer-widgets ul.contact li a:before {
  content: "";
  font-family: "FontAwesome";
  width: 31px;
  height: 31px;
  background: #8f7660;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: block;
  color: #fff;
  line-height: 31px;
  font-weight: normal;
  transition: 200ms all;
}
#footer-widgets ul.contact li a span {
  display: none;
}
#footer-widgets ul.contact li a:hover:before {
  background: #2f2a23;
  transform: rotate(360deg);
}
#footer-widgets ul.contact li.facebook a:before {
  content: "";
}
#footer-widgets ul.contact li.linkedin a:before {
  content: "";
}
#footer-widgets ul.contact li.pinterest a:before {
  content: "";
}
#footer-widgets ul.contact li.youtube a:before {
  content: "";
}
#copyright,
#credit {
  text-align: center;
}
.menu-bas-container li {
  list-style: none;
}
.menu-bas-container li a {
  color: #96867b;
  font-size: 1.4rem;
  font-weight: 400;
}
#copyright,
#credit a {
  color: #96867b;
  font-size: 1.1rem;
  font-weight: 400;
  vertical-align: bottom;
}
/* 2.7 Breadcrumbs */
.breadcrumbs-wrap {
  border: none;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
}
.breadcrumbs-wrap .breadcrumb {
  color: #2f2a23;
}
.breadcrumbs-wrap .breadcrumb .breadcrumb-trail {
  font-size: 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 3px solid rgba(222, 215, 215, 0.3);
}
.breadcrumbs-wrap .breadcrumb a {
  color: #2f2a23;
  font-weight: 700;
}
.breadcrumbs-wrap .breadcrumb a:hover {
  color: #2f2a23;
}
.breadcrumbs-wrap .breadcrumb .sep:after {
  color: #2f2a23;
  text-align: center;
}
.breadcrumbs-wrap .breadcrumb .trail-end {
  font-weight: 400;
}
/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/
.blog #sidebar {
  display: none;
}
.blog #main {
  margin-top: 2rem;
}
.blog h1 {
  padding: 0;
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: none;
}
.blog .post .entry {
  padding: 2rem 2.618em;
}
.blog .hentry .post-meta ul {
  color: #979591;
}
.blog .hentry .post-meta ul li:before {
  color: #acaaa7;
}
.blog .hentry .post-meta ul li a {
  color: #2f2a23;
}
.blog #post-author .profile-content {
  background: #eaeae9;
}
.blog #post-author .profile-content h2,
.blog #post-author .profile-content a {
  color: #2f2a23;
}
.blog #post-author .profile-content h2:hover,
.blog #post-author .profile-content a:hover {
  color: #71ab4c;
}
.blog #post-entries a {
  background: #eaeae9;
  color: #2f2a23;
}
.blog #post-entries a:hover {
  background: #71ab4c;
  color: #fff;
}
.post .entry,
.type-page .entry,
#comments li.comment .comment_container .comment-text,
#reviews li.review .comment_container .comment-text,
.page .entry,
.page #contactForm,
#respond,
.type-feature .entry {
  padding: 0;
}
.page:not(.home) article ul:not(.vc_tta-tabs-list):not(.options) li {
  color: #5c9021;
  list-style: none;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.page:not(.home) article ul:not(.vc_tta-tabs-list):not(.options) li:before {
  background: #5c9021;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 7px;
  margin-right: 12px;
  margin-top: 5px;
  vertical-align: 2px;
  width: 7px;
}
.page:not(.home) article ul:not(.vc_tta-tabs-list):not(.options) li a {
  color: #968873;
  font-weight: 400;
}
.page:not(.home) article ul:not(.vc_tta-tabs-list):not(.options) li a:hover {
  color: #2f2a23;
}
.page article .vc_carousel-indicators li {
  margin: 1px;
}
.page article .vc_carousel-indicators li:before {
  content: none;
}
/* 3.1 Images */
.layout-full .entry img,
.hentry img,
.blog .type-product img,
.search-results .type-product img,
.layout-full .entry img.thumbnail,
.hentry img.thumbnail,
.blog .type-product img.thumbnail,
.search-results .type-product img.thumbnail {
  border: none;
  max-width: 100%;
  height: auto;
  background: transparent;
  padding: 0;
}
.layout-full .entry img:hover,
.hentry img:hover,
.blog .type-product img:hover,
.search-results .type-product img:hover,
.layout-full .entry img.thumbnail:hover,
.hentry img.thumbnail:hover,
.blog .type-product img.thumbnail:hover,
.search-results .type-product img.thumbnail:hover {
  border-color: #c9c9c9;
}
article.post .entry .alignleft,
article.page .entry .alignleft,
article.post .entry .alignright,
article.page .entry .alignright {
  padding: 0.327em;
}
/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/
/* 4.2 Specific Widgets */
#sidebar .widget {
  border-radius: 0;
  background: none;
  padding: 0;
}
#sidebar .widget ul {
  list-style: none;
}
#sidebar .textwidget {
  color: #a87e57;
  text-align: center;
  font-size: 1.28rem;
  line-height: 1.54rem;
}
#sidebar #text-2 {
  background-image: -webkit-linear-gradient(top, #fffaf0, #eedbb4);
  background-image: linear-gradient(to bottom, #fffaf0, #eedbb4);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 1rem;
}
#sidebar #text-2 .textwidget {
  color: #746350;
  font-size: 1.5rem;
  font-weight: 900;
  position: relative;
  padding-top: 0.5rem;
}
#sidebar #text-2 .textwidget:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5.5px 0 5.5px;
  border-color: #70ab4c transparent transparent;
  content: "";
  display: inline-block;
  margin-left: 1rem;
  position: absolute;
  top: 15px;
  left: 5px;
}
#sidebar #text-2 .textwidget p {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.25) inset;
  border-top-right-radius: 10px;
  line-height: 3rem;
  margin: 0 0.6rem 0 3.8rem;
}
#sidebar .widget_layered_nav h3,
#sidebar .widget_layered_nav_filters h3 {
  height: 3.8rem;
  background-color: #eedbb4;
  box-shadow: inset 0 -1px 5px rgba(220, 201, 160, 0.52);
  background-image: -webkit-linear-gradient(top, #fff2da, #f4e1be);
  background-image: linear-gradient(to bottom, #fff2da, #f4e1be);
  border-bottom: 1px solid #f9f3e6;
  font-size: 1.6rem;
  color: #746350;
  text-transform: none;
  font-weight: 400;
  line-height: 3.8rem;
  padding: 0 1.8rem;
}
#sidebar .widget_layered_nav h3:after,
#sidebar .widget_layered_nav_filters h3:after {
  line-height: 3.8rem;
  color: #7b6e5c;
}
#sidebar .widget_layered_nav ul,
#sidebar .widget_layered_nav_filters ul {
  margin: 1.2rem 1.2rem;
  padding: 0 1.2rem;
  background: #f4e8ce;
  border-radius: 0;
}
#sidebar .widget_layered_nav ul li,
#sidebar .widget_layered_nav_filters ul li {
  border-bottom: 2px solid #eedbb4;
}
#sidebar .widget_layered_nav ul li a,
#sidebar .widget_layered_nav_filters ul li a {
  color: #2f2a23;
  font-weight: 400;
  font-size: 1.3rem;
}
#sidebar .widget_layered_nav ul li a:hover,
#sidebar .widget_layered_nav_filters ul li a:hover {
  color: #000000;
}
#sidebar .widget_layered_nav ul li .count,
#sidebar .widget_layered_nav_filters ul li .count {
  color: #aa7f4f;
  font-size: 1.3rem;
}
/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* 6. PAGE TEMPLATES */
/*-------------------------------------------------------------------------------------------*/
/* 6.1 Timeline Page Template */
/* 6.2 Contact Form */
.gform_wrapper .gfield_label {
  font-size: 1.5rem !important;
}
.gform_wrapper ul li:before {
  display: none !important;
}
.gform_wrapper ul li.ligne-full .gfield_label {
  width: 100%;
  float: none;
}
.gform_wrapper ul li.gfield {
  clear: both;
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  padding: 0.382em 0.5em;
  width: 100%;
}
.gform_wrapper ul.gfield_radio li {
  /* Ajustement chrome */
}
.gform_wrapper ul.gfield_radio li label {
  font-size: inherit;
  color: #2f2a23;
}
.gform_wrapper ul.gfield_radio li input[type=radio] {
  -webkit-appearance: radio;
  width: 1.618em !important;
}
.gform_wrapper ul.gfield_checkbox li {
  /* Ajustement chrome */
}
.gform_wrapper ul.gfield_checkbox li label {
  font-size: inherit;
  color: #2f2a23;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
  -webkit-appearance: checkbox;
  width: 1.618em !important;
}
.gform_wrapper .gfield_description {
  color: #2f2a23;
}
/* 6.3 Image Gallery */
/* 6.4 Archives & Sitemap */
/* 6.5 Homepage */
.home #header .header-top .row .heading-group h1 {
  clear: none;
}
.home #header .header-top .row .heading-group h2.site-description {
  margin-top: 0.7em;
  clear: none;
}
.home #container-global {
  border: none;
  margin-top: 0;
}
#content-home {
  position: relative;
}
.home .wpb_content_element {
  margin-bottom: 0;
}
#bandeau-vert {
  overflow: inherit;
  color: #eaeaea;
  font-size: 1.7rem;
  line-height: 2.5rem;
  letter-spacing: 1px;
}
#bandeau-vert h2 {
  color: #fff;
  font-size: 3.3rem;
  line-height: 3rem;
  margin: 0 0 0.618em;
}
#bandeau-vert h2 em {
  font-family: "minion-pro", serif;
  font-weight: normal;
}
@media only screen and (min-width: 991px) {
  #bandeau-vert .image-fond-vert .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 991px) {
  #bandeau-vert .image-fond-vert .vc_column-inner .wpb_single_image {
    margin-top: -65px;
    z-index: 99;
    position: relative;
  }
}
#bandeau-vert .image-fond-vert .vc_column-inner .wpb_single_image img {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #bandeau-vert .image-fond-vert {
    display: none;
  }
}
#bandeau-vert .vc_btn3.vc_btn3-style-modern {
  background: transparent;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #f3eee8;
  color: #fff;
  padding: 4px 25px;
  margin-top: 2rem;
  transition: 300ms all;
}
#bandeau-vert .vc_btn3.vc_btn3-style-modern:hover {
  background: #f3eee8;
  color: #272420;
}
#bandeau-vert .vc_general.vc_pagination .vc_pagination-trigger {
  height: 7px;
  width: 7px;
}
#bandeau-vert .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
  border-width: 2px;
}
#bandeau-vert .vc_tta-container {
  margin: 0;
}
#bandeau-taupe .vc_column-inner {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #bandeau-taupe .vc_column-inner {
    border-bottom: 1px solid rgba(143, 118, 96, 0.5);
  }
}
#bandeau-taupe span {
  font-weight: 700;
}
#bandeau-taupe a {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.7rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.7rem 0 1.7rem 1.5rem;
  transition: 300ms all;
}
#bandeau-taupe a em {
  font-family: "minion-pro", serif;
  font-weight: normal;
}
#bandeau-taupe a:hover {
  color: #272420;
  padding: 1.7rem 0 1.7rem 2rem;
}
#bandeau-taupe a:after {
  background: url("images/fleche-etapes.png") no-repeat;
  content: "";
  display: block;
  height: 19px;
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  width: 10px;
}
#bandeau-taupe a.active {
  color: #272420;
}
#bandeau-taupe > .vc_column_container:first-child a {
  color: #272420;
}
@media only screen and (min-width: 768px) {
  #bandeau-taupe .wpb_column:last-child a:after {
    display: none;
  }
}
#bloc-categories {
  letter-spacing: 0.5px;
  padding-bottom: 6rem;
}
#bloc-categories .entete-categories h2 {
  color: #2f2a23;
  font-size: 3.3rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 3.2rem;
  margin-bottom: 3.6rem;
  margin-top: 4.3rem;
  text-align: center;
  text-transform: uppercase;
}
#bloc-categories .vc_column-inner {
  padding: 0;
}
#bloc-categories em {
  font-family: "minion-pro", serif;
  font-weight: normal;
  color: #4e4545;
}
#bloc-categories h3 {
  font-size: 2.5rem;
  color: #fff;
  text-transform: initial;
  background: rgba(65, 62, 55, 0.86);
  bottom: 0;
  height: 110px;
  margin: 376px 0 0;
  width: 100%;
  padding: 3rem 5rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: left;
  line-height: 2.5rem;
  transition: 500ms all;
}
#bloc-categories .col_1 > .vc_column-inner,
#bloc-categories .col_2 > .vc_column-inner,
#bloc-categories .col_3 > .vc_column-inner {
  height: 486px;
  overflow: hidden;
}
#bloc-categories .col_1 h3:first-line {
  color: #c7b5b2;
}
#bloc-categories .col_2 h3:first-line {
  color: #a1dc5e;
}
#bloc-categories .col_3 h3:first-line {
  color: #52c1dd;
}
#bloc-categories .wpb_text_column:not(.entete-categories) {
  margin: 0;
  background: rgba(177, 152, 130, 0.87);
  padding: 2rem 4.5rem;
  color: #262626;
  font-size: 1.6rem;
  line-height: 2rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: 246px;
  z-index: 999;
  bottom: -30%;
  opacity: 0;
  transition: 500ms all;
}
#bloc-categories .wpb_text_column:not(.entete-categories) a {
  color: #fff;
  font-size: 1.3rem;
  border: 2px solid #dadada;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  letter-spacing: 0;
  margin-top: 2rem;
  padding: 4px 25px 5px;
  transition: all 300ms ease 0s;
}
#bloc-categories .wpb_text_column:not(.entete-categories) a:hover {
  background: #dadada;
  color: #2f2a23;
}
#bloc-categories .col_1:hover h3,
#bloc-categories .col_2:hover h3,
#bloc-categories .col_3:hover h3 {
  margin-top: 0;
  height: 240px;
  padding: 17rem 4.5rem 2rem;
  background: #8f7660;
}
#bloc-categories .col_1:hover h3:first-line,
#bloc-categories .col_2:hover h3:first-line,
#bloc-categories .col_3:hover h3:first-line {
  color: #fff;
}
#bloc-categories .col_1:hover .wpb_text_column:not(.entete-categories),
#bloc-categories .col_2:hover .wpb_text_column:not(.entete-categories),
#bloc-categories .col_3:hover .wpb_text_column:not(.entete-categories) {
  opacity: 1;
  bottom: 0;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  #bloc-categories h3 {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
  #bloc-categories .wpb_text_column:not(.entete-categories) {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  #bloc-categories .wpb_text_column:not(.entete-categories) a {
    font-size: 1.1rem;
    padding: 4px 14px 5px;
  }
}
@media only screen and (max-width: 769px) {
  #bloc-categories .entete-categories {
    margin-bottom: 0;
  }
  #bloc-categories .col_1,
  #bloc-categories .col_2,
  #bloc-categories .col_3,
  #bloc-categories .col_1:hover,
  #bloc-categories .col_2:hover,
  #bloc-categories .col_3:hover {
    padding: 0;
    margin-bottom: 20px;
  }
  #bloc-categories .col_1 h3,
  #bloc-categories .col_2 h3,
  #bloc-categories .col_3 h3,
  #bloc-categories .col_1:hover h3,
  #bloc-categories .col_2:hover h3,
  #bloc-categories .col_3:hover h3 {
    opacity: 1;
    bottom: 35%;
    margin: 0;
    position: absolute;
    padding: 3rem 5rem;
    height: inherit;
  }
  #bloc-categories .col_1 > .vc_column-inner,
  #bloc-categories .col_2 > .vc_column-inner,
  #bloc-categories .col_3 > .vc_column-inner,
  #bloc-categories .col_1:hover > .vc_column-inner,
  #bloc-categories .col_2:hover > .vc_column-inner,
  #bloc-categories .col_3:hover > .vc_column-inner {
    height: 174vw;
    overflow: hidden;
  }
  #bloc-categories .wpb_text_column:not(.entete-categories) {
    opacity: 1;
    bottom: 0;
    height: 35%;
    position: absolute;
  }
}
#portfolio-home {
  color: #fff;
  font-size: 1.6rem;
}
#portfolio-home h3,
#portfolio-home p {
  opacity: 0;
  padding: 0 0 0 2.7rem;
  transition: 300ms all;
}
#portfolio-home h3 a,
#portfolio-home p a,
#portfolio-home h3 a:hover,
#portfolio-home p a:hover {
  color: #fff;
}
#portfolio-home .vc_btn3.vc_btn3-style-modern {
  background: transparent;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #fff;
  color: #fff;
  padding: 4px 70px 5px;
  margin-top: 2rem;
  margin-left: 2.2rem;
  opacity: 0;
  transition: 300ms all;
}
#portfolio-home .vc_btn3.vc_btn3-style-modern:hover {
  background: #fff;
  color: #8f7660;
}
#portfolio-home .titre-portfolio-home h3 {
  border-left: 5px solid red;
  opacity: 1;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.5rem;
  padding: 1rem 0 2rem 2.2rem;
  text-transform: uppercase;
}
#portfolio-home [class*="vc_custom_"] {
  height: 415px;
  padding: 165px 5% 20px 50%;
  transition: 300ms all;
}
#portfolio-home [class*="vc_custom_"]:hover {
  padding: 90px 5% 20px 50%;
  box-shadow: inset 0px 0px 500px 500px rgba(143, 118, 96, 0.7);
}
#portfolio-home [class*="vc_custom_"]:hover p,
#portfolio-home [class*="vc_custom_"]:hover .vc_btn3.vc_btn3-style-modern {
  opacity: 1;
}
#portfolio-home [class*="vc_custom_"]:hover .titre-portfolio-home h3 {
  border-left: 5px solid transparent;
}
#portfolio-home .idees-home > .vc_column-inner,
#portfolio-home .idees-home > .vc_column-inner:hover {
  padding: 175px 5% 20px 30%;
  box-shadow: none;
}
#portfolio-home .idees-home > .vc_column-inner h2,
#portfolio-home .idees-home > .vc_column-inner:hover h2 {
  opacity: 1;
  color: #2f2a23;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.5px;
}
#portfolio-home .idees-home > .vc_column-inner h2 strong,
#portfolio-home .idees-home > .vc_column-inner:hover h2 strong {
  font-size: 3.2rem;
}
#portfolio-home .idees-home > .vc_column-inner h2 em,
#portfolio-home .idees-home > .vc_column-inner:hover h2 em {
  font-family: "minion-pro", serif;
  font-size: 3.6rem;
}
#portfolio-home .terrasse-home .titre-portfolio-home h3 {
  border-color: #8f7660;
}
#portfolio-home .cloture-home .titre-portfolio-home h3 {
  border-color: #93cc52;
}
#portfolio-home .bardage-home .titre-portfolio-home h3 {
  border-color: #52c1dd;
}
@media only screen and (max-width: 1280px) {
  #portfolio-home [class*="vc_custom_"],
  #portfolio-home [class*="vc_custom_"]:hover {
    padding-left: 40%;
  }
  #portfolio-home .idees-home > .vc_column-inner,
  #portfolio-home .idees-home > .vc_column-inner:hover {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 991px) {
  #portfolio-home [class*="vc_custom_"],
  #portfolio-home [class*="vc_custom_"]:hover {
    padding-left: 20%;
  }
}
#configurateurs-home .configurateurs-titre {
  opacity: 1;
  color: #2f2a23;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 1.618em;
}
#configurateurs-home .configurateurs-titre strong {
  font-size: 3.2rem;
}
#configurateurs-home .configurateurs-titre em {
  font-family: "minion-pro", serif;
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  #configurateurs-home .wpb_wrapper > .vc_row > .vc_column_container .vc_column-inner {
    border: none !important;
  }
}
#configurateurs-home .vc_single_image-img {
  box-shadow: none;
  padding: 0;
  border: none;
}
#configurateurs-home .wpb_text_column p.no-link,
#configurateurs-home .wpb_text_column a {
  color: #2f2a23;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  display: block;
  position: relative;
  transition: 300ms all;
  text-align: center;
}
#configurateurs-home .wpb_text_column p.no-link:before,
#configurateurs-home .wpb_text_column a:before {
  background: url("images/config-roue.svg") no-repeat;
  content: "";
  display: inline-block;
  height: 28px;
  width: 26px;
  background-size: 100%;
  transition: 300ms all;
  margin-right: 1.5rem;
  vertical-align: middle;
}
#configurateurs-home .wpb_text_column p.no-link br,
#configurateurs-home .wpb_text_column a br {
  display: none;
}
#configurateurs-home .vc_btn3.vc_btn3-style-modern {
  background: transparent;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #2f2a23;
  color: #2f2a23;
  padding: 4px 2rem 5px;
  transition: 300ms all;
}
#configurateurs-home .vc_btn3.vc_btn3-style-modern:hover {
  background: #5c9021;
  border: 2px solid #5c9021;
  color: #fff;
}
#install-home {
  letter-spacing: 0.5px;
  padding-bottom: 6rem;
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.8rem;
}
#install-home .entete-categories h2 {
  color: #2f2a23;
  font-size: 3.3rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 3.2rem;
  margin-bottom: 3.6rem;
  margin-top: 4.3rem;
  text-transform: uppercase;
}
#install-home .vc_column-inner {
  padding: 0;
}
#install-home em {
  font-family: "minion-pro", serif;
  font-weight: normal;
  color: #4e4545;
}
#install-home a {
  color: #fff;
  font-weight: 700;
  border-left: 5px solid #fff;
  padding: 0 0 0 2.2rem;
  display: inline-block;
  font-size: 2.5rem;
}
#install-home .vc_btn3.vc_btn3-style-modern {
  background: transparent;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #fff;
  color: #fff;
  padding: 4px 2rem 5px;
  margin-left: 2.2rem;
  transition: 300ms all;
}
#install-home .vc_btn3.vc_btn3-style-modern:hover {
  background: #fff;
  color: #2f2a23;
}
#actus-home .configurateurs-titre {
  opacity: 1;
  color: #2f2a23;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 1.618em;
}
#actus-home .configurateurs-titre strong {
  font-size: 3.2rem;
}
#actus-home .configurateurs-titre em {
  font-family: "minion-pro", serif;
  font-size: 3.5rem;
}
#bloc-actus ul {
  margin: 0;
}
#bloc-actus li {
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
}
#bloc-actus li article {
  border: 1px solid #ded7d7;
  padding-bottom: 3rem;
}
#bloc-actus li .post-thumbnail {
  display: block;
  height: 155px;
  overflow: hidden;
  text-align: center;
  max-width: 100%;
  width: 301px;
  position: relative;
  margin-bottom: 2rem;
}
#bloc-actus li img {
  border: medium none;
  box-shadow: none;
  margin: 0 auto;
  padding: 0;
  max-width: 338px;
}
#bloc-actus li .date-actu {
  position: absolute;
  background: #2f2a23;
  padding: .7rem 1rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.9rem;
  bottom: 0;
  margin: 0;
}
#bloc-actus li .entry-title a {
  font-size: 1.4rem;
  color: #5c9021;
  font-weight: 700;
  padding: 0 2rem;
  display: inline-block;
}
#bloc-actus li .entry-content {
  padding: 0 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
#bloc-actus li .more {
  text-align: right;
  margin-right: 3.6rem;
}
#bloc-actus li .more a {
  font-size: 1.3rem;
  color: #2f2a23;
}
#bloc-actus li .more a:hover {
  color: #5c9021;
}
#content-home #main .hentry {
  margin: 0;
}
/* 6.6 Woocommerce */
ul.products li.product {
  background: none;
  margin-bottom: 1.5rem;
}
ul.products li.product h3 {
  background: none;
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1em 0 0;
  min-height: 5.2rem;
}
ul.products li.product h3:after {
  display: none;
}
ul.products li.product .img-wrap {
  box-shadow: 0 0.077em 0.236em rgba(0, 0, 0, 0.2);
}
ul.products li.product.first {
  clear: none;
}
.tax-product_cat #main ul.products li.product h3 {
  border: none;
}
.page-description + ul.products,
.term-description + ul.products {
  padding-top: 1.618em;
}
.woocommerce-result-count {
  color: #2f2a23;
  font-weight: 400;
}
.woocommerce-result-count,
.woocommerce_ordering,
.woocommerce-ordering {
  margin-bottom: 2rem;
}
.single-product h1.product_title {
  text-transform: uppercase;
  margin-bottom: 0;
}
.single-product .titre-bloc-single {
  color: #2f2a23;
  font-size: 3.3rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.387em;
  margin-bottom: 2.7rem;
}
.single-product .titre-bloc-single:after {
  content: "";
  background: #93cc52;
  width: 100%;
  height: 3px;
  display: block;
  margin-top: 1rem;
}
.single-product div.pp_woocommerce div.ppt,
.single-product div.pp_woocommerce .pp_description {
  display: none !important;
}
.single-product .summary {
  font-size: 1.3rem;
  line-height: 2.2rem;
}
.single-product .summary form.cart {
  padding: 2rem 3.6rem 1.5rem;
  box-shadow: 0.939px 1.766px 7px 0px rgba(1, 2, 2, 0.15);
  border-radius: inherit;
  position: relative;
}
.single-product .summary form.cart .label {
  color: #5c9021;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.single-product .summary form.cart .label:before {
  background: url(images/couleurs-picto.png) no-repeat;
  content: "";
  width: 19px;
  height: 16px;
  display: inline-block;
  margin-right: 1.5rem;
  vertical-align: sub;
}
.single-product .summary form.cart.variations_form td.value {
  margin-left: -7px;
  margin-right: -7px;
}
.single-product .summary form.cart .swatch-wrapper {
  border: none;
  max-width: 48%;
  margin: 0 2% 5px 0;
  padding-top: 0.5rem;
  box-sizing: border-box;
  padding: 0;
}
.single-product .summary form.cart .swatch-wrapper > div {
  font-weight: 700;
  font-size: 1.1rem !important;
  line-height: 1.3rem;
  margin-top: 1.4rem;
  margin-bottom: 0.5rem;
  color: #2f2a23;
}
.single-product .summary form.cart .swatch-wrapper.selected {
  border: 2px solid #5c9021;
  padding: 0.3rem 0 0;
}
.single-product .summary form.cart .swatch-wrapper > a {
  transition: 300ms all;
  max-width: 100%;
  height: auto;
}
.single-product .summary form.cart .swatch-wrapper > a:hover {
  opacity: 0.6;
}
.single-product .summary form.cart .swatch-wrapper:last-child {
  margin-right: 0;
}
.single-product .summary form.cart .reset_variations {
  position: absolute;
  right: 38px;
  top: 20px;
}
.single-product .summary .price {
  width: auto;
  background: #5c9021;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.5rem;
  float: left;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #5c9021;
  color: #fff;
  padding: 7px 12px;
  letter-spacing: 0.3px;
  margin-bottom: 1rem;
  margin-right: 0.9rem;
  transition: 300ms all;
  background-clip: border-box;
}
.single-product .summary .price:hover {
  background: #93cc52;
  color: #fff;
}
.single-product .summary .price a {
  color: #fff;
}
.single-product .summary .price:hover {
  background: #93cc52;
  border: 2px solid #93cc52;
}
.single-product .summary .contact.wpi-button {
  background: transparent;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.5rem;
  float: left;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #5c9021;
  color: #5c9021;
  padding: 7px 12px;
  letter-spacing: 0.3px;
  transition: 300ms all;
}
.single-product .summary .contact.wpi-button:hover {
  background: #5c9021;
  color: #fff;
}
.single-product .summary .contact.ou-acheter {
  background: transparent;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.5rem;
  float: left;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #5c9021;
  color: #5c9021;
  padding: 7px 12px;
  letter-spacing: 0.3px;
  transition: 300ms all;
}
.single-product .summary .contact.ou-acheter:hover {
  background: #5c9021;
  color: #fff;
}
.single-product .summary #silvadec_pictos_reassurance {
  background: rgba(222, 215, 215, 0.4);
  margin-bottom: 3.9rem;
}
.single-product .summary #silvadec_pictos_reassurance div {
  width: 29%;
  float: left;
  font-size: 1.3rem;
  line-height: 1.4rem;
  color: #2f2a23;
  box-sizing: border-box;
  padding: 0 0.5rem;
  border-right: 1px solid rgba(47, 42, 35, 0.2);
  margin: 1.7rem 0 1.4rem;
  text-align: center;
}
.single-product .summary #silvadec_pictos_reassurance div:before {
  display: block;
  content: "";
  width: 100%;
  height: 26px;
  float: left;
  background-position: top center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.single-product .summary #silvadec_pictos_reassurance div a {
  font-size: 1.3rem;
  color: #2f2a23;
  font-weight: 400;
}
.single-product .summary #silvadec_pictos_reassurance .garantie-10 {
  width: 28%;
}
.single-product .summary #silvadec_pictos_reassurance .garantie-10:before {
  background-image: url("images/garantie.png");
}
.single-product .summary #silvadec_pictos_reassurance .garantie-25 {
  width: 28%;
}
.single-product .summary #silvadec_pictos_reassurance .garantie-25:before {
  background-image: url("images/garantie.png");
}
.single-product .summary #silvadec_pictos_reassurance .fab-fr {
  width: 33%;
}
.single-product .summary #silvadec_pictos_reassurance .fab-fr:before {
  background-image: url("images/fab-fr.png");
  margin-right: 7px;
}
.single-product .summary #silvadec_pictos_reassurance .respect {
  width: 39%;
  border: none;
}
.single-product .summary #silvadec_pictos_reassurance .respect:before {
  background-image: url("images/respect.png");
  margin-right: 0;
}
.single-product .summary #silvadec_pictos_reassurance:after {
  content: "";
  display: table;
  clear: left;
}
.single-product .summary .reseaux-sociaux {
  display: block;
  list-style: outside none none;
  padding-top: 2.6rem;
  text-align: right;
  float: right;
}
.single-product .summary .reseaux-sociaux li {
  display: inline-block;
}
.single-product .summary .reseaux-sociaux li:before {
  display: none;
}
.single-product .summary .reseaux-sociaux li a {
  display: inline-block;
  margin: 0 0 0 0.3rem;
}
.single-product .summary .reseaux-sociaux li a:before {
  content: "";
  font-family: "FontAwesome";
  width: 28px;
  height: 28px;
  background: #c7b5b2;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: block;
  color: #fff;
  line-height: 28px;
  font-weight: normal;
  transition: 200ms all;
}
.single-product .summary .reseaux-sociaux li a span {
  display: none;
}
.single-product .summary .reseaux-sociaux li a:hover:before {
  background: #8f7660;
  transform: rotate(360deg);
}
.single-product .summary .reseaux-sociaux li.facebook a:before {
  content: "";
}
.single-product .summary .reseaux-sociaux li.linkedin a:before {
  content: "";
}
.single-product .summary .reseaux-sociaux li.pinterest a:before {
  content: "";
}
.single-product .summary .reseaux-sociaux li.youtube a:before {
  content: "";
}
.single-product .summary #wpp-buttons {
  clear: both;
  float: right;
  margin: 0 0 0 0.6rem !important;
  line-height: 0;
  padding-top: 2.6rem;
}
.single-product .summary #wpp-buttons a {
  display: block;
}
.single-product .summary #wpp-buttons a:before {
  content: "";
  font-family: "FontAwesome";
  width: 28px;
  height: 28px;
  background: #8f7660;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: block;
  color: #fff;
  line-height: 28px;
  font-weight: normal;
  transition: 200ms all;
}
.single-product .summary #wpp-buttons a img {
  display: none;
}
.single-product .summary #wpp-buttons a:hover:before {
  background: #c7b5b2;
  transform: rotate(360deg);
}
.single-product .woocommerce-tabs .panel {
  display: block !important;
  padding: 0;
  font-size: 1.3rem;
  line-height: 2.2rem;
}
.single-product .woocommerce-tabs .panel#tab-description h2 {
  margin: 2.4rem 0 0.8rem 0;
}
.single-product .woocommerce-tabs .panel#tab-additional_information table {
  margin-bottom: 0;
}
.single-product .woocommerce-tabs .panel#tab-additional_information table,
.single-product .woocommerce-tabs .panel#tab-additional_information tbody,
.single-product .woocommerce-tabs .panel#tab-additional_information tfoot,
.single-product .woocommerce-tabs .panel#tab-additional_information thead,
.single-product .woocommerce-tabs .panel#tab-additional_information tr,
.single-product .woocommerce-tabs .panel#tab-additional_information th,
.single-product .woocommerce-tabs .panel#tab-additional_information td {
  display: block;
  background: transparent;
}
.single-product .woocommerce-tabs .panel#tab-additional_information th {
  font-size: 1.6rem;
  text-transform: uppercase;
  background: rgba(199, 181, 178, 0.4);
  padding: .9rem 2.3rem;
}
.single-product .woocommerce-tabs .panel#tab-additional_information th:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f179";
  content: "";
  width: 1.6rem;
}
.single-product .woocommerce-tabs .panel#tab-additional_information a {
  color: #2f2a23;
  text-decoration: underline;
}
.single-product .woocommerce-tabs .panel#tab-additional_information a:hover {
  color: #8f7660;
}
.single-product .woocommerce-tabs .panel #les_plus {
  background: rgba(147, 204, 82, 0.1);
  border-left: 7px solid #93cc52;
  color: #5c9021;
  font-weight: 700;
  margin-bottom: 2rem;
  padding: 2rem 1rem 2rem 9.3rem;
  position: relative;
}
.single-product .woocommerce-tabs .panel #les_plus .titre-les-plus {
  color: #fff;
  background: #93cc52;
  font-size: 1.8rem;
  left: 0;
  line-height: 1;
  padding: 6px 13px 5px 8px;
  position: absolute;
  top: 2.2rem;
}
.single-product .woocommerce-tabs .panel #les_plus .titre-les-plus strong {
  font-size: 2.6rem;
  font-weight: 700;
  vertical-align: sub;
}
.single-product .woocommerce-tabs .panel #les_plus ul {
  margin: 0;
}
.single-product .woocommerce-tabs .panel #les_plus ul li {
  list-style: none;
  letter-spacing: 0.2px;
}
.single-product .woocommerce-tabs .panel #les_plus ul li:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f179";
  content: "";
  width: 1.2rem;
}
.single-product .professionnels a {
  display: block;
  background: #8f7660;
  background-size: 37px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 2.2rem;
  transition: 300ms all;
  padding: 2.7rem 2rem 2.7rem;
}
.single-product .professionnels a strong {
  font-size: 2.3rem;
  text-transform: uppercase;
  font-weight: 700;
}
.single-product #portfolio_product {
  clear: both;
}
.single-product #portfolio_product .inner {
  border: 1px solid #ded7d7;
  padding: 2rem 2rem 0;
  margin-bottom: 5rem;
  font-size: 1.3rem;
  line-height: 2rem;
}
.single-product #portfolio_product .inner img {
  margin-bottom: 2rem;
  height: auto;
  width: 100%;
}
.single-product #portfolio_product .inner .button-block {
  background: #5c9021;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #5c9021;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 2.5rem;
  padding: 7px 20px;
  transition: all 300ms ease 0s;
  text-align: center;
  background-clip: border-box;
}
.single-product #portfolio_product .inner .button-block:hover {
  background: #93cc52;
  color: #fff;
}
.single-product #portfolio_product .inner .button-block a {
  color: #fff;
}
.single-product #portfolio_product .inner .button-block:hover {
  background: #93cc52;
  border: 2px solid #93cc52;
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .single-product #portfolio_product .inner .button-block {
    padding: 5px 10px;
    font-size: 1.3rem;
  }
}
.single-product #portfolio_product .inner:after {
  clear: both;
  content: "";
  display: table;
}
.single-product #silvadec_produits-associes {
  clear: both;
}
.single-product #silvadec_produits-associes .inner {
  border: 1px solid #ded7d7;
  padding: 1.5rem 2rem 1.5rem 1rem;
  margin-bottom: 5rem;
  font-size: 1.3rem;
  line-height: 2rem;
}
.single-product #silvadec_produits-associes .inner img {
  float: left;
  margin-right: 15px;
  height: auto;
}
.single-product #silvadec_produits-associes .inner button {
  background: #5c9021;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #5c9021;
  color: #fff;
  display: inherit;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 7px 12px;
  transition: all 300ms ease 0s;
  background-clip: border-box;
  width: 100%;
}
.single-product #silvadec_produits-associes .inner button:hover {
  background: #93cc52;
  color: #fff;
}
.single-product #silvadec_produits-associes .inner button a {
  color: #fff;
}
.single-product #silvadec_produits-associes .inner button:hover {
  background: #93cc52;
  border: 2px solid #93cc52;
}
.single-product #silvadec_produits-associes .inner:after {
  clear: both;
  content: "";
  display: table;
}
.single-product #silvadec_pose_conseils {
  font-size: 1.3rem;
}
.single-product #silvadec_pose_conseils .inner-liens li {
  list-style: none;
  margin-bottom: 1rem;
}
.single-product #silvadec_pose_conseils .inner-liens li a {
  display: block;
  border: 1px solid #ded7d7;
  padding: 1.4rem 1.8em;
  color: #2f2a23;
  transition: 300ms all;
}
.single-product #silvadec_pose_conseils .inner-liens li a:hover {
  color: #fff;
  background: #93cc52;
  border: 1px solid #93cc52;
}
.single-product #silvadec_pose_conseils .inner-liens li a:hover:before {
  color: #fff;
}
.single-product #silvadec_pose_conseils .inner-liens li a:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f179";
  color: #8f7660;
  transition: 300ms all;
}
.single-product #silvadec_pose_conseils .inner-liens li.telechargement a:before {
  content: "";
}
.single-product #silvadec_pose_conseils .inner-liens li.FAQ a:before {
  content: "";
}
.single-product #silvadec_pose_conseils .video iframe {
  width: 100%;
  height: 300px;
}
.single-product #silvadec_pose_conseils:after {
  clear: both;
  content: "";
  display: table;
}
.single-product .dix-bonnes-raisons a {
  display: block;
  background: #93cc52 url("images/ampoule.svg") no-repeat center 1.5rem;
  background-size: 37px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 2.2rem;
  transition: 300ms all;
  padding: 6.5rem 2rem 2.7rem;
}
.single-product .dix-bonnes-raisons a strong {
  font-size: 2.3rem;
  text-transform: uppercase;
  font-weight: 700;
}
.single-product .related,
.single-product .upsells,
.single-product #reviews {
  border: none;
  padding: 0;
}
.single-product .product_meta {
  line-height: 1;
  margin-bottom: 2rem;
}
.single-product .product_meta a,
.single-product .product_meta span {
  color: #5c9021;
  font-family: "minion-pro", serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 2.2rem;
  font-size: 1.8rem;
}
.single-product .product_meta a strong,
.single-product .product_meta span strong {
  text-transform: uppercase;
  font-size: 2.3rem;
}
.woocommerce_tabs ul.nav-tabs li a,
.woocommerce-tabs ul.nav-tabs li a,
.woocommerce_tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a {
  background: #e0dfde;
  color: #393939;
}
.woocommerce_tabs ul.nav-tabs li a:hover,
.woocommerce-tabs ul.nav-tabs li a:hover,
.woocommerce_tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:hover {
  background: #2f2a23;
  color: #fff;
}
/* 6.7 Portfolio */
#main.portfolio-main-full {
  padding: 0;
}
#main.portfolio-main-full .page-header .portfolio-header {
  display: inline;
  float: left;
  width: 97.22222222%;
  margin-left: 1.38888889%;
  margin-right: 1.38888889%;
  *width: 97.17013889%;
  *margin-left: 1.33680556%;
  *margin-right: 1.33680556%;
}
#content #main [id*="huge_it_portfolio_filters"] {
  margin: 0 auto;
  display: block;
}
#content #main [id*="huge_it_portfolio_filters"] ul {
  margin: 0 1.38889% 2rem !important;
  width: 97.2222%;
  float: left;
  overflow: hidden;
  margin: 0 0 2rem !important;
  padding: 0 !important;
}
#content #main [id*="huge_it_portfolio_filters"] ul li {
  float: none !important;
  width: 100%;
  display: block;
  text-align: center;
  border: none;
  overflow: hidden;
  transition: 300ms all;
  border-radius: 0;
  list-style-type: none;
  margin: 0 8px 4px 0 !important;
}
#content #main [id*="huge_it_portfolio_filters"] ul li:before {
  display: none !important;
}
#content #main [id*="huge_it_portfolio_filters"] ul li a {
  background: none !important;
  border: 2px solid #5c9021;
  border-radius: 2rem;
  font-size: 1.6rem !important;
  font-weight: 700;
  color: #5c9021 !important;
  letter-spacing: 0.02rem;
  line-height: 2.8rem;
  padding: 0 1.5rem 0.2rem;
  transition: 300ms all;
  display: block;
  text-decoration: none;
}
#content #main [id*="huge_it_portfolio_filters"] ul li a:hover {
  background: #5c9021 !important;
  color: #fff !important;
}
#content #main [id*="huge_it_portfolio_filters"] ul li.active a,
#content #main [id*="huge_it_portfolio_filters"] ul li.active a:link,
#content #main [id*="huge_it_portfolio_filters"] ul li.active a:visited,
#content #main [id*="huge_it_portfolio_filters"] ul li.active a:hover,
#content #main [id*="huge_it_portfolio_filters"] ul li.active a:focus,
#content #main [id*="huge_it_portfolio_filters"] ul li.active a:active {
  background: #5c9021 !important;
  color: #ffffff !important;
}
#content #main [id*="huge_it_portfolio_filters"] ul li[rel="*"] {
  display: none;
}
#content #main [id*="huge_it_portfolio_keys"] {
  margin: 0 auto;
  display: block;
}
#content #main [id*="huge_it_portfolio_keys"] ul {
  margin: 0 1.38889% 2rem !important;
  width: 97.2222%;
  margin: 0 0 2rem !important;
}
#content #main [id*="huge_it_portfolio_keys"] ul li {
  float: left !important;
  width: auto;
  list-style: none;
}
#content #main [id*="huge_it_portfolio_keys"] ul li:before {
  display: none;
}
#content #main [id*="huge_it_portfolio_keys"] ul li a {
  color: #5c9021;
  font-style: italic;
  text-decoration: none;
  font-size: 1.3rem;
  background: rgba(147, 204, 82, 0.2);
  border: 1px solid transparent;
  padding: 2px 5px;
  border-radius: 4px;
  margin-right: 4px;
  cursor: pointer;
  transition: 300ms all;
  font-weight: normal;
}
#content #main [id*="huge_it_portfolio_keys"] ul li a:hover {
  background: transparent;
  border: 1px solid rgba(147, 204, 82, 0.4);
}
#content #main [id*="huge_it_portfolio_keys"] ul li[rel="*"] {
  display: none;
}
#content #main [id*="huge_it_portfolio_keys"] ul:after {
  content: "";
  clear: both;
  display: table;
}
#content #main [id*="huge_it_portfolio_container"] .portelement {
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
  margin: 0;
  padding: 0;
  position: relative !important;
  transform: inherit !important;
  width: 100%;
  background-color: #f2efef;
}
#content #main [id*="huge_it_portfolio_container"] .portelement div[class*="left-block"] {
  position: relative;
  float: none;
  overflow: hidden;
  padding: 0;
}
#content #main [id*="huge_it_portfolio_container"] .portelement div[class*="left-block"] [class*="main-image-block"] {
  width: 100%;
}
#content #main [id*="huge_it_portfolio_container"] .portelement div[class*="left-block"] [class*="main-image-block"] img {
  width: 100% !important;
}
#content #main [id*="huge_it_portfolio_container"] .portelement div[class*="left-block"] .thumbs-block {
  display: none;
}
#content #main [id*="huge_it_portfolio_container"] .portelement div[class*="left-block"]:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f179";
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 45%;
  bottom: -3rem;
  content: "";
  color: #c7b5b2;
  background: #f2efef;
  text-align: center;
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 50%;
  z-index: 9;
  font-size: 3.2rem;
  line-height: 3.8rem;
}
#content #main [id*="huge_it_portfolio_container"] .portelement div.right-block {
  padding: 1rem 7%;
  box-sizing: border-box;
  float: none;
  width: 100%;
}
#content #main [id*="huge_it_portfolio_container"] .portelement div.right-block [class*="title-block"] h3 {
  line-height: 2.4rem !important;
  overflow: hidden;
  text-align: left;
  color: #272420;
  font-size: 17px !important;
  font-weight: normal;
  line-height: 21px !important;
  padding: 0;
}
#content #main [id*="huge_it_portfolio_container"] .portelement div.right-block [class*="description-block"] p {
  font-weight: 700;
  text-align: left;
  color: #5c9021;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: justify;
}
#content #main [id*="huge_it_portfolio_container"] .portelement div.right-block [class*="description-block"] p:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f179";
  content: "";
  font-size: 1.1rem;
  width: 1.8rem;
}
#content #main [id*="huge_it_portfolio_container"] .portelement div.right-block .button-block {
  margin-top: 1rem;
  text-align: center;
}
#content #main [id*="huge_it_portfolio_container"] .portelement div.right-block .button-block a {
  background: none;
  border: 2px solid #000;
  text-decoration: none;
  border-radius: 2rem;
  padding: 1px 35px 3px;
  transition: 300ms all;
  color: #2f2a23;
  display: inline-block;
  font-size: 17px;
  position: relative;
}
#content #main [id*="huge_it_portfolio_container"] .portelement div.right-block .button-block a:hover {
  background: #5c9021;
  border: 2px solid #5c9021;
  color: #ffffff;
}
#content #main [id*="huge_it_portfolio_container"] .portelement.hugeitmicro-hidden {
  display: none;
}
.nav-prev,
.nav-next {
  float: left;
  margin-bottom: 10px;
}
.nav-prev a,
.nav-next a {
  font-size: 0;
}
.nav-prev a:before,
.nav-next a:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f105";
  font-size: 3.7rem;
  border: 1px solid #dedede;
  width: 4.5rem;
  height: 4.4rem;
  line-height: 4.4rem;
  text-align: center;
  transition: 300ms all;
}
.nav-prev a:hover:before,
.nav-next a:hover:before {
  background: #5c9021;
  color: #fff;
  border: 1px solid #5c9021;
}
.nav-prev a:before {
  content: "\f104";
}
#main .bt-plein a,
#main .bt-contour a {
  width: 100%;
  display: block;
  clear: left;
  letter-spacing: 0.3px;
  font-weight: 700;
  font-size: 1.5rem;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #5c9021;
  padding: 7px 22px;
  transition: 300ms all;
}
#main .bt-plein a {
  background: #5c9021;
  color: #fff;
  margin-bottom: 1rem;
  margin-right: 0.9rem;
  background-clip: border-box;
}
#main .bt-plein a:hover {
  background: #93cc52;
  color: #fff;
  border: 2px solid #93cc52;
}
#main .bt-contour a {
  background: transparent;
  color: #5c9021;
  margin-bottom: 3rem;
}
#main .bt-contour a:hover {
  background: #5c9021;
  color: #fff;
}
.real-carac strong {
  display: inline-block;
  width: 10rem;
  margin-right: 1rem;
}
#main .vc_images_carousel .vc_carousel-control {
  opacity: 1;
  text-shadow: none;
  width: 7.5rem;
  height: 7.5rem;
  line-height: 9rem;
  top: 45%;
}
#main .vc_images_carousel .vc_carousel-control .icon-next,
#main .vc_images_carousel .vc_carousel-control .icon-prev {
  background: rgba(255, 255, 255, 0.3);
  width: 7.5rem;
  height: 7.5rem;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 4.7rem;
  font-weight: 400;
  transition: 300ms all;
  margin-left: 0;
  margin-right: 0;
  left: 0;
}
#main .vc_images_carousel .vc_carousel-control .icon-next:hover,
#main .vc_images_carousel .vc_carousel-control .icon-prev:hover {
  background: rgba(255, 255, 255, 0.5);
}
#main .vc_images_carousel .vc_carousel-control.vc_left {
  left: 42px;
}
#main .vc_images_carousel .vc_carousel-control.vc_right {
  right: 42px;
}
#main .vc_images_carousel .vc_carousel-control .icon-prev:before {
  content: "";
}
#main .vc_images_carousel .vc_carousel-control .icon-next:before {
  content: "";
}
#main .vc_images_carousel .vc_carousel-indicators li {
  background-color: #fff;
  border: 1px solid #fff;
}
#main .vc_images_carousel .vc_carousel-indicators .vc_active {
  background-color: transparent;
  border: 1px solid #fff;
}
/* 6.8 Espace pro */
.page-template-page-espace-pro:not(.logged-in) #main {
  background: rgba(222, 215, 215, 0.5);
  margin-bottom: 3rem;
  min-height: 38rem;
  padding: 5rem 0;
}
.uam_login_form {
  background: #ffffff none repeat scroll 0 0;
  border-top: 5px solid #93cc52;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 35rem;
  position: relative;
  padding: 4rem 4rem 0 4rem;
  width: 100%;
}
.uam_login_form .login-title {
  color: #5c9021;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 20px;
}
.uam_login_form input {
  border-radius: 0.236em;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  display: block;
  line-height: 1.618em;
  margin: 0 0 13px;
  outline: medium none;
  padding: 10px 15px !important;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.uam_login_form input#rememberme {
  width: initial;
  float: left;
  margin-right: 7px;
}
.uam_login_form input#wp-submit {
  border: none;
}
.uam_login_form .inscription {
  padding: 3px 15px;
  background: transparent;
  border: 2px solid #5c9021;
  color: #5c9021;
}
.uam_login_form .inscription:hover {
  background: #5c9021;
  color: #fff;
}
.uam_login_form label.checkbox_label {
  font-size: 12px;
  vertical-align: text-top;
}
.uam_login_options {
  background: rgba(222, 215, 215, 0.4);
  color: #666666;
  font-size: 12px;
  margin: 0 -4rem;
  text-align: center;
  width: 35rem;
}
.uam_login_options a {
  display: inline-block;
  font-weight: normal;
  width: 100%;
  text-align: center;
  padding: 15px 2rem;
  box-sizing: border-box;
}
.uam_login_options a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.extranet-entete {
  padding: 1.3rem 2.6rem 1.3rem 2rem;
  margin-bottom: 1.5rem;
  background: rgba(199, 181, 178, 0.4);
}
.extranet-entete .intitule-recherche {
  cursor: auto;
  margin-right: 2rem;
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
.extranet-entete .extranet-search {
  position: relative;
}
.extranet-entete .extranet-search input {
  font-size: 1.7rem;
  font-family: arial;
  padding-left: 1.5rem;
}
.extranet-entete .extranet-search button {
  background: #93cc52 url("images/search-loupe.svg") no-repeat center center / 16px 16px;
  padding: 1.5rem;
  right: 0;
  top: 0;
  border: none;
  color: white;
  cursor: pointer;
  height: 42px;
  margin-left: -4px;
  text-align: center;
  text-indent: -5000px;
  width: 64px;
  opacity: 1;
  transition: background 300ms;
  position: absolute;
}
.extranet-entete .extranet-search button:hover {
  background-color: #71ab4c;
}
.extranet-entete:after {
  clear: both;
  display: table;
  content: "";
}
#sidebar-extranet .titre-bloc-filtres {
  font-size: 1.6rem;
  text-transform: uppercase;
  background: rgba(199, 181, 178, 0.4);
  padding: .9rem 2.3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
#sidebar-extranet .titre-bloc-filtres:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f179";
  content: "";
  width: 1.6rem;
}
#sidebar-extranet > ul {
  background: rgba(199, 181, 178, 0.1);
  padding: .9rem 2.3rem;
  border-bottom: 2px solid rgba(199, 181, 178, 0.2);
  margin-bottom: 1.5rem;
}
#sidebar-extranet > ul > li {
  font-weight: 700;
}
#sidebar-extranet > ul input[type="checkbox"] {
  vertical-align: sub;
}
#ajax_response > label {
  display: block;
  text-align: right;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
}
#ajax_response .extranet-item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e2e2e2;
}
#ajax_response .extranet-item:nth-last-child(2) {
  border: none;
  margin-bottom: 3rem;
}
#ajax_response .extranet-item h2 {
  display: block;
  float: left;
  width: 65%;
  margin-bottom: 1rem;
}
#ajax_response .extranet-item h2:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 1rem;
}
#ajax_response .extranet-item .extranet-taille {
  display: block;
  float: right;
  line-height: 1.387em;
  text-align: right;
  width: 35%;
}
#ajax_response .extranet-item .extranet-download {
  text-align: right;
}
#ajax_response .extranet-item .extranet-date {
  color: #adadad;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: block;
  float: left;
  width: 65%;
}
#ajax_response .extranet-item .extranet-date:before {
  content: "";
  display: table;
  clear: both;
}
#ajax_response .extranet-item .extranet-resume {
  width: 100%;
  clear: both;
  font-size: 1.3rem;
  padding-top: 1rem;
}
#ajax_response .extranet-item a {
  background: #71ab4c;
  box-sizing: border-box;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  display: block;
  font-weight: normal;
  line-height: 41px;
  overflow: hidden;
  padding: 0 23px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#ajax_response .extranet-item a:hover {
  background: #5c9021;
}
#ajax_response .extranet-item a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 1rem;
  font-size: 20px;
  vertical-align: sub;
}
#ajax_response .extranet-item .extranet-attributes {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
#ajax_response .extranet-item .extranet-attributes span {
  background: #f3f3f3;
  border-radius: 15px;
  color: #000;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.3rem 1.3em;
  margin-right: 1rem;
}
/* ****************           Photothèque           **************** */
.page #bwg_container1_0 #bwg_container2_0 .bwg_title_spun2_0 {
  color: #71ab4c;
  text-shadow: inherit;
  font-size: 2.3rem;
}
.page #bwg_container1_0 #bwg_container2_0 .bwg_album_0:hover .bwg_title_spun2_0 {
  color: #8f7660;
}
.page #bwg_container1_0 #bwg_container2_0 #tag_sidebar {
  width: 100%;
}
.page #bwg_container1_0 #bwg_container2_0 #bwg_tag_container {
  width: 100%;
}
.page #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 {
  max-width: inherit !important;
}
.page #bwg_container1_0 #bwg_container2_0 .SumoSelect {
  width: 100%;
}
.page #bwg_container1_0 #bwg_container2_0 .SumoSelect > .optWrapper > ul.options {
  margin-left: 0;
  box-shadow: inherit;
}
.page #bwg_container1_0 #bwg_container2_0 .SumoSelect > .optWrapper > ul.options li.opt {
  text-align: left;
  font-size: 1.3rem;
  padding: 8px 16px 8px 42px !important;
}
.page #bwg_container1_0 #bwg_container2_0 .SumoSelect > .optWrapper > ul.options li.opt label {
  white-space: inherit;
  overflow: inherit;
}
.page #bwg_container1_0 #bwg_container2_0 .SumoSelect > .optWrapper.isFloating {
  width: 100%;
  position: inherit;
  max-height: inherit;
}
.page #bwg_container1_0 #bwg_container2_0 .SumoSelect > .CaptionCont {
  margin-bottom: 1rem !important;
}
.page #bwg_container1_0 #bwg_container2_0 .SumoSelect > .CaptionCont > span.placeholder {
  font-weight: 700;
  background: #71ab4c;
  display: block;
  color: #fff;
  padding: 0.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-style: normal;
  border-radius: 3px;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
}
.page #bwg_container1_0 #bwg_container2_0 .SumoSelect > .CaptionCont > span.placeholder:hover {
  background: #5c9021;
}
.page #bwg_container1_0 #bwg_container2_0 .SumoSelect .search-txt {
  border: 1px solid #71ab4c;
}
.page #bwg_container1_0 #bwg_container2_0 .titleGroupSelect {
  font-weight: 700;
  background: #71ab4c;
  display: block;
  color: #fff;
  padding: 0.5rem;
}
.page #bwg_container1_0 #bwg_container2_0 .bwg_back_0 {
  margin-bottom: 2rem;
}
.page #bwg_container1_0 #bwg_container2_0 #bwg_album_compact_0 {
  margin-top: 0;
}
.page #bwg_container1_0 #bwg_container2_0 .bwg_nav_cont_0 {
  float: right;
  width: 100%;
}
.page #bwg_container1_0 #bwg_container2_0 .bwg_nav_cont_0 .tablenav-pages_0 {
  position: inherit;
  top: inherit;
  left: inherit;
}
.page .bwg_search_container_1 {
  padding: 2rem;
  background: #f3f3f3;
  box-sizing: border-box;
}
.page #bwg_search_container_2_0 {
  width: 100%;
}
.page div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_input {
  font-size: 2rem;
  line-height: 4rem;
  padding: 0 1rem;
}
.page div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_loupe_container,
.page div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_reset_container {
  line-height: 4rem;
}
/*-------------------------------------------------------------------------------------------*/
/* 8. MISC */
/*-------------------------------------------------------------------------------------------*/
/* 8.1 Forms */
#sl_div #address_search {
  background: #eaeae9;
  padding: 1.8rem 1rem 5rem;
}
#sl_div #addressSubmit {
  margin-right: 1.4rem;
  font-family: 'Lato', sans-serif;
}
#sl_div div.results_entry span.location_name {
  color: #71ab4c;
}
#sl_div div.results_entry:hover {
  background: #e0dfde;
}
div.wpcf7 {
  background: #eaeae9;
  border-radius: 1rem;
  padding: 6rem 0 3rem;
}
div.wpcf7 .wpcf7-form {
  width: 85%;
  margin: 0 auto;
}
/* 8.2 Buttons (Includes WF shortcode buttons) */
.widget_product_search input[type="submit"]:hover {
  background: url("../superstore/images/ico-search.png") no-repeat center center / 16px 16px;
}
a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type="submit"],
input.button,
button.button,
#wrapper .woo-sc-button,
.added_to_cart {
  background: #5c9021;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 2.5rem;
  padding: 7px 20px;
  transition: all 300ms ease 0s;
  text-align: center;
  background-clip: border-box;
}
a.button:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
.submit:hover,
input[type="submit"]:hover,
input.button:hover,
button.button:hover,
#wrapper .woo-sc-button:hover,
.added_to_cart:hover {
  background: #93cc52;
  color: #fff;
  animation: none;
}
/* 8.4 IE specific styling */
.ie #sidebar .widget_layered_nav h3::after,
.ie #sidebar .widget_layered_nav_filters h3::after {
  position: relative;
  top: 18px;
  right: 0;
}
/*-------------------------------------------------------------------------------------------*/
/* 9. MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------*/
/* 9.1 Desktop | >769px */
@media only screen and (min-width: 769px) {
  /* Desktop styles go here */
  #main.fullwidth,
  .layout-full #main,
  .col-full {
    max-width: 60em;
  }
  #main.fullwidth {
    display: inline;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    width: 97.2222%;
    position: relative;
  }
  #bandeau-taupe {
    /*width:100%;*/
    /*position: relative;
        left: -469.828px;
        box-sizing: border-box;
        width: 1903px;
        padding-left: 469.828px;
        padding-right: 470.172px;*/
  }
  #bandeau-taupe.fixed {
    left: 15px!important;
    top: 66px;
    z-index: 999;
    width: 100%;
    padding-left: 22.2%;
    padding-right: 22.2%;
  }
  #bandeau-taupe.fixed > .vc_column_container:first-child a {
    color: #fff;
  }
  #header #top {
    background: none;
    color: #6f6f6f;
    display: block;
    /*float: right;*/
    font-size: 1.4rem;
    min-height: 6.4rem;
  }
  #header #top > .col-full {
    max-width: none;
    margin: 0;
  }
  #header #top .top-nav {
    font-size: inherit;
    margin: 0;
  }
  #header #top .top-nav #lang_sel {
    float: left;
    font-family: 'Open Sans', sans-serif;
    width: auto;
  }
  #header #top .top-nav #lang_sel a {
    border: none;
    color: #6f6f6f;
    font-size: 1.4rem;
  }
  #header #top .top-nav #lang_sel a.lang_sel_sel {
    background: none;
    line-height: 2.2rem;
  }
  #header #top .top-nav #lang_sel > ul > li > *:nth-last-child(2):after {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    margin-left: 2rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #8a8a8a;
    vertical-align: text-bottom;
    border: none;
    position: inherit;
  }
  #header #top .top-nav #lang_sel > ul > li > *:nth-last-child(2):hover {
    color: #93cc52;
  }
  #header #top .top-nav #lang_sel ul ul {
    border: none;
    top: 4rem;
    width: 60rem;
    right: -16em;
    left: auto;
    z-index: 99999;
  }
  #header #top .top-nav #lang_sel ul ul a {
    background: rgba(238, 233, 232, 0.95);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 2rem;
    padding: 1rem 1.387em;
  }
  #header #top .top-nav #lang_sel ul ul a:hover {
    background: rgba(147, 204, 82, 0.95);
    color: #fff;
  }
  #header #top .top-nav #lang_sel ul ul li:last-child a {
    border: none;
  }
  #header #top .top-nav #lang_sel li {
    width: auto;
  }
  #header #top .top-nav #lang_sel li li {
    width: 20rem;
    float: left;
  }
  #header #top .top-nav > ul {
    z-index: 9;
  }
  #header #top .top-nav > ul > li.menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    margin-left: 0.6rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #8a8a8a;
    vertical-align: text-bottom;
  }
  #header #top .top-nav > ul > li a {
    color: #6f6f6f;
  }
  #header #top .top-nav > ul > li a:hover {
    color: #93cc52;
  }
  #header #top .top-nav > ul > li:nth-last-child(2) a,
  #header #top .top-nav > ul > li:last-child a {
    background: #5c9021;
    color: #fff;
    padding: 0.618em 4rem;
    transition: 200ms all;
  }
  #header #top .top-nav > ul > li:nth-last-child(2) a:after,
  #header #top .top-nav > ul > li:last-child a:after {
    background: #5c9021;
    content: "";
    display: block;
    height: 1.4rem;
    position: absolute;
    top: 3.2rem;
    left: 0;
    transform: skewY(-3.8deg);
    width: 100%;
    transition: 200ms all;
  }
  #header #top .top-nav > ul > li:nth-last-child(2) a:hover,
  #header #top .top-nav > ul > li:last-child a:hover {
    padding: 0.818em 4rem 0.618em;
  }
  #header #top .top-nav > ul > li:nth-last-child(2) a:hover:after,
  #header #top .top-nav > ul > li:last-child a:hover:after {
    height: 1.8rem;
  }
  #header #top .top-nav > ul > li:nth-last-child(2) a {
    background: #93cc52;
    padding: 0.618em 3rem;
  }
  #header #top .top-nav > ul > li:nth-last-child(2) a:after {
    background: #93cc52;
  }
  #header #top .top-nav > ul > li:nth-last-child(2) a:hover {
    padding: 0.818em 3rem 0.618em;
  }
  #header #top .top-nav ul.sub-menu {
    background: transparent;
    border: none;
    margin-left: 1.2em;
  }
  #header #top .top-nav ul.sub-menu li {
    background: rgba(238, 233, 232, 0.95);
    border-bottom: 1px solid #fff;
  }
  #header #top .top-nav ul.sub-menu li:hover {
    background: rgba(147, 204, 82, 0.95);
  }
  #header #top .top-nav ul.sub-menu li:hover a {
    color: #fff;
  }
  #header #top .top-nav ul.sub-menu li:last-child {
    border: none;
  }
  #header .header-top {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: auto;
    background: none;
    z-index: 9999;
  }
  #header .header-top .row {
    margin: 0;
    width: 100%;
  }
  #header .header-top .row .heading-group {
    margin-left: 0;
    margin-right: 1.38889%;
    padding-left: 0;
    width: auto;
  }
  #header .header-top .row .widget_product_search {
    width: 23.7%;
    margin-top: 0.43em;
  }
  #header .header-top .row .account {
    display: none !important;
  }
  #header .header-top #logotype {
    float: left;
    margin: 2rem 8.8% 0 2.5rem;
  }
  #header .header-top #logotype:before {
    content: "";
    position: absolute;
    top: -7.3rem;
    left: -7.9rem;
    width: 342px;
    height: 220px;
    background-color: #fff;
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.22);
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transform: rotate(-6.25deg);
  }
  #header .header-top .logoSVG #svglogo {
    max-width: 100%;
  }
  #header.fixed {
    width: 100%;
    background: #fff;
    z-index: 99999;
    top: 0;
  }
  #header.fixed:before {
    top: 69px;
  }
  #header.fixed .container-box-fixed {
    margin: 0 auto;
  }
  #header.fixed .container-box-fixed #top {
    float: right;
    position: absolute;
    right: calc((100% - 960px) / 2);
  }
  #header.fixed .container-box-fixed #top #lang_sel,
  #header.fixed .container-box-fixed #top .top-nav > ul > li {
    display: none;
  }
  #header.fixed .container-box-fixed #top .top-nav > ul > li:last-child,
  #header.fixed .container-box-fixed #top .top-nav > ul > li:nth-last-child(2) {
    display: block;
  }
  #header.fixed .container-box-fixed #top .top-nav > ul > li:last-child a,
  #header.fixed .container-box-fixed #top .top-nav > ul > li:nth-last-child(2) a {
    max-width: 8rem;
    padding: 1.4em 1rem;
    line-height: 1.5rem;
  }
  #header.fixed .container-box-fixed #top .top-nav > ul > li:last-child a:after,
  #header.fixed .container-box-fixed #top .top-nav > ul > li:nth-last-child(2) a:after {
    display: none;
  }
  #header.fixed .container-box-fixed #top .top-nav > ul > li:last-child a:hover,
  #header.fixed .container-box-fixed #top .top-nav > ul > li:nth-last-child(2) a:hover {
    opacity: 0.8;
  }
  #header.fixed .container-box-fixed .header-top {
    max-width: 123px;
    overflow: hidden;
    position: absolute;
    left: calc((100% - 960px) / 2);
  }
  #header.fixed .container-box-fixed .header-top #logotype {
    margin: -0.7rem 0 0;
    width: 150px;
  }
  #header.fixed .container-box-fixed .header-top #logotype:before,
  #header.fixed .container-box-fixed .header-top #logotype .cls-1,
  #header.fixed .container-box-fixed .header-top #logotype .cls-2,
  #header.fixed .container-box-fixed .header-top #logotype .cls-3 {
    display: none;
  }
  #header.fixed .container-box-fixed #navigation {
    float: right;
    clear: left;
  }
  #header.fixed .container-box-fixed #navigation ul.mega-menu {
    padding-right: calc(((100% - 960px) / 2) + 200px) !important;
  }
  #header.fixed .container-box-fixed #navigation ul.mega-menu > li:nth-last-child(2) {
    margin-right: 0 !important;
  }
  #header.fixed .container-box-fixed #navigation .search-menu {
    display: none;
  }
  #header.fixed .container-box-fixed #navigation .mega-menu a {
    font-size: 1.2rem;
  }
  #header.fixed .container-box-fixed #navigation .mega-menu > li > a {
    padding: 2.1em 0.7em;
  }
  #header.fixed .container-box-fixed #navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    height: 69px !important;
  }
  #header.fixed + #container-global {
    margin-top: 16rem;
  }
  /* 3. MAIN NAVIGATION DROPDOWN MENUS (Add main navigation presentational styles here) */
  #navigation {
    border-radius: 0;
    float: none;
    margin: 0 auto;
    text-align: right;
    width: 100%;
    max-width: 100%;
    /* Search menu */
  }
  #navigation ul.mega-menu {
    padding: 0 calc((100% - 960px) / 2) !important;
    /* LEVEL 2 */
  }
  #navigation ul.mega-menu > li {
    float: none;
    display: inline-block;
    border: none;
    padding: 0;
  }
  #navigation ul.mega-menu > li a:hover {
    color: #c7b5b2;
  }
  #navigation ul.mega-menu > li:nth-last-child(2) {
    margin-right: 3.7rem !important;
  }
  #navigation ul.mega-menu > li.mega-current-menu-item > a,
  #navigation ul.mega-menu > li.mega-current-menu-ancestor > a {
    background: #fff;
    color: #272420;
  }
  #navigation ul.mega-menu > li.mega-current-menu-item > a:after,
  #navigation ul.mega-menu > li.mega-current-menu-ancestor > a:after {
    content: "";
    height: 7px;
    width: 100%;
    background: #c7b5b2;
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #navigation ul.mega-menu > li.mega-current-menu-item:first-child > a:after,
  #navigation ul.mega-menu > li.mega-current-menu-ancestor:first-child > a:after,
  #navigation ul.mega-menu > li.mega-current-menu-item:nth-child(4) > a:after,
  #navigation ul.mega-menu > li.mega-current-menu-ancestor:nth-child(4) > a:after {
    background: #8f7660;
  }
  #navigation ul.mega-menu > li.mega-current-menu-item:nth-child(2) > a:after,
  #navigation ul.mega-menu > li.mega-current-menu-ancestor:nth-child(2) > a:after,
  #navigation ul.mega-menu > li.mega-current-menu-item:nth-child(5) > a:after,
  #navigation ul.mega-menu > li.mega-current-menu-ancestor:nth-child(5) > a:after {
    background: #93cc52;
  }
  #navigation ul.mega-menu > li.mega-current-menu-item:nth-child(3) > a:after,
  #navigation ul.mega-menu > li.mega-current-menu-ancestor:nth-child(3) > a:after,
  #navigation ul.mega-menu > li.mega-current-menu-item:nth-child(6) > a:after,
  #navigation ul.mega-menu > li.mega-current-menu-ancestor:nth-child(6) > a:after {
    background: #52c1dd;
  }
  #navigation ul.mega-menu > li.mega-current-menu-item:hover a,
  #navigation ul.mega-menu > li.mega-current-menu-ancestor:hover a {
    color: #fff;
  }
  #navigation ul.mega-menu > li.mega-current-menu-item:hover a:after,
  #navigation ul.mega-menu > li.mega-current-menu-ancestor:hover a:after {
    content: none;
  }
  #navigation ul.mega-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 23px !important;
  }
  #navigation ul.mega-menu > li.mega-menu-megamenu > .mega-sub-menu {
    padding: 30px calc((100% - 960px) / 2) 0 !important;
  }
  #navigation ul.mega-menu > li.mega-menu-megamenu > .mega-sub-menu > .widget_text {
    padding-bottom: 0 !important;
  }
  #navigation ul.mega-menu > li.mega-menu-megamenu > .mega-sub-menu > .widget_text .textwidget {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    background: #5c9021;
    line-height: 2.8rem;
  }
  #navigation ul.mega-menu > li.mega-menu-megamenu > .mega-sub-menu li.mega-menu-item-has-children.mega-menu-ss-titre:before {
    background: rgba(92, 144, 33, 0.3) !important;
    height: 1px;
    width: 100%;
    display: block !important;
    position: absolute;
    top: 17px;
    content: "";
  }
  #navigation ul.mega-menu > li.mega-menu-megamenu > .mega-sub-menu li.mega-menu-item-has-children.mega-menu-ss-titre .dashicons-arrow-down {
    cursor: text !important;
    font-weight: 700 !important;
    color: #5c9021 !important;
    font-size: 1.2rem !important;
    text-transform: uppercase !important;
    margin-top: 5px !important;
    text-shadow: -6px 0px 0px #F2EFEF, -4px 0px 0px #F2EFEF, -2px 0px 0px #F2EFEF, 2px 0px 0px #F2EFEF, 4px 0px 0px #F2EFEF, 6px 0px 0px #F2EFEF;
  }
  #navigation ul.mega-menu > li.mega-menu-megamenu > .mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    margin-left: 0 !important;
  }
  #navigation ul.mega-menu > li.mega-menu-megamenu > .mega-sub-menu li.mega-menu-item a.dashicons-arrow-right-alt2.mega-menu-link:before {
    float: right;
    color: #5c9021 !important;
    margin: 0 0 0 6px !important;
  }
  #navigation ul.mega-menu > li.mega-menu-megamenu > .mega-sub-menu img {
    height: auto !important;
  }
  #navigation ul.mega-menu ul.sub-menu li a,
  #navigation ul.mega-menu ul.children li a {
    color: #fff;
  }
  #navigation ul.mega-menu ul.sub-menu li a:hover,
  #navigation ul.mega-menu ul.children li a:hover {
    background: #5c9021;
  }
  #navigation ul.mega-menu ul.sub-menu li:last-child > a,
  #navigation ul.mega-menu ul.children li:last-child > a {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #navigation.fixed {
    z-index: 99999;
  }
  #navigation .search-menu {
    position: absolute;
    top: 7px;
    right: calc((100% - 960px) / 2);
    display: block;
  }
  #navigation .search-menu #searchform {
    border: none;
    margin-bottom: 0;
  }
  #navigation .search-menu #searchform #s {
    background-color: transparent;
    background-image: url("images/loupe.svg");
    background-position: 11px 35%;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-size: 13px;
    line-height: 19px;
    padding: 7px 0 10px;
    position: relative;
    text-indent: -9999px;
    transition: all 400ms ease 0s, background 400ms ease 0s;
    width: 39px;
  }
  #navigation .search-menu #searchform #s:hover {
    opacity: 0.4;
  }
  #navigation .search-menu #searchform #s:focus {
    background-color: #fff;
    background-position: 12px 6px;
    background-size: 2.5% auto;
    border: medium none;
    border-bottom: 3px solid #93cc52;
    color: #888888;
    cursor: text;
    font-size: 26px;
    line-height: 32px;
    opacity: 1;
    outline: 0 none;
    padding: 0 15px 13px 54px;
    text-indent: 0;
    width: 96rem;
  }
  #navigation .search-menu #searchform #s:focus:hover {
    opacity: 1;
  }
  #navigation .search-menu #searchform #searchsubmit {
    display: none;
  }
  #bandeau {
    display: block;
    display: inline;
    float: left;
    width: 97.22222222%;
    margin-left: 1.38888889%;
    margin-right: 1.38888889%;
    *width: 97.17013889%;
    *margin-left: 1.33680556%;
    *margin-right: 1.33680556%;
    position: relative;
  }
  #bandeau:before {
    content: "";
    height: 4px;
    width: 100%;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
    display: block;
    position: absolute;
  }
  #bandeau:after {
    content: "";
    height: 26px;
    width: 100%;
    border-radius: 50% / 100% 100% 0 0;
    border-top: 3px solid #fff;
    background: #fff;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  #configurateurs-home .wpb_text_column p.no-link,
  #configurateurs-home .wpb_text_column a {
    padding-left: 6.5rem;
    text-align: left;
  }
  #configurateurs-home .wpb_text_column p.no-link:before,
  #configurateurs-home .wpb_text_column a:before {
    display: block;
    position: absolute;
    left: 2.5rem;
    top: 0.5rem;
    vertical-align: inherit;
  }
  #configurateurs-home .wpb_text_column p.no-link:hover,
  #configurateurs-home .wpb_text_column a:hover {
    padding-left: 7rem;
    color: #93cc52;
  }
  #configurateurs-home .wpb_text_column p.no-link:hover:before,
  #configurateurs-home .wpb_text_column a:hover:before {
    transform: rotate(360deg);
    background: url("images/config-roue-hover.svg") no-repeat;
    background-size: 100%;
    left: 3rem;
  }
  #configurateurs-home .wpb_text_column p.no-link br,
  #configurateurs-home .wpb_text_column a br {
    display: block;
  }
  article.post .entry .alignleft,
  article.page .entry .alignleft {
    margin-left: 0;
  }
  article.post .entry .alignright,
  article.page .entry .alignright {
    margin-right: 0;
  }
  #main {
    padding: 0;
  }
  .blog #main {
    display: inline;
    float: left;
    width: 97.22222222%;
    margin-left: 1.38888889%;
    margin-right: 1.38888889%;
    *width: 97.17013889%;
    *margin-left: 1.33680556%;
    *margin-right: 1.33680556%;
  }
  #sidebar {
    display: block;
  }
  /* 6.2 Contact Form */
  .gform_wrapper .gfield_label {
    float: left;
    width: 50%;
  }
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: calc(42%) !important;
  }
  .archive #content h1,
  .page #content h1 {
    margin: 0 0 1.5rem;
  }
  .single-product #main > .product {
    margin: 0;
    width: 100%;
  }
  .single-product.layout-full .product .images {
    margin-left: 0;
    margin-right: 6%;
    width: 54%;
  }
  .single-product.layout-full .product .images .thumbnails a {
    display: inline;
    float: left;
    width: 22.22222222%;
    margin-left: 1.38888889%;
    margin-right: 1.38888889%;
    *width: 22.17013889%;
    *margin-left: 1.33680556%;
    *margin-right: 1.33680556%;
  }
  .single-product.layout-full .product .summary {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 40%;
  }
  .single-product .summary form.cart .swatch-wrapper {
    max-width: 19%;
    margin: 0 1% 5px 0;
  }
  .single-product .summary #silvadec_pictos_reassurance div {
    width: 33%;
    padding: 0 0.7rem 0 1.2rem;
    text-align: left;
  }
  .single-product .summary #silvadec_pictos_reassurance div:before {
    width: 23px;
  }
  .single-product .summary #silvadec_pictos_reassurance .garantie-25 {
    width: 28%;
  }
  .single-product .summary #silvadec_pictos_reassurance .respect {
    width: 39%;
  }
  .single-product .titre-bloc-single:after {
    width: 38rem;
  }
  .single-product .woocommerce-tabs .panel#tab-description,
  .single-product .woocommerce-tabs .panel#tab-additional_information {
    float: left;
  }
  .single-product .woocommerce-tabs .panel#tab-description {
    width: 58%;
    margin-right: 10%;
  }
  .single-product .woocommerce-tabs .panel#tab-additional_information {
    width: 32%;
    margin-bottom: 0;
  }
  .single-product .woocommerce-tabs .panel#tab-additional_information .titre-bloc-single:after {
    width: 100%;
  }
  .single-product #portfolio_product .inner {
    padding: 4.5rem 2rem 0 0;
  }
  .single-product #portfolio_product .inner img {
    float: left;
    margin: -4.5rem 6rem 0 0;
    max-width: 38.1rem;
  }
  .single-product #portfolio_product .inner .button-block {
    float: right;
  }
  .single-product #silvadec_produits-associes .inner img {
    max-width: 66.3%;
  }
  .single-product #silvadec_produits-associes .inner button {
    width: auto;
  }
  .single-product #silvadec_pose_conseils .col-sm-4 {
    box-sizing: border-box;
    padding-right: 15px;
    position: relative;
    float: left;
    min-height: 1px;
    width: 33.3333%;
  }
  .single-product #silvadec_pose_conseils .video iframe {
    height: 171px;
  }
  .single-product .dix-bonnes-raisons {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .single-product .dix-bonnes-raisons a {
    background-position: 14% 23px;
    background-size: 9% auto;
    padding: 2.7rem 2rem 2.7rem 6rem;
  }
  .single-product .dix-bonnes-raisons a:hover {
    letter-spacing: 1px;
    background-color: #78ae3a;
    background-position: 16% 23px;
  }
  .single-product .professionnels {
    float: left;
    width: 49%;
    margin-bottom: 3rem;
  }
  .single-product .professionnels * {
    box-sizing: border-box;
  }
  .single-product .professionnels a:hover {
    letter-spacing: 1px;
    background-color: #7c6754;
  }
  .single-product .professionnels:after {
    display: table;
    clear: both;
    content: "";
  }
  .portfolio-content-full {
    max-width: 100%;
  }
  #main.portfolio-main-full {
    float: none;
  }
  .portfolio-breadcrumb,
  #main.portfolio-main-full .page-header {
    max-width: 60em;
    width: 100%;
    margin: 0 auto;
  }
  #content #main [id*="huge_it_portfolio_filters"] {
    width: 60em;
  }
  #content #main [id*="huge_it_portfolio_filters"] ul li {
    float: left !important;
    width: auto;
  }
  #content #main [id*="huge_it_portfolio_keys"] {
    width: 60em;
  }
  #content #main .type-portfolio {
    margin-bottom: 0;
  }
  #content #main [id*="huge_it_portfolio_container"] {
    height: auto !important;
  }
  #content #main [id*="huge_it_portfolio_container"] .portelement {
    clear: none;
    float: left;
    width: 50% !important;
    max-height: 304px;
  }
  #content #main [id*="huge_it_portfolio_container"] .portelement div[class*="left-block"] {
    position: relative;
    overflow: hidden;
    width: 50%;
    float: left;
    padding: 0;
    min-height: 304px;
  }
  #content #main [id*="huge_it_portfolio_container"] .portelement div[class*="left-block"] [class*="main-image-block"] {
    width: 100%;
  }
  #content #main [id*="huge_it_portfolio_container"] .portelement div[class*="left-block"] [class*="main-image-block"] img {
    height: 304px;
    width: 100% !important;
  }
  #content #main [id*="huge_it_portfolio_container"] .portelement div[class*="left-block"] .thumbs-block {
    display: none;
  }
  #content #main [id*="huge_it_portfolio_container"] .portelement div[class*="left-block"]:before {
    left: auto;
    line-height: 5.2rem;
    content: "";
    right: -3rem;
    top: 40%;
    text-align: left;
    padding-left: 1.5rem;
  }
  #content #main [id*="huge_it_portfolio_container"] .portelement div.right-block {
    padding: 4.5rem calc(8% / 2 + 22px) 0;
    float: right;
    width: 50%;
  }
  #content #main [id*="huge_it_portfolio_container"] .portelement div.right-block [class*="title-block"] h3 {
    max-height: 96px;
  }
  #content #main [id*="huge_it_portfolio_container"] .portelement div.right-block .button-block {
    margin-top: 3rem;
  }
  #content #main [id*="huge_it_portfolio_container"] .portelement.sld_iteration_2_4 div[class*="left-block"] {
    float: right;
  }
  #content #main [id*="huge_it_portfolio_container"] .portelement.sld_iteration_2_4 div[class*="left-block"]:before {
    left: -3rem;
    content: "";
    padding-left: 2.9rem;
  }
  #main .bt-plein a,
  #main .bt-contour a {
    float: left;
    width: auto;
    clear: none;
  }
  .realisation h1 {
    max-width: 87%;
  }
  .nav-prev,
  .nav-next {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
  }
  .nav-prev {
    right: 4.6rem;
  }
  .footer-wrap {
    padding-top: 2rem;
  }
  #footer-widgets {
    padding-bottom: 3rem;
  }
  #footer-widgets .widget {
    margin-bottom: 1rem;
    display: block;
  }
  #footer-widgets .widget ul {
    margin-bottom: 0;
  }
  #footer-widgets .widget_nav_menu {
    text-align: center;
    margin-top: 6rem;
    display: block;
  }
  #footer-widgets .widget_nav_menu ul {
    list-style: none;
  }
  #footer-widgets .widget_nav_menu ul li {
    display: inline-block;
  }
  #footer-widgets .widget_nav_menu ul li a {
    color: #2f2a23;
    font-weight: 400;
    font-size: 1.3rem;
  }
  #footer-widgets .widget_nav_menu ul li a:before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    line-height: 1;
    font-size: 1rem;
    margin: 0 0.5rem 0 2rem;
  }
  #footer-widgets .widget_nav_menu ul li a:hover {
    color: #8f7660;
  }
  #footer-widgets ul.contact {
    margin-top: -8rem;
  }
  .menu-bas-container li {
    display: inline-block;
    padding: 0 1.4rem;
    line-height: 2rem;
    border-right: 1px solid #baad9b;
  }
  #copyright,
  #credit {
    padding: 0 1.4rem;
    float: right;
    line-height: 1.1rem;
  }
  #copyright p,
  #credit p {
    margin: 0;
  }
  #copyright p a:hover,
  #credit p a:hover {
    color: #2f2a23;
  }
  .blog article,
  .search-results article {
    margin-bottom: 1.3rem;
  }
  .blog article h2,
  .search-results article h2 {
    font-size: 2rem;
  }
  .blog article .post-content,
  .search-results article .post-content {
    margin-bottom: 2rem;
  }
  .blog article .post-content > a,
  .search-results article .post-content > a {
    float: left;
    margin-right: 2rem;
  }
  .blog article .post-content > a img,
  .search-results article .post-content > a img {
    max-width: 150px !important;
    border-radius: none !important;
    border-radius: 0;
  }
  .blog article .post-content .entry,
  .search-results article .post-content .entry {
    clear: none;
    padding: 0;
    font-size: 1.5rem;
  }
  .blog article .post-content .entry > p,
  .search-results article .post-content .entry > p {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .blog article .post-content .entry .post-more,
  .search-results article .post-content .entry .post-more {
    clear: none;
  }
  .home div.woocommerce-wrap ul.products li.product {
    display: inline;
    float: left;
    width: 17.77777778%;
    margin-left: 1.11111111%;
    margin-right: 1.11111111%;
    *width: 17.72569444%;
    *margin-left: 1.05902778%;
    *margin-right: 1.05902778%;
  }
  div.wpcf7 .wpcf7-form {
    width: 50%;
  }
  h1.espace-pro {
    float: left;
  }
  .logout-link {
    float: right;
  }
  .echantillon {
    background-color: #96867b;
    color: #f3eee8;
    border-radius: 5px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
    padding: 12px;
    font-size: 15px;
  }
  .extranet-entete .intitule-recherche {
    float: left;
  }
  .extranet-entete .extranet-search {
    float: right;
    width: 67%;
  }
  #extranet-results {
    width: 74%;
  }
  #ajax_response .extranet-item h2 {
    margin-bottom: 0;
  }
  #ajax_response .extranet-item .extranet-download {
    float: right;
    width: 35%;
  }
  .page #bwg_container1_0 #bwg_container2_0 #tag_sidebar {
    width: 27%;
  }
  .page #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 {
    width: 72%;
  }
  .page #bwg_container1_0 #bwg_container2_0 .bwg_nav_cont_0 {
    width: 72%;
  }
  .page .bwg_search_container_1 {
    padding: 2rem 8rem;
  }
}
/* 9.2 Spé portfolio | >1500px */
@media only screen and (min-width: 769px) and (max-width: 1500px) {
  #content #main [id*="huge_it_portfolio_container"] .portelement div[class*="left-block"] [class*="main-image-block"] {
    width: 400px;
  }
  #navigation .search-menu #searchform #s:focus {
    width: 64vw;
  }
}
/* 9.3 Tablettes | >1100px */
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #header:before {
    top: 96px;
  }
  #header .header-top #logotype {
    max-width: 70%;
    margin: 0 3% 0;
  }
  #header .header-top #logotype:before {
    display: none;
  }
  #header #top {
    font-size: 1.2rem;
    min-height: 4.5rem;
  }
  #header #top .top-nav > ul > li:nth-last-child(2) a,
  #header #top .top-nav > ul > li:last-child a {
    padding: 0.618em 2rem 0.8em;
  }
  #header #top .top-nav > ul > li:nth-last-child(2) a:after,
  #header #top .top-nav > ul > li:last-child a:after {
    display: none;
  }
  #header #top .top-nav > ul > li:nth-last-child(2) a:hover,
  #header #top .top-nav > ul > li:last-child a:hover {
    padding: 0.618em 2rem 0.8em;
  }
  #header #top .top-nav #lang_sel a {
    font-size: 1.2rem;
    padding: 0.618em 1.387em;
  }
  #header #top .top-nav #lang_sel a.lang_sel_sel {
    line-height: 2rem;
  }
  #header #top .top-nav #lang_sel ul ul {
    top: 3rem;
  }
  #navigation .mega-menu a {
    font-size: 1.2rem !important;
  }
  #header.fixed:before {
    top: 64px;
  }
  #header.fixed .container-box-fixed #navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    height: 64px !important;
    padding: 1.6em 0.7em;
  }
  #content #main [id*="huge_it_portfolio_container"] .portelement div.right-block {
    padding-top: 2.5rem;
  }
  #content #main [id*="huge_it_portfolio_container"] .portelement div.right-block [class*="title-block"] h3 {
    font-size: 14px !important;
  }
  #content #main [id*="huge_it_portfolio_container"] .portelement div.right-block .button-block {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 990px) {
  #navigation .mega-menu > li > a {
    padding: 13px 8px 0 !important;
  }
  #navigation .mega-menu a {
    font-size: 1.1rem !important;
  }
  #navigation .search-menu {
    right: 0;
  }
  #header.fixed .container-box-fixed #top {
    right: 0;
  }
  #header.fixed .container-box-fixed #top .top-nav > ul > li:last-child a,
  #header.fixed .container-box-fixed #top .top-nav > ul > li:nth-last-child(2) a {
    max-width: 6.5rem;
  }
  #header.fixed .container-box-fixed .header-top {
    left: 15px;
  }
  #header.fixed .container-box-fixed #navigation ul.mega-menu {
    padding-right: 180px !important;
  }
  #header.fixed .container-box-fixed #navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 1.8em 0.4em !important;
    font-size: 1rem !important;
  }
  .single-product .summary form.cart .swatch-wrapper {
    margin: 0 2% 5px 0;
    max-width: 48%;
  }
}
/* 9.4 Mobile | >768px */
@media only screen and (max-width: 768px) {
  #navigation .mega-menu > li {
    border-bottom: 1px solid #e6e4e4 !important;
  }
  #navigation .mega-menu > li.mega-menu-megamenu > .mega-sub-menu > .widget_text {
    display: none !important;
  }
  #navigation .mega-menu > li.mega-menu-megamenu > .mega-sub-menu li.mega-menu-item-has-children.mega-menu-ss-titre > a.dashicons-arrow-down {
    display: none !important;
  }
  #navigation .mega-menu > li.mega-menu-megamenu > .mega-sub-menu .mega-sub-menu {
    margin-left: 0 !important;
  }
  #bloc-categories .col_1,
  #bloc-categories .col_2,
  #bloc-categories .col_3 {
    width: 100%;
  }
}
/* 9.5 Mobile | >480px */
@media only screen and (max-width: 480px) {
  .page-template-page-espace-pro:not(.logged-in) #main {
    padding: 0;
  }
  .uam_login_form {
    max-width: none;
    border: none;
    box-shadow: none;
    padding-top: 0;
  }
  .uam_login_options {
    margin: 0;
    width: 100%;
    background: none;
  }
  .uam_login_options a {
    width: 100%;
    border: none !important;
    background: rgba(222, 215, 215, 0.4);
  }
}
/* SubMenu */
@media only screen and (max-width: 1678px) {
  #bandeau-taupe.fixed {
    padding-left: 20%;
    padding-right: 18%;
  }
}
@media only screen and (max-width: 1440px) {
  #bandeau-taupe.fixed {
    padding-left: 15%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 1242px) {
  #bandeau-taupe.fixed {
    padding-left: 11%;
    padding-right: 2%;
  }
}
@media only screen and (max-width: 1085px) {
  #bandeau-taupe.fixed {
    padding-left: 8%;
    padding-right: 0%;
  }
}
@media only screen and (max-width: 997px) {
  #bandeau-taupe.fixed {
    padding-left: 0%;
    padding-right: 0%;
  }
  #bandeau-taupe.fixed .vc_col-sm-3 {
    width: 24%;
  }
  #bandeau-taupe.fixed .vc_col-sm-3:nth-child(2) {
    width: 27%;
  }
  #bandeau-taupe.fixed a:after {
    right: 1rem;
  }
}

/*# sourceMappingURL=custom.css.map */
