/*
Theme Name: Piveteau Bois
Version: 1.0
Text Domain: piveteaubois
*/



/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Utils
 * 3.0 - Layout
 * 4.0 - Styles
 */

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */
@font-face {
    font-family: 'gotham_bold';
    src: url('fonts/Gotham-Bold.eot') format('eot'),
         url('fonts/Gotham-Bold.svg') format('svg'),
         url('fonts/Gotham-Bold.woff')format('woff'),
         url('fonts/Gotham-Bold.woff2')format('woff2');
}
@font-face {
    font-family: 'gotham_book';
    src: url('assets/fonts/Gotham-Book.eot') format('eot'),
    url('fonts/Gotham-Book.svg') format('svg'),
    url('fonts/Gotham-Book.woff')format('woff'),
    url('fonts/Gotham-Book.woff2')format('woff2');
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
    outline: 0;
}

a img,
img,
map {
    border: 0;
    outline: none;
}


/**
 * 2.0 - Utils
 */

.clear:before,
.clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}




/* 
 * Slider
 * http://cdn.jsdelivr.net/jquery.slick/1.4.1/slick.css
 */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}

svg {
    position: absolute;
}
.slick-slide .clip {
    height: 100%;
    width: 1031px;
}

.webkit-clip-path .slick-slide .clip,
.webkit-clip-path .overlay {
    -webkit-clip-path: polygon(23% 0, 100% 0%, 77% 100%, 0 100%);
    overflow: hidden;
}

