﻿/*
Theme Name: Danew
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: danew
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.

Danew is based on Underscores http://underscores.me/, (C) 2012-2015 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
# Fonctionnalité
# Catégorie Produit
# Page
# Footer
# Support
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*
@font-face {
  font-family: 'TitiliumBlack';
  src: url(fonts/TitilliumWeb-Black.ttf);
}
*/
/*@font-face {
  font-family: 'TitiliumBold';
  src: url(fonts/TitilliumWeb-Bold.ttf);
}*/
/*
@font-face {
  font-family: 'TitiliumBoldItalic';
  src: url(fonts/TitilliumWeb-BoldItalic.ttf);
}

@font-face {
  font-family: 'TitiliumExtraLight';
  src: url(fonts/TitilliumWeb-ExtraLight.ttf);
}

@font-face {
  font-family: 'TitiliumExtraLightItalic';
  src: url(fonts/TitilliumWeb-ExtraLightItalic.ttf);
}

@font-face {
  font-family: 'TitiliumItalic';
  src: url(fonts/TitilliumWeb-Italic.ttf);
}

@font-face {
  font-family: 'TitiliumLight';
  src: url(fonts/TitilliumWeb-Light.ttf);
}

@font-face {
  font-family: 'TitiliumLightItalic';
  src: url(fonts/TitilliumWeb-LightItalic.ttf);
}
*/
@import url('../../plugins/danew-cookie-consent/assets/ebb43a634b6a5da898e9.css');
@font-face {
  font-family: 'Oxygen';
  src: url(../../plugins/danew-cookie-consent/assets/ebb43a634b6a5da898e9.css);
}
/*@font-face {
  font-family: 'TitiliumRegular';
  src: url(fonts/TitilliumWeb-Regular.ttf);
}

@font-face {
  font-family: 'TitiliumSemiBold';
  src: url(fonts/TitilliumWeb-SemiBold.ttf);
}*/
/*
@font-face {
  font-family: 'TitiliumSemiBoldItalic';
  src: url(fonts/TitilliumWeb-SemiBoldItalic.ttf);
}

@font-face {
    font-family: 'NovecentoM';
    src: url(fonts/Novecentowide-Medium-webfont.ttf);
}

@font-face {
    font-family: 'NovecentoB';
    src: url(fonts/Novecentowide-Bold-webfont.ttf);
}

@font-face {
    font-family: 'NovecentoN';
    src: url(fonts/Novecentowide-Normal-webfont.ttf);
}

@font-face {
    font-family: 'NovecentoL';
    src: url(fonts/Novecentowide-Light-webfont.ttf);
}

@font-face {
    font-family: 'NovecentoDB';
    src: url(fonts/Novecentowide-DemiBold-webfont.ttf);
}

@font-face {
    font-family: 'NovecentoDBs';
    src: url(fonts/synthview_-_novecento_sans_wide_demibold-webfont.ttf);
}

@font-face {
    font-family: 'UbuntuC';
    src: url(fonts/Ubuntu-C.ttf);
}

@font-face {
    font-family: 'UbuntuL';
    src: url(fonts/Ubuntu-L.ttf);
}

@font-face {
    font-family: 'UbuntuLI';
    src: url(fonts/Ubuntu-LI.ttf);
}

@font-face {
    font-family: 'UbuntuM';
    src: url(fonts/Ubuntu-M.ttf);
}

@font-face {
    font-family: 'UbuntuMI';
    src: url(fonts/Ubuntu-MI.ttf);
}

@font-face {
    font-family: 'UbuntuR';
    src: url(fonts/Ubuntu-R.ttf);
}

@font-face {
    font-family: 'UbuntuMonoR';
    src: url(fonts/UbuntuMono-R.ttf);
}

@font-face {
    font-family: 'UbuntuR';
    src: url(fonts/UbuntuMono-RI.ttf);
}
*/
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-family: sans-serif;
	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 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#purchase_date {
    margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

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: 3px;
	width:100%;
	margin-bottom: 1em;
	padding: 8px 5px 8px 5px;
}

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

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

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

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

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.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. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

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

input.button.btn.epm-sign-up-button.epm-submit-chimp{
	width: 100%;
	padding: 13px 5px;
}

/*Yanis */
.yith-wcan-reset-navigation{
	height: 28px !important;
}



a.compare.displayed.button.glyphicons.glyphicon-random{
	top: 5px;
}

