/*
Theme Name: Cellande 2015
Theme URI: https://www.cellande.fr
Author: Publigo
Author URI: https://www.publigo.fr
Description:  Thème 2015 pour Cellande
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cellande
*/

/* ==========================================================================
   RESET CSS
   ========================================================================== */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

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

nav ul,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
}

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

.clearfix:after {
    clear: both;
}



/* ==========================================================================
   Cellande CSS styles
   ========================================================================== */

html {
    background-color: #f6f5f3;
}

body {
    background-color: #FFF;
}

html,
body {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

#wrapper {
    width: 100%;
    min-width: 980px;
    position: relative;
    overflow: hidden;
}

.wrapper {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

.responsive {
    display: none;
}


/*****************************
 * HEADER
 ****************************/

header#site-header {
    position: relative;
    height: 380px;
    background: #FFF;
}

#header-gradient {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    height: 336px;
    background: transparent url('img/header-gradient.png') repeat-y center center;
    z-index: 120;
}

#header-bg-left {
    position: absolute;
    top: 44px;
    left: 50%;
    height: 336px;
    width: 2000px;
    margin-left: -1000px;
    background: transparent url('img/header-left.png') no-repeat left center;
    z-index: 130;
}

#header-slider {
    position: absolute;
    top: 44px;
    left: 50%;
    height: 336px;
    width: 1270px;
    margin-left: -270px;
    opacity: .7;
    z-index: 110;
}

#site-header #logo {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    height: 243px;
    width: 390px;
    background: url('img/logo.png');
}

html[lang*="en"] #site-header #logo {
    background: url('img/logo-en.png');
}

#site-header .wrapper {
    position: relative;
    z-index: 140;
}


/*#site-header #lang_sel_list li {
    float: left;
}
*/

/* ############################################################################################## */
/* ################### menu langue  #################################################################################### */

#site-header #lang_sel_list {
    position: absolute;
    top: -37px;
    left: 0;
    border: 0;
    background: transparent;
    padding: 0;
}

#site-header #lang_sel_list ul {
    margin: 0;
    width: auto;
    z-index: 2;
}

#site-header #lang_sel_list li {
    color: white;
    line-height: 26px;
    font-size: 13px;
    display: inline-block;
    margin-right: 2px !important;
}

#site-header #lang_sel_list li a img {
    display: none;
}

#site-header #lang_sel_list li a {
    display: block;
    width: 27px;
    height: 28px;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    color: #857C7B;
    background: url(img/sprite-lang.png) left bottom no-repeat;
    font-size: 1.2rem;
    font-weight: 600;
}

#site-header #lang_sel_list li.icl-en a {
    background-position: right bottom;
}

#site-header #lang_sel_list li a:hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#site-header #lang_sel_list li.icl-fr a:hover {
    background-position: left top;
}

#site-header #lang_sel_list li.icl-en a:hover {
    background-position: right top;
}

#site-header #lang_sel_list li.icl-fr>a.lang_sel_sel {
    background-position: left top;
}

#site-header #lang_sel_list li.icl-en>a.lang_sel_sel {
    background-position: right top;
}

/* ############################################################################################## */
/* ############################################################################################## */




#top-bg {
    position: relative;
    height: 44px;
    background-color: #FFF;
}

nav#site-nav {
    position: absolute;
    top: -44px;
    left: 0;
    width: 100%;
}

#site-nav ul.menu {
    position: relative;
    float: right;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 200;
}

#site-nav ul.menu li {
    position: relative;
    float: left;
    margin-left: 14px;
}

#site-nav ul.menu li:first-child {
    margin-left: 0;
}

#site-nav ul.menu li a {
    display: block;
    padding: 0 0 0px;
    line-height: 25px;
    text-decoration: none;
    color: #6f715e;
    border-bottom: 4px solid #FFF;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#site-nav ul.menu li a:hover,
#site-nav ul.menu li.current-menu-item a,
#site-nav ul.menu li.current-page-ancestor a {
    border-bottom: 4px solid #aec704;
    color: #000;
}

#site-nav ul.menu li.current-menu-item li a,
#site-nav ul.menu li.current-page-ancestor li a {
    border-bottom: none;
    color: #6f715e;
}

/* Sub-menu */

#site-nav ul.menu ul {
    position: absolute;
    top: 29px;
    left: -10px;
    display: none;
    float: inherit;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.18);
}

#site-nav ul.menu ul li {
    float: inherit;
    width: 220px;
    margin: 0;
    background: red;
}

#site-nav ul.menu li:hover>ul {
    display: block;
}

#site-nav ul.menu ul li a {
    padding: 7px 10px;
    border-bottom: none;
    line-height: 18px;
    background: #FFF;
}

#site-nav ul.menu ul li.current-menu-item a,
#site-nav ul.menu ul li a:hover {
    background: #aec704;
    color: #fff;
}

#site-nav ul.menu ul li a:hover,
#site-nav ul.menu ul li.current-menu-item a,
#site-nav ul.menu ul li.current-page-ancestor a {
    border-bottom: none;
}


/*****************************
 * CONTENT
 ****************************/

