@charset "utf-8";
/* CSS Document */
/* ©2013 Didier Berck */

/* common --> */
html,
body {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
}
strong {
    font-weight: 600;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
a img {
    border: none;
}
.container {
    width: 85%;
    max-width: 1720px;
    margin: auto;
}
.no-mediaqueries body {
    min-width: 980px;
}
.no-mediaqueries .container,
.no-backgroundsize .container {
    width: 980px;
}
::-moz-selection {
    color: #fff;
    background-color: #bdce0f;
}
::selection {
    color: #fff;
    background-color: #bdce0f;
}
@media screen and (min-width:1450px) {
    body {
        font-size: 1.25em;
    }
}
@media screen and (max-width:1200px) {
    .container {
        width: 96%;
    }
}
/* <-- common */

/* header --> */
#header {
    position: relative;
    height: 8.75em;
    overflow: hidden;
    color: #343636;
}
#header > div {
    height: 8.75em;
    border-collapse: collapse;
}
#header > div:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    margin-left: 45%;
    width: 180px;
    height: 495px;
    background-color: #bdce0f;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}
.csscalc #header > div:after {
    left: -webkit-calc(95% - 180px + 150px);
    left:    -moz-calc(95% - 180px + 150px);
    left:         calc(95% - 180px + 150px);
    margin-left: 0;
}
.no-csstransforms #header > div:after {
    display: none;
}
.no-csstransforms #header {
    background: url(../images/green_banner.png) no-repeat right top;
}
#header a {
    color: #343636;
}
#header h1 {
    display: inline-block;
    width: 26.4797507788162%; /*340/1284*/
    max-width: 340px;
    margin: 0 -6px 0 0;
    vertical-align: middle;
    font-family: "bree", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 4.125em;
    text-transform: none;
}
* + html #header h1 {
    display: inline;
    padding-top: 30px;
}
#header h1 img {
    vertical-align: middle;
}
#header nav {
    display: inline-block;
    width: 73.5202492211838%;
    vertical-align: middle;
    text-align: right;
}
* + html #header nav {
    display: inline;
    padding-top: 40px;
}
#header ul {
    padding: 0;
    margin: 0 230px 0 0;
    list-style: none;
}
#header li {
    display: block;
    margin: 0.5em 0;
    vertical-align: baseline;
    line-height: 1em;
    white-space: nowrap;
}
#header li + li {
    margin-left: 25px;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 0.8em;
}
#header li a {
    position: relative;
    padding-right: 12px;
    background: url(../images/sprites.png) no-repeat right -10px;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#header li a:hover,
#header li a:focus,
#header li a:active {
    color: #fff;
}
#header li a:after {
    display: block;
    content: attr(title);
    position: absolute;
    top: 2px;
    left: 0;
    width: 0;
    overflow: hidden;
    color: #bdce0f;
    line-height: 1em;
    white-space: nowrap;
    text-align: left;
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}
#header li a:hover:after,
#header li a:focus:after,
#header li a:active:after {
    width: 100%;
}
#header li + li a {
    margin-top: 10px;
    background-position: right -6px;
    font-family: "bree", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

#header li + li a:after {
    top: 3px;
}

#header li + li + li a{
    font-size: 0.8em;
    vertical-align: middle;
    background: none;
}

#header li + li + li span.facebook{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 34px;
    height: 34px;
    margin: 0 10px 0 0;
    background: url(../images/icons-social.png) no-repeat left center;
    background-position: -40px center;
    border-radius: 30px;
    border: solid 1px #bdce0f;
}

#header li + li + li a span{
    vertical-align: middle;
}

@media screen and (min-width:1320px) {
    #header {
        height: 10.2em;
    }
    #header > div {
        padding-top: 0.6em;
    }
    #header > div:after {
        margin-left: 31.5%;
    }
    .csscalc #header > div:after {
        left: -webkit-calc(83.4375% - 180px + 150px);
        left:    -moz-calc(83.4375% - 180px + 150px);
        left:         calc(83.4375% - 180px + 150px);
    }
    #header nav {
        font-size: 0.8em;
    }
    #header ul {
        margin-right: 390px;		
    }
}
@media screen and (max-width:930px) {
    #header > div:after {
        margin-left: 55%;
    }
    .csscalc #header > div:after {
        left: -webkit-calc(105% - 180px + 150px);
        left:    -moz-calc(105% - 180px + 150px);
        left:         calc(105% - 180px + 150px);
    }
    #header ul {
        margin-right: 140px;
    }
}
@media screen and (max-width:760px) {
    #header {
        height: auto;
    }
    #header > div {
        height: auto;
        background: url(../images/logo-miwweltrend-mobi.png) no-repeat center center;
        background-size: 85%;
    }
    #header > div:after {
        display: none;
    }
    #header h1 {
        display: block;
        width: auto;
        max-width: 100%;
        max-height: 4em;
        margin: 0 auto;
        line-height: 3.5em;
    }
    #header h1 img {
        opacity: 0;
    }
    .no-opacity #header h1 img {
        display: none;
    }
    #header nav {
        display: none;
    }
}
/* <-- header */

/* nav --> */
#nav {
    background-color: #343636;
    position: relative;
    z-index: 100;
}
* + html nav {
    z-index: 1000;
}
#nav .container {
    margin: auto !important;
}
#nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav li {
    display: inline-block;
    width: 16.66666666666667%;
    margin-right: -0.3em;
    vertical-align: middle;
}
* + html #nav li {
    display: inline;
    margin-right: 0;
}
#nav ul.toplevel > li > div {
    position: absolute;
    top: 4.4em;
    left: 0;
    right: 0;
    /*height: 0;*/ /* maj 20140801 pr Mac Safari */
		opacity: 0;
		visibility: hidden;
    z-index: 1000;
    clip: rect(0, 2560px, 265px, 0); 
}
	#nav ul.toplevel > li:hover > div, #nav ul.toplevel > li:focus > div, #nav ul.toplevel > li:active > div {
		opacity: 1;
		visibility: visible;
    }