a.glyphicon.glyphicon-eye-open.yith-wcqv-button{
	left: 1px;
}

@media screen and (width:1024px){
	#account{
		/*width: 320px !important;*/
		/*margin-left: 125px !important;*/
	}

	.respTel{
    width: 180px !important;
	}

	.respMail{
    width: 200px !important;
	}

	.widget .menu-footer-1-container{
		width: 133px;
	}

	.newsletter{
		width: 200px !important;
	}
}

@media screen and (width: 1280px) {
	#account{
		padding-left: 95px;
	}

	.respTel{
		width: 177px !important;
	}

	.respMail{
		width: 160px !important;
	}

	.footerSpace{
		width: 140px !important;
	}
}

@media screen and (width:1366px){
	#account{
		padding-left: 80px !important;
	}
}

@media screen and (width: 1440px){
	.footerSpace{
		width: 150px;
	}
}

@media screen and (width: 1600px){
	.footerSpace{
		width: 140px;
		
	}
}

@media screen and (width: 1680px){
	.footerSpace{
		
	}
}

@media screen and (width: 1920px){
	.footerSpace{
		
	}

	.respTel{
		width: 190px !important;
	}

	.respMail{
		width: 180px !important;
	}
}

@media screen and (height: 1200px){
  footer #colophon{
    margin-top: 208px !important;
  }

	.site-footer{
		/*margin-top: 140px !important;*/
	}

	.respTel{
		width: 190px !important;
	}

	.respMail{
		width: 180px !important;
	}

}

@media screen and (height: 1440px){
  footer #colophon{
    margin-top: 208px !important;
  }
}

.btn-resetfilter{
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 20px;
    border: none;
    padding-right: 20px;
    text-transform: uppercase;
    background-color: #3e7dca;
    color: white;
		cursor: pointer;
}

	#menu-item-45{
		display: none;
	}

/*Iphone 5*/

@media screen and (width: 320px){

	.row{
		overflow: auto;
	}

  .yith-wcqv-wrapper{
    width: 200px !important;
  }

  #popShop{
    width: 188px !important;
  }

	table.shop_table.cart{
		width: 100px !important;
	}

	#account > input[type="submit"]{
		margin-left: 10px !important;
	}

	a.glyphicon.glyphicon-eye-open.yith-wcqv-button{
		left: 4px;
		top: 4px;
	}

	a.glyphicon.glyphicon-heart{
		left: 4px;
		top: 4px;
	}

	input.button.btn.epm-sign-up-button.epm-submit-chimp{
		width: 178px;
	}

	ul.col-md-3.col-xs-12.col-lg-2.col-sm-3.footer_c.teltop.respTel{
		padding-top: 0px;
	}

	.menu-item-type-taxonomy{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	#lang_sel{
		/*display: none !important;*/
		margin-top: 10px;
	}

	#lang_sel li{
		/* background:#3e7dca !important; */
	}

	.fullwidthbanner-container{
		width: 320px;
	}
	#menu-heading-right{
	}

	.row{
		width: 290px;
		text-align: center !important;
	}

	.epm-submit-chimp{
		width: 118px !important;
	}

	#single-product-container{
		margin-left: 15px;
	}

	.yith-woocommerce-ajax-product-filter{
		width: 100% !important;
	}

	#rev_slider_1_1{
		height: 200px !important;
	}

	.menu-heading-left-container, .menu-heading-left-anglais-container{
		width: 134px;
	}

		#menu-heading-left, #menu-heading-left-anglais{
			font-size: inherit !important;
		}

	.menu-heading-right-container, .menu-heading-right-anglais-container{
		width: 184px;
	}

		#menu-heading-right, #menu-heading-right-anglais{
			font-size: inherit !important;
		}

			.menu-item{
				padding: 0px !important;
			}

	.glyphicon{
		font-size: 15px !important;
	}

	.cart-contents{
		font-size: 7px !important;
		/*right: 2px !important;
		top: 0px !important;*/
	}

	.widget-title{
		display: none;
	}

	.input_search{
		margin-top: 40px;
	}
}

/*Iphone 6*/

#lang_sel{
	float: left !important;
        background-color: transparent;
}