main#site-main {
    position: relative;
    min-height: 100px;
    margin-top: -80px;
    padding: 40px 0;
    background: #FFF;
    border-top: 1px solid #ececec;
    z-index: 200;
}

main#site-main .wrapper {
    width: 790px;
}

.home main#site-main .wrapper {
    width: 980px;
}

.home main#site-main {
    margin-top: 0;
    padding: 0;
    background: inherit;
}

.grid-bg {
    position: absolute;
    top: 0;
    left: 50%;
    height: 17px;
    width: 1300px;
    margin-left: -650px;
    background: url("img/grid-bg.png") repeat 0 3px;
}

.home .grid-bg {
    height: 130px;
}

.home blockquote {
    width: auto;
    background: white;
    border: 1px solid #ddd;
    margin: auto;
    display: inline-block;
    padding: 14px 25px;
    border-radius: 3px;
    margin-top: 34px;
}
.home blockquote p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    margin: 14px 0;
}
.home blockquote img {
    margin: auto 21px;
    max-width: 100%;
}

#breadcrumbs {
    margin-bottom: 25px;
    font-size: 13px;
    color: #6f715e;
}

#breadcrumbs a {
    font-size: 13px;
    color: #6f715e;
}

#breadcrumbs a:hover {
    color: #000;
}

/* Les plus */

#les-plus {
    margin-bottom: 25px;
}

#les-plus h3 {
    display: block;
    padding: 20px 0;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    background: #f4f4f2;
    color: #6f715e;
}

.home #les-plus h3 {
    margin-bottom: 0;
    background: #FFF;
    max-width: 450px;
    margin: auto;
}

#les-plus ul {
    margin-top: 15px;
}

#les-plus li {
    float: left;
    width: 320px;
}

#les-plus li:first-child {
    margin-right: 10px;
}

#les-plus li:last-child {
    margin-left: 10px;
}

#les-plus .img {
    float: left;
    width: 130px;
}

#les-plus .content {
    float: left;
    width: 175px;
    margin-right: 15px;
}

#les-plus .title {
    display: block;
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

#les-plus p {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
    color: #6f715e;
}

#les-plus .affirmation-eco .title {
    color: #aec704;
}

#les-plus .laboratoire .title {
    color: #c99e64;
}

#les-plus .recherche-dev .title {
    color: #0064ae;
}

#les-plus .bottom {
    margin-top: 15px;
    height: 58px;
    background: none;
    border-top: 1px solid #dedddd;
}

.home #les-plus .bottom {
    background: url("img/grid-small-bg.png") repeat 0 2px;
}

#les-plus .more {
    display: block;
    width: 130px;
    padding-top: 5px;
    height: 100%;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6f715e;
    background: #FFF;
}

#les-plus .img,
#les-plus .content,
#les-plus .bottom,
#les-plus .more {}

#les-plus li:hover .img,
#les-plus li:hover .content,
#les-plus li:hover .bottom,
#les-plus li:hover .more {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#les-plus li:hover .bottom {
    background: none;
}

#les-plus li:hover .more {
    display: inline-block;
    width: 100%;
    padding-top: 25px;
    text-align: center;
    color: #000;
}

#les-plus li:hover .content {
    display: none;
}

#les-plus li:hover .img {
    width: 100%;
    text-align: center;
}


/* Métiers */

#metiers {
    position: relative;
    margin-bottom: 25px;
}

#metiers h3 {
    display: block;
    padding: 18px 0;
    margin-bottom: 20px;
    text-align: center;
    background: #eaeae7;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #6f715e;
}

#metiers {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

#metiers li {
    float: left;
    width: 230px;
    height: 100%;
    padding-bottom: 20px;
}

div[class*="menu-menu-metiers"] #metiers a .menu-image-title {
    display: block;
    margin-top: 12px;
}

#metiers .thumb {
    position: relative;
    width: 230px;
    height: 200px;
    overflow: hidden;
    background: #eaeae7;
}

#metiers .thumb img,
div[class*="menu-menu-metiers"] #metiers a img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(1);
    opacity: 1;
    z-index: 10;
}

#metiers li:hover .thumb img,
div[class*="menu-menu-metiers"] #metiers a:hover img {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.5;
}

div[class*="menu-menu-metiers"] #metiers a:after {
    content: '+';
}

#metiers .thumb .more,
div[class*="menu-menu-metiers"] #metiers a:after {
    position: absolute;
    top: 60px;
    left: 98px;
    font-weight: 600;
    font-size: 80px;
    color: #46483a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    z-index: 11;
}

#metiers li:hover .thumb .more,
div[class*="menu-menu-metiers"] #metiers li:hover a:after {
    opacity: 1;
}

#metiers .title,
div[class*="menu-menu-metiers"] #metiers a {
    display: block;
    /*margin-top: 12px;*/
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #6f715e;
    overflow: hidden;
}