* + html #nav ul.toplevel > li > div {
    margin-top: -1000px;
}
* + html #nav ul.toplevel > li:hover > div,
* + html #nav ul.toplevel > li:focus > div,
* + html #nav ul.toplevel > li:active > div {
    margin-top: 0;
}
#nav ul.toplevel > li.rows1 > div {
    clip: rect(0, 2560px, 5.1875em, 0); 
}
#nav ul.toplevel > li.rows2 > div {
    clip: rect(0, 2560px, 10.375em, 0); 
}
#nav ul.toplevel > li.rows3 > div {
    clip: rect(0, 2560px, 15.5625em, 0); 
}
#nav ul.toplevel > li.rows4 > div {
    clip: rect(0, 2560px, 20.75em, 0); 
}
#nav ul.toplevel > li > div > div {
    position: relative;
    top: -265px;
    /*height: 265px;*/
		padding-bottom: 16px;
    overflow: hidden;
    background-color: #bdce0f;
    background-color: rgba(189,206,1,0.9);
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}
#nav ul.toplevel > li.marques > div > div {
    background-color: #000;
    background-color: rgba(0,0,0,0.9);
}
#nav ul.toplevel > li.rows1 > div > div {
    top: -8.1875em;
    /*height: 8.1875em;*/
}
* + html #nav ul.toplevel > li.rows1 > div > div {
    /*height: 5.1875em;*/
}
#nav ul.toplevel > li.rows2 > div > div {
    top: -13.375em;
	/*height: 13.375em;*/
}
* + html #nav ul.toplevel > li.rows2 > div > div {
    /*height: 10.375em;*/
}
#nav ul.toplevel > li.rows3 > div > div {
    top: -18.5625em;
    /*height: 18.5625em;*/
}
* + html #nav ul.toplevel > li.rows3 > div > div {
    /*height: 15.5625em;*/
}
#nav ul.toplevel > li.rows4 > div > div {
    top: -23.75em;
    /*height: 23.75em;*/
}
* + html #nav ul.toplevel > li.rows4 > div > div {
    /*height: 20.75em;*/
}
#nav ul.toplevel > li:hover > div > div,
#nav ul.toplevel > li:focus > div > div,
#nav ul.toplevel > li:active > div > div {
    top: 0;
}
#nav ul.toplevel > li > a {
    display: block;
    position: relative;
    z-index: 2;
    height: 2.4em;
    padding: 1em 5px;
    color: #fff;
    line-height: 2.4em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#nav ul.toplevel > li:hover > a,
#nav ul.toplevel > li:focus > a,
#nav ul.toplevel > li:active > a,
#nav ul.toplevel > li.active > a {
    color: #343636;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-shadow: none;
}
* + html #nav ul.toplevel > li:hover > a,
* + html #nav ul.toplevel > li:focus > a,
* + html #nav ul.toplevel > li:active > a,
* + html #nav ul.toplevel > li.active > a {
    background-color: #bdce0f;
}
#nav ul.toplevel > li.marques:hover > a,
#nav ul.toplevel > li.marques:focus > a,
#nav ul.toplevel > li.marques:active > a,
#nav ul.toplevel > li.marques.active > a {
    color: #fff;
}
* + html #nav ul.toplevel > li.marques:hover > a,
* + html #nav ul.toplevel > li.marques:focus > a,
* + html #nav ul.toplevel > li.marques:active > a,
* + html #nav ul.toplevel > li.marques.active > a {
    background-color: #000;
}
#nav ul.toplevel > li.daddy > a {
    padding-right: 20px;
    background: url(../images/arrow-down.png) no-repeat right center;
}
.csscalc #nav ul.toplevel > li.daddy > a {
    padding-right: 25px;
    background-position: -webkit-calc(100% - 5px) center;
    background-position:    -moz-calc(100% - 5px) center;
    background-position:         calc(100% - 5px) center;
}
#nav ul.toplevel > li > a > span {
    display: inline-block;
    line-height: 1.2em;
}
* + html #nav ul.toplevel > li > a > span {
    display: inline;
}
#nav ul.toplevel > li > a > span:after {
    display: block;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 0;
    background-color: #bdce0f;
    background-position: right center;
    background-position: -webkit-calc(100% - 5px) center;
    background-position:    -moz-calc(100% - 5px) center;
    background-position:         calc(100% - 5px) center;
    background-repeat: no-repeat;
    -webkit-transition: height 0.1s ease-out;
    -moz-transition: height 0.1s ease-out;
    -o-transition: height 0.1s ease-out;
    transition: height 0.1s ease-out;
}
#nav ul.toplevel > li.marques > a > span:after {
    background-color: #000;
}
#nav ul.toplevel > li:hover > a > span:after,
#nav ul.toplevel > li:focus > a > span:after,
#nav ul.toplevel > li:active > a > span:after,
#nav ul.toplevel > li.active > a > span:after {
    height: 4.4em;
    height: -webkit-calc(4.4em + 5px);
    height:    -moz-calc(4.4em + 5px);
    height:         calc(4.4em + 5px);
    padding-bottom: 5px;
}
#nav ul.toplevel > li.daddy:hover > a > span:after,
#nav ul.toplevel > li.daddy:focus > a > span:after,
#nav ul.toplevel > li.daddy:active > a > span:after,
#nav ul.toplevel > li.daddy.active > a > span:after {
    background-image: url(../images/arrow-up.png);
}
#nav li ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding: 1px;
}
* + html #nav li ul li {
    margin-right: -4px;
}
#nav li ul a {
    display: block;
    position: relative;
    height: 2.4em;
    padding: 1.3em 5px;
    overflow: hidden;
    border-right: 1px solid #a1ac2d;
    border-bottom: 1px solid #a1ac2d;
    color: #000;
    line-height: 2.4em;
    font-weight: 400;
    text-align: left;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#nav li ul li:nth-child(4n) a {
    border-right: none;
}
#nav li.rows1 ul li:nth-child(n+1) a,
#nav li.rows2 ul li:nth-child(n + 5) a,
#nav li.rows3 ul li:nth-child(n + 9) a,
#nav li.rows4 ul li:nth-child(n + 13) a {
    border-bottom: none;
}
#nav li ul a:hover,
#nav li ul a:focus,
#nav li ul a:active,
#nav li ul a.active {
    color: #fff;
}
#nav li ul a:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(5px,5px);
    -moz-transform: rotate(45deg) translate(5px,5px);
    -ms-transform: rotate(45deg) translate(5px,5px);
    -o-transform: rotate(45deg) translate(5px,5px);
    transform: rotate(45deg) translate(5px,5px);
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.no-csstransforms #nav li ul a:after {
    display: none;
}
#nav li ul a:hover:after,
#nav li ul a:focus:after,
#nav li ul a:active:after,
#nav li ul a.active:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}
#nav li ul a span {
    display: inline-block;
    line-height: 1.2em;
}
* + html #nav li ul a span {
    display: inline;
}
#nav li.marques div.container {
    display: table;
    table-layout: fixed;
    margin-top: 2em !important;
    border-collapse: collapse;
}
#nav li.marques div.col {
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #4e4d4c;
}
.no-display-table #nav li.marques div.col { /* corriger dans ffox */
    display: inline-block;
    margin-right: -4px;
}
* + html #nav li.marques div.col {
    display: inline !important;
}
#nav li.marques div.col:last-child {
    border-right: none;
}
#nav li.marques div.col + div.col + div.col + div.col {
    border-right: none;
}
#nav li.marques div.col1 {
    width: 16.66666666666667%;
}
#nav li.marques div.col2 {
    width: 33.33333333333333%;
}
#nav li.marques p {
    padding-bottom: 1em;
    margin: 0 10% 1em 10%;
    border-bottom: 1px solid #4e4d4c;
    color: #96c11f;
    font-weight: 400;
    text-transform: uppercase;
}
#nav li.marques div.col1 p {
    margin: 0 20% 1em 20%;
}
#nav li.marques div.col2 p {
    margin: 0 10% 1em 10%;
}
#nav li.marques ul {
    margin: 0 5%;
    font-size: 0.75em;
}
#nav li.marques div.col1 ul {
    margin: 0 20% 1em 20%;
}
* + html #nav li.marques div.col1 ul {
    margin: 0 0 1em 0;
}
#nav li.marques div.col2 ul {
    margin: 0 10% 1em 10%;
}
#nav li.marques li {
    padding: 0;
    margin-bottom: 2em;
}
* + html #nav li.marques li {
    display: block;
    width: 100% !important;
}
#nav li.marques div.col1 li {
    width: 100%;
}
#nav li.marques div.col2 li {
    width: 50%;
}
* + html #nav li.marques div.col2 li {
    display: inline;
}
#nav li.marques li img {
    max-height: 2.4em;
    vertical-align: middle;
}
* + html #nav li.marques div.col1 li img {
    max-width: 60%;
}
#nav li.marques div.col2 li img {
    max-width: 90%;
}
#nav li.marques div.col2 li:nth-child(even) img {
    margin-left: 10%;
}
#nav li.marques ul a {
    height: auto;
    padding: 0;
    border: none;
    line-height: 1.2em;
    text-align: center;
}
#nav li.marques ul a:after {
    background-color: #bdce0f;
}
#nav li.marques ul a span {
    display: block;
    height: 2.4em;
    line-height: 2.4em;
}
@media screen and (min-width:1320px) {
    #nav {
        font-size: 0.9em;
    }
    #nav li {
        margin-right: -5px;
    }
    #nav ul.toplevel > li.rows1 > div {
        clip: rect(0, 2560px, 7.0625em, 0); 
    }
    #nav ul.toplevel > li.rows2 > div {
        clip: rect(0, 2560px, 14.125em, 0); 
    }
    #nav ul.toplevel > li.rows3 > div {
        clip: rect(0, 2560px, 21.1875em, 0); 
    }
    #nav ul.toplevel > li.rows4 > div {
        clip: rect(0, 2560px, 28.25em, 0); 
    }
    #nav ul.toplevel > li.rows1 > div > div {
        top: -10.0625em;
        /*height: 10.0625em;*/
    }
    #nav ul.toplevel > li.rows2 > div > div {
        top: -17.125em;
        /*height: 17.125em;*/
    }
    #nav ul.toplevel > li.rows3 > div > div {
        top: -24.1875em;
        /*height: 24.1875em;*/
    }
    #nav ul.toplevel > li.rows4 > div > div {
        top: -31.25em;
        /*height: 31.25em;*/
    }
    #nav ul.toplevel > li:hover > div > div,
    #nav ul.toplevel > li:focus > div > div,
    #nav ul.toplevel > li:active > div > div {
        top: 0;
    }
    #nav li ul a {
        font-size: 1.222222222222em;
    }
    #nav li.marques p {
        font-size: 1.375em;
    }
}
@media screen and (max-width:930px) {
    #nav {
        font-size: 0.9em;
        letter-spacing: -0.05em;
    }
    #nav li ul a {
        font-size: 1em;
    }
}
@media screen and (max-width:760px) {
    #nav {
        height: 40px;
        overflow: hidden;
    }
    #nav:hover,
    #nav:focus,
    #nav:active,
    #nav.active {
        height: auto;
    }
    #nav:before {
        display: block;
        content: 'menu';
        height: 40px;
        background: #343636 url(../images/arrow-down.png) no-repeat 60% center;
        color: #fff;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: height 0.3s ease-out;
        -moz-transition: height 0.3s ease-out;
        -o-transition: height 0.3s ease-out;
        transition: height 0.3s ease-out;
    }
    #nav:hover:before,
    #nav:focus:before,
    #nav:active:before,
    #nav.active:before {
        height: 1px;
        overflow: hidden;
        visibility: hidden;
    }
    #nav li {
        display: block;
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #525c59;
    }
    #nav li:last-child {
        border-bottom: none;
    }
    #nav li div {
        display: none;
    }
    #nav ul.toplevel > li.daddy > a,
    .csscalc #nav ul.toplevel > li.daddy > a {
        padding-right: 0;
        background: none;
    }
    #nav ul.toplevel > li.daddy:hover > a > span:after,
    #nav ul.toplevel > li.daddy:focus > a > span:after,
    #nav ul.toplevel > li.daddy:active > a > span:after,
    #nav ul.toplevel > li.daddy.active > a > span:after {
        background-image: none;
    }
    #nav ul.toplevel > li > a > span:after {
        top: 0;
    }
    #nav ul.toplevel > li:hover > a > span:after,
    #nav ul.toplevel > li:focus > a > span:after,
    #nav ul.toplevel > li:active > a > span:after,
    #nav ul.toplevel > li.active > a > span:after {
        height: 4.4em;
        padding-bottom: 0;
    }
}
/* <-- nav */