@media screen and (width: 375px){

  #popShop{
    width: 240px !important;
  }

  .yith-wcqv-wrapper{
    width: 245px !important;
  }

	div#blockfunction1{
		width: 375px !important;
	}

	div#blockfunction2{
		width: 375px !important;
	}

	div#blockfunction3{
		width: 375px !important;
	}

	#menu-item-817, #menu-item-816, #menu-item-56, #menu-item-79, #menu-item-74, #menu-item-55{
		padding-top: 5px !important;
	}

	#rev_slider_1_1{
		height: 275px !important;
	}

	.yith-woocommerce-ajax-product-filter{
		width: 100% !important;
	}

	.row{
		width: 290px;
		text-align: center !important;
	}

	#rev_slider_1_1{
		height: 200px !important;
	}

	.menu-heading-left-container{
		width: 158px;
	}

		#menu-heading-left{
			font-size: inherit !important;
		}

	.menu-heading-right-container{
		width: 217px;
	}

		#menu-heading-right{
			font-size: inherit !important;
		}

			.menu-item{

				/*padding: 0px 7px !important;*/
			}

	.glyphicon{
		font-size: 15px !important;
	}

	.cart-contents{
		font-size: 7px !important;
		right: -6px !important;
		top: -5px !important;
	}

	.widget-title{
		display: none;
	}

	.input_search{
		margin-top: 40px;
	}

	#lang_sel{
		margin-top: 10px !important;
		margin-right: 30px !important;
	}

	#lang_sel li{
		/*background:#3e7dca !important;*/
	}

	input.button{
		margin-left: 0px !important;
	}
}

/*Iphone 6+*/
@media screen and (width: 414px){

	div#blockfunction1{
		width: 414px !important;
	}

  .yith-wcqv-wrapper{
    width: 310px !important;
  }

  #popShop{
    width: 285px !important;
  }

	div#blockfunction2{
		width: 414px !important;
	}

	div#blockfunction3{
		width: 414px !important;
	}

	#account > input[type="submit"]{
		margin-left: 0px !important;
		width: 225px !important;
	}

	#lang_sel{
		margin-top: 10px !important;
		margin-right: 30px !important;
	}

	#lang_sel li{
		/*background:#3e7dca !important;*/
	}

	#rev_slider_1_1{
		height: 200px !important;
	}

	.yith-woocommerce-ajax-product-filter{
		width: 100% !important;
	}

	.menu-heading-left-container{
		width: 170px;
	}

		#menu-heading-left{
			font-size: inherit !important;
		}

	.menu-heading-right-container{
		width: 242px;
	}

		#menu-heading-right{
			font-size: inherit !important;
		}

		.glyphicon{
			font-size: 15px !important;
		}

		a.glyphicon.glyphicon-eye-open.yith-wcqv-button{
			left: 4px;
			top: 4px;
		}

		a.glyphicon.glyphicon-heart{
			left: 4px;
			top: 4px;
		}

		.row{
			width: 290px;
			text-align: center !important;
		}

		.cart-contents{
			font-size: 7px !important;
			right: 2px !important;
			top: 0px !important;
		}
}
/*Panier*/
.wc-forward{
  font-family: 'TitiliumRegular' !important;
	color: #515151 !important;
}

/*Menu Trad Espagnol*/

/*Menu traduction anglais*/
.cart-contents{
  font-size: 12px !important;
  right: -6px !important;
  top: -5px !important;
}

.menu-heading-right-anglais-container{
	height: 33px !important;
}

.menu-heading-left-anglais-container .menu-item{
	font-size: inherit;
	padding: 5px !important;
}

#menu-item-1888 a i {
	font-size: large !important;
}

.menu-main-menu-anglais-container ul li{
	position: relative;
	border-radius: 10px 10px 0px 0px;
}

.menu-main-menu-anglais-container ul li:hover{
	background-color: rgb(31, 83, 146);
}

li#menu-item-2465{
	width: 100px !important;
}

.entry-title{
	padding-bottom: 20px !important;
}

aside#nav_menu-4{
	/*font-family: 'NovecentoM' !important;*/
}

#menu-mon-compte li, #menu-my-account li, #menu-mi_cuenta li{
	font-size: 16px;
}

#post-83 .entry-title a{
    padding: 10px !important;
    border: #3d7dca 1px solid;
    margin-top: 0px !important;
		/*font-family: 'NovecentoM' !important;*/
}

#post-103 .entry-header{
  height: 70px;
  padding-bottom: 10px;
  border-bottom: 1px #e6e6e6 solid;
  width: 86%;
  margin: auto;
}

#post-103 .entry-title{
  width: 90px !important;
  float: left;
  color: #3d7dca;
  padding: 10px !important;
  border: #3d7dca 1px solid;
  /*margin-top: 0px !important;*/
  /*font-family: 'NovecentoM' !important;*/
}