/*div[class*="menu-menu-metiers"] #metiers a:before {
    content: '';
    display: block;
    padding-top: 200px;
    background: url(img/metiers/sprite-metiers.jpg) 0 0 no-repeat;
    margin-bottom: 12px;

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div[class*="menu-menu-metiers"] #metiers li.agriculture a:before { background-position: left 0; }
div[class*="menu-menu-metiers"] #metiers li.agroalimentaire a:before { background-position: right 0; }
div[class*="menu-menu-metiers"] #metiers li.automobile a:before { background-position: left -200px; }
div[class*="menu-menu-metiers"] #metiers li.batiment a:before { background-position: right -200px; }
div[class*="menu-menu-metiers"] #metiers li.collectivite a:before { background-position: left -400px; }
div[class*="menu-menu-metiers"] #metiers li.hotellerie a:before { background-position: right -400px; }
div[class*="menu-menu-metiers"] #metiers li.industrie a:before { background-position: left -600px; }
div[class*="menu-menu-metiers"] #metiers li.sante a:before { background-position: right -600px; }*/

#metiers-slider-prev,
#metiers-slider-next {
    position: absolute;
    top: 75px;
    width: 27px;
    height: 51px;
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#metiers-slider-prev {
    left: -50px;
    background: url('img/sprite.png') no-repeat 0px -219px;
}

#metiers-slider-next {
    right: -50px;
    background: url('img/sprite.png') no-repeat -33px -219px;
}

#metiers .bx-next,
#metiers .bx-prev {
    display: block;
    width: 27px;
    height: 51px;
    text-indent: -999em;
}

a:hover#metiers-slider-prev,
a:hover#metiers-slider-next {
    opacity: 0.7;
}


/*****************************
 * CONTENT FRONT PAGE
 ****************************/

/* Slider news */

#posts-slider {
    position: relative;
    margin: -70px auto 20px;
    height: 225px;
    overflow: hidden;
}

#posts-slider .prev,
#posts-slider .next {
    position: absolute;
    top: 94px;
    width: 24px;
    height: 36px;
    opacity: 1;
    z-index: 200;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#posts-slider .bx-next,
#posts-slider .bx-prev {
    display: block;
    width: 24px;
    height: 36px;
    text-indent: -999em;
}

#posts-slider a:hover.prev,
#posts-slider a:hover.next {
    opacity: 0.7;
}

#posts-slider .prev {
    left: 0;
    background: url('img/sprite.png') no-repeat -2px -142px;
}

#posts-slider .next {
    right: 0;
    background: url('img/sprite.png') no-repeat -30px -142px;
}

#posts-slider .inner {
    width: 910px;
    height: 225px;
    margin-left: 35px;
}

#posts-slider .content {
    position: relative;
    float: left;
    width: 455px;
    height: 225px;
    background: #aec704;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#posts-slider:hover .content {
    background: #6170af;
}

#posts-slider .thumbnail {
    float: left;
    width: 455px;
    height: 225px;
    overflow: hidden;
}

#posts-slider span {
    display: block;
}

#posts-slider .title {
    margin: 14px 22px 10px;
    font-weight: 700;
    font-size: 58px;
    color: #FFF;
}

#posts-slider .post-title {
    margin: 0 22px 5px;
    font-weight: 700;
    font-size: 22px;
    color: #677507;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#posts-slider:hover .post-title {
    color: #FFF;
}

#posts-slider .post-excerpt {
    margin: 0 22px 5px;
    height: 45px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    overflow: hidden;
}

#posts-slider .post-more {
    position: absolute;
    bottom: 20px;
    left: 22px;
    display: block;
    padding: 10px;
    background: #FFF;
    font-weight: 600;
    font-size: 14px;
    color: #aec704;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#posts-slider:hover .post-more {
    color: #6170af;
}

#posts-slider .all {
    position: absolute;
    bottom: 22px;
    left: 125px;
    display: block;
    height: 20px;
    padding: 5px 0 0 30px;
    background: url('img/sprite.png') no-repeat 0px -181px;
    color: #677507;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#posts-slider:hover .all {
    color: #FFF;
}

/* Highlight */

#fp-highlight {
    margin-bottom: 25px;
    padding: 24px 0;
    height: auto;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    background: #6f715e;
}

#fp-highlight h3,
#fp-highlight h4 {
    font-weight: 800;
    color: #FFF;
}

#fp-highlight h3 {
    font-size: 57px;
}

#fp-highlight h4 {
    font-size: 28px;
}

#fp-highlight a {
    display: inline-block;
    margin-top: 20px;
    padding: 16px 35px;
    background: #FFF;
    font-size: 21px;
    font-weight: 600;
    color: #6f715e;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#fp-highlight a:hover {
    color: #FFF;
    background: #aec704;
}

#fp-highlight .textwidget a {
    text-decoration: none !important;
}

/* Bottom front page */

#fp-section {
    position: relative;
    min-height: 450px;
}

#fp-section #bg-hands {
    position: absolute;
    top: 0;
    right: 50%;
    width: 557px;
    height: 344px;
    margin: 20px -990px 0 0;
    background: url("img/bg-hands.jpg") no-repeat;
    opacity: 0.8;
    z-index: 10;
}

#fp-section .wrapper {
    z-index: 11;
}

/* --- Menu thématique */

#menu-thema {
    margin: 40px 0 10px;
}

#menu-thema li {
    position: relative;
    float: left;
    width: 300px;
    height: 270px;
    margin-right: 40px;
}