/* pictos --> */
li.picto a {
    padding-left: 75px !important;
    background-repeat: no-repeat;
    background-size: 75px auto;
}
li.marques li a {
    background: none;
    color: #fff !important;
}
@media screen and (min-width:1320px) {
    li.picto a {
        padding-left: 100px !important;
        background-size: 100px auto;
    }
}
@media screen and (max-width:930px) {
    li.picto a {
        padding-left: 70px !important;
        background-size: 70px auto;
    }
}
/* <-- pictos */

/* featured --> */
#featured {
    position: relative;
    height: 818px;
    height: -webkit-calc(100% - 8.75em - 4.4em);
    height:    -moz-calc(100% - 8.75em - 4.4em);
    height:         calc(100% - 8.75em - 4.4em);
    overflow: hidden;
}
#featured > div {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(../images/featured1.jpg) no-repeat center center;
    background-size: cover;
}
#featured > div + div {
    z-index: 1;
}
#featured > div.featured2 {
    background: url(../images/featured2.jpg) no-repeat center center;
    background-size: cover;
}
* + html #featured {
    z-index: 1;
}
#featured .title {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    position: absolute;
    bottom: 180px;
    left: 50%;
    width: 300px;
    height: 300px;
    margin-left: -150px;
}
#featured .left {
    left: 25%;
}
#featured .right {
    left: 75%;
}
.no-csstransforms #featured .title {
    margin-left: -210px;
}
#featured .title:before,
#featured .title:after {
    display: block;
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    top: -100%;
    background-color: #fff;
    background-color: rgba(255,255,255,0.5);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
    background:    -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
    background:      -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
    background:         linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}
