/*
Theme Name: sbybikes
Theme URI: http://underscores.me/
Author: LWS
Author URI: http://www.lws.be
Description: Vente de vélos
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sbybikes
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sbybikes is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */

}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {

	display: inline-block;
	font-size: 14px;
	margin-top: 4px;
	border: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px 15px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #bbea39;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: #a2cb31;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}


.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/**========_LWS_STYLES_===========**/
body
{
	font-size: 16px;
	font-family: 'Oswald',sans-serif;
	background: #2a2e31 url(images/bg-body.jpg) no-repeat center top;
	color: #fff;
	font-weight: 300;
}
div.wrapper
{
	background-color: #252628;
	margin: 100px 0;
}

#site-navigation
{
	position: relative;
	background-color: #fff;
}
h1.site-title
{
	display: block;
	position: absolute;
	width: 165px;
	height: 165px;
	left: 0;
	right: 0;
	margin: auto;
	top: -30px;
	clear: none;
	z-index: 999;
}
#site-navigation ul li
{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 20px;
}
#site-navigation ul li.home
{
	margin-left: 44px;
	margin-right: 0;
}
#site-navigation ul li a
{
	color: #2b2e30;
	padding: 30px 0;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
#site-navigation ul li a:hover
{
	text-decoration: none;
	color: #858f95;
}
#site-navigation ul li.home a
{
	background: url('images/sprite.png') no-repeat 0 -1px;
	width: 18px;
	height: 14px;
	text-indent: -9999px;
	padding: 0;
	margin-top: 35px;
}
#site-navigation ul li.home a:hover
{
 background-position: 0 -27px;
}
a.menufb
{
	display: block;position: absolute;
	right: 44px;
	height: 30px;width: 30px;
	background: #4668bf;
	color: #fff;
	text-align: center;
	-webkit-border-radius:50%;
	border-radius:50%;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.menufb:hover
{
	background: #537ce3
}
.banner
{
	height: 474px;
	width: 100%;
	background: url(images/banner.jpg) no-repeat center top;
	border-bottom:5px solid #bbea39;
	position: relative;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner p.slogan
{
	position: absolute;
	left: 0;
	right: 0;
	top: 175px;
	margin: auto;
	width: 470px;
	font-size: 46px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 5px #4D4D4D;
}
.banner p.slogan span
{
	text-transform: uppercase;
	font-weight: 500;
	background: url('images/sprite.png') no-repeat -79px 59px;
}
.title_block,.page-title,h2.categorytitle
{
	display: block;
	text-transform: uppercase;
	font-size: 17px;
	color:#2b2e30;
	text-align: center;
	background-color: #bbea39;
	padding: 12px;
	width: 210px;
	margin: 0 auto;
	font-weight: 300;
	position: relative;
	z-index: 1;
}
.single-galerie .title_block
{
	width: 70%;
}
h2.categorytitle .fa
{

	 font-size: 21px;
    margin-right: 4px;
    margin-top: 2px;
}
h2.categorytitle.inprods
{
	margin: 25px 0 0px;
	border-bottom:2px solid #bbea39;
	width: auto;
	text-align: left;
	padding-left: 25px;
}
header.categoryhead
{
	border-bottom:1px solid #bbea39;
	margin-top: 25px;
	margin-bottom:15px;
}
body .preshome
{
	margin-top: 32px;
	margin-bottom:32px;
	
}
body .preshome p
{
	text-align: justify;
}
section.pres 
{
	position: relative;
}
section.pres .fondnoir
{
	position: absolute;
	width: 50%;
	height: 100%;
	background-color: #1a1a1c;
	right: 0;
	top: 0;
	z-index: 0;
}
i.centericon
{
	background: url('images/sprite.png') no-repeat 0 -55px;
	width: 97px;
	height: 88px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 165px;
	
}
i.centericon:hover
{
	-moz-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
}
@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg);}
    100% { -webkit-transform: rotate(360deg);}
}

.maptop
{
	position: relative;
	z-index: 1;
	background: url('images/sprite.png') no-repeat 121px -231px;
	
}
.maptop h2,.entry-content h2,.brandcontent h2
{
	color: #bbea39;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
}
.maptop p
{
	line-height: 1.2em;
}
.maptop p a
{
	color: #bbea39
}
.coordonnees
{
	margin-top: 130px;
}
.heures span
{
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #343438;
}
/** MARQUES **/
section.marques
{
	overflow: hidden;
	height: 120px;
	background-color: #fff;
}
section.marques.singlemarques
{
	padding-bottom:50px;
	height: 180px;
}
section.marques.fullmarques
{
	height: inherit;
}
ul.brandlist
{
	margin: 0 auto;
	width: 1170px;
	padding: 0;
}
ul.list-brands
{
	overflow: hidden;
}
.brandlist li img
{
	display: inline-block!important;
}
section.marques li
{
	float: left;
	display: block;
	list-style: none;
	margin: 30px 26px;
	height: auto;
	width: 154px;
	vertical-align: middle;
	position: relative;
	text-align: center;
}
section.marques li a
{
	display: block;
	height: 54px;
	vertical-align: middle;
	line-height: 54px;
}
section.marques ul.list-brands li
{
	margin: 25px 0;
}
section.marques ul.list-brands li img
{
	display: inline-block;
	vertical-align: middle;
}
ul.list-brands
 	{
 		padding: 0 45px;
 	}
.services
{
	position: relative;
	padding-bottom:50px;
}
.services .greenline
{
	position: absolute;
	height: 2px;
	background-color: #bbea39;
	top: 118px;
	width: 100%;
}
.services .greenline.secondline
{
	display: none;
}
.services .title_block,.page-title
{
	background-color: #1a1a1c;
	color: #fff;
}
.services .serv
{
	text-align: center;
	position: relative;
	margin-top: 40px;
}
.services .serv .icon
{
	
	background-color: #bbea39;
	-webkit-border-radius:50%;
	border-radius:50%;
	display: block;
	margin: 0 auto;
	background: #bbea39 url(images/sprite.png) no-repeat -117px -60px;
}
/** ANIMATION **/
.services .serv .icon {
	display: inline-block;
	font-size: 0px;
	height: 71px;
	width: 71px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.services .serv .icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius:50%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.services .serv .icon:before {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.services .serv .icon {
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.services .serv .icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #d3f86b;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

/* Effect 1a */
.services .serv .icon:hover {
	background: #d3f86b url(images/sprite.png) no-repeat -117px -60px;
	color: #41ab6b;
}

.services .serv .icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/**/
.wrapservs
{
	padding:0 30px;
}
.services .serv.accessoires .icon
{
	background-position: -216px -64px;
}
.services .serv.accessoires .icon
{
	background-position: -216px -64px;
}
.services .serv.vetements .icon
{
	background-position:-315px -59px;
}
.services .serv.nutritions .icon
{
	background-position:-413px -63px;
}
.services .serv h3
{
	font-size: 17px;
	text-transform: uppercase;
}
.services .serv p
{
	display: block;
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
}
/****/
.produits
{
	margin-top: 30px;
}
.produits.pageproduits
{
	margin-top: 0;
}
.produits .title_block
{
	/*color: #fff;*/
	background-color: #bbea39;
	width: 100%;
	text-align:left;
	padding-left: 50px
}
.produits .prod a,.prod a
{
	display: block;
}
.produits .prod a:hover,.prod a:hover
{
	text-decoration: none;
}
.produits .prod
{
	position: relative;
	text-align: center;
	margin-top: 50px;
	font-size: 17px;
	text-transform: uppercase;
	display: block;
}
.galitem
{
	margin-bottom:25px;
}
.prod a
{
	overflow: hidden;
	display: block;
	background-color: #fff;
	height: 251px;
	position: relative;
}
.prod a img
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
}
.prod a:hover img
{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.produits .prod span.price
{
	position: absolute;
	bottom: 45px;
	right: 0px;
	width: 93px;
	height: 35px;
	background-color: #bbea39;
	color: #1a1a1c;
	line-height: 35px;
	-webkit-border-radius:3px;
	border-radius:3px;
	z-index: 99;
}
.prod span.pricebase
{
position: absolute;
display: block;
right: 0;
bottom:81px;
color: #fff;
background-color: #d3862c;
-webkit-border-radius:5px;
border-radius:5px;
padding: 3px;
text-decoration:line-through;
}
.prod span.percents
{
	position: absolute;
	display: block;
	top:30px;
	left: 30px;
	background-color: #d3862c;
	color: #fff;
	height: 60px;
	width: 60px;
-webkit-border-radius:50%;
border-radius:50%;
z-index: 10;
line-height: 60px;
font-size: 17px;
font-weight: 700;

}
.produits .titleprod,.titlegal
{
	color:#fff;
	padding: 10px 0;
	background-color: #252628;
	z-index: 99;
	display: block;
	position: relative;
}
.produits .titleprod
{
position: absolute;width: 100%;
bottom:0;left:0;}
.allprods.leftall{
	width: 100%;
}
.allprods,input.wpcf7-submit,input[type="submit"]
{
	display: block;width: 250px;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1a1a1c;
	background-color: #bbea39;
	border-bottom:3px solid #99bf2f;
	margin: 50px auto 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.allprods:hover,.allprods:focus,.allprods:active,.allprods:visited,input.wpcf7-submit:hover,input[type="submit"]:hover
{
	text-decoration: none;
	color: #1a1a1c;
}
.allprods:hover,input.wpcf7-submit:hover,input[type="submit"]:hover
{
	background-color: #fff;
	border-bottom:3px solid #d5d5d5;
}
input[type="submit"]
{
	display: inline-block;
	margin: 0;
}
.btn-bottom
{
	display: block;
	float: left;
	width: 50%;
	height: 280px;
	background: url(images/btn-showroom.jpg) no-repeat left top;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  margin-top: 90px;
  margin-bottom:40px;
}
.btn-bottom.actu
{
	background: url(images/btn-actus.jpg) no-repeat left top;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.btn-bottom span
{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0 auto;
	width: 80%;
	padding: 15px;
	font-size: 21px;
	color: #bbea39;
	text-transform: uppercase;
	font-weight: 700;
	text-align:center;
	background: #252628;
	background: rgba(37,38,40,0.8);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-bottom span .fa
{
	margin-right: 10px;
}
.btn-bottom:hover span
{
	bottom:40px;
}
/** FOOTER **/
footer#colophon
{
	
	height: 400px;
	background: #fff url(images/bg-footer.jpg) no-repeat left top;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  color: #6b757d;
}
footer#colophon a
{
	color: #6b757d;
}
footer#colophon h4
{
	color: #2a2e31;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;margin-top: 75px;

}
footer#colophon ul
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.copylws
{
	width: 210px;
	margin-right: 100px;
	float: right;

}
.copylws h4 a
{
	float: right;
}
footer#colophon a.fbfoot
{
	display: block;padding: 10px;
	background-color: #4668bf;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 50px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
footer#colophon a.fbfoot:hover
{
	text-decoration: none;
	background-color: #537ce3;
}
footer#colophon a.fbfoot .fa
{
	float: right;
	font-size: 18px;
}
/** PAGE CONTACT **/
.acf-map
{
	width: 100%;
	height: 300px;
}
input.wpcf7,
input.wpcf7-text,textarea.wpcf7-textarea
{
	width: 100%;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	margin-top: 4px;
}
.wpcf7-textarea
{
line-height: 1.2em;}
.wpcf7-submit
{
	border: 1px solid #BBEA39
}
/** GENERAL PAGES **/
.page-header
{
	margin: 0;
	border: 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1)
{
	background-color: #494b4f;
	color:#fff;
}
table td {
	padding: 7px 5px;
	font-size: 15px;
}
table td.caract
{
	font-weight: 500;
	text-transform: uppercase;
}
.entry-content ul,.brandcontent ul
{
	padding: 0;
	margin: 0;
	margin-bottom:20px;
}
.entry-content ul li,.brandcontent ul li
{
	position: relative;
	padding-left: 25px;
	list-style: none;
	font-size: 16px;
	margin-bottom: 10px;
}
.entry-content ul li:before,.brandcontent ul li:before
{
	content: '\f14a';
	position: absolute;
	left: 0;
	top: 0;
	bottom:0;
	vertical-align: middle;
	margin: auto;
	color: #bbea39;
	font-family: 'FontAwesome',sans-serif;
}
.sd-content ul li:before
{
	content: inherit;
	position: inherit;
	left: inherit;
	top: inherit;
	bottom:inherit;
	vertical-align: inherit;
	margin: inherit;
	color: inherit;
	font-family: inherit;
	display: none;
}
.galitem
{
	position: relative;
}
.titlegal
{
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
    z-index: 99;
    font-size: 17px;
    position: relative;
}
a.retgal
{
	margin-bottom:40px;
}
.thumbgal
{
	display: block;
	margin: 15px 0;
}
.site-main
{
	position: relative;
}
.whitebg
{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #fff;
	z-index: 0;
}
div.brandpic
{
	padding: 40px
}

a.fileitem,a.fileitem:visited
{
	display: block;
	background-color: #494b4f;
	margin: 15px 0;
	padding: 5px;
	color: #bbea39;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
}
a.fileitem img
{
	margin-right: 15px;
	float: left;
}
a.fileitem span.details
{
	font-size: 12px;
	color: #fff;
	font-family: arial,sans-serif;
	font-style: italic;
	margin-left: 10px;
	
	display: block;
}
.fileitem .fa
{
	color: #fff;
	font-size: 15px;
	margin-right: 3px;
}
a.fileitem:hover,a.fileitem:focus,a.fileitem:active
{
	background-color: #62656a;
	text-decoration: none;
}
div.bloc
{
margin-bottom:25px;overflow: hidden;}
.topbloc
{
	margin-top: 0
}
.blocmargin
{
	padding-left: 15px;
	padding-right: 15px;
}
div.bloc h2
{
	margin-top: 0;	
}
div.bloc.topbloc h2
{
	margin-top: 20px
}
.blocmargin.minigalbloc
{
	margin-top: 25px;
}
.minigalbloc .thumbgal
{
	float: left;
	display: block;
	margin: 10px 5px;
}
.content-text div.sharedaddy h3.sd-title
{
	font-size: 14px;
}
.content-text div.sharedaddy h3.sd-title::before
{
	border-top: 0;
}
.response-sub
{
	color: #494b4f;
	font-size: 14px;
}
.prod .number
{
	position: absolute;
	bottom: 60px;
	line-height: 35px;
	left: 0;
	right: 0;
	margin: auto;
	color: #2a2e31;
	z-index: 9;
	background-color: #bbea39;
	height: 35px;
	width: 35px;
	border-radius: 50%;

}
.prod .date
{
	background-color: #bbea39;
	color: #1a1a1c;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 10;
	padding: 10px;
}
.prod .descr
{
	color: #fff;
	font-size: 16px;
	text-transform: none;
	display: block;
	padding: 15px;
}
.articleprod
{
	height: 421px;
}
.articleprod a
{
	background-color: #494b4f;
	height: 390px;
}
.articleprod span.more
{
	text-transform: none;
	display: block;
	margin-top: 25px;
	color: #bbea39;
}
.newsletterfoot input#mc4wp_email
{
	border: 1px solid #ccc;
}
.mc4wp-form .newsletterfoot label,.mc4wp-form .newsletterfoot p
{
	font-weight: 300;
	font-size: 13px;

}
.newsletterfoot input#mc4wp_email,.newsletterfoot input.newsbtn
{
	width: 100%;
	font-size: 14px;
}
button.menu-toggle 
{
	position: absolute;
	top: 15px;
	right: 15px;
}
.scroll {
    bottom: 50px;
    right: 35px;
    position: fixed;
    width: 30px;
    z-index: 999;
}
.scroll a
{
	background: #1a1a1c none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    width: 40px;
}
.bloc-promotions,h2.title-promotions
{
	display: none!important;
}
/** navigation **/
.page-numbers { list-style:none; font-size:12px; text-align: center;margin :55px 0;}
.page-numbers li{ display:inline; }
.page-numbers li a{ /*display:block; float:left; */padding:4px 9px; margin-right:7px; border:1px solid #efefef; color:#fff; }
.page-numbers li span.current { /*display:block; float:left;*/ padding:4px 9px; margin-right:7px; border:1px solid #efefef; background-color:#f5f5f5; color:#000; }	
.page-numbers li span.dots { /*display:block; float:left;*/ padding:4px 9px; margin-right:7px;  }	

#contentprods .allprods{
	margin-bottom:25px;
}
/** MEDIA QUERIES **/

@media (max-width: 1199px) {
	#site-navigation ul li
	{
		margin: 0 12px;
		font-size: 14px;
	}
	.maptop
	{
		background-position: 52px -231px;
	}
	.maptop p
	{
		line-height: 1.4em;
	}
	.coordonnees
	{
		margin-top: 190px;
	}
	.heures span
	{
		padding: 7px 0;
	}
	.banner
	{
		height: 385px;
	}
	.articleprod a
	{
		height: 360px;
	}
}
@media (max-width: 991px) {
	.copylws
	{
		float: left;
		width: 50%;
		padding: 0 15px;
		margin: 0;
	}
	.copylws p,.copylws h4
	{
		width: 210px;
	}
	footer#colophon a.fbfoot

	{
		margin-top: 63px;
	}
	footer#colophon
	{
		height: auto;
	}
	.menu-toggle
	{
		border: none;
		background: none;
	}
	.menu-toggle .fa
	{
		font-size: 20px;
	}
	#site-navigation ul li,#site-navigation ul li.home
	{
		float: none;
		margin: 0;
		list-style: none;
	}
	#site-navigation ul li.home a
	{
		background: none;
		text-indent: 0;
		height: auto;
		width: auto;
	}
	#site-navigation ul li a
	{
		padding: 10px 0;
		border-bottom:1px solid #f4f4f4;
	}
	#site-navigation
	{
		height: 50px;
	}
	.banner
	{
		height: 296px;
	}
	.banner p.slogan
	{
		font-size: 29px;
		text-align: center;
		width: 80%;
	}
	.banner p.slogan span
	{
		background: none;

	}
	.wrapmenus
	{
		position: absolute;
		top: 50px;
		left: 0;
		z-index: 99;
		background: #fff;
		width: 100%;
	}
   ul#menu-menu-left,ul#menu-menu-right
   {
   		display: none;
   		text-align: right;
   }
    ul#menu-menu-left.openedmenu,ul#menu-menu-right.openedmenu
    {
    	display: block;
    }
   section.pres .fondnoir
   {
	   	top: 55%;
	   	height: 45%;
	   	width: 100%;
   }
   .maptop
   {
   	background-position: 267px -144px;
   }
   i.centericon
   {
		top: 52%;
   }
   .services .greenline.secondline
   {
   	display: block;
   	top: 528px;
   }
	.page-template-templatestemplate-contact-php .coordonnees
	{
		margin-top: 90px;
	}
	.articleprod a
	{
		height: 390px;
	}
	.openedmenu
	{
		display: block;
	}
	a.menufb
	{
		top: 10px;
		bottom: inherit;
		left: 15px;
		right: inherit;
	}
	a.menufb .fa
	{
		line-height: 30px;
	}
}
/*@media (min-width: 992px) {
   
}*/

/* Mobile devices */
@media (max-width: 767px) {
	.banner
	{
		height: 150px
	}
	.banner p.slogan
	{
		font-size: 20px;
		top: 50px;
	}
	h1.site-title
	{
		position: relative;
		width: 120px;
	}
	
	div.wrapper
	{
		margin: 50px 0;
	}	
	.services .greenline,.services .greenline.secondline,i.centericon,.fondnoir,.whitebg
	{
		display: none;
	}
	.services .serv h3:before
   {
   	position: absolute;
	height: 2px;
	background-color: #bbea39;
	top: 25px;
	width: 100%;
	content: '';
	left: 0;
   }
   .articleprod a
	{
		height: 370px;
	}
	.coordonnees
	{
		margin-top: 0px;
	}
	.maptop
	{
		background-size: 368px auto;
		background-position:71px -137px;
		padding-top: 73px;
	}
	.btn-bottom
	{
		width: 100%;
		margin-top:0px;
	}
	.btn-bottom.showroom
	{
		margin-top: 70px;
	}
 	footer#colophon
 	{
 		height: auto;
 	}
 	.copylws
 	{
 		float: left;
 		padding: 0 15px;
 		margin-bottom:35px;
 		width: 100%;
 	}
 	.brandpic img
 	{
 		border: 10px solid #fff;
 	}
 	section.marques ul.list-brands li
 	{
 		width: 100%;
 		text-align: center;
 		margin: 25px auto;
 	}
 	section.marques li a
 	{
 		display: block;
 		margin: 0 auto;
 	}
 	section.marques li img
 	{
 		display: inline;
 	}
 	input.wpcf7-submit, input[type="submit"]{
 		width: 100%;
 	}
 	
}