#menu-thema li:last-child {
    margin-right: 0;
}

#menu-thema li a {
    color: #6f715e;
    display: block;
    padding: 0 5px;
    margin-bottom: 12px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}


#menu-thema li a span {
    height: 135px;
    display: block;
    position: relative;
}

#menu-thema li a span:after {
    content: attr(data-description);
    display: block;
    margin-bottom: 10px;
    height: 65px;
    overflow: hidden;
    font-size: 13px;
    line-height: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #6f715e;
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
}

#menu-thema li.hygiene-mains a:before {
    background: #3090b0 url("img/sprite.png") no-repeat 10px -307px;
}

#menu-thema li.hygiene-mains a:after {
    background: #3090b0;
}

#menu-thema li.hygiene-corporelle a:before {
    background: #ffa200 url("img/sprite.png") no-repeat 12px -392px;
}

#menu-thema li.hygiene-corporelle a:after {
    background: #ffa200;
}

#menu-thema li.produits-cosmetiques a:before {
    background: #cfdf61 url("img/sprite.png") no-repeat -128px -303px;
}

#menu-thema li.produits-cosmetiques a:after {
    background: #cfdf61;
}

#menu-thema li.produits-entretien a:before {
    background: #6373c8 url("img/sprite.png") no-repeat -123px -388px;
}

#menu-thema li.produits-entretien a:after {
    background: #6373c8;
}

#menu-thema li.accessoires a:before {
    background: #22b2bb url("img/sprite.png") no-repeat 15px -480px;
}

#menu-thema li.accessoires a:after {
    background: #22b2bb;
}

#menu-thema li a,
#menu-thema li a span:after {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#menu-thema li:hover a,
#menu-thema li:hover a span:after {
    color: #000;
}

/* --- Article bas de page */

#home-bottom-article {
    padding: 20px 0;
    /*border-top: 1px solid #d9d7d7;
    border-bottom: 1px solid #d9d7d7;*/
}

#home-bottom-article h2,
#home-bottom-article h3 {
    font-weight: 700;
    color: #6f715e;
}

#home-bottom-article h2 {
    font-size: 40px;
}

#home-bottom-article h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

#home-bottom-article .alignleft {
    margin: 0.4em 1.8em 0.4em 0;
}


/*****************************
 * EDITOR / TEXTE STYLES
 ****************************/

/* Archives */

.search #site-main .page-header,
.archive #site-main .page-header {
    margin-bottom: 40px;
}

.search #site-main article,
.archive #site-main article {
    margin-bottom: 30px;
}

.search #site-main article:last-child,
.archive #site-main article:last-child {
    margin-bottom: 0;
}

.search #site-main article .thumbnail,
.archive #site-main article .thumbnail {
    float: left;
    width: 150px;
    margin-right: 20px;
}

.search #site-main article .content,
.archive #site-main article .content {
    float: left;
    width: 620px;
}

.search #site-main .more-link,
.archive #site-main .more-link {
    display: block;
    margin-top: 15px;
}

.wp-pagenavi {
    font-family: Arial, Helvetica, sans-serif;
}

.wp-pagenavi a {
    color: #5e604e;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #bfbfbf;
    margin: 2px;
    padding: 5px 8px;
    text-decoration: none;
}

/* Page or post */

#site-main header.page-header .page-title,
#site-main article .entry-title {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #b7b8ac;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4f5140;
}

.search #site-main article .entry-title,
.archive #site-main article .entry-title {
    padding-bottom: 0;
    border-bottom: none;
    font-size: 18px;
    margin-bottom: 15px;
}

#site-main article .entry-title a {
    color: #5e604e;
    text-decoration: none;
}

#site-main article .entry-title a:hover {
    color: #000;
    text-decoration: underline;
}

#site-main article .entry-thumbnail {
    width: 40%;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

#site-main article .entry-thumbnail img {
    width: 100%;
    height: auto;
}

#site-main article .entry-content {
    min-height: 30px;
}

#site-main article .entry-content:after {
    content: '';
    display: table;
    clear: both;
}

#site-main article .entry-content h1 {
    font-size: 23px;
}

#site-main article .entry-content h1,
#site-main article .entry-content h2,
#site-main article .entry-content h3,
#site-main article .entry-content h4 {
    font-weight: 600;
    text-transform: uppercase;
    color: #5e604e;
    clear: both;
}

#site-main article .entry-content h2 {
    font-size: 20px;
    margin: 20px 0 20px;
}

#site-main article .entry-content h3 {
    font-size: 16px;
    margin: 15px 0 15px;
}

#site-main article .entry-content h4 {
    font-size: 14px;
    margin: 15px 0 15px;
}

#site-main article .entry-content p,
.textwidget p {
    margin-bottom: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #87887b;
}

#site-main article .entry-content strong,
#site-main article .entry-content b {
    font-weight: 700;
    color: #87887b;
}

#site-main article .entry-content ul,
ol {
    margin: 0 auto 1.6em auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #87887b;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

#site-main article .entry-content li {
    line-height: 18px;
}

#site-main article .entry-content li:before {
    content: '\2022';
    font-size: 14px;
    display: inline-block;
    margin-right: 7px;
}