#featured .title:before {
    left: 35.25%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#featured .title:after {
    left: -35.25%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.no-csstransforms #featured .title:before,
.no-csstransforms #featured .title:after {
    display: none;
}
#featured .title a {
    display: table-cell;
    width: 100%;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    color: #000;
    -webkit-transform: translateY(17.625%);
    -moz-transform: translateY(17.625%);
    -ms-transform: translateY(17.625%);
    -o-transform: translateY(17.625%);
    transform: translateY(17.625%);
}
.no-csstransforms #featured .title a {
    width: 300px;
    height: 300px;
    padding: 60px;
    background: url(../images/bg-featured.png) no-repeat center center;
}
* + html #featured .title a {
    display: block;
}
#featured h1 {
    margin: 0;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.125em;
    text-align: center;
    text-transform: uppercase;
}
* + html #featured h1 {
    padding-top: 100px;
}
#featured h1:after {
    display: block;
    content: '';
    position: relative;
    top: 0;
    width: 32px;
    height: 32px;
    margin: 0.25em auto 0 auto;
    background: url(../images/plus.png) no-repeat center bottom;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}
#featured .title a:hover h1:after,
#featured .title a:focus h1:after,
#featured .title a:active h1:after {
    top: 0.5em;
}
#featured h1 span {
    font-size: 1.875em;
    font-family: "bree", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
}
.wf-loading #featured h1 span {
    font-size: 1.5em;
}
#featured .nav {
    display: block;
}
#featured .nav ul {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
#featured .nav li {
    display: inline-block;
}
* + html #featured .nav li {
    display: inline;
}
#featured .nav li a {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 6px;
    background-color: #fff;
    color: #fff;
    opacity: 0.25;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; 
}
#featured .nav li a:hover,
#featured .nav li a:focus,
#featured .nav li a:active,
#featured .nav li.cycle-pager-active a {
    opacity: 1;
}
.no-opacity #featured .nav li a:hover,
.no-opacity #featured .nav li a:focus,
.no-opacity #featured .nav li a:active,
.no-opacity #featured .nav li.cycle-pager-active a.active {
    background-color: #bdce0f;
}
#featured .nav p {
    position: absolute;
    top: 50%;
    z-index: 100;
    margin: 0;
}
#featured .nav p.prev {
    left: 5%;
}
#featured .nav p.next {
    right: 5%;
}
#featured .nav p a {
    display: block;
}
.no-csstransforms #featured .nav p a {
    width: 40px;
    height: 70px;
    background: url(../images/featured-arrows.png) no-repeat left top;
}
.no-csstransforms #featured .nav p.next a {
    background-position: right top;
}
.no-csstransforms #featured .nav p.prev a:hover,
.no-csstransforms #featured .nav p.prev a:focus,
.no-csstransforms #featured .nav p.prev a:active {
    background-position: left bottom;
}
.no-csstransforms #featured .nav p.next a:hover,
.no-csstransforms #featured .nav p.next a:focus,
.no-csstransforms #featured .nav p.next a:active {
    background-position: right bottom;
}
#featured .nav p a:before {
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    margin: 0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-color: #fff;
    -webkit-transition: border-color 0.2s ease-out, margin 0.2s ease-out;
    -moz-transition: border-color 0.2s ease-out, margin 0.2s ease-out;
    -o-transition: border-color 0.2s ease-out, margin 0.2s ease-out;
    transition: border-color 0.2s ease-out, margin 0.2s ease-out;
}
#featured .nav p a:hover:before,
#featured .nav p a:focus:before,
#featured .nav p a:active:before {
    border-color: #bdce0f;
}
#featured .nav p.prev a:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#featured .nav p.prev a:hover:before,
#featured .nav p.prev a:focus:before,
#featured .nav p.prev a:active:before {
    margin-left: -10px;
}
#featured .nav p.next a:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#featured .nav p.next a:hover:before,
#featured .nav p.next a:focus:before,
#featured .nav p.next a:active:before {
    margin-right: -10px;
}
.no-csstransforms #featured .nav p a:before {
    display: none;
}
#featured .nav a span {
    display: none;
}
@media screen and (min-width:1320px) {
    #featured {
        height: 850px;
        height: -webkit-calc(100% - 12.75em - 4.95em);
        height:    -moz-calc(100% - 12.75em - 4.95em);
        height:         calc(100% - 12.75em - 4.95em);
        font-size: 0.8em;
    }
}
@media screen and (max-width:930px) {
    #featured {
        height: 828px;
        height: -webkit-calc(100% - 8.75em - 3.96em);
        height:    -moz-calc(100% - 8.75em - 3.96em);
        height:         calc(100% - 8.75em - 3.96em);
    }
}
@media screen and (max-width:760px) {
    #featured {
        height: 100%;
    }
}
@media screen and (max-height:800px) {
    #featured .title {
        bottom: 160px;
        width: 250px;
        height: 200px;
        margin-left: -125px;
    }
    #featured h1 {
        font-size: 1.5em;
    }
}
@media screen and (max-height:700px) {
    #featured .title {
        bottom: 140px;
        width: 200px;
        height: 150px;
        margin-left: -100px;
    }
    #featured h1 {
        font-size: 1.125em;
    }
}
@media screen and (max-height:500px) and (min-width:760px) {
    #featured .title {
        display: none;
    }
}
/* <-- featured */

/* content --> */
#content h1 {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.125em;
    text-transform: uppercase;


}



@media screen and (max-width:760px) {
    #content h1{
        font-size: 1.5em;
    }
}

@media screen and (max-width:480px) {
    #content h1{
        font-size: 1em;
    }
}


#content h2 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.125em;
    text-transform: uppercase;
}
#content p {
    font-size: 1.125em;
    line-height: 1.25em;
}
/* <-- content */

/* breadcrumb --> */