.post-83 .entry-content .woocommerce .row .col-md-10 .col-md-6{
	float: none !important;
	font-size: 16px;
	/*font-family: 'NovecentoDBs';*/
}

.post-83 .entry-content .woocommerce .row .col-md-10 .col-md-6 strong{
	font-size: 20px;
	text-transform: uppercase;
	/*font-family: 'NovecentoM';*/
	color: #525154;
}

.post-83 .entry-content .woocommerce .row .col-md-10 .col-md-6 .addresses .address address{
	/*font-style: italic;*/
	/*font-family: 'NovecentoM';*/
	line-height: 30px;
}

.shop_table thead tr{
	text-transform: uppercase;
	font-weight: bold;
  /*font-family: 'NovecentoDB';*/
}

/*NUMERO DE SERIE*/
.shop_table tbody tr td:nth-child(2){
	/*font-family: 'NovecentoDB';*/
}

/*NOM PRODUITS*/
.shop_table tbody tr td:nth-child(1){
	color: #3d7dca;
	font-weight: bold;
	/*font-family: 'NovecentoDB';*/
	letter-spacing: 1px;
}

/*STATUS*/
.shop_table tbody tr td:nth-child(3){
	color: #3d7dca;
	/*font-family: 'NovecentoDB';*/
}

/*TOTAL*/
.shop_table tbody tr td:nth-child(4){
	color: #3d7dca;
	/*font-family: 'NovecentoDB';*/
}

.post-103 .shop_table tbody tr td:nth-child(4) .amount{
  color: grey !important;
}

.shop_table tbody tr td:nth-child(5) a {
  font-family: inherit;
}

/*Buttons voir/details/RMA*/

.post-83 .button{
	/*font-family: 'NovecentoM' !important;*/
	text-transform: uppercase;
}

.edit{
	text-transform: uppercase;
}

.post-83 .title h3{
	padding: 10px;
	border: 1px #3d7dca solid;
	/*font-family: 'NovecentoM';*/
	font-size: medium;
}

.post-83 .col-1 address{
	/*font-style: italic;*/
	/*font-family: 'NovecentoM';*/
}

.post-83 .col-2 address{
	/*font-style: italic;*/
	/*font-family: 'NovecentoM';*/
	text-transform: capitalize;
}

/*PANIER*/

.cart_totals table tbody tr th{
	font-style: italic;
}

.post-103 .order-total th{
	font-style: normal !important;
	font-size: 20px;
	font-weight: bold;
	color: #3d7dca;
}

.post-103 .order-total td strong span{
	color: #3d7dca;
	font-size: 20px;
}

.post-103 .order-total td{
	padding-top: 11px !important;
}

.cart_totals .amount{
	color: #8e8e8e;
}

.post-103 .shop_table .button{
	color: #3d7dca !important;
  background-color: white;
}

.post-103 .cart_totals .button{
	border: #3d7dca 1px solid !important;
	/*font-family: 'NovecentoB' !important;*/
	color: #525154 !important;
	background-color: red !important;
	text-transform: uppercase;
	text-decoration: none !important;
}

.wc-forward{
	/*font-family: 'NoceventoM';*/
}

/*COMMANDES*/

.post-353 #customer_details .col-2{
	float: none;
}

.post-353 #customer_details{
	/*font-family: 'NovecentoM';*/
}

.post-353 #customer_details .col-1 .woocommerce-billing-fields h3{
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 10px;
}

.post-353 #customer_details .col-1 .woocommerce-billing-fields .form-row label{
	color: #3d7dca;
}

.post-353 .shipping_address label{
	color: #3d7dca;
}

.post-353 .entry-title{
    width: 150px!important;
    margin-left: 70px;
    padding: 10px !important;
    border: 1px #3d7dca solid;
    color: #3d7dca;
		/*font-family: 'NovecentoM' !important;*/
}

.post-353 .yit-wcan-container .woocommerce-info{
	background-color: #3d7dca;
	color: white;
}

.post-353 .yit-wcan-container .woocommerce-info a{
	margin-left: 1040px;
	padding: 10px;
	background-color: white;
	color: #3d7dca;
	font-style: bold;
}

.post-353 .woocommerce-shipping-fields .notes label{
	color: #3d7dca;
}

/*LOGOS PAYPAL*/
.post-353 .payment_method_paypal label img, .post-353 .payment_method_paypal label a{
	display: none;
}