#site-main article .entry-content ul {
    /*list-style: disc;*/
}

#site-main article .entry-content ol {
    list-style: decimal;
}

#site-main article .entry-content dl {
    margin-bottom: 1.6em;
}

#site-main article .entry-content dt {
    font-weight: bold;
}

#site-main article .entry-content dd {
    margin-bottom: 1.6em;
}

#site-main article .entry-content sup,
#site-main article .entry-content sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

#site-main article .entry-content sup {
    bottom: 1ex;
}

#site-main article .entry-content sub {
    top: .5ex;
}

#site-main article .entry-content small {
    font-size: 75%;
}

#site-main article .entry-content big {
    font-size: 125%;
}

.textwidget a,
#site-main article .entry-content a {
    color: #0064ae;
    text-decoration: underline;
}

.textwidget a:hover,
#site-main article .entry-content a:hover {
    color: #000;
}

#site-main .entry-footer {
    margin-top: 20px;
    padding-top: 12px;
    border-top: 1px solid #dedede;
}

#site-main article .edit-link a {
    color: #000;
    text-decoration: underline;
}

#site-main article .entry-content form.wpcf7-form {
    overflow: hidden;
    margin-bottom: 21px;
}

/*****************************
 * FOOTER
 ****************************/

footer#site-footer {
    height: 500px;
    background: #f6f5f3 url('img/footer-bg.jpg') no-repeat center center;
    color: #6f715e;
}

#site-footer input,
#site-footer textarea {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

#site-footer .left {
    float: left;
    width: 490px;
}

#site-footer .logo {
    display: block;
    margin: 17px 0 14px;
    width: 185px;
}

#site-footer .address {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
}

#site-footer .address a {
    color: #87887b;
}

#site-footer .address a:hover {
    color: #000;
}

#site-footer #marques-distributeurs {
    display: block;
    width: 210px;
    height: 60px;
    margin-bottom: 15px;
    background: url('img/sprite.png') no-repeat 0 0;
    text-decoration: none !important;
}

#site-footer a:hover#marques-distributeurs {
    background-position: 0 -60px;
    color: #621b90;
}

#site-footer #marques-distributeurs span {
    display: block;
    margin: 0 0 0 70px;
    padding-top: 18px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8334b5;
}

#site-footer .widget_wysija_cont {
    margin-bottom: 18px;
}

#site-footer .widget_wysija_cont span.title {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

#site-footer .widget_wysija_cont p {
    display: inline-block;
}

#site-footer .widget_wysija_cont input[type=text] {
    padding: 13px 15px;
    width: 240px;
    border: 1px solid #FFF;
    font-size: 14px;
}

#site-footer .widget_wysija_cont input[type=text]:focus {
    outline: none;
    border: 1px solid #dfdcd7
}

#site-footer .widget_wysija_cont input[type=submit] {
    display: inline-block;
    margin: 0 0 0 6px;
    padding: 11px 18px;
    border: 1px solid #6f715e;
    background-color: #6f715e;
    color: #FFF;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.2s;
}

#site-footer .widget_wysija_cont input[type=submit]:hover {
    background-color: #46473a;
}

#site-footer ul.menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #6f715e;
}

#site-footer ul.menu a {
    color: #6f715e;
}

#site-footer ul.menu a:hover {
    color: #000;
    text-decoration: underline;
}

#site-footer ul.menu li {
    float: left;
}

#site-footer ul.menu li+li:before {
    content: " | ";
    padding: 0 5px;
}

#site-footer .right {
    float: left;
    width: 450px;
    margin-left: 40px;
}

#site-footer #contact-form {
    position: relative;
    margin: 28px 0 0 85px;
}

#site-footer #contact-form p {
    margin-bottom: 10px;
}

#site-footer #contact-form .last {
    margin: 0px;
}

#site-main .wpcf7 input[type=text],
#site-main .wpcf7 input[type=email],
#site-main .wpcf7 input[type=tel],
#site-footer #contact-form input[type=text],
#site-footer #contact-form input[type=email],
#site-footer #contact-form input[type=tel] {
    width: calc(100% - 40px);
    padding: 10px 10px 10px 30px;
    font-size: 17px;
    border: 1px solid #FFF;
}

#site-main .wpcf7 textarea,
#site-footer #contact-form textarea {
    width: calc(100% - 38px);
    height: 120px;
    padding: 10px 10px 10px 30px;
    font-size: 17px;
    border: 1px solid #FFF;
}



#site-main .wpcf7 input[type=submit],
#site-footer #contact-form input[type=submit] {
    float: right;
    margin: -2px -4px 0 0;
    padding: 10px 42px;
    border: none;
    background-color: #6f715e;
    color: #FFF;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#site-main .wpcf7 input[type=submit]:hover,
#site-footer #contact-form input[type=submit]:hover {
    background-color: #46473a;
}

#site-main .wpcf7 input[type=text],
#site-main .wpcf7 input[type=email],
#site-main .wpcf7 input[type=tel],
#site-main .wpcf7 textarea {
    width: calc(50% - 40px);
    border: 1px solid #6f715e;
}

#site-main .wpcf7 input[type=submit] {
    float: left;
}