.breadcrumb {
    height: 80px;
	display:none;
}
@media screen and (min-width: 768px) {
	.breadcrumb{
		display:block;
	}
}
.breadcrumb ol {
    padding: 1em 0;
    margin: 0;
    list-style: none;
    font-size: 1.125em;
    font-weight: 400;
    text-transform: uppercase;
}
.breadcrumb p {
    display: none;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li + li:before {
    display: inline;
    content: ' > ';
}
.breadcrumb a {
    position: relative;
    color: #000;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.no-generatedcontent .breadcrumb a {
    padding-left: 5px;
    border-left: 1px solid #bdce0f;
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
    color: #bdce0f;
}
.breadcrumb a.active {
    color: #000;
}
.breadcrumb a:after {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    width: auto;
    height: 3px;
    background-color: #bdce0f;
    opacity: 0;
    -webkit-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
    transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
}
.no-opacity .breadcrumb a:after {
    bottom: 0;
    background-color: #fff;
}
.breadcrumb a:hover:after,
.breadcrumb a:focus:after,
.breadcrumb a:active:after,
.breadcrumb a.active:after {
    bottom: -5px;
    background-color: #bdce0f;
    opacity: 1;
}
.no-generatedcontent .breadcrumb a:hover,
.no-generatedcontent .breadcrumb a:focus,
.no-generatedcontent .breadcrumb a:active {
    color: #bdce0f;
}
/* <-- breadcrumb */

/* more button --> */
p.more {
    font-weight: 400;
}
p.more a {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0.625em 1em;
    overflow: hidden;
    margin: auto;
    vertical-align: middle;
    background-color: #5b5c5e;
    border-radius: 8px;
    color: #fff;
    font-family: "bree", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: top 0.2s ease-out, box-shadow 0.2s ease-out;
    -moz-transition: top 0.2s ease-out, box-shadow 0.2s ease-out;
    -o-transition: top 0.2s ease-out, box-shadow 0.2s ease-out;
    transition: top 0.2s ease-out, box-shadow 0.2s ease-out;
}
p.more a:hover,
p.more a:focus,
p.more a:active {
    top: -2px;
    -webkit-box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.75);
}
p.more a:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -120px;
    z-index: -1;
    width: 30px;
    height: 50px;
    background-color: #bdce0f;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transition: left 0.2s ease-out;
    -moz-transition: left 0.2s ease-out;
    -o-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
}
p.more a:hover:before,
p.more a:focus:before,
p.more a:active:before {
    left: -10px;
}
/* <-- more button */

/* back button --> */
p.back {
    font-weight: 400;
}
p.back a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
p.back a:hover,
p.back a:focus,
p.back a:active {
    color: #bdce0f;
}
p.back a:before {
    display: inline-block;
    content: 'x';
    padding: 0 0.3125em 0.0625em 0.3125em;
    margin: -5px 10px 0 0;
    vertical-align: middle;
    background-color: #bdce0f;
    border-radius: 8px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
p.back a:hover:before,
p.back a:focus:before,
p.back a:active:before {
    background-color: #000;
}
/* <-- back button */

/* home content --> */
#home #content {
    display: table;
    table-layout: fixed;
    margin: 120px auto;
    border-collapse: collapse;
}
#home #content article {
    display: table-cell;
    position: relative;
    padding-bottom: 4em;
}
.no-display-table #home #content article,
.buggy-display-table #home #content article {
    display: inline-block;
    width: 25%;
    margin-right: -4px;
    vertical-align: top;
}
* + html #home #content article {
    display: inline;
}
#home #content article h1 {
    padding-bottom: 200px;
    margin: 0 4%;
    background: url(../images/sprite-home-articles.png) no-repeat center 75px;
    text-align: center;
}
#home #content article h1:first-line {
    font-family: "bree", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
}
#home #content article + article h1 {
    background-position: center -225px;
}
#home #content article + article + article h1 {
    background-position: center -525px;
}
#home #content article + article + article + article h1 {
    background-position: center -825px;
}
#home #content p {
    margin: 0 4%;
    text-align: center;
}
#home #content p.more {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 0;
}
#home #content p.more a {
    display: block;
    padding: 0.625em 0.25em;
}
.generatedcontent #home #content p.more span {
    display: none;
}
.generatedcontent #home #content p.more span + span {
    display: inline;
}
.generatedcontent #home #content p.more span + span:after {
    display: inline;
    content: ' +';
}
@media screen and (min-width:1320px) {
    #home #content article h1 {
        font-size: 1.8em;
    }
    #home #content article p {
        margin: 0 8%;
    }
    #home #content p.more {
        left: 10%;
        right: 10%;
    }
}
@media screen and (max-width:1010px) {
    #home #content article,
    .no-display-table #home #content article,
    .buggy-display-table #home #content article {
        display: inline-block;
        width: 50%;
        padding-bottom: 80px;
        vertical-align: top;
    }
    #home #content article {
        margin-bottom: 120px;
    }
    #home #content article + article + article {
        margin-bottom: 0;
    }
}
@media screen and (max-width:760px) {
    #home #content article,
    .no-display-table #home #content article,
    .buggy-display-table #home #content article {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    #home #content article + article + article {
        margin-bottom: 120px;
    }
    #home #content article:last-child {
        margin-bottom: 0;
    }
}
/* <-- home content */

/* content image header --> */
.img-header {
    position: relative;
    z-index: 2;
    height: 0px;
    overflow: hidden;
    background-size:cover;
    background-repeat: no-repeat;
    width:100%;
    padding-top:31.25%;
}
.img-header > div {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.img-header > div:before {
    content: '';
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0;
}

.img-header h1 {
    max-width: 40%;
    display:inline-block;
    vertical-align:middle;
    padding: 0 80px;
    margin: 0;
}
.no-generatedcontent .img-header h1,
.no-cssgradients .img-header h1 {
    max-width: 50%;
    padding-left: 0;
}
.img-header h1 span {
    display:inline-block;
}
.no-generatedcontent .img-header h1 span,
.no-cssgradients .img-header h1 span {
    padding: 15px 20px 15px 80px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.5);
}
* + html .img-header h1 span {
    margin-top: 150px;
}
.img-header h1 span:first-line {
    color: #bdce0f;
    font-family: "bree", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    text-transform: none;
}
.img-header h1:before,
.img-header h1:after {
    display: block;
    content: '';
    width: 800px;
    height: 1600px;
    position: absolute;
    left: 50%;
    z-index: -1;
    margin-left: -1248px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.5);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background:    -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background:      -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background:         linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}
.img-header h1:before {
    top: -1118px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.img-header h1:after {
    top: -1684px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.no-csstransforms .img-header h1:before,
.no-csstransforms .img-header h1:after {
    display: none;
}
@media screen and (max-width:930px) {
    .img-header h1 {
        max-width: 60%;
    }
    .img-header h1:before,
    .img-header h1:after {
        margin-left: -1048px;
    }
}
@media screen and (max-width:760px) {	
    .img-header h1 {
        padding: 0 40px;
        max-width: 70%;
    }
}
@media screen and (min-width:480px) {
    header.presentation {
        background: url(../images/headline-presentation-high.jpg) no-repeat center center;
        background-size: cover;
    }
    header.services {
        background: url(../images/headline-services-high.jpg) no-repeat center center;
        background-size: cover;
    }
}
@media screen and (max-width:480px) {
    .img-header {
        height: auto;
        background: none !important;
    }
    .img-header h1 {
        max-width: none;
        height: auto;
        padding: 0 0 0 0;
        line-height: 1.125em !important;
    }
    .img-header h1:before,
    .img-header h1:after {
        display: none;
    }
}
/* <-- content image header */

/* content cols --> */
#content .cols {
    margin: 3em 0;
}
#content .col {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: top;
}
* + html #content .col {
    display: inline;
}
#content .col:first-child {
    text-align: right;
}
#content .col p {
    margin: 1.5em 20px 1.5em 0;
    font-size: 1.25em;
}
#content .col + .col p {
    margin: 1.5em 0 1.5em 20px;
}
#content .col strong {
    font-size: 1.125em;
    line-height: 1.375em;
    text-transform: uppercase;
}
#content .col:first-child strong {
    color: #343636;
    font-family: "bree", Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: none;
}
#content .col + .col strong {
    font-weight: 300;	
}
#content .col p + p strong {
    color: #bdce0f;
}
@media screen and (max-width:760px) {
    #content .col {
        display: block;
        width: auto;
        margin-right: 0;
    }
    #content .col:first-child {
        text-align: left;
    }	
    #content .col p {
        margin: 1em 0 !important;
    }
}
/* <-- content cols */

