/*
Theme Name: Mat'Equip Services
Theme URI: http://underscores.me/
Author: ComKapi
Author URI: http://www.comkapi.com
Description: Description
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: matequipservices
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.

Mat\'Equip Services is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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: "Comic Sans MS", 'Marker Felt', Verdana,  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-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: #333333;
	font-size: 15px;
	line-height:20px;
}

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

h2 { color: #3190e7; font-size: 34px; font-family: Verdana, Arial; margin: 20px 0; }
h3 { color: #3190e7; font-size: 22px; font-family: Verdana, Arial; margin: 20px 0; }

p {
	margin-bottom: 7px;
}

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 0 1.5em 3em;
}

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. */
	max-width: 100%; /* Adhere to container width. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

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

--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0B4F8E;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #f7931e;
	outline: 0;
	text-decoration: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.navbar-brand {
    display: none;
}

.navbar-collapse { padding: 0; overflow: hidden; }

.navbar-nav { position: relative; width: 100%; }

.btn-outer {
    background: #3365cc none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 12px;
    top: 0;
    width: 210px;
}
.btn-outer .inq-btn {
	position:relative;
	display:block;
	line-height:24px;
	text-align:center;
	padding:13px 0px;
	font-size:16px;
	color:#ffffff;	
}

.btn-outer .inq-btn .txt{
	position:relative;
	z-index:1;	
}

.btn-outer .inq-btn:before{
	content:'';
	position:absolute;
	left:13px;
	top:0px;
	width:100%;
	height:100%;
	background:#3365cc;
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);
}
.btn-outer a:hover .txt { color:#fdbf25; }



.navigation, .navigation > li > ul { list-style: none; margin: 0; padding: 0; }
.navigation > li:hover::before, .navigation > li.current::before, .navigation > li.current-menu-item::before {
    background: #3365cc none repeat scroll 0 0;
}
.navigation > li::before {
    background: #a9a9a9 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);
    transition: all 500ms ease 0s;
    width: 100%;
}

.navigation li {
	float: left;
	padding: 0px;
	position: relative;
}


.navigation li a {
	color: #fff;
	position:relative;
	z-index:1;
	display:block;
	padding:13px 20px;
	font-size:16px;
	color:#ffffff;
	line-height:24px;
	border-top:none;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.navigation .menu-item-152 { display: none; }

.navigation > li:hover:before,
.navigation > li.current:before,
.navigation > li.current-menu-item:before{
	background:#3365cc;	
}

.navigation > li:hover > a,
.navigation > li.current > a,
.navigation > li.current-menu-item > a{
	border-color:#3365cc;
	opacity:1;
}

.navigation > li:hover > a:after{
	opacity:1;
}


.nav-outer{
	position:relative;
	padding-right:250px;
}
.nav-outer:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#a9a9a9;	
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);	
}




/* menu déroulant */
.main-menu {
    position: relative;
    z-index: 1;
}

.navigation > li > ul:before{
	content:'';
	position:absolute;
	left:0px;
	top:-5px;
	display:block;
	width:100%;
	height:5px;	
}

.navigation > li > ul{
	position:absolute;
	left:-15px;
	margin-top:5px;
	top:110%;
	width:auto;
	padding:0px;
	z-index:100;
	display:none;
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);	
	background:#202e31;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transform-origin:    0 0;
    -ms-transform-origin:     0 0;
    -o-transform-origin:      0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.20);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px 10px 20px;
	line-height:22px;
	font-size:15px;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-transform:skewX(25deg);
	-ms-transform:skewX(25deg);
	-o-transform:skewX(25deg);
	-moz-transform:skewX(25deg);
	transform:skewX(25deg);	
	white-space: nowrap;
}

.navigation > li > ul > li:hover > a,
.navigation > li > ul > li:hover{
	color:#fdbf25;
	border-color:#fdbf25;		
}