#site-footer #contact-form .wpcf7-response-output {
    position: absolute;
    top: -25px;
    left: -280px;
    width: 220px;
    background: #FFF;
}

#site-footer #contact-form .wpcf7-not-valid-tip {
    display: none !important;
}

#site-footer #contact-form .wpcf7-validation-errors {
    border: 2px solid #c60000;
}


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

#header-responsive {
    display: none;
}

#nav-responsive {
    display: none;
}

.burger {
    position: absolute;
    float: left;
    padding: 5px 10px;
    top: 1px;
    left: 10px;
    display: none;
}

.burger li {
    width: 30px;
    height: 4px;
    background-color: #FFF;
    border-radius: 3px;
    margin: 5px 0;
}

.burger.open li {
    background-color: #d9dde1;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1020px) {
    #wrapper {
        width: 100%;
        min-width: inherit;
    }

    #site-header #logo {
        top: 30px;
        left: 20px;
        width: 292px;
        height: 182px;
        background-size: 292px 182px;
        background-repeat: no-repeat;
    }

    #site-header #lang_sel_list {
        position: absolute;
        right: 10px;
        left: inherit;
        top: 10px;
    }

    #lang_sel_list a.lang_sel_sel,
    #lang_sel_list ul a {
        background: transparent;
    }

    #site-nav ul.menu {
        float: left;
        margin: 10px 20px 0;
        font-size: 12px;
    }

    #site-nav ul.menu li a {
        line-height: 30px;
    }

    #site-nav ul.menu li {
        margin-left: 0;
        margin-right: 18px;
    }

    #site-nav ul.menu li:last-child {
        margin-right: 0;
    }

    main#site-main {
        margin-top: -100px;
    }

    main#site-main .wrapper {
        width: inherit;
        padding: 0 20px;
    }

    .home main#site-main .wrapper {
        width: calc(100% - 10px);
        padding: 0;
    }

    #posts-slider {
        height: 225px;
        margin: -90px auto 20px;
        padding: 0 40px;
    }

    #posts-slider .inner {
        margin-left: 0px;
    }

    #posts-slider .content {
        width: 50%;
    }

    #posts-slider .all {
        display: none;
    }

    #posts-slider .thumbnail {
        width: 50%;
    }

    #breadcrumbs,
    #breadcrumbs a {
        font-size: 15px;
    }

    #site-main header.page-header .page-title,
    #site-main article .entry-title {
        font-size: 26px;
    }

    .search #site-main article .entry-title,
    .archive #site-main article .entry-title {
        font-size: 20px;
    }

    #site-main article .entry-content p,
    .textwidget p {
        color: #65665D;
        font-size: 1.1em;
        line-height: 1.3em;
        margin-bottom: 12px;
    }

    #home-bottom-article img {
        width: 250px;
        height: auto;
    }

    #home-bottom-article h2 {
        font-size: 36px;
    }

    #home-bottom-article h3 {
        font-size: 22px;
        margin-bottom: 14px;
    }

    #les-plus {
        margin-bottom: 35px;
    }

    #les-plus ul {
        margin-top: 15px;
    }

    #les-plus li {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #CCC;
    }

    #les-plus li:first-child {
        margin-right: 0;
    }

    #les-plus li:last-child {
        margin: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    #les-plus .img {
        float: left;
        width: 70px;
    }

    #les-plus li:hover .img {
        width: 70px;
        text-align: inherit;
    }

    #les-plus .img img {
        width: 55px;
        height: 55px;
    }

    #les-plus .content {
        width: auto;
        margin-right: 0px;
    }

    #les-plus .title {
        display: inline-block;
        margin: 0px 0 8px;
        font-size: 18px;
        line-height: 22px;
    }

    #les-plus p {
        font-size: 14px;
        line-height: 20px;
    }

    #les-plus .bottom {
        display: none;
    }

    #les-plus li:hover .img,
    #les-plus li:hover .content,
    #les-plus li:hover .bottom,
    #les-plus li:hover .more {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    #les-plus li:hover .content {
        display: block;
    }

    #fp-highlight h3 {
        margin-bottom: 4px;
        font-size: 50px;
    }

    #fp-highlight h4 {
        font-size: 22px;
    }

    #fp-highlight a {
        background: #fff none repeat scroll 0 0;
        color: #6f715e;
        display: inline-block;
        font-size: 19px;
        font-weight: 600;
        margin-top: 18px;
        padding: 14px 30px;
        transition-duration: 0.3s;
    }

    #bg-hands {
        display: none;
    }

    footer#site-footer {
        height: 350px;
    }

    #site-footer .left {
        width: 50%;
    }

    #site-footer .right {
        width: 50%;
        margin-left: 0;
    }


    #site-footer #contact-form input[type=text],
    #site-footer #contact-form input[type=email],
    #site-footer #contact-form input[type=tel] {
        width: calc(100% - 40px);
        padding: 8px 15px;
        font-size: 15px;
    }

    #site-footer #contact-form textarea {
        width: calc(100% - 40px);
        height: 100px;
        padding: 10px 15px;
        font-size: 15px;
        border: 1px solid #FFF;
    }

    #site-footer #contact-form p {
        margin-bottom: 10px;
    }

    #site-footer .widget_wysija_cont input[type=text] {
        padding: 8px 15px;
        width: 180px;
    }

    #site-footer .widget_wysija_cont input[type="submit"] {
        padding: 7px 18px;
        font-size: 15px;
    }

    #site-footer #contact-form input[type="submit"] {
        padding: 8px 42px;
        margin: -2px 8px 0 0;
    }
}