/* categories --> */
#products #content .nav {
	padding:0;
    margin: 40px 0 120px 0;
}
#products #content .nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #bdce0f;
}
#products #content .marques ul {
    background-color: #343636;
}
#products #content .nav li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333333333333%;
    padding: 1px;
    margin-right: -4px;
    vertical-align: top;
    background-color: #bdce0f;
}
#products #content .marques li {
    background-color: #343636;
}
* + html #products #content .nav li {
    display: inline;
}
#products #content .nav a {
    display: block;
    position: relative;
    height: 2.4em;
    padding: 1.3em 5px;
    overflow: hidden;
    border-right: 1px solid #a1ac2d;
    border-bottom: 1px solid #a1ac2d;
    color: #000;
    line-height: 2.4em;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#products #content .marques a {
    border-right: 1px solid #4e4d4c;
    border-bottom: 1px solid #4e4d4c;
    color: #fff;
    text-align: center;
}
#products #content .nav a:hover,
#products #content .nav a:focus,
#products #content .nav a:active,
#products #content .nav a.active {
    color: #fff;
}
#products #content .nav a span {
    display: inline-block;
    line-height: 1.2em;
    vertical-align: middle;
}
#products #content .nav a img {
    max-height: 2.4em;
}
@media screen and (min-width:1320px) {
    #products #content .nav li {
        margin-right: -5px
    }
}
@media screen and (max-width:760px) {
    #products #content .nav li {
        width: 50%;
    }
}
@media screen and (max-width:480px) {
    #products #content .nav li {
        width: 100%;
    }
}
/* <-- categories */

/* presentation content --> */
#presentation #content {
    padding-bottom: 3.75em;
}	
#presentation .intro {
    padding: 1em 80px;
    margin-top: 60px;
    background-color: #343636;
    color: #fff;
    text-align: right;
}
#presentation .intro p {
    margin: 1em 0;
    font-family: "bree", Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    font-weight: 400;
}
#presentation .intro strong {
    color: #bdce0f;
    font-weight: 300;
}
#presentation .showroom {
    padding: 1em 80px;
    min-height: 440px;
    background: #e6ebeb;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 60%, rgba(230,235,235,1) 100%), -webkit-linear-gradient(left, #e6ebeb 0%, #ffffff 50%, #e6ebeb 100%);
    background:    -moz-linear-gradient(top, rgba(255,255,255,0) 60%, rgba(230,235,235,1) 100%),    -moz-linear-gradient(left, #e6ebeb 0%, #ffffff 50%, #e6ebeb 100%);
    background:      -o-linear-gradient(top, rgba(255,255,255,0) 60%, rgba(230,235,235,1) 100%),      -o-linear-gradient(left, #e6ebeb 0%, #ffffff 50%, #e6ebeb 100%);
    background:         linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(230,235,235,1) 100%),         linear-gradient(to right, #e6ebeb 0%, #ffffff 50%, #e6ebeb 100%);
}
#presentation .showroom h2 {
    /*display: block;*/
    margin-bottom: 0 !important;
    color: #bdce0f;
    font-family: "bree", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.125em;
    text-transform: none;
}
#presentation .showroom p {
    font-size: 1.25em;
    line-height: 1.125em;
}
#presentation .showroom h2 + p {
    margin-top: 0;
}
#presentation .showroom a {
    color: #bdce0f;
    font-weight: 400;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#presentation .showroom a:hover,
#presentation .showroom a:focus,
#presentation .showroom a:active {
    color: #000;
}
#presentation .showroom img {
    max-width: 65%;
    float: right;
    margin: -50px -80px 0 0;
}
#presentation .gallery ul {
    max-width: 100%;
    max-width: -webkit-calc(100% + 1px);
    max-width:    -moz-calc(100% + 1px);
    max-width:         calc(100% + 1px);
    padding: 0;
    margin: 1px -1px;
    list-style: none;
}
#presentation .gallery li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    margin-right: -4px;
    vertical-align: top;
}
* + html #presentation .gallery li {
    display: inline;
}
#presentation .gallery2cols li {
    width: 50%;
}
#presentation .gallery3cols li {
    width: 33.33333333%;
}
#presentation .gallery img {
    float: left;
}
#presentation article {
    position: relative;
    z-index: 2;
    padding: 3em 80px 3em 320px;
    overflow: hidden;
    margin-top: 60px;
    color: #fff;
    text-align: right;
}
#presentation article.picto {
    background-color: #343636;
    background-position: 25px 25px;
    background-repeat: no-repeat;
}
#presentation article.conseil {
    background-image: url(../images/picto-contact.png);
}
#presentation article.pose {
    background-image: url(../images/picto-camion.png);
}
#presentation article.plans {
    background-image: url(../images/picto-3d.png);
}
#presentation article.itineraire {
    background-image: url(../images/picto-itineraire.png);
}
#presentation article.adresse {
    background-image: url(../images/picto-batiment.png);
}
#presentation article.formulaire {
    background-image: url(../images/picto-contact.png);
}
#presentation article + article {
    margin-top: 1px;
}
#presentation article:nth-child(even) {
    background-color: #bdce0f;
    color: #000;
}
#presentation article:nth-child(even):after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 300px;
    z-index: -1;
    width: 350px;
    height: 500px;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.1) 100%);
    background:    -moz-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.1) 100%);
    background:      -o-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.1) 100%);
    background:         linear-gradient(to right, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.1) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