.webkit-clip-path .overlay {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.clip-path .slick-slide .clip,
.clip-path .overlay {
    clip-path: url(#clipCarousel);
}

.slick-slide .clip img {
    display: block;
}



.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

/**
 * Drop down
 * https://raw.githubusercontent.com/claviska/jquery-dropdown/master/jquery.dropdown.css
 */
.dropdown {
    position: absolute;
    z-index: 9999999;
    display: none;
}

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
    min-width: 160px;
    max-width: 360px;
    list-style: none;

    overflow: visible;
    padding: 0;
    margin: 0;
}

.dropdown .dropdown-panel {
    padding: 10px;
}

.dropdown.dropdown-tip {
    margin-top: 8px;
}

.dropdown.dropdown-tip:before {
    position: absolute;
    top: -6px;
    left: 9px;
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:before {
    left: auto;
    right: 9px;
}

.dropdown.dropdown-tip:after {
    position: absolute;
    top: -5px;
    left: 10px;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:after {
    left: auto;
    right: 10px;
}


.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
    max-height: 358px;
    overflow: auto;
}

.dropdown .dropdown-menu li {
    list-style: none;
    padding: 0 0;
    margin: 0;
}

.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LABEL {
    text-decoration: none;
    white-space: nowrap;
}


.js select {
    display: none;
}




.pb-carousel {
    width: 780px;
    margin: 0 auto;
    position: relative;
    left: -36px;
    height: 410px;
}
.pb-carousel .menu {
    display: none;
}
.pb-carousel .menu.slick-initialized {
    display: block;
}



.pb-carousel .menu-item {
    width: 1031px;
    height: 410px;
    position: relative;
    float: left;
}
.pb-carousel .beveled-white-carousel-button {
    position: absolute;
    z-index: 1;
    top: 169px;
    left: 463px;
    opacity: 0;
}
.pb-carousel .xs-beveled-button {
    position: absolute;
    z-index: 1;
    top: 224px;
    left: 790px;

    opacity: 0;
}

.no-opacity .pb-carousel .beveled-white-carousel-button,
.no-opacity .pb-carousel .xs-beveled-button {
    display: none;
}

.pb-carousel .activity-info {
    background: url("assets/images/piveteau-bois-carousel.png?v=2") 0 0 no-repeat;
    width: 226px;
    height: 42px;
    padding-top: 34px;
    display: block;
    position: absolute;
    left: 79px;
    top: 21px;
}

.pb-carousel .beveled-activity-name {
    position: relative;
    z-index: 1;

    color: #442813;
    text-transform: uppercase;
    font-size: 10px;
    vertical-align: top;
    font-weight: 700;
    white-space: nowrap;
}

.not-home-page .pb-carousel .slick-prev,
.not-home-page .pb-carousel .slick-next,
.not-home-page .pb-carousel .beveled-button {
    display: none!important;
}
.not-home-page .pb-carousel .slick-list,
.not-home-page .pb-carousel a {
    cursor: default!important;
}

.slick-list {
    overflow: visible!important;
}
.slick-center {
    z-index: 1;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -26.5px;
    border: 0;
    text-indent: -400%;
    overflow: hidden;
    width: 53px;
    height: 53px;
    background: url("assets/images/carousel-arrows.png") 0 0 no-repeat;
    cursor: pointer;
}

.slick-prev {
    margin-left: -586px;
}
.slick-next {
    margin-left: 605px;
    background-position: right 0;
}

.overlay {
    opacity: 1;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;

    position: absolute;
    top: 0;
    left: 0;
    width: 1031px;
    height: 410px;
}
.no-clip-path.no-webkit-clip-path .overlay {
    background: url("assets/images/overlay.png") 0 0 no-repeat;
}
.clip-path .overlay,
.webkit-clip-path .overlay {
    background: rgba(0, 0, 0, 0.5);
}


.slick-center .overlay {
    opacity: 0;
}
.no-opacity .slick-center .overlay {
    display: none;
}
.slick-center .beveled-white-carousel-button,
.slick-center .xs-beveled-button {
    opacity: 1;

    -moz-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition-property: opacity,left;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition-property: opacity,left;
    transition: all 0.3s ease-in-out 0.3s;
    transition-property: opacity,left;
}
.no-opacity .slick-center .beveled-white-carousel-button,
.no-opacity .slick-center .xs-beveled-button {
    display: block;
}

.slick-center .beveled-white-carousel-button {
    left: 478px;
}
.slick-center .xs-beveled-button {
    left: 805px;
    font-weight: 100;
}

.pb-carousel-nav-wrapper {
    background: #442814;
}


.pb-carousel-nav {
    width: 1031px;
    margin: -16px auto 0;
    position: relative;
}

.pb-carousel-nav ul,
.pb-carousel-nav li,
.pb-carousel-nav li .bg,
.pb-carousel-nav-title {
    background-image: url("assets/images/carousel-nav-sprite.png");
    background-repeat: no-repeat;
}


.pb-carousel-nav ul {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 21px;
    background-position: right -382px;
}
.lt-ie8 .pb-carousel-nav ul {
    display: inline;
}
.pb-carousel-nav li {
    float: left;
    background-position: right -140px;

    position: relative;
}
.pb-carousel-nav li.first-item .bg {
    background-position: 0 -70px;
}
.pb-carousel-nav li.last-item {
    background-position: right -296px;
}

.pb-carousel-nav li .bg {
    background-color: #593E2B;
    background-position: 0 -226px;

    position: absolute;
    left: 0;
    top: 16px;
    bottom: 0;
    right: 21px;
}

.pb-carousel-nav li .bg.over {
    background-image: url("assets/images/bevels-colors.png");
    background-color: transparent;
    background-position: 0 0;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    display: block;
    margin-left: -23px;

    padding: 0 27px;
    right: auto;
    top: 100%;
    width: 100%;
    z-index: 1;
    left: -52px;

    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pb-carousel-nav li .bg.over .bg-right {
    background-image: url("assets/images/bevels-colors.png");
    background-position: right 0;
    width: 53px;
}

.pb-carousel-nav li .bg.over .bg-color {
    background: #009164;
    right: 52px;
    left: 52px;
}

.pb-carousel-nav li.active .bg.over,
.pb-carousel-nav li:hover .bg.over {
    top: 0;
    left: 0;
}

.lt-ie8 .pb-carousel-nav li.active {
    z-index: 1;
}
.lt-ie8 .pb-carousel-nav li:hover {
    z-index: 2;
    display: block;
}
.lt-ie8 .pb-carousel-nav li:hover a + .bg { background-image: none; }
.lt-ie8 .pb-carousel-nav li.active:hover a + .bg,
.lt-ie8 .pb-carousel-nav li.active + li:hover a + .bg { display: none; }


.pb-carousel-nav-title {
    color: #776860;

    padding-right: 28px;
    background-position: right 0;
}
.pb-carousel-nav-title,
.pb-carousel-nav li a {
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    height: 70px;
    line-height: 70px;
    margin-top: 16px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.075em;
}

.pb-carousel-nav li a {
    color: #FFF;

    text-align: center;
    min-width: 86px;
    padding: 0 30px;

    position: relative;
    z-index: 2;
    overflow: hidden;
}

.pb-carousel-nav li a:focus {
    outline: 0;
}
.pb-carousel-nav li a span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    max-width: 105px;
}
.pb-carousel-nav li.menu-item-325 a span {
    max-width: 123px;
}
.lt-ie8 .pb-carousel-nav li a span {
    margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
    line-height: normal;
    text-decoration: none;
}


.beveled-background,
.beveled-background .bg-right {
    background: url("assets/images/bevels-colors.png?v=2") 0 bottom no-repeat;
    position: relative;
}
.beveled-background .bg-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: right bottom;
}

.beveled-background .bg-color {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.beveled-button {
    text-transform: uppercase;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    text-align: center;

    height: 48px;
    line-height: 48px;
    padding: 0 32px;
    min-width: 160px;
}
.lt-ie9 .beveled-button {
    padding: 0!important;
}

.beveled-button .bg-right {
    width: 33px;
}

.beveled-button .bg-color {
    left: 32px;
    right: 32px;
}

.beveled-white-carousel-button {
    height: 80px;
    line-height: 80px;
    padding: 0 51px;
    width: 465px;
}

.beveled-white-carousel-button .bg-right {
    width: 52px;
}

.beveled-white-carousel-button .bg-color {
    left: 51px;
    right: 51px;
}

.beveled-white-carousel-button { background-position: left -601px; }
.beveled-white-carousel-button .bg-right { background-position: right -601px; }
.beveled-white-carousel-button .bg-color { background: #FFF; }


.beveled-activity-name {
    height: 9px;
    line-height: 10px;
    padding: 0 8px;
    min-width: 60px;
}
.lt-ie9 .beveled-activity-name {
    padding: 0 8px!important;
}
.beveled-activity-name .bg-right {
    width: 8px;
}

.beveled-activity-name .bg-color {
    left: 7px;
    right: 7px;
}

.beveled-activity-name  { background-position: left -149px; }
.beveled-activity-name .bg-right { background-position: -90px -86px; }
.beveled-activity-name .bg-color { background: #FFF; }


.beveled-green-button { background-position: left -159px; }
.beveled-green-button .bg-right { background-position: right -159px; }
.beveled-green-button .bg-color { background: #009164; }

.beveled-grey-button { background-position: left -207px; }
.beveled-grey-button .bg-right { background-position: right -207px; }
.beveled-grey-button .bg-color { background: #F0EAE7; }

.beveled-durapin-button { background-position: left -291px; }
.beveled-durapin-button .bg-right { background-position: right -291px; }
.beveled-durapin-button .bg-color { background: #336D23; }

.beveled-wex-button { background-position: left -339px; }
.beveled-wex-button .bg-right { background-position: right -339px; }
.beveled-wex-button .bg-color { background: #363A3B; }

.beveled-temperal-button { background-position: left -387px; }
.beveled-temperal-button .bg-right { background-position: right -387px; }
.beveled-temperal-button .bg-color { background: #694D2D; }

.beveled-lamwood-button { background-position: left -435px; }
.beveled-lamwood-button .bg-right { background-position: right -435px; }
.beveled-lamwood-button .bg-color { background: #CB1A2C; }

.beveled-pellets-button { background-position: left -483px; }
.beveled-pellets-button .bg-right { background-position: right -483px; }
.beveled-pellets-button .bg-color { background: #EF6635; }

.beveled-igni-b-button { background-position: left -681px; }
.beveled-igni-b-button .bg-right { background-position: right -681px; }
.beveled-igni-b-button .bg-color { background: #601A2F; }

.beveled-brown-button { background-position: left -729px; }
.beveled-brown-button .bg-right { background-position: right -729px; }
.beveled-brown-button .bg-color { background: #442814; }


.xs-beveled-button {
    height: 26px;
    line-height: 26px;
    padding: 0 22px;
    min-width: 115px;
}

.xs-beveled-button .bg-right {
    width: 17px;
}

.xs-beveled-button .bg-color {
    left: 16px;
    right: 16px;
}

.xs-beveled-button.beveled-green-button { background-position: left -59px; }
.xs-beveled-button.beveled-green-button .bg-right { background-position: right 0; }
.xs-beveled-button.beveled-green-button .bg-color { background: #009164; }




.hlist > * {
    float: left;
}

/**
 * 3.0 - Layout
 */
.wrapper {

    overflow: hidden;
}
.content-width {
    width: 810px;
    margin: 0 auto;
}
.page-content-width {
    width: 1000px;
    margin: 0 auto;
}

.full-width {
    min-width: 1280px;
    margin: 0 auto;
}

.header {
    position: relative;
}

.footer {
    min-height: 390px;
    position: relative;
    background: url("assets/images/footer-repeat-bg.png") center top repeat;
}
.home .footer,
.page-parent .footer {
    margin-top: 180px;
}

/**
 * 4.0 - Styles
 */
/* Fonts:
 * din-condensed-web, proxima-nova
 */

body {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#page {
    background: url("assets/images/background.png") center bottom repeat-x;
}

.font-light {
    font-weight: 100;
}
.font-bold,
.beveled-button {
    font-weight: 700;
}
.font-black {
    font-weight: 700;
}
.font-depth {
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.25);
}

.help {
    font-weight: 100;
    font-style: italic;
}

/* Header & main menu */
.header {
    background: #FFF;
    height: 70px;
}
.header-block {
    background: #EFEAE7 url("assets/images/header-bg.png") 0 0 no-repeat;
    left: 50%;
    right: 0;
    margin-left: -500px;
    position: absolute;
    height: 70px;
}
.header .logo {
    display: block;
    margin-left: 46px;
}

.main-menu-container {
    height: 70px;
    padding-left: 80px;
}

.main-menu-container .menu {
    height: 54px;
    line-height: 54px;
    margin-top: 16px;
}
.main-menu-container a  {
    text-transform: uppercase;
    padding: 0 24px;
    display: block;
    color: #655D5A;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    z-index: 2;
}
.main-menu-container li + li .bg {
    background: url("assets/images/main-menu-separator.png") 0 0 no-repeat;
    width: 23px;
    height: 53px;
    position: absolute;
    left: 0;
    top: 0;
}
.main-menu-container li + li a {
    padding-left: 23px;
}
.home .main-menu-container li.home-link a,
.main-menu-container li.current-menu-item a,
.main-menu-container a:hover {
    color: #009164;
}

.main-menu-container li {
    position: relative;
    height: 53px;
}
.main-menu-container li .bg.over {
    display: none;
}
.main-menu-container li.menu-item-has-children .bg.over {
    background-image: url("assets/images/bevels-colors.png");
    background-color: transparent;
    background-position: 0 -531px;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    display: block;
    margin-left: -17px;
    position: absolute;
    padding: 0 27px;
    right: auto;
    top: -86px;
    height: 70px;
    width: 100%;
    z-index: 1;
    left: 41px;

    -moz-transition: all 0.2s ease-in;
    -moz-transition-delay: 0.3s;
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0.3s;
    transition: all 0.2s ease-in;
    transition-delay: 0.3s;
}

.main-menu-container li.menu-item-has-children .bg.over .bg-right {
    background-image: url("assets/images/bevels-colors.png");
    background-position: right -531px;
    width: 41px;
}

.main-menu-container li .bg.over .bg-color {
    background: #F7F5F3;
    right: 41px;
    left: 41px;
}

.main-menu-container li:hover .bg.over,
.main-menu-container li.hover .bg.over {
    top: -17px;
    left: 0;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main-menu-container li:hover .sub-menu,
.main-menu-container li.hover .sub-menu{
    max-height: 200px;
    padding: 10px 0 10px 14px;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lt-ie8 .bg.over,
.lt-ie8 .sub-menu {
    display: none!important;
}


.main-menu-container .sub-menu {
    background: #FFF;
    padding-left: 14px;
    position: absolute;
    width: auto;
    min-width: 100%;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    left: 0;
    top: 53px;
    z-index: 100;
    margin-left: -17px;

    overflow: hidden;

    max-height: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.main-menu-container .sub-menu li {
    list-style-type: square;
    color: #009164;
    line-height: 17px;
    height: 17px;
    margin-left: 30px;
    padding-left: 3px;
    padding-right: 20px;
}

.main-menu-container .sub-menu a {
    text-decoration: none;
    color: #6D5647;
    text-transform: none;
    font-size: 12px;
    line-height: 17px;
    padding: 0!important;
    white-space: nowrap;
}
.main-menu-container .sub-menu a:hover {
    color: #6D5647;
    text-decoration: underline;
}


.header-block nav {
    position: relative;
}
.language-switcher {
    position: absolute;
    right: -30px;
    top: 4px;
    text-transform: uppercase;
    height: 13px;
    line-height: 15px;
}

.language-switcher a {
    text-decoration: none;
    color: #573E2C;
    padding-right: 30px;
    background: url("assets/images/language-icon.png?v=2") right 0 no-repeat;
    display: inline-block;
}

.language-switcher a.language-fr {
    background-position: right -15px;
}

/* Breadcrumb */
.breadcrumb {
    height: 75px;
    line-height: 75px;
    font-size: 10px;
}
.breadcrumb .separator {
    width: 30px;
    text-align: center;
    display: inline-block;
}

.breadcrumb li {
    color: #009164;
    text-transform: uppercase;
}

.breadcrumb li a {
    color: #472813;
    text-decoration: none;
}
.breadcrumb li,
.breadcrumb li a {
    font-family: "din-condensed-web";
    letter-spacing: 0.1em;
    font-size: 12px;
}

/* Home */
.home-section {
    position: relative;
    left: -20px;
    width: 1096px;
    height: 370px;
    margin: 66px auto 0;
    overflow: hidden;
}

.home-section .text,
.home-section .image,
.home-section .mask {
    position: absolute;
    top: 0;
    bottom: 0;
}

.home-section .font-light,
.home-section .font-black,
.home-section .excerpt {
    position: absolute;
    color: #FFF;
    text-transform: uppercase;
}

.home-section .font-light {
    font-size: 35px;
}
.home-section .font-black {
    font-size: 38px;
}

.home-section .excerpt {
    font-size: 12px;
    line-height: 20px;
}

.no-webkit-clip-path.no-clip-path .home-section .text {
    background: url("assets/images/home-beveled-mask.png") 0 0 no-repeat;
}

.webkit-clip-path .home-section .clip-home-section-left {
    -webkit-clip-path: polygon(34% 0, 100% 0%, 66% 100%, 0 100%);
    z-index: 1;
    overflow: hidden;
}
.contact-pro  {
    -webkit-clip-path: polygon(27%  0, 100% 0%, 66% 100%, 0 100%) !important;
    overflow: hidden;
}

.clip-path .home-section .clip-home-section-left {
    clip-path: url("#clipHomeSectionLeft");
    z-index: 1;
    
}

.webkit-clip-path .home-section .clip-home-section-right {
    -webkit-clip-path: polygon(34% 0, 100% 0%, 66% 100%, 0 100%);
    overflow: hidden;
}
.clip-path .home-section .clip-home-section-right {
    clip-path: url("#clipHomeSectionRight");
}

.home-section .beveled-button {
    position: absolute;
    z-index: 1;
}

.home-intro {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    height: 143px;
    line-height: 143px;
    margin-bottom: -66px; /* move block below up */
}
.home-intro p,
.home-intro h1 {
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
}


.our-innovations .text {
    width: 690px;
}
.our-innovations .image img {
    width: 640px;
}
.our-innovations .text {
    background-color: #BAB0AA!important;
    background-position: right 0!important;
}

.our-innovations .font-light {
    top: 91px;
    left: 333px;
}
.our-innovations .font-black {
    top: 126px;
    left: 200px;
}
.our-innovations .excerpt {
    left: 196px;
    top: 174px;
    width: 346px;
    text-align: center;
    font-size: 11px;
}

.our-innovations .beveled-button {
    color: #442814;
    left: 257px;
    top: 241px;
}
.our-innovations .image {
    left: 0;
    z-index: 2;
}
.our-innovations .text {
    right: 0;
}

.our-technologies .text,
.our-technologies .image img {
    width: 684px;
}

.no-clip-path .our-technologies .image img {
    width: 664px;
}

.our-technologies .text {
    background-color: #009164!important;
}
.our-technologies .font-light {
    top: 72px;
    left: 354px;
}
.our-technologies .font-black {
    top: 107px;
    left: 236px;
}
.our-technologies .beveled-button {
    color: #009367;
    left: 277px;
    top: 163px;
}
.our-technologies .image {
    right: 0;
}

.our-technologies .technologies-logos {
    background: url("assets/images/technologies.png?v=4") 0 0 no-repeat;
    position: absolute;
    left: 120px;
    top: 238px;
    width: 350px;
    height: 97px;
}

.our-values .text,
.our-values .image img {
    width: 732px;
}
.our-values .text {
    background-color: #705648!important;
    background-position: right 0!important;
}

.our-values .font-light {
    top: 102px;
    left: 388px;
}
.our-values .font-black {
    top: 134px;
    left: 351px;
}
.our-values .excerpt {
    text-indent: 12px;
    left: 316px;
    top: 184px;
    width: 236px;
}

.our-values .beveled-button {
    color: #705648;
    left: 301px;
    top: 238px;
}
.our-values .image {
    left: 0;
    z-index: 2;
}
.our-values .text {
    right: 0;
}
/*----professionals-contact----*/
.professionals-contact .text,
.professionals-contact .image img {
    width: 732px;
}
.professionals-contact .text {
    background-color: #705648!important;
    background-position: right 0!important;
    z-index: 2;
}

.professionals-contact .font-light {
    top: 102px;
    left:5.5em;
    text-align: center;
}
.professionals-contact .font-black {
    top: 134px;
    left: 100px;
    text-align: center;
}

.professionals-contact .excerpt {
    text-indent: 12px;
    left: 316px;
    top: 184px;
    width: 236px;
}

.professionals-contact .beveled-button {
    color: #705648;
    left: 301px;
    top: 238px;
}
.professionals-contact .image {
    left: 0;
    z-index: 2;
}
.professionals-contact .text {
    right: 0;
}

/*---news-list---*/
.news-list {
    margin-top: 74px;
    border-top: 1px solid #CFCFCF;
    position: relative;

}
.news-list > h2 {
    font-size: 16px;
    color: #3D322D;
    font-weight: 700;
    text-align: center;
    background: #FFF;
    text-transform: uppercase;
    margin: -9px auto;
    padding-bottom: 29px;
    width: 196px;

}

/* Contact form */

.contact-form {
    padding-top: 40px;
}

.contact-form > h3 {
    margin: 0 auto 32px;
    font-size: 30px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-form > h3 .second-part {
    color: #A9938F;
    font-weight: 100;
}


.contact-form > h3 .line {
    border-top: 1px solid #8f837d;
    width: 100px;
    display: inline-block;
    margin: 15px 52px 0;
    height: 1px;
    vertical-align: top;
}

.contact-form p {
    margin-bottom: 4px;
}
.contact-form p a {
    color: #fff;
    text-align: left;
    display: block;
    margin-left: 108px;
}
.contact-form label,
.contact-form .wpcf7-list-item-label {
    font-size: 12px;
    width: 108px;
    padding-right: 35px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    color: #C3AAA7;
}
.lt-ie8 .contact-form label {
    display: inline;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form .dropdown-button,
.contact-form .dropdown {
    width: 245px;
    background: #FFF;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    padding: 0 10px;
    font-family: inherit;
    font-size: 11px;
    border-radius: 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.lt-ie8 .contact-form textarea,
.lt-ie8 .contact-form .dropdown-button,
.lt-ie8 .contact-form .dropdown,
.contact-form .wpcf7-checkbox,
.contact-form .wpcf7-list-item {
    width: 225px;
}

.contact-form input,
.contact-form .dropdown-button {
    height: 36px;
}

.contact-form input[type="submit"] {
    margin-left: 108px;
    width: 117px;
    background: #3D322E;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 0.05em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
}

.contact-form textarea {
    display: inline-block;
    resize: none;
    margin: 0 0 18px 0;
    height: 98px;
    padding: 5px 10px;
}

.contact-form .wpcf7-form-control-wrap.interest {
    padding-bottom: 18px;
    display: inline-block;
}

.contact-form .wpcf7-checkbox {
    display: inline-block;
}
.contact-form .wpcf7-list-item-label {
    text-align: left;
    line-height: 1.5;
    width: auto;
    cursor: pointer;
}
.contact-form .wpcf7-list-item {
    display: block;
    margin-left: 0;
}
.contact-form input[type="checkbox"] {
    height: auto;
    margin-left: 0;
}

.contact-form .dropdown-button {
    display: inline-block;
    line-height: 36px;
    vertical-align: top;
    background: #FFF url('assets/images/dropdown-arrow.png') right 0 no-repeat;
    color: #000;
    text-decoration: none;
}
.lt-ie8 .contact-form textarea,
.lt-ie8 .contact-form .dropdown-button {
    display: inline;
}

.contact-form .dropdown {
    padding: 0;
}

.contact-form .dropdown li {
    padding: 5px 10px;
    border-top: 1px solid #4A3B34;
}

.contact-form .dropdown li a {
    color: inherit;
    display: block;
}

.contact-form .wpcf7-not-valid-tip {
    line-height: 2;
    margin-left: 108px;
}

.contact-form .wpcf7-response-output {
    clear: both;
    border: 0;

    color: #C3AAA7;
    font-size: 15px;
    width: 100%;
    text-align: center;

}
.contact-form .hp {
    display: none!important;
}

/* Special style for "demande de catalogue" */
.style-demande-de-catalogue .contact-form input {
    border: 1px solid #C3AAA7;
}

.footer-links {
    background: #3D322D;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.footer-links li {
    display: inline-block;
    line-height: 1;
}
.lt-ie8 .footer-links ul {
    height: 100px;
}
.lt-ie8 .footer-links li {
    display: inline;
    margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}
.lt-ie8 .footer-links li + li {
    margin-left: 30px;
}
.footer-links li + li:before {
    content: "•";
    color: #D2C9C3;
    text-align: center;
    width: 33px;
    display: inline-block;
    font-weight: 100;
}

.footer-links a {
    color: #D2C9C3;
    font-size: 14px;
    text-decoration: none;
    font-weight: 100;
}

.footer-links .social-icon a {
    border-left: 1px solid #6A5952;
    padding: 0 5px 0 16px;
    height: 24px;
    width: 45px;
    margin-left: 13px;

    background: url('assets/images/social-icons.png') 16px 0 no-repeat;
    text-indent: 300%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
}
.footer-links .social-icon:before {
    display: none;
}

.footer-links .social-icon + .social-icon a {
    border-left: 0;
    padding-left: 5px;
    margin-left: 0;
    width: 34px;
}

.footer-links .social-icon.youtube-icon a {
    background-position: 5px -24px;
    width: 38px;
}

.footer-links .social-icon.google-plus-icon a {
    background-position: 5px -48px;
}

.footer-links .social-icon.pinterest-icon a {
    background-position: 5px -72px;
}



/* Post list (e.g news) */
.post-list li {
    width: 262px;
}

.post-list li + li {
    margin-left: 12px;
}

.post-list .post-thumbnail {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 254px;
    position: relative;
    margin-bottom: 28px;
}

.post-thumbnail .post-date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 131px;
    z-index: 1;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px;
    height: 36px;
    background-position: 0 -255px;
    padding-left: 11px;
}
.post-thumbnail .post-date .bg-color {
    background: url("assets/images/bevels-colors.png") 11px -255px no-repeat;
}
.post-thumbnail .post-date .bg-right {
    background-position: right -255px;
}

.post-list h3 {
    font-size: 14px;
    font-weight: 700;
    color: #4A3B34;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post-list p {
    width: 230px;
    height: 72px;
    margin-bottom: 25px;
    font-size: 12px;
    color: #737373;
    overflow: hidden;
}

.post-list h3,
.post-list p {
    line-height: 1.5;
}


.read-more-link {
    text-transform: uppercase;
    display: inline-block;
    color: #675851;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    padding-left: 19px;
    height: 9px;
    line-height: 1;
    background: url("assets/images/read-more-icon.png") 0 bottom no-repeat;
    vertical-align: top;
}

.page-template-innovations .read-more-link {
    color: #009164;
}

.post-list + .read-more-link {
    color: #009164;
    position: absolute;
    bottom: -50px;
    right: 0px;
}


/* Summary page */
.page-title {
    font-size: 35px;
    font-weight: 900;
    color: #009164;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1;
}

.page-title + h2,
.page-sub-title {
    text-transform: uppercase;
    font-size: 12px;
    color: #442814;
    margin-bottom: 35px;
}

.page-title + p,
.page-title ~ p {
    font-size: 12px;
    color: #442814;
    margin-bottom: 35px;
    margin-top: -20px;
}

.page-title + p {
    margin-top: 0;
}



.page-children-list > li {
    margin-bottom: 14px;
}
.lt-ie8 .page-children-list > li {
    clear: both;
}
.page-children-list .thumbnail {
    margin-right: 5px;
    height: 155px;
    overflow: hidden;
}
.page-children-list .thumbnail img {
    width: 229px;
    height: auto;
}
.page-children-list .block-right {
    background: url("assets/images/techno-backgrounds.png") right 0px no-repeat;
    height: 155px;

}

.page-children-list .logo {
    width: 194px;
    height: 144px;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-children-list .summary {
    position: relative;
    width: 719px;
    height: 128px;
    padding-left: 31px;
    font-size: 12px;
    margin-top: 15px;
}
.page-children-list .logo + .summary {
    border-left: 1px solid;
    width: 525px;
}

.page-children-list .logo + .summary p {
    width: 285px;
}

.page-children-list .summary h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 5px;
}
.page-children-list .summary p {
    width: 435px;
    font-size: 12px;
}

.page-children-list .summary .beveled-button {
    position: absolute;
    z-index: 1;
    top: 44px;
    right: 30px;
}

/* News */
.page-template-news #main > .page-content-width {
    margin-bottom: 68px;
}
.page-template-news .page-title ~ p {
    padding-right: 40px;
}
.page-news-list .block-right {
    height: 200px;
    width: 746px;
    background-image: url('assets/images/news-item-bg.png');
}
.page-news-list .thumbnail {
    height: 200px;
    width: 200px;
    margin-right: 15px;
    position: relative;
}
.page-news-list .thumbnail img {
    height: 200px;
    width: auto;
}

.page-news-list .thumbnail .post-date {
    
}

.page-news-list .summary h2 {
    color: #4A3B34;
    text-transform: none;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 6px;
}

.page-news-list .summary p {
    color: #737373;
    line-height: 20px;
    margin-bottom: 27px;
}

.news-pagination {
    text-align: center;
    margin-top: 21px;
}

.news-pagination .page-numbers {
    display: inline-block;
    line-height: 27px;
    width: 30px;
    height: 27px;
    vertical-align: top;
    color: #675851;
    font-size: 11px;
    text-decoration: none;
}

.news-pagination .current span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    background: #009A6A;
    color: #FFF;
}

.news-pagination .prev,
.news-pagination .next {
    background: url('assets/images/news-pagination-arrows.png') 0 0 no-repeat;
    width: 27px;
    text-indent: -200px;
    overflow: hidden;
}
.news-pagination .prev {
    margin-right: 15px;
}
.news-pagination .next {
    background-position: right 0;
    margin-left: 15px;
}


/* Content page */
.page-content-container {
    position: relative;
    min-width: 1120px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.sidebar-left {
    width: 524px;

    background: #DBD0CA left top no-repeat;
    padding-bottom: 30px;
}
.sidebar-left.no-bg {
    padding-bottom: 0;
    min-height: 785px;
}

.sidebar-title {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 100;
    font-size: 25px;

    padding-left: 201px;
    width: 450px;
    margin-bottom: 27px;
}
.no-bg .sidebar-title {
    padding-top: 109px;
    margin-top: 0;
}

.sidebar-list ul,
.sidebar-list p {
    color: #FFF;
    padding-left: 201px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-list ul li,
.sidebar-list p {
    margin-bottom: 35px;
    max-width: 485px;
}

.sidebar-list ul li {
    background: url('assets/images/sidebard-list-bullet.png?v=2') 0 0 no-repeat;
    line-height: 14px;
    height: 14px;
    padding-left: 30px;
}

.sidebar-list a {
    color: #645E5B;
}

.sidebar-right {
    width: 206px;
    position: relative;
}
.sidebar-right .gallery {
    margin-right: -8px;
}
.sidebar-right .page-sub-title {
    margin-bottom: 0;
}

.content {
    width: 390px;
}
.content.no-sidebar {
    width: 596px;
}
.content.no-sidebar + .sidebar-right {
    float: right;
    width: auto;
}

.content-inner {
    padding: 0 40px;
}

.content .page-title {
    color: #442814;
    margin-top: 30px;
}

.content .page-sub-title {
    margin-bottom: 38px;
}


.content-editor-styles p,
.content-editor-styles ul,
.content-editor-styles ol {
    font-size: 12px;
    color: #737373;
    margin-bottom: 2em;
}

.content-editor-styles strong {
    font-weight: 700;
}
.content-editor-styles em {
    font-style: italic;
}

.content-editor-styles a {
    color: inherit;
    text-decoration: underline;
}

.content-editor-styles blockquote {
    padding-left: 2em;
    position: relative;
}
.content-editor-styles blockquote:before {
    content: '“';
    font-size: 4em;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    color: #737373;
}

.content-editor-styles ul {
    list-style-type: square;
    padding-left: 2em;
}

.content-editor-styles ul ul {
    margin-bottom: 1em;
}

.content-editor-styles ol {
    list-style-type: decimal;
    padding-left: 2em;
}

.content-editor-styles .alignleft {
    float: left;
    margin: 7px 28px 28px 0;
}

.content-editor-styles .alignright {
    float: right;
    margin: 7px 0 28px 28px;
}

.content-editor-styles .aligncenter {
    clear: both;
    display: block;
    margin: 7px auto;
}

.content-editor-styles .wp-caption-text {
    margin-bottom: 0;
}

.content-editor-styles h1,
.content-editor-styles h2,
.content-editor-styles h3 {
    font-size: 35px;
    font-weight: 900;
    color: #442814;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1;
}
.content-editor-styles h2 {
    font-size: 22px;
}
.content-editor-styles h3 {
    font-size: 18px;
}

.content-editor-styles h6 {
    font-size: 10px;
}

.content .gallery {
    display: none;
}

.gallery dl {
    display: inline-block;
    margin: 4px 8px 4px 0;
}
.lt-ie8 .gallery dl {
    display: inline;
}
.gallery a {
    border: 3px solid #DBD9D9;
    display: block;
}
.gallery a:hover,
.gallery dt.active a {
    border-color: #120404;
}
.gallery img {
    width: 57px;
    height: 57px;
    display: block;
}
.gallery dd {
    display: none;
}

.page-content-container .breadcrumb {
    padding-left: 40px;
}

.page-content-container .file-download {
    background: url('assets/images/download-btn.png') 0 0 no-repeat;

    width: 206px;
    height: 221px;
}
.page-content-container .file-download + .gallery,
.page-content-container .file-download + .page-sub-title {
    margin-top: 22px;
}
.page-content-container .file-name {
    font-weight: 700;
    color: #363A3B;
    font-size: 15px;
    text-transform: uppercase;

    padding: 30px 5px 0 94px;
    text-align: center;
}

.page-content-container .file-download a {
    position: absolute;
    top: 163px;
    left: 0;
    right: 0;
    display: block;
    height: 58px;

    font-weight: 700;
    color: #FCFEFE;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 0 16px 91px;
    line-height: 1.1;
}

.page-content-container .logo-container {
    position: absolute;
    top: -71px;
    left: 0;
    width: 100%;
    text-align: center;
}
.page-content-container .logo {
    height: 58px;
    width: auto;
}

/* Lightbox */
.lightbox-overlay {
    background: url('assets/images/op-75.png') 0 0 repeat;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    overflow: auto;
}

.lightbox-container {
    position: absolute;
    width: 920px;
    height: 765px;
    background: #FFF;
    top: 50%;
    left: 50%;
    margin-left: -460px;
    margin-top: -382.5px;

    padding: 23px 39px 34.5px;
}

.lightbox-container .title {
    background: url('assets/images/lightbox-title-separator.png') right center no-repeat;
    padding-right: 40px;
    font-weight: 700;
}
.lightbox-container .image-name {
    font-weight: 100;
}
.lightbox-header {
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 21px;
}
.lightbox-container .title,
.lightbox-container .image-name {
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    color: #472813;
    text-transform: uppercase;
}
.lightbox-image {
    position: relative;
    height: 571px;
    overflow: hidden;
    margin-bottom: 23.5px;
}
.lightbox-image .slick-track {
    -webkit-transition: transform 500ms ease 0s;
    -moz-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s;
}
.lightbox-image .slick-prev,
.lightbox-image .slick-next {
    background-image: url('assets/images/lightbox-arrows.png');
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: 0;
    margin-right: 0;
    left: auto;
}
.lightbox-image .slick-prev {
    left: 26px;
}
.lightbox-image .slick-next {
    right: 26px;
}

.lightbox-image .slick-slide {
    background: #000;
    text-align: center;
}

.lightbox-image img.limit-width {
    height: auto!important;
}
.lightbox-image img.limit-height {
    width: auto!important;
}


.lightbox-gallery {
    width: 100%;
    overflow: auto;
}

.lightbox-gallery .gallery {
    white-space: nowrap;
}

.lightbox-gallery br {
    display: none;
}
.lightbox-close-btn {
    position: absolute;
    top: 25px;
    right: 38px;
    background: url('assets/images/lightbox-close-btn.png') 0 0 no-repeat;
    display: block;
    width: 17px;
    height: 17px;
}


/* Tech colors */
.style-durapin .summary {
    border-color: #98B48F;
    color: #336D23;
}
.style-durapin .sidebar-left {
    background-color: #2E6C1C;
}


.style-wex .summary {
    border-color: #7F7E7E;
    color: #363A3B;
}
.style-wex .sidebar-left {
    background-color: #328391;
}


.style-temperal .summary {
    border-color: #B3A494;
    color: #694D2D;
}
.style-temperal .sidebar-left {
    background-color: #694C2B;
}


.style-lamwood .summary {
    border-color: #E48B94;
    color: #CB1A2C;
}
.style-lamwood .sidebar-left {
    background-color: #CC0529;
}


.style-pellets .summary {
    border-color: #E9CCC1;
    color: #EF6635;
}
.style-pellets .sidebar-left {
    background-color: #E95E1B;
}


.style-igni-b .summary {
    border-color: #601a2f;
    color: #601a2f;
}
.style-igni-b .sidebar-left {
    background-color: #601a2f;
}


/* Inline form */
.inline-form {
    border: 2px solid #019E6B;
    padding: 13px 17px;
    margin: 13px 0;
}

.inline-form .form-item {
    margin: 8px 0;
}



.inline-form .form-title {
    text-transform: uppercase;
    color: #442814;
    font-size: 18px;
}

.inline-form input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.inline-form input[type="text"],
.inline-form input[type="email"],
.inline-form .dropdown-button {
    border: 1px solid #B5B5B5;
    background: #FFF;
    height: 33px;
    padding: 0 10px;
    color: #442814;
    font-size: 15px;

}

.inline-form label {
    color: #489A54;
    font-size: 16px;
}
.inline-form .fix-width > label {
    width: 78px;
}

.inline-form label + .wpcf7-form-control-wrap {
    margin-left: 20px;
}

.js .inline-form input[type="checkbox"],
.js .inline-form input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.js .inline-form label {
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
}

.js .inline-form input[type="checkbox"] + label span {
    display: inline-block;
    border: 1px solid #B5B5B5;
    background: #FFF;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
.js .inline-form input[type="checkbox"].checked + label span {
    background: #019E6B;
}

.inline-form .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 19px;
}

.js .inline-form .fake-checkbox {
    width: 9px;
    height: 9px;
    display: inline-block;
    border: 1px solid #B5B5B5;
    padding: 2px;
    background: #FFF;
    border-radius: 50%;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: top;
    margin-top: 3px;
}

.js .inline-form .checked .fake-checkbox span {
    background: #019E6B;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}

.inline-form .dropdown-button {
    display: inline-block;
    line-height: 33px;
    vertical-align: top;
    background: #FFF url('assets/images/dropdown-arrow.png') right -2px no-repeat;

    text-decoration: none;


}

.inline-form .dropdown {
    background: #FFF;
    width: 140px;
    border: 1px solid #B5B5B5;
    border-top: 0;
}
.inline-form .dropdown .dropdown-menu,
.inline-form .dropdown .dropdown-panel {
    min-width: 140px;
    max-width: 140px;
    width: 140px;
}
.inline-form .dropdown li {

    width: 138px;
}

.inline-form .dropdown li + li {
    border-top: 1px solid #D2C9C3;
    border-top: 1px solid rgba(210, 201, 195, 0.6);
}

.inline-form .dropdown li a {
    display: block;
    padding: 5px 10px;
}


.inline-form input[type="submit"] {
    background: #019E6B;
    color: #FFF;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    width: 138px;
    height: 52px;
}

.inline-form .wpcf7-response-output,
.inline-form .error-message {
    padding: 0;
    border: 0;
    margin: 2em 0 0;
    font-size: 14px;
}
.inline-form div.wpcf7-validation-errors,
.inline-form .error-message {
    color: #442814;
}

.inline-form .error-message {
    margin: 0;
}

.inline-form div.wpcf7-mail-sent-ok {
    color: #019E6B;
}

.inline-form span.wpcf7-not-valid-tip {
    margin: 0.5em 0;
}


.distributor-form input[type="text"],
.distributor-form input[type="email"],
.distributor-form .dropdown-button {
    width: 160px;
}

/* Newsletter form / pop up */
.newsletter-form {
    display: inline-block;
}
.newsletter-form label {
    color: #442814;
    white-space: nowrap;
}

.newsletter-form .wpcf7-list-item-label {
    font-size: 15px;
}

.newsletter-form .wpcf7-form-control-wrap.company input {
    width: 175px;
}
.newsletter-form .actions {
    text-align: right;
}
.newsletter-form img.ajax-loader {
    float: left;
}
.newsletter-form .wpcf7-response-output {
    max-width: 320px;
}

/* shown when Professional is selected */
#newsletter-form-company {
    display: none;
}


/* Honey pot */
.hp {
    display: none!important;
}

/* Newsletter pop up */
.lightbox-overlay-newsletter {
    background-image: url('assets/images/op-50.png');
}
.lightbox-overlay-newsletter .lightbox-container {
    width: 672px;
    height: 365px;
    padding: 50px 0;

    margin-top: -182px;
    margin-left: 0;
    transform: translateX(-50%);

    text-align: center;

    -webkit-box-shadow: 0px 0px 50px #000;
    box-shadow: 0px 0px 50px #000;
}

.lightbox-overlay-newsletter h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 40px;
    position: relative;
}

.lightbox-overlay-newsletter h2:after {
    content: "";
    border-bottom: 1px solid #A0A0A0;
    width: 50px;
    position: absolute;
    top: 83px;
    left: 50%;
    margin-left: -25px;
}

.lightbox-overlay-newsletter p {
    font-size: 22px;
    letter-spacing: -0.03em;
    padding-bottom: 30px;
}

.lightbox-overlay-newsletter .subscribe-btn {
    text-transform: uppercase;
    text-decoration: none;
    background: #059D6C;
    color: #FFF;
    font-size: 35px;
    text-align: center;
    display: inline-block;
    width: 358px;
    height: 68px;
    line-height: 68px;
}



/* Distributor list */
.distributor-result {
    padding-top: 14px;
}
.distributor-list-title {
    text-transform: uppercase;
    color: #019E6B;
    font-size: 20px;
}

.distributor-list-item {
    font-size: 13.5px;
    text-transform: uppercase;
    color: #5C5C5C;
    letter-spacing: -0.05em;
    line-height: 19px;
    
    margin: 25px -12px 25px -12px;
    padding: 6px 6px 6px 12px;
    
}
.distributor-name {
    color: #704322;
    font-weight: 700;
    letter-spacing: 0;
}

.distributor-website {
    margin-bottom: 6px;
}

.distributor-website a {
    text-transform: none;
    letter-spacing: 0;
}

.distributor-list-item.sticky {
    background: #EFEAE7;
    
}

.distributor-list-item.sticky .distributor-name {
    margin-top: 12px;
}

.distributor-details,
.distributor-pellet,
.distributor-photo {
    display: inline-block;
    vertical-align: middle;
}

.distributor-details {
    width: 320px;
    padding-right: 40px;
}

.distributor-pellet {
    background: #FAF9F8 url('assets/images/pellet-icon.png') center center no-repeat;
    width: 163px;
    height: 81px;
}

.distributor-photo img {
    display: block;
}

.distributor-list-item.sticky .distributor-pellet {
    background-color: transparent;
}
.distributor-list-item.sticky .read-more-link {
    color: #009164;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
}

.has-pellet.has-photo .distributor-details {
    width: 216px;
    padding-right: 17px;
}

.has-pellet.has-photo .distributor-address-1,
.has-pellet.has-photo .distributor-address-2,
.has-pellet.has-photo .distributor-phone-number {
    font-size: 12px;
    line-height: 14px;
}

.has-pellet.has-photo .distributor-pellet {
    width: 103px;
}



/* Innovations page */
.page-template-innovations #main > .page-content-width {
    padding-right: 30px;
}
.page-template-innovations .find-our-products {
    float: right;
    position: relative;
    z-index: 1;
    padding: 0 45px;
}
.page-template-innovations .page-title ~ p {
    margin-top: 0;
    width: 650px;
}

.page-template-innovations .page-children-list .thumbnail {
    width: 229px;
}

.page-template-innovations .page-children-list .block-right {
    background-position: right -155px;
}

.page-template-innovations .page-children-list .summary h2,
.page-template-innovations .page-children-list .summary p {
    color: #442814;
}
.page-template-default + .page-template-innovations + .page-template-news, .full-image-attachment {
    height: 410px;
}
.page-template-default + .page-template-innovations + .page-template-news, .full-image-attachment > img {
    display: block;
    margin: auto;
    height:100%;
}
.product-range-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #442814;
    margin-bottom: 12px;
}

.page-children-list + .product-range-title {
    margin-top: 30px;
}


@media screen and (max-width: 1024px) {
    .lightbox-container {
        width: 100%;

        margin-left: 0;
        margin-right: 0;
        left: 0;
    }

    .lightbox-overlay-newsletter .lightbox-container {
        left: 50%;
    }

    .lightbox-image {
        height: 80%;
    }
}

/* Fix retina displays and bg glitch */
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .pb-carousel-nav:before,
    .pb-carousel-nav .last-item:before {
        content: "";
        background: #593E2B;
        position: absolute;
        top: 16px;
    }

    .pb-carousel-nav:before {
        right: 320px;
        bottom: 0px;
        left: 200px;
    }

    .pb-carousel-nav .last-item:before {
        right: -2px;
        bottom: 38px;
        left: 0;
    }
}

/* professionnal contact */
.page-template-professionnals-contact .full-image-attachment {
    overflow: hidden;
    height: inherit;
    width:100%;
}
.page-template-professionnals-contact .full-image-attachment img {
    width: 100%;
    height: auto;
}
.page-template-professionnals-contact .wrapper {
    position: relative;
    overflow: inherit;
}
.single_professionnal_contact_block {
    width: 100%;
    margin:30px auto;
    background: linear-gradient(212deg,#f0ebe9, #faf8f7);
    display: flex;
    box-shadow: 3px -3px 0px 3px #f6f3f2;
    padding: 15px;
    position: relative;
}
.single_professionnal_contact {
    max-width: 650px;
    width: 100%;
    /*background:#f8f6f3;*/
    padding-top: 3em;
    border-right:1px solid #d9d9d9;
}
.single_professionnal_contact_title {
    text-transform: uppercase;
    padding:10px;
    left: -10px;
    top: -5px;
    position: absolute;
    z-index: 2;
    width:100%;
    text-align: left;
    max-width: 350px;
    font-size: 16px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}
.single_professionnal_contact_block:nth-child(3n+1) .single_professionnal_contact_title { background: #008757; }
.single_professionnal_contact_block:nth-child(3n+2) .single_professionnal_contact_title { background: #4e4b44; }
.single_professionnal_contact_block:nth-child(3n+3) .single_professionnal_contact_title { background: #96938d; }
.single_professionnal_contact_description{
    width: 100%;
    font-size: 12px;
    margin-top: 1em;
    font-family: gotham_book;
    text-align: left;
    color:#442814;
}
.single_professionnal_contact_informations {
    max-width: 350px;
    width: 100%;
    padding:10px;
    /*background: purple;*/
    font-size: 20px;
}
.single_professionnal_contact_mail {
    position: relative;
    padding:10px;
    padding-left:3em;
    text-align: left;
    font-size: 14px;
}
.single_professionnal_contact_mail a {
    text-decoration: underline;
    color:#009164;
    font-family: gotham_book;
}
.single_professionnal_contact_mail:before {
    content: url('assets/images/picto_mail.png');
    position: absolute;
    left: 0;
    top: 0;
}
.single_professionnal_contact_phone:before {
    content: url('assets/images/picto_tel.png');
    position: absolute;
    left: 0;
    top: 5px;
}
.single_professionnal_contact_phone {
    font-size: 20px;
    font-family: gotham_bold;
    color:#009164;
    position: relative;
    padding:10px;
    cursor:default;
    margin: 5px auto;
    padding-left:2em;
    text-align: left;
    letter-spacing: 1px;
    font-weight: bold;
}
/* background title */
.single_professionnal_contact_title h2 {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
    font-weight: bold;
    font-family: gotham_bold;

}

/*presentation_block*/
.presentation_professionnal_contact {
    margin: 15px auto;
    font-size: 12px;
}