@media only screen and (max-width : 980px) {
    .wrapper {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #site-header #logo {
        top: 20px;
        left: 20px;
        width: 234px;
        height: 146px;
        background-size: 234px 146px;
    }

    .tactile-by-bonfire-horizontal ul li a {
        text-transform: uppercase;
    }

    #top-bg {
        display: none;
    }

    nav#site-nav {
        display: none;
    }

    #header-bg-left {
        top: 0px;
    }

    #header-gradient {
        top: 0px;
    }

    #header-slider {
        top: 0px;
    }

    main#site-main {
        margin-top: -150px;
    }

    .home main#site-main {
        margin-top: -30px;
    }

    #posts-slider {
        height: 225px;
        margin: -120px auto 20px;
        padding: 0 35px;
    }

    #posts-slider .title {
        font-size: 40px;
        margin: 14px 22px 5px;
    }

    #posts-slider .post-title {
        font-size: 20px;
    }

    #posts-slider .post-excerpt {
        height: auto;
        line-height: 1.2em
    }

    #posts-slider .all {
        display: none;
    }

    #posts-slider .post-more {
        position: relative;
        display: inline-block;
        margin: 10px 20px;
        left: inherit;
        bottom: inherit;
    }

    #fp-highlight h3 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    #fp-highlight h4 {
        font-size: 18px;
        line-height: 22px;
    }

    #fp-highlight a {
        padding: 10px 20px;
        font-size: 14px;
    }

    #menu-thema {
        margin: 30px 0 10px;
    }

    #home-bottom-article {
        padding: 10px 0;
    }

    #site-main article .entry-content p,
    .textwidget p {
        color: #65665D;
        font-size: 1.2em;
        line-height: 1.3em;
        margin-bottom: 12px;
    }

    #home-bottom-article img {
        width: 200px;
        height: auto;
    }

    #home-bottom-article h2 {
        font-size: 30px;
    }

    #home-bottom-article h3 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    #home-bottom-article p {
        font-size: 1.0em;
        line-height: 1.3em;
    }

    footer#site-footer {
        height: 405px;
        background: #f6f5f3;
    }

    #site-footer .address {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 25px;
    }

    #site-footer .logo img {
        width: 130px;
        height: 83px;
    }

    #site-footer .widget_wysija_cont input[type="text"],
    #site-footer #contact-form input[type=text],
    #site-footer #contact-form input[type=email],
    #site-footer #contact-form input[type=tel],
    #site-footer #contact-form textarea {
        background: #FFF;
        border: 1px solid #6f715e;
    }

    #site-footer #contact-form {
        margin: 28px 0 0 10px;
        position: relative;
    }

    #site-footer .widget_wysija_cont input[type="submit"] {
        display: block;
        margin: 10px 0 0 0;
    }

    #site-footer .widget_wysija_cont input[type=text] {
        padding: 8px 15px;
        width: 100%;
    }

    #site-footer ul.menu {
        margin: 10px 0;
        font-size: 1em;
        overflow: hidden;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 600px) {

    #top-bg,
    nav#site-nav,
    #lang_sel_list img.iclflag {
        display: none;
    }

    header#site-header {
        margin-top: -44px;
    }

    #site-header #logo {
        top: 105px;
        width: 187px;
        height: 116px;
        background-size: 187px 116px;
    }

    main#site-main {
        margin-top: -140px;
    }

    .home main#site-main {
        margin-top: -10px;
    }

    #posts-slider .content {
        width: 70%;
    }

    #posts-slider .thumbnail {
        width: 30%;
    }

    #posts-slider .title {
        font-size: 30px;
        margin: 14px 22px 5px;
    }

    #home-bottom-article img {
        width: 150px;
        height: auto;
    }

    #home-bottom-article .alignleft {
        margin: 0.4em 1.3em 0.4em 0;
    }

    #home-bottom-article h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    #home-bottom-article h3 {
        font-size: 16px;
        margin-bottom: 14px;
    }

    #home-bottom-article p {
        font-size: 1.0em;
        line-height: 1.3em;
    }

    footer#site-footer {
        height: 405px;
    }

    #site-footer ul.menu {
        display: none;
    }

    #site-footer #contact-form textarea {
        height: 80px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .responsive {
        display: block;
    }

    .home .grid-bg {
        height: 100px;
    }

    #posts-slider .content {
        width: 100%;
        height: auto;
    }

    #posts-slider .thumbnail {
        display: none;
        width: 0%;
    }

    #posts-slider .post-more {
        margin: 10px 20px 16px;
    }

    .home #les-plus {
        margin-top: -20px;
        margin-bottom: 25px;
    }

    #les-plus h3 {
        font-size: 16px;
        line-height: 22px;
        padding: 15px 0;
        margin-bottom: 30px;
    }

    #les-plus .img {
        display: none;
    }

    #les-plus .title {
        font-size: 19px;
        margin: 6px 0;
    }

    #home-bottom-article img {
        display: none;
    }

    #home-bottom-article p {
        text-align: left;
    }

    #site-main article .entry-content p,
    .textwidget p {
        text-align: left;
    }

    footer#site-footer {
        height: auto;
    }

    #site-footer .left {
        width: 100%;
    }

    #site-footer .right {
        width: 100%;
        margin-bottom: 20px;
    }

    #site-footer .widget_wysija_cont p {
        display: block;
        width: 90%;
    }

    #site-footer #contact-form {
        margin: 15px 0 0 0px;
    }

    #site-footer #contact-form span.title {
        display: block;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

    #site-footer #contact-form p {
        margin-bottom: 6px;
    }

    #site-footer #contact-form textarea {
        height: 60px;
    }

    #site-footer #contact-form input[type="submit"] {
        float: left;
        margin: 10px 0 0;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}