#presentation article h1 {
    margin: 0 0 1em 0;
}
#presentation article p {
    /*margin: 0;*/
}
#presentation .adresse p {
    color: #fff;
    font-size: 1.25em;
    text-transform: uppercase;
}
#presentation .adresse a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#presentation .adresse a:hover,
#presentation .adresse a:focus,
#presentation .adresse a:active {
    color: #000;
}
#presentation .adresse span[itemprop=name] {
    font-weight: 600;
}
#presentation .adresse span[itemprop=streetAddress]:after,
#presentation .adresse span[itemprop=telephone]:after {
    display: inline;
    content: ' | ';
    color: #000;
    font-weight: 700;
}
@media screen and (max-width:930px) {
    #presentation article {
        padding-left: 240px;
    }
    #presentation article.picto {
        background-size: 100px auto;
    }
}
@media screen and (max-width:760px) {
    #presentation .intro,
    #presentation .showroom {
        padding: 1em 40px;
    }
    #presentation .showroom img {
        display: block;
        max-width: 100%;
        float: none;
        margin: -50px auto 0 auto;
    }
    #presentation article {
        padding: 3em 40px 3em 160px;
    }
    #presentation article.picto {
        background-position: 15px 15px;
    }
    #presentation .adresse span[itemprop=name],
    #presentation .adresse span[itemprop=streetAddress],
    #presentation .adresse span[itemprop=contactPoint] > span {
        display: block;
    }
    #presentation .adresse span[itemprop=streetAddress]:after,
    #presentation .adresse span[itemprop=telephone]:after {
        display: none;
    }
}
@media screen and (max-width:480px) {
    #presentation .intro {
        padding: 0.5em 10px;
    }
    #presentation .showroom {
        padding: 0.5em 10px;
    }
    #presentation .showroom img {
        max-width: 100%;
        float: none;
        margin: -30px -10px 0 -10px;
    }
    #presentation article {
        padding: 3em 10px 3em 10px;
        background-image: none;
        text-align: left;
    }
    #presentation article h1 {
        min-height: 1em;
        margin-left: 0;
    }
    #presentation article.picto {
        background-image: none;
    }
}
/* <-- presentation content */

/* products content --> */
#products #content {
    overflow: hidden;
}
#products .gallery {
    padding: 0;
    margin: 40px -20px 120px -20px;
    list-style: none;
}
#products .gallery li {
    display: inline-block;
    margin: 20px -4px 20px 0;
    width: 25%;
}
* + html #products .gallery li {
    display: inline;
}
#products .gallery li a {
    display: block;
    position: relative;
    margin: 0 20px;
    -webkit-box-shadow: 0px 4px 16px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 16px -8px rgba(0, 0, 0, 0.75);
    color: #000;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.no-boxshadow #products .gallery li a {
    border: 1px solid #ececec;
}
#products .gallery li a:before {
    display: block;
    content: '';
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
#products .gallery li a:hover:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
#products .gallery li img {
    min-height: 80px;
    float: left;
    font-size: 0.75em;
}
#products .gallery li div {
    position: relative;
    overflow: hidden;
}
#products .gallery li div:before,
#products .gallery li div:after {
    display: block;
    position: absolute;
    bottom: -115px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    -webkit-transition: bottom 0.2s ease-out;
    -moz-transition: bottom 0.2s ease-out;
    -o-transition: bottom 0.2s ease-out;
    transition: bottom 0.2s ease-out;
}
#products .gallery li div:before {
    content: '';
    bottom: -85px;
    z-index: 5;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#products .gallery li div:after {
    content: 'Voir la galerie';
    bottom: -105px;
    z-index: 10;
    font-family: "bree", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    text-transform: none;
}
#products .gallery li:hover div:before {
    bottom: -10px;
}
#products .gallery li:hover div:after {
    bottom: -30px;
}
#products .gallery li a > span {
    display: block;
    z-index: 20;
    height: 110px;
    line-height: 110px;
}
#products .gallery li a > span span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.125em;
}
* + html #products .gallery li a > span span {
    padding-top: 40px;
}
#products .gallery li a > span span:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 35%;
    right: 35%;
    height: 5px;
    background-color: #bdce0f;
}
@media screen and (max-width:930px) {
    #products .gallery li {
        width: 33.33333333%;
    }
}
@media screen and (max-width:760px) {
    #products .gallery li {
        width: 50%;
    }
}
@media screen and (max-width:480px) {
    #products .gallery li {
        width: 100%;
    }
}
/* <-- products content */

/* gallery content --> */
#gallery #content h1 {
    margin: 40px 0 0 0;
}
#gallery #content p {
    margin: 2em 0;
}
#gallery #content .text p.price {
    font-weight: 400;
}
#gallery #content p.more a {
    margin-top: 0.5em;
}
#gallery #content p.back {
    text-align: right;
}
#gallery #content .text p.back {
    text-align: left;
}
#gallery #content .text p.more,
#gallery #content .text p.back {
    display: none;
}
#gallery .gallery {
    padding: 0;
    margin: 0;
    list-style: none;
}
#gallery .gallery li {
    margin-bottom: 2em;
}
#gallery .gallery img {
    display: block;
    margin: auto;
}
/*@media screen and (min-width:1201px) {*/
@media screen and (min-width:1011px) {
    #gallery .text {
        display: inline-block;
        /*width: 25%;*/
        width: 33.333333333333%;
        float: right;
        margin-right: -5px;
        vertical-align: top;
    }
    #gallery .pics {
        display: inline-block;
        /*width: 75%;*/
        width: 66.666666666667%;
        vertical-align: top;
    }
    #gallery .gallery {
        margin-top: 40px;
    }
    #gallery #content .text h1,
    #gallery #content .text p {
        margin-left: 40px;
    }
    #gallery #content .text h1 + p {
        padding-bottom: 2em;
        border-bottom: 10px solid #000;
        font-size: 1em;
    }
    #gallery #content .text p.price {
        padding-bottom: 2em;
        border-bottom: 10px solid #000;
        font-size: 1em;
    }
    #gallery #content .text p.more,
    #gallery #content .text p.back {
        display: block;
    }
}
/* <-- gallery content */

/* google maps --> */
#map_canvas {
    height: 600px;
}
#map_canvas img {
    max-width: none;
}
#map_directions {
    width: 75%;
    margin: 3em 0 0 25%;
    color: #fff;
}
.adp, 
.adp table, 
.adp-list {
    color: #fff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.adp-list {
    padding: 4px;
    background: #bdce0f;
    border: 1px solid #fff;
    border-radius: 3px;
}
.adp b, 
.adp-list b {
    font-weight: 600;
}
.adp-listsel {
    background: #a6b509;
}
.adp-placemark {
    padding: 4px;
    margin: 10px 0;
    vertical-align: middle;
    background: #bdce0f;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #000000;
    text-transform: uppercase;
    cursor: pointer;
}
.adp-substep .adp-stepicon {
    padding: 1px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdce0f;
    border-radius: 3px;
}
.adp-details, 
.adp-legal {
    color: #494b4b;
    font-size: 0.8em;
}
@media screen and (max-width:760px) {
    #map_directions {
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width:480px) {
    #map_canvas {
        height: 400px;
    }
}
/* <-- google maps */

/* forms --> */
#form h2 {
    margin: 1em 0 0 0;
}
/* <-- forms */

/* footer --> */
#footer {
    background-color: #313131;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}