/*LOGOS MONETICO*/
.post-353 .payment_method_monetico label img{
	display: none;
}

.post-353 .payment_method_cheque, .post-353 .payment_method_cod, .post-353 .payment_method_paypal, .post-353 .payment_method_monetico{
	width: 25%;
	float: left;
	text-align: center !important;
}

.post-353 .woocommerce .checkout #order_review #payment .form-row .button{
  background-color: white;
  border: 1px #3d7dca solid;
  color: grey;
}

/*Bouton fantome*/
a.compare.button{
  display: none;
}

/*toolbox social*/
.addthis_toolbox{
  width: 311px !important;
}

/*Hide mon compte nav in shortcode*/
.col-md-10 .row .col-md-2{
  display: none;
}

#menu-item-86 #search_sidebar #yith_woocommerce_ajax_search-3 h2{
  display: none !important;
}

#ship-to-different-address label, .woocommerce-billing-fields h3, #order_review_heading, .myaccount_user h2{
  font-weight: bold;
  font-size: 17px;
}


/*Mon compte*/
.col-md-10 .woocommerce .col-md-2{
  display: none;
}

.respTel{
  padding-top: 0px !important;
}


/*Woocommerce title*/

.entry-title{
  font-family: 'TitiliumRegular' !important;
}

.woocommerce .row .col-md-10{
  padding-bottom: 70px;
}

#payment{
  margin-bottom: 70px;
}

@media screen and (width:1280px){
  .woocommerce .col-md-10{
    padding-left: 50px;
    width: 83%;
  }

  #nav_menu-4{
    width: 250px;
  }

  .gmp_map_opts{
    padding-left: 60px;
  }

  #contact_questions{
    margin-left: 60px;
  }
}

@media screen and (width: 1440px){
  #nav_menu-4{
    width: 250px;
  }
}

.cart_totals h2{
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.col-md-10 .col-md-6 a{
  text-transform: uppercase;
  font-family: 'TitiliumRegular' !important;
  font-weight: bold;
}

.woocommerce .row .col-md-6 strong{
  font-family: 'TitiliumBold';
  font-size: 15px;
  text-transform: uppercase;
}

.woocommerce .row .col-md-10 h2{
  font-family: 'TitiliumBold';
  text-transform: uppercase;
  font-size: 15px;
  /*padding-left: 15px;*/
}

.shop_table thead{
  font-family: 'TitiliumBold';
}

#account div label{
  font-family: 'TitiliumBold';
}

#account strong{
  font-family: 'TitiliumBold';
  text-transform: uppercase;
  font-size: 15px;
}

/*Button paiement*/
#place_order{
  background-color: #909094;
  color: #FFFFFF;
  cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit{
  background-color: #ebe9eb !important;
  color: #515151 !important;
  cursor: pointer !important;
}

.menu-mon-compte-container, .menu-my-account-container, .menu-mi_cuenta-container{
  font-family: 'TitiliumSemiBold';
  text-transform: uppercase;
}

#menu-mon-compte li, #menu-my-account li, #menu-mi_cuenta li {
  letter-spacing: 0px !important;
}

.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3 label{
  font-family: 'TitiliumBold';
  text-transform: uppercase;
  font-size: 15px !important;
}

.woocommerce-billing-fields p label, .woocommerce-shipping-fields .shipping_address p label, #order_comments_field label{
  font-family: 'TitiliumRegular';
  font-size: 15px;
}

#order_review_heading{
  font-family: 'TitiliumBold';
  text-transform: uppercase;
  font-size: 15px;
}

#yith-wcwl-form .wishlist-title h2{
  font-family: 'TitiliumBold';
  text-transform: uppercase;
  font-size: 15px;
}

#contact_questions{
  font-family: 'TitiliumRegular';
}

.contact_infos h2{
  font-family: 'TitiliumBold';
  font-size: 15px;
}

.contact_infos p {
  font-family: 'TitiliumRegular';
}

.woocommerce h2{
  font-size: 15px;
  font-family: 'TitiliumBold';
  text-transform: uppercase !important;
  	margin-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	padding-top: 20px
}

.woocommerce-account .addresses .title h3{
  font-size: 15px;
  font-family: 'TitiliumBold'
}

.col-md-10 .addthis_toolbox, .wishlist_table tfoot{
  display: none;
}

#bouton{
  width: 250px;
  height: 30px;
  font-size: 11px;
}