.navigation > li.menu-item-has-children:hover > ul{
	display: block;
	visibility:visible;
	opacity:1;
	top:100%;	
}
.navbar-collapse > ul li.menu-item-has-children .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*--------------------------------------------------------------
# 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: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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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 {
	content: "";
	display: table;
	table-layout: fixed;
}

.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%;
}

/*--------------------------------------------------------------
# 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 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-left: auto;
	margin-right: auto;
}

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

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

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Perso
jaune = #fdbf25
bleu  = #3365cc
gris clair = #a9a9a9
gris foncé = #333
--------------------------------------------------------------*/


@font-face {
    font-family: 'playbold';
    src: url('fonts/play-bold-webfont.woff2') format('woff2'),
         url('fonts/play-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'play';
    src: url('fonts/play-regular-webfont.woff2') format('woff2'),
         url('fonts/play-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

article { font-family: "Comic Sans MS", 'Marker Felt', Verdana,  sans-serif; line-height: 22px; }
article h3 { font-family: "Comic Sans MS", 'Marker Felt', Verdana,  sans-serif; font-size: 24px; }
article ul, aside ul { list-style:none; margin-left: 0; }

article .entry-content ul li::before {
    content: "";
    color: #3190e7;
    font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}

aside { padding-top: 50px; }
aside h2 { 
	background: #A9A9A9;
	color:#fff; 
	font-family: 'play', Verdana; 
	font-size: 18px; 
	margin: 0 0 20px 0; 
	padding: 10px 5px;
	text-align: center; 
	text-transform: uppercase; 
}

aside section {
	background: url(imgs/striped.png) no-repeat bottom center;
	border: 1px solid #e0e0e0;
	font-family: 'play', Verdana; 
	padding-bottom: 15px;
}

aside ul { font-size: 13px; }
aside .widget_nav_menu ul li::before {
    content: "";
    color: #333;
    font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}
aside ul li a:hover, aside ul li.current-menu-item a { color:#fdbf25; }

aside .widget { margin-bottom: 30px; }

blockquote {
	margin: 15px 0;
	font-size: 15px;
	font-style: italic;
}
blockquote p::before {
	color: #666666;
	content: " ";
	display: block;
	float: left;
	font-family: FontAwesome;
	font-size: 18px;
	margin-top: -10px;
	margin-right: 10px;
}
blockquote p::after {
	color: #666666;
	content: " ";
	display: block;
	float: right;
	font-family: FontAwesome;
	font-size: 18px;
	margin-top: 10px;
	margin-left: 10px;
}

#colophon{ 
	background: url(imgs/bgfooter.jpg) no-repeat top center;
	background-size: cover;
	color: #fff; 
	font-family: "Comic Sans MS", 'Marker Felt', Verdana,  sans-serif;
	padding: 20px 0;
	position: relative;

}
footer a { color: #fff; }
footer a:hover { color: #fcb834; }
footer p { margin:0; padding: 0; font-size: 14px; line-height: 24px; }
footer .edit-link { display: none; }

#colophon::before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.93;
    position: absolute;
    top: 0;
    width: 100%;
}
#colophon h2 { 
	color: #fff;
	font-family: 'play', Verdana;
	font-size: 22px;
}
#content { position: relative; }

#secondary { margin-bottom: 25px; }

ol.breadcrumb { 
	background: #A9A9A9;
	font-size: 13px;
	font-family: "Play", Verdana;
	margin :0;
	padding: 8px -15px;
}

ol.breadcrumb li { 
 color:#fff;
}
ol.breadcrumb li a { 
 color:#fff;
 text-decoration: underline;
}
ol.breadcrumb li a:hover { 
 color:#333;
}


.blue { color:#3365cc; }

.blueone { 
	background:#3365cc; 
	border-radius:6px;
	color:#fff;
	padding: 10px;
}

 .blueone .searchandfilter ul {
    margin: 0 auto;
}
 .blueone .searchandfilter ul li:last-child {
   background: #3365cc;
   margin-right: 0px;
   padding-right: 0;
   text-align: center;
   width: auto;
   }

.blueone .searchandfilter ul li:last-child input {
   background: #3365cc;
   border:none;
   color: #fff;
   font-weight: bold;
   margin:0 auto;
   padding: 10px 10px 0 10px;
   vertical-align: middle;
   }

.blueone .searchandfilter select { 
   background: transparent;
   color: #fff;
   width: 258px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 44px;
   padding: 8px;
   -webkit-appearance: none;
}
.blueone .searchandfilter select option { 
   padding: 5px;
}


.branding { background: #f8f8f8 url(imgs/bg-branding.jpg) no-repeat top left; }
.branding h1 { 
	color:#a9a9a9;
	clear: none;
	display: block; 
	float: left; 
	font-family: 'play', Verdana; 
	font-size: 44px;
	line-height: 36px;
	margin: 20px 0;
	white-space: pre-wrap;
	width: 50%; 
}
.branding h1 a { color:#a9a9a9;	}
.branding h1 img { margin-right: 20px; }
.branding h2 { 
	clear: none;
	color:#3365cc; 
	display: block; 
	float: left; 
	font-family: "Comic Sans MS", 'Marker Felt', Verdana,  sans-serif; 
	font-size: 32px;
	margin: 20px 0;
	padding-left: 80px;
	white-space: pre-wrap;
	width: 50%; 
}

.auto-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: static;
}

.default-intro-section {
	position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 10px 0 30px 0;
    overflow: hidden;
}
.default-intro-section:before {
    background: rgba(51, 101, 204, 0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    
}

.default-intro-section .content-box {
	position: relative;
    color: #ffffff;
    padding:45px 70px 40px 70px;
    z-index: 1;
}

.default-intro-section .content-box:before {
    background: #A9A9A9;
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:1500px;
	height:101%;
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);
	z-index: -1;
}

.default-intro-section .row { margin: 0 -15px 0 -15px; }
.default-intro-section h3 { color:#fff; margin-top: 10px; }

.enplus { color: #3190e7; font-size:16px; font-weight: bold; margin: 25px 0; }

.gallery-item img {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

.illustration a, .lesproduits a:first-child { 
	margin: 0 auto;
	overflow: hidden;
	width:250px;
}

.illustration.vendu a:before { 
	color: #fcb834;
	content: 'VENDU';
	font-size: 3.5em;
	position: absolute;
	right:15%;
    transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -khtml-transform: rotate(-25deg);
	text-align: center;
	top:45%;
	z-index: 1;
}

.lesproduits.vendu a.detail:before { 
	color: #fcb834;
	content: 'VENDU';
	font-size: 3.5em;
	position: absolute;
	right:20%;
    transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -khtml-transform: rotate(-25deg);
	text-align: center;
	top:35%;
	z-index: 1;
}


.lesproduits {
	text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.lesproduits .price {
	line-height: 18px;
	padding: 4px;
	height: 90px;
}
.lesproduits .price span {
	color:#fcb834;
	font-weight: bold;
}
.lesproduits .price h5 {
	margin:5px;
}
.lesproduits:hover { box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.08); }

.searchandfilter ul { margin: 0; padding: 0; }

.searchandfilter ul li {
   background: url(imgs/arrow.png) no-repeat top right #A9A9A9;
   border: 1px solid #fff;
   height: 44px;
   margin-right: 8px;
   overflow: hidden;
   width: 230px;
   }

 .filter2 { 
 	background: #3365CC;
 	border-radius:6px;
 	padding: 5px;
 }

 .filter2 .searchandfilter ul li { width: 100%; }

 .default-intro-section .searchandfilter ul li:last-child,
 .filter2 .searchandfilter ul li:last-child {
   background: #fdbf25;
   margin-right: 0px;
   padding-right: 0;
   text-align: center;
   width: auto;
   }
 .default-intro-section .searchandfilter ul li:last-child:hover,
 .filter2 .searchandfilter ul li:last-child:hover {
   background: #0101FF;
   }
   .filter2 .searchandfilter ul li:last-child {
   	width: 100%;
   }

.default-intro-section .searchandfilter ul li:last-child input,
.filter2 .searchandfilter ul li:last-child input{
   background: none;
   border:none;
   color: #fff;
   font-weight: bold;
   margin:0 auto;
   padding: 10px 10px 0 10px;
   vertical-align: middle;
   }

.default-intro-section .searchandfilter select, 
.filter2 .searchandfilter select { 
   background: transparent;
   color: #fff;
   cursor: pointer;
   /*width: 258px;*/
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 44px;
   padding: 8px;
   -webkit-appearance: none;
   -moz-appearance: none;
   -ms-appearance: none;
   appearance: none;
   width:100%;
}
.filter2 .searchandfilter select { 
   /* width: 115%; */
   width: 100%;
}
.filter2 ul li::before { content: none; }

.default-intro-section .searchandfilter select option, 
.filter2 .searchandfilter select option, .postform option { 
   padding: 5px;
}

@media screen and (min-width:0\0) {
   /*
      Votre CSS pour IE versions 9 à Edge
   */
   .default-intro-section .searchandfilter select option, .filter2 .searchandfilter select option { 
   		color: #000;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	   /*
      Votre CSS pour Chrome
   */
   .default-intro-section .searchandfilter select option, .filter2 .searchandfilter select option { 
   		color: #000;
	}
}

.inner-most {
    overflow: hidden;
    position: relative;
}

.inner-box {
    border: 1px solid #e0e0e0;
    margin: 0 auto;
    max-width: 420px;
    position: relative;
    transition: all 500ms ease 0s;
}

.image-box, .inner-most .content .more-link {
    position: relative;
}

.image-box img {
    display: block;
    width: 100%;
}

.inner-box:hover {
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.05);
}

.inner-most figure {
    margin: 0;
}
.inner-most .content {
    padding: 0 40px 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.inner-most .content h3 {
    color: #202e31;
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0;
    position: relative;
    text-transform: uppercase;
}
.inner-most .content .text {
    color: #202e31;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative;
}
.inner-most  .content .read-more {
    border-bottom: 1px solid transparent;
    color: #fdc236;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}

.jaune { color:#fdbf25; }

.lastgodets { 
	font-family: "Comic Sans MS", 'Marker Felt', Verdana,  sans-serif;
	margin-top:-25px;
	overflow: hidden; 
}
.lastgodets .prod { 
	border: solid 1px rgba(204,204,204,0.5);
	min-height: 300px;
	margin: 45px;
	padding: 20px;
}
.lastgodets .prod h4 a { 
	color: #202e31;
	font-size: 14px;
	font-weight: bold;
}
.lastgodets .prod h4 a:hover { 
	color: #fdbf25;
}

.lastgodets .vendu:before { 
	color: #fcb834;
	content: 'VENDU';
	font-size: 3.5em;
	position: absolute;
	right:20%;
    transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -khtml-transform: rotate(-25deg);
	text-align: center;
	top:35%;
	z-index: 1;
}
.lastgodets .prod img { max-height: 137px; }

.lower-part {
    margin-top: -45px;
    padding-top: 5px;
    position: relative;
}
.lower-part .left-curve {
    background: #ffffff none repeat scroll 0 0;
    border-top: 10px solid transparent;
    height: 90px;
    left: 0;
    position: absolute;
    top: -10px;
    transform: rotate(-12deg);
    transition: all 500ms ease 0s;
    width: 53.1%;
}
.lower-part .right-curve {
    background: #ffffff none repeat scroll 0 0;
    border-top: 10px solid transparent;
    height: 90px;
    position: absolute;
    right: 0;
    top: -10px;
    transform: rotate(12deg);
    transition: all 500ms ease 0s;
    width: 53.1%;
}
.letop { background: url(imgs/slide1.jpg) no-repeat bottom center; height: 360px; }
.letop h3 { 
	color: #fff;
	font-family: "Comic Sans MS", 'Marker Felt', Verdana,  sans-serif;
	font-size: 30px;
	padding-top: 150px;
	text-shadow: 2px 2px #666;
	white-space: pre-wrap;
}
.nav-previous, .nav-next { float: left; padding: 15px; }
.nav-previous a::before { content: ' '; font-family: 'FontAwesome'; font-style: normal; margin-right: 5px; }
.nav-next a::after { content: ' '; font-family: 'FontAwesome'; font-style: normal; margin-left: 5px; }

.nopadding { padding: 0; }

.margeh { margin-left: 10px; margin-right: 10px; }
.margev { margin-bottom: 10px; margin-top: 10px; }
.margehv { margin: 10px; }

.prods { margin-top: 20px; margin-bottom: 10px; }

/* accordion */
h4.panel-title a { color:#f7931e; display: block; width: 98%; padding: 4px 0; font-style: italic; }
h4.panel-title a.collapsed, h4.panel-title a:hover  { color:#0B4F8E; }
h4.panel-title a.collapsed:hover  { color:#f7931e; }
h4.panel-title a::before { content: ' '; font-family: 'FontAwesome'; font-style: normal; margin-right: 5px; }
h4.panel-title a.collapsed::before { content: ' '; font-family: 'FontAwesome'; font-style: normal; margin-right: 5px; }


.row { margin: 15px 0; }

.services { margin: 25px 0; }
.services:hover .lower-part .left-curve, .services:hover .lower-part .right-curve {
    border-top-color: #3365cc;
}
.services .content .read-more:hover, .services:hover .content .read-more {
    border-color: #fdc236;
}

.shareit { padding: 20px 0; }
.shareit .fa { 
	border:1px solid #ccc; 
	border-radius:50%;
	display: block;
	float: left;
	height: 32px;
	margin-right: 5px;
	padding: 8px 5px 5px 5px; 
	text-align: center;
	width: 32px;
}
.shareit .fa:hover { 
	border:1px solid #fdbf25; 
}

.signature { font-family: 'play', Verdana; font-size:14px; margin: 0; padding: 12px; }
.site-info { background: #3365cc; text-align: left; }
.site-info, .site-info a { color: #fff; }
.site-info a:hover { color:#fcb834; }

/* inscription newsletter */

#text-4 .shortcode_wysija {
	clear: both;
	font-family: Verdana, sans-serif;
	padding: 20px 0;
	} 
#text-4 .shortcode_wysija form{
	padding: 0;
	}

#text-4 .wysija-input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #fff;
	padding: 3px;
	color: #172224;
}
#text-4 .widget_wysija { position: relative; }
#text-4 .widget_wysija p { float: left; }
#text-4 .wysija-submit {
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:none;
	color: #172224; 
	height: 28px;
	margin: 0 0 0 15px;
	padding: 3px;
	width: 28px;
}
#text-4 .wysija-submit:hover { background:#fdbf25; color: #fff; }


.striped { background: url(imgs/striped.png) repeat-x; height: 13px; }

textarea.form-control { width:auto; }

.tourbleu { border:2px solid #3190e7; border-radius:6px; margin: 20px 0; overflow: hidden; padding: 15px; }
.tourvert { border:2px solid #fdbf25; border-radius:6px; margin: 20px 0; overflow: hidden; padding: 15px; }

.topbar { background: #333333; color:#fff; font-size: 12px; padding: 3px 0; }
.topbar .container { background: url(imgs/silhouettes.png) no-repeat bottom left; padding: 10px 0; }
.topbar a { color:#fff; }
.topbar a:hover { color:#fdbf25; }
.topbar i { margin-left: 10px; margin-right: 3px; }

.wpcf7-form p { line-height:28px; margin: 15px 0; overflow: hidden; }
.wpcf7-form label { font-weight: normal; }

/* Juiz */
.juiz_sps_links {
	margin-top: 30px 0;
	text-align: center;
}

/* nouveau menu */
.ckmenu{ text-align: center;}
.ckmenu ul {
	list-style: none;
	margin: 0;
	padding:0;
}
.ckmenu ul li { display: inline-block; }
.ckmenu ul li a { 
	background: #3365cc; 
	border-radius: 12px; 
	color: #ffffff;
	display: inline-block;
	margin: 10px 6px 0px 6px; 
	padding: 6px 10px;
}
.ckmenu ul li a:hover, 
.post-type-archive-godet-occasion .ckmenu ul li:nth-child(1) a,
.post-type-archive-dent-deroctage .ckmenu ul li:nth-child(2) a,
.post-type-archive-coupleur-attache .ckmenu ul li:nth-child(3) a,
.post-type-archive-leve-palettes .ckmenu ul li:nth-child(4) a,
.post-type-archive-brh .ckmenu ul li:nth-child(5) a
{ 
	background: #fcb834 !important; 
}

/* RESPONSIVE CSS */


@media (max-width: 1200px) {

	.branding h2 { padding-left: 0px; }

	.lower-part .left-curve, .lower-part .right-curve { width: 53.9%; }
	.lastgodets .prod { margin: 45px 25px; }
	.lastgodets .vendu:before { 
		font-size: 2.5em;
		right:20%;
		top:25%;
	}
	.navigation li a { padding: 13px; }
}

@media (max-width: 991px) {

	.branding h1 { width:40%; }
	.branding h1 img, .contactmenu { display: none; }

	.branding h2 { font-size: 28px; }
	.navigation li a { padding: 10px; }
	.menu-item-60 a span { display: none; }
	.btn-outer .inq-btn { line-height: 18px; }

	#colophon #text-3 { display: none; }
	#colophon .col-md-6 { float: left; width: 60%; }
	#colophon .col-md-3 { float: left; width: 30%; }

	.col-md-4.services { float: left; width: 33%; padding-left: 5px; padding-right: 5px; }
	.lower-part .left-curve, .lower-part .right-curve { width: 55%; }

	/*.col-md-4.prods { float:left; width: 33.3333%; }*/
	.lastgodets .prod { float: left;  margin: 45px 5px; }
}

@media (max-width: 768px) {
	.ckmenu ul li a span { display: none;}
}

@media (max-width: 767px) {

	#colophon .col-md-6, #colophon .col-md-3  { float: none; width: 100%; }

/*	.col-md-4.prods { float:left; width: 250px; } */

	.branding h1 { white-space: nowrap; width: 100%; }
	.branding h2 { display: none; }

	.col-md-4.services { float: none; width: 100%; max-width: 400px; margin:25px auto; padding-left: 15px; padding-right: 15px; }
	.lower-part .left-curve, .lower-part .right-curve {width: 53.1%; }
	.topbar .container { background: none; }
	.topbar section.text-right { text-align: center; }

	.navbar-header {
	    display: block;
	    float: none;
	    padding: 8px 15px;
	    position: relative;
	    right: 0;
	    text-align: right;
	    width: 100%;
	    z-index: 12;
	}
	.nav-outer::before, 
	.navigation > li > ul, 
	.navigation > li > ul > li, 
	.navigation > li > ul > li > a, 
	.btn-outer .inq-btn::before {
		-webkit-transform:skewX(0deg);
		-ms-transform:skewX(0deg);
		-o-transform:skewX(0deg);
		-moz-transform:skewX(0deg);
    	transform: skewX(0deg);
	}
	.nav-outer { padding-right: 0; margin-right: -15px; margin-left: -15px; }
	.btn-outer{
		right:auto;
		left:0px;
		z-index:15;
		height:50px;
		width:170px;
	}
	.btn-outer .inq-btn::before { display: none; }
	.btn-outer a { margin-top: 3px; }
	.main-header .main-menu{
		padding-top:0px;
		width:100%;
		margin:0px;
	}
	
	.collapse {
		overflow:auto;
		float:none;
		width:100%;
		padding:0px 0px;
		margin:0px;
   }
   
	.navbar-header{
		position:relative;
		float:none;
		display:block;
		text-align:right;
		width:100%;
		padding:8px 15px;
		right:0px;
		z-index:12;
	}
	
	.navbar-header .navbar-toggle {
		display:inline-block;
		z-index:7;
		border:1px solid #ffffff;
		float:none;
		margin:0px;
		border-radius:0px;
		background:#fdc236;
	}
	
	.navbar-header .navbar-toggle .icon-bar{
		background:#ffffff;	
	}
	
	.navigation {
		float:none !important;
		margin:0px !important;
		width:100% !important;
		background:#262626;
	}
	
	.navigation > li {
		margin:0px !important;
		float:none !important;
		width:100%;
	}

	.navigation > li::before { width: 0px; }
	
	.navigation > li > a,
	.navigation > li > ul:before {
		border:none;	
	}
	
	.navigation > li > a {
		padding:10px 10px !important;
		border:none !important;
	}
	
	.navigation > li > ul,
	.navigation > li > ul > li > ul{
		position:relative;
		border:none;
		display: block;
		float:none;
		visibility:visible;
		opacity:1;
		margin:0px;
		left:auto !important;
		right:auto !important;
		top:auto !important;
		width:100%;
		background:#262626;
		-webkit-border-radius:0px;
		-ms-border-radius:0px;
		-o-border-radius:0px;
		-moz-border-radius:0px;
		border-radius:0px;
		transition:none !important;
		-webkit-transition:none !important;
		-ms-transition:none !important;
		-o-transition:none !important;
		-moz-transition:none !important;
		-webkit-transform:skewX(0deg);
		-ms-transform:skewX(0deg);
		-o-transform:skewX(0deg);
		-moz-transform:skewX(0deg);
    	transform: skewX(0deg);
	}
		

	.navigation > li,
	.navigation > li > ul > li,
	.navigation > li > ul > li > ul > li{
		border-top:1px solid rgba(255,255,255,1) !important;
		opacity:1 !important;
		top:0px !important;
		left:0px !important;
		visibility:visible !important;
	}
	
	.navigation > li:first-child{
		border:none;	
	}
	
	.navigation > li > a,
	.navigation > li > ul > li > a,
	.navigation > li > ul > li > ul > li > a {
		padding:10px 10px !important;
		line-height:22px;
		color:#ffffff;
		background:#262626;
		text-align:left;
		-webkit-transform:skewX(0deg);
		-ms-transform:skewX(0deg);
		-o-transform:skewX(0deg);
		-moz-transform:skewX(0deg);
    	transform: skewX(0deg);
		white-space: normal;
	}

	.navigation > li > ul > li > a { padding-left: 20px !important; }
	
	.navigation > li > a:hover,
	.navigation > li > a:active,
	.navigation > li > a:focus{
		background:#262626;
	}
	
	.navigation > li:hover > a,
	.navigation > li > ul > li:hover > a,
	.navigation > li > ul > li > ul > li:hover > a,
	.navigation > li.current > a,
	.navigation > li.current-menu-item > a { background:#262626; color:#fdc236 !important; 	}
	.lastgodets .vendu:before { 
		font-size: 2em;
		top:20%;
	}
	
	.contactmenu { display: block; }


}

@media (max-width: 668px) {
	
}

@media (max-width: 640px) {
 .branding h1 { font-size: 33px; text-align: center; }
}

@media (max-width: 500px) {
 .lastgodets .vendu:before { padding:20px 10px; font-size: 0.8em; top:1%; }
}

@media (max-width: 375px) {

.branding h1 { font-size: 28px;  }
.lastgodets .prod { float: none; width: 80%; margin: 25px auto; }
.lastgodets .vendu:before { font-size: 2.5em; top:20%; }


}