#footer h1 {
    width: 26.4797507788162%; /*340/1284*/
    max-width: 340px;
    margin: 1.5em auto;
    font-family: "bree", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 400;
}
#footer h2 {
    display: none;
}
#footer a {
    color: #fff;
}
#footer .social span,
#footer .social br {
    display: none;
}
#footer .social a {
    display: inline-block;
    position: relative;
    width: 34px;
    height: 34px;
    margin: 0 10px;
    background: url(../images/icons-social.png) no-repeat left center;
    -webkit-transition: top 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: top 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: top 0.2s ease-out, opacity 0.2s ease-out;
    transition: top 0.2s ease-out, opacity 0.2s ease-out;
}
* + html #footer .social a {
    display: inline;
}
#footer .social a.facebook {
    background-position: -40px center;
}
#footer .social a:hover,
#footer .social a:focus,
#footer .social a:active {
    top: -3px;
    opacity: 0.7;
}
#footer .coord {
    margin: 3em auto;
    text-transform: uppercase;
}
#footer .coord br {
    display: none;
}
#footer .coord > span:first-child,
#footer .coord > br + span {
    display: inline-block;
    padding: 1em 20px;
    vertical-align: middle;
    border-left: 1px solid #bdce0f;
    white-space: nowrap;
}
* + html #footer .coord > span:first-child,
* + html #footer .coord > br + span {
    display: inline;
}
#footer .coord span:first-child {
    border-left: none;
}
#footer .coord abbr {
    border-bottom: none;
}
#footer .coord a {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#footer .coord a:hover,
#footer .coord a:focus,
#footer .coord a:active {
    color: #bdce0f;
}
#footer .contacts {
    font-size: 1.25em;
    text-transform: uppercase;
}
#footer .contacts a {
    position: relative;
}
#footer .contacts a:after {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    width: auto;
    height: 2px;
    background-color: #bdce0f;
    opacity: 0;
    -webkit-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
    transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
}
.no-opacity #footer .contacts a:after {
    bottom: 0;
    background-color: #313131;
}
#footer .contacts a:hover:after,
#footer .contacts a:focus:after,
#footer .contacts a:active:after {
    bottom: -5px;
    background-color: #bdce0f;
    opacity: 1;
}
.no-generatedcontent #footer .contacts a:hover,
.no-generatedcontent #footer .contacts a:focus,
.no-generatedcontent #footer .contacts a:active {
    color: #bdce0f;
}
#footer .contacts br {
    display: none;
}
#footer .contacts a + br + a:before {
    display: inline;
    content: ' - ';
}
.no-generatedcontent #footer .contacts a {
    margin: 0 10px;
}
#footer .contacts a + br + a:after {
    left: 12px;
}
@media screen and (max-width:760px) {
    #footer h1 {
        width: auto;
        max-width: 50%;
    }
    #footer .social {
        margin: 3em auto;
    }
    #footer .coord br {
        display: inline-block;
    }
    #footer .coord span {
        padding: 0;
        border-left: none;
        white-space: normal;
    }
    #footer .coord > span:first-child,
    #footer .coord > br + span {
        display: block;
        padding: 0;
        border-left: none;
        white-space: normal;
    }
    #footer .contacts {
        margin: 3em auto;
    }
    #footer .contacts br {
        display: inline-block;
    }
    #footer .contacts a + br + a:before {
        display: none;
    }
    #footer .hours {
        margin: 3em auto;
    }
    #footer .hours strong {
        display: block;
    }
}
@media screen and (max-width:480px) {
    #footer h1 {
        max-width: 75%;
    }
}
/* <-- footer */

/* newsletter --> */
form#form_nl {
    -webkit-animation: newsletter 0.5s ease-in 1;
    animation: newsletter 0.5s ease-in 1;
}
p#form_nl {
    color: #bdce0f;
}
#form_nl label {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 1em;
    text-align: right;
}
#form_nl input {
    width: 200px;
    background-color: #fff;
    border: none;
    vertical-align: middle;
    color: #343636;
    font-family: "proxima-nova", Times, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: 300;
}
#form_nl button {
    display: inline-block;
    padding: 0.25em 1.5em;
    margin-left: 10px;
    background: #343636;
    background: -webkit-linear-gradient(top, #343636 0%, #000 100%);
    background:    -moz-linear-gradient(top, #343636 0%, #000 100%);
    background:      -o-linear-gradient(top, #343636 0%, #000 100%);
    background:         linear-gradient(to bottom, #343636 0%, #000 100%);
    border: none;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    color: #fff;
    font-family: "bree", Times, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
    text-shadow: 0 -1px 1px #222;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    cursor: pointer;
}
@-webkit-keyframes newsletter {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes newsletter {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@media screen and (max-width:480px) {
    #form_nl label {
        text-align: center;
    }
    #form_nl input {
        width: 80%;
    }
    #form_nl label,
    #form_nl input,
    #form_nl button {
        display: block;
        margin: 10px auto;
    }
}
/* <-- newsletter */

/* Gilles */
body{
    padding-top:14.1em;
}
body#home{
    padding-top:10.2em;
}
@media screen and (max-width:480px) {
    body{
		padding-top:10.5em;
	}
}
@media screen and (min-width:760px) {
    body#home{
		padding-top:11.1em;
	}
}

@media screen and (min-width:1320px) {
    body#home{
		padding-top:14.1em;
	}
}

body div#fixedHeader header{
    -webkit-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}
body div#fixedHeader header h1 img{
    -webkit-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}

body.scroll div#fixedHeader{
    height:143px;
}
body.scroll div#fixedHeader header{
    height:100px;
}
body.scroll div#fixedHeader header h1{
    line-height:0;
}
body.scroll div#fixedHeader header h1 img{
    line-height:0;
    height:60px;
	padding:3px 0;
}
body.scroll div#fixedHeader header nav{
    vertical-align:top;
}
div#fixedHeader{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:9999;
    background-color:#fff;
}
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   right:0;
   bottom:0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(52, 54, 53, 0.95);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   max-height:700px;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(189,206,14, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img, .view-first.hovered img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask, .view-first.hovered .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2, .view-first.hovered h2,
.view-first:hover p, .view-first.hovered p,
.view-first:hover a.info, .view-first.hovered a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p, .view-first.hovered p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info, .view-first.hovered a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
#nav ul.toplevel > li.hovered{
	height:auto;
}	
#nav ul.toplevel > li.hovered > div{
	min-height:400px;
}	
				
#nav ul.toplevel > li.hovered > div > div{
	top:0;
}

#nav ul.toplevel > li.hovered > a > span:after{
    height: 4.4em;
    height: -webkit-calc(4.4em + 5px);
    height:    -moz-calc(4.4em + 5px);
    height:         calc(4.4em + 5px);
    padding-bottom: 5px;
}

#nav ul.toplevel > li.daddy.hovered > a > span:after{
    background-image: url(../images/arrow-up.png);
}

#nav ul.toplevel > li.hovered > a{
    color: #343636;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-shadow: none;
}