/*--------------------------------------------------------------
# Fonctionnalité
--------------------------------------------------------------*/
#pName {
    color: #3d7dca;
    font-size: 24px;
    border-bottom: none !important;
    text-transform: uppercase;
    font-family: 'Oxygen', sans-serif;
    line-height: 1;
}
.pDescription {
    overflow-x: hidden;
    position: absolute;
    font-size: 14px;
    left: 50%;
    top: 150px;
    color: initial !important;
    max-width: 600px;
    font-family: 'Oxygen', sans-serif;
    line-height: 1.7;
    text-align: justify;
    margin-right: 5%;
}

#single-product-container img {
    margin-left: auto !important;
}
#single-product-container p {
    margin-bottom: 0px !important;
}
#single-product-container h3 {
	font-family: 'Oxygen', sans-serif !important;
        text-transform: uppercase;
        margin-left: 15%;
        margin-right: 15%;
        text-align: left;
        padding-bottom: 10px!important;
        padding-top: 40px;
}
#single-product-container h6 {
	font-family: 'Oxygen', sans-serif !important;
        text-transform: uppercase;
        margin-left: 15%;
        margin-right: 15%;
        text-align: left;
        padding-bottom: 10px!important;
        padding-top: 40px;
        font-size: 24px;
}
#single-product-container h5 {
        line-height: 1.4;
        text-align: justify;
	font-family: 'Oxygen', sans-serif;
        margin-left: 15%;
        margin-right: 15%;
        padding-top: 10px;
        padding-bottom: 40px;
}
#single-product-container h4 {
    line-height: 1.4;
    text-align: center;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-left: 1%;
    margin-right: 1%;
}
#parralux>div.mainParalax {
    padding: 0px !important;
}
#parralux {
    height: 100% !important;
    display: flex;
    align-items: center;
    min-height: 500px;
}

@media (min-width: 992px) {
.parralux {
    display: flex;
    align-items: center;
}
}
.mainParalax {
    position: inherit !important;
    width: 100%;
}
#prlxbckg {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/

.entry-title, .entry-content, .wsTitle, .upsells .products {
    width: 83.33333333% !important;
    margin: auto;
    margin-top: 14px;
    float: inherit;
    padding-right: 0px !important;
    font-family: 'Oxygen' !important;
}
#solopage h5 {
    line-height: 1.7;
    text-align: justify;
    font-family: 'Oxygen', sans-serif;
	padding-top: 10px;
}

#primary h4 {
    line-height: 1.7;
    text-align: justify;
	font-size: 17px;
    font-family: 'Oxygen', sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #3e7dca;
	font-weight: 600;
}

#utility {
    margin-left: -10%;
    margin-right: -10%;
    margin-top: -90px;
    height: 1200px;
}

#header {
    background: #3e7dca;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.card .table {
    padding: 15px 30px;
}
.card-profile {
    margin-top: 30px;
    text-align: center;
}
.card-profile .card-avatar, .card-testimonial .card-avatar {
    max-width: 170px;
    max-height: 170px;
    margin: -50px auto 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.container_foot {
    max-width: 1180px;
    margin: auto;
}

/*--------------------------------------------------------------
# Support
--------------------------------------------------------------*/

.support_page h3 {
    font-family: Oxygen;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/
/********* Superposition simple de texte sur une image *******/
    /* Conteneur principal */
    .overlay-image {
     position: relative;
     width: 100%;
    }
    /* Image originale */
    .overlay-image .image {
     display: block;
     width: 100%;
     height: auto;
    }
    /* Texte original */
    .overlay-image .text {
     color: #000;
     font-size: 30px;
     line-height: 1.5em;
     text-shadow: 2px 2px 2px #fff;
     text-align: center;
     position: absolute;
     top: 300px;
     left: 300px;
     transform: translate(-50%, -50%);
     width: 100%;
    }
	    /********* Hover image et texte *******/
    /* Overlay */
    .overlay-image .hover {
     position: absolute;
     top: 0;
     height: 100%;
     width: 100%;
     opacity: 0;
     transition: .5s ease;
    }
    /* Apparition overlay sur passage souris */
    .overlay-image:hover .hover {
     opacity: 1;
    }
	    /********* Hover background et texte uniquement *******/
    .overlay-image .normal {
     transition: .5s ease;
    }
    .overlay-image:hover .normal {
     opacity: 0;
    }
    .overlay-image .hover {
     background-color: rgba(0,0,0,0.5);
    }