/* ==========================================================================
   WordPress custom styles
   ========================================================================== */

/**
 * Alignments
 */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.0em 1.2em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.2em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.2em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

input.wpcf7-not-valid {
    border: 1px solid #c00 !important;
    background-color: #fff7f7;
}

section#posts-slider .thumbnail {
    position: relative;
}

section#posts-slider .thumbnail:before {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: 1;
    border: solid 10px rgba(255, 255, 255, 0.74);
}

.block_content {
    background: #ebebf0;
    padding: 100px 0 120px 0;
    text-align: center;
}

.block_content h1 {
    font-family: raleway;
    color: #0064ae;
    font-size: 39px;
    font-weight: 100;
}

.block_content h2 {
    font-size: 19px;
    font-family: raleway;
    color: #6f715e;
    padding-bottom: 15px;
    font-weight: 600;
}

p {
    font-size: 17px;
    font-family: raleway;
    color: #6f715e;
    font-weight: 600;
}

.bx-viewport {
    min-height: 300px;
}

#metiers {
    min-height: 300px;
}

div[class*="menu-menu-metiers"] #metiers a .menu-image-title:after {
    content: "";
    display: block;
    width: 145px;
    height: 6px;
    background: #000;
    margin-top: 10px;
}

div[class*="menu-menu-metiers"] #metiers a .menu-image-title {
    font-size: 17px;
}

div[class*="menu-menu-metiers"] #metiers li:nth-child(1) a .menu-image-title:after {
    background: #0064ae;
}

div[class*="menu-menu-metiers"] #metiers li:nth-child(2) a .menu-image-title:after {
    background: #aec704;
}

div[class*="menu-menu-metiers"] #metiers li:nth-child(3) a .menu-image-title:after {
    background: #c99e64;
}

div[class*="menu-menu-metiers"] #metiers li:nth-child(4) a .menu-image-title:after {
    background: #6f715e;
}

div[class*="menu-menu-metiers"] #metiers li:nth-child(1) a {
    color: #0064ae;
}

div[class*="menu-menu-metiers"] #metiers li:nth-child(2) a {
    color: #aec704;
}

div[class*="menu-menu-metiers"] #metiers li:nth-child(3) a {
    color: #c99e64;
}

div[class*="menu-menu-metiers"] #metiers li:nth-child(4) a {
    color: #6f715e;
}

.block_content a {
    color: #0064ae;
    font-weight: 700;
}

.block_content a:hover {
    color: #3090b0;
}

span.menu-image-title {
    width: 216px;
    margin: auto;
}

.manufacturer_title {
    position: relative;
    z-index: 11;
}

.manufacturer_title h2 {
    font-family: raleway;
    font-size: 48px;
    font-weight: 100;
    text-transform: uppercase;
    display: block;
    width: 500px;
    margin: auto;
    text-align: center;
    color: #6f715e;
    padding-top: 50px;
    background: #ffffff;
    z-index: 1;
}

div.manufacturer_title:after {
    content: "";
    display: block;
    width: 2000px;
    height: 7px;
    background: rgba(111, 113, 94, 0.3);
    position: absolute;
    bottom: 7px;
    z-index: -1;
}

#menu-thema li a span.menu-image-title {
    font-size: 22px;
    text-transform: uppercase;
}

#menu-thema li a,
#menu-thema li a span:after {
    text-transform: none;
}

ul#thema {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#site-main article .sub-nav a {
    display: flex;
    flex-direction: column;
    max-width: 230px;
    text-decoration: none;
    color: #c99e64;
    font-size: 17px;
    font-weight: 700;
}
#site-main article .sub-nav a:hover{

color:#6f715e;
}
#site-main article .sub-nav a img {
    display: block;
    margin-bottom: 15px;
}
.sub-nav {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#site-main article .sub-nav a:after {
    content: "";
    display: block;
    width: 145px;
    height: 6px;
    background: #c99e64;
    margin-top: 10px;
}
@media screen and (max-width: 774px){
ul.sub-menu {
    display: none;
}
}


/*Masque greenande*/
/*ul#thema li:nth-child(2) {
    display: none;
}*/