/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  line-height: 1.15;
  /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%;
  /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4;
  /* 3. Use a more readable tab size (opinionated). */
}
/*
Sections
========
*/
body {
  margin: 0;
  /* Remove the margin in all browsers. */
}
/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
.clearfix,
.cf {
  zoom: 1;
}
.clearfix:before,
.cf:before,
.clearfix:after,
.cf:after {
  content: "";
  display: table;
}
.clearfix:after,
.cf:after {
  clear: both;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
@font-face {
  font-family: "menuTop";
  src: url('../fonts/baron_neue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/baron_neue-webfont.svgz#baron_neue') format('svg'), url('../fonts/baron_neue-webfont.woff') format('woff'), url('../fonts/baron_neue-webfont.ttf') format('truetype'), url('../fonts/baron_neue-webfont.svg#baron_neue') format('svg');
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
@font-face {
  font-family: "didot";
  src: url('../fonts/didotlh-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/didotlh-bold-webfont.svgz#didotlh-bold') format('svg'), url('../fonts/didotlh-bold-webfont.woff') format('woff'), url('../fonts/didotlh-bold-webfont.ttf') format('truetype'), url('../fonts/didotlh-bold-webfont.svg#didotlh-bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
@font-face {
  font-family: "futura";
  src: url('../fonts/futura_lt_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fontsfutura_lt_condensed_bold-webfont.svgz#didotlh-bold') format('svg'), url('../fonts/futura_lt_condensed_bold-webfont.woff') format('woff'), url('../fonts/futura_lt_condensed_bold-webfont.ttf') format('truetype'), url('../fonts/futura_lt_condensed_bold-webfont.svg#didotlh-bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url('../fonts/OpenSans-Semibold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'open_sans';
  src: url('../fonts/OpenSans-Regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url('../fonts/OpenSans-Italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
/*
BASE (MOBILE) SIZE
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------ 

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */
  overflow-y: none;
}
body {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #000;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap,
.wrapLittle,
.wrapLittle2,
.wrapLarger {
  width: 92%;
  margin: 0 auto;
}
.wrapMoreMargin {
  width: 88%;
}
/*********************
04. LINK & P STYLES
*********************/
a {
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.sideCol p.linkMap {
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
a,
a:visited {
  color: #bc2800;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #000;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h1.titleOrnaments,
h1.titleNoOrnaments {
  font-family: "didot";
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
  font-size: 28px;
}
.page-template-page-mentions-php h1.titleOrnaments {
  text-align: center;
}
.boxOnHomePage h1.titleOrnaments,
.boxOnHomePage h1.titleNoOrnaments {
  text-align: center;
}
.boxOnHomePage p.chapo {
  text-align: center;
}
/*********************
Page artiste STYLES
*********************/
.contentArtiste .boxOnHomePage {
  background-color: #f6f5ef;
  margin-top: 50px;
}
.contentArtiste h1.titleNoOrnaments {
  margin: .67em 0;
  margin-bottom: 0;
}
.contentArtiste h4 {
  margin-top: 0;
  color: #c85757;
  font-family: futura;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
}
.contentArtiste h4 span {
  color: #a0a0a0;
  font-weight: normal;
}
.contentArtiste .containerArticleEncyclo {
  background-color: #000;
}
/*********************
06. CONTACT STYLES
*********************/
.contactForm .wpcf7-form p {
  text-align: left;
  font-family: "futura";
  font-size: 14px;
  color: #A0A0A0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  margin-top: 25px;
}
.contactForm .wpcf7-form p span {
  font-size: 12px;
}
.contactForm .wpcf7-form p select {
  text-transform: none;
  letter-spacing: 0;
}
.contactForm .wpcf7-form p select option {
  padding-left: 10px;
}
.contactForm .wpcf7 {
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="url"],
.wpcf7 form input[type="password"],
.wpcf7 form textarea,
.wpcf7 form select,
#mc_embed_signup form input[type="email"] {
  border: 1px solid #000;
  color: #6F6F6F;
  font-size: 14px;
  line-height: 1.5em;
  padding: 10px;
  width: 100%;
  margin-top: 5px;
}
.wpcf7 form select {
  padding: 10px;
}
.wpcf7 .wpcf7-submit,
#mc_embed_signup form input[type="submit"] {
  color: #000000;
  font-family: "futura";
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 0;
  background-image: url(../images/flecheRondNoirLittleNext.png);
  background-repeat: no-repeat;
  height: 22px;
  padding: 0 0 0 30px;
}
.wpcf7 .wpcf7-submit:hover,
#mc_embed_signup form input[type="submit"]:hover {
  color: #bc2800;
  background-image: url(../images/flecheRondRedLittleNext.png);
}
/*********************
06. HEADER STYLES
*********************/
.header #logo {
  width: 131px;
  height: 197px;
}
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.sideCol a,
.sideCol p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.sideColRight {
  margin-top: 30px;
}
.contactMailTel {
  margin-bottom: 35px;
}
.sideCol {
  line-height: 16px;
  margin-bottom: 20px;
}
.sideCol h4 {
  font-family: "futura";
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sideCol a,
.sideCol p {
  font-size: 12px;
  max-width: 200px;
  display: block;
}
.sideCol a {
  color: #bc2800;
}
.sideCol .link {
  cursor: pointer;
  font-family: "futura";
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-image: url(../images/flecheRondRedLittleDown.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 43px;
  margin-bottom: 35px;
  color: #bc2800;
}
.sideCol .link2 {
  font-family: "futura";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.sideCol .link2:hover {
  color: #000;
}
.sideCol a.link {
  display: inline-block;
}
.sideCol p.link:hover,
.sideCol a.link:hover {
  color: #000;
  background-image: url(../images/flecheRondNoirLittleDown.png);
}
.sideCol p.adresse {
  margin-bottom: 3px;
}
.sideCol p.acces {
  margin-bottom: 1em;
}
.conteneurTop {
  width: 100%;
  margin: auto;
  text-align: center;
}
.header {
  background-color: #000;
}
.nav {
  border-bottom: 0;
  background-color: #000;
  text-align: center;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav ul {
  font-family: "menuTop";
  text-transform: lowercase;
}
.nav li {
  /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/
}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 5px 5px;
  color: #FFF;
  font-size: 12px;
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/
}
.nav li a:hover,
.nav li a:focus {
  color: #bc2800;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
.entry-content ul {
  list-style-type: disc;
  font-size: 14px;
}
.entry-content ul li {
  margin-left: 20px;
}
.entry-content h2 {
  font-family: "futura";
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #bc2800;
}
.entry-content h2 strong {
  font-weight: normal !important;
}
.entry-content h3 {
  font-family: "futura";
  font-size: 17px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 20px;
  margin-bottom: 7px;
  color: #909090;
}
.entry-content h3 strong {
  font-weight: normal !important;
}
.entry-content p {
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
}
.entry-content .diapoImg {
  margin-top: 30px;
}
.pageMentions h1.titleOrnaments,
.pageMentions h1.titleNoOrnaments {
  text-align: center;
}
.pageMentions .entry-content h2,
.pageMentions .entry-content p,
.pageMentions .entry-content a,
.pageMentions .entry-content img {
  text-align: center;
}
.pageMentions .entry-content img {
  margin-left: auto;
  margin-right: auto;
}
#content {
  margin-top: 2.2em;
}
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
}
/* entry content */
.entry-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  margin: 4px 0 7px;
  text-align: left;
  font-style: italic;
  color: #a0a0a0;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */
}
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #000;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}
.footer a {
  color: #999;
}
.footer a:hover {
  color: #bc2800;
}
.footer .infoFooter {
  background-image: none;
  display: inline-block;
  padding: 30px 30px 15px;
  margin-top: 0;
  color: #999;
}
.footer .infoFooter .logoBottom {
  background-image: url(../images/logoBottom.png);
  width: 46px;
  height: 46px;
  margin: auto;
  text-align: center;
}
.footer .infoFooter p.titleSite {
  font-family: "didot";
  font-size: 25px;
  letter-spacing: 1px;
  color: #FFF;
  margin-bottom: 5px;
}
.footer .infoFooter p.baseline {
  font-size: 12px;
  font-weight: bold;
}
.footer .infoFooter p.infoGal {
  font-size: 11px;
  font-style: italic;
  line-height: 13px;
  margin-top: 5px;
}
.footer .infoFooter p.linkCredits {
  font-size: 12px;
  margin-top: 18px;
}
.footer .boxFooter ul li {
  line-height: 13px;
  margin-bottom: 8px;
}
.footer .boxFooter h4 {
  font-family: "futura";
  color: #bc2800;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  text-transform: uppercase;
}
.footer .boxFooter a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.footer .boxFooter a span {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: none;
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: normal;
}
.creatorWebSite {
  margin-top: 15px;
}
.creatorWebSite a {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
}
.creatorWebSite a:hover {
  color: #bc2800;
}
.creatorWebSite p {
  display: block;
}
.creatorWebSite .logoJoran {
  background-image: url(../images/logoJoranTabeaud.jpg);
  width: 39px;
  height: 39px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
.listArtiste {
  margin-top: 50px;
}
.fraction-slider {
  overflow: hidden !important;
}
.fraction-slider img {
  height: auto !important;
  max-width: 100% !important;
}
.imgTop {
  display: none;
}
.sliderContainer {
  display: none;
}
a.linkOceanie {
  font-size: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: "futura";
  position: relative;
}
a.linkOceanie:after {
  background: url("../images/flecheRondRedLittleNext.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  content: " ";
  display: block;
  position: absolute;
  right: -28px;
  top: -2px;
}
.bigLinkOnHome {
  text-align: center;
  margin-top: 40px;
  display: inline-block;
}
.bigLinkOnHome a {
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "futura";
  display: block;
  line-height: 1.4;
}
.bigLinkOnHome a .flecheRondNoirNext,
.bigLinkOnHome a .flecheRondWhiteNext,
.bigLinkOnHome a .flecheRondRedNext {
  margin: 10px auto auto;
}
.bigLinkOnHome:hover .flecheRondNoirNext {
  background-image: url(../images/flecheRondRedNext.png);
}
.bigLinkOnHome:hover .flecheRondWhiteNext {
  background-image: url(../images/flecheRondBlancNext.png);
}
.boxOnHomePage {
  padding-top: 40px;
  padding-bottom: 30px;
}
.boxOnHomePage .h1TitleBloc {
  margin-bottom: 60px;
}
.boxOnHomePage p {
  font-size: 12px;
  text-align: left;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.boxOnHomePage p.chapo {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.boxOnHomePage h4 {
  font-family: "futura";
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.boxOnHomePage ul.listArticles {
  font-family: "futura";
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0;
}
.boxOnHomePage li {
  margin-bottom: 5px;
}
.the_content h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
.artoceanieHome,
.galerieHome {
  text-align: center;
}
.artoceanieHome img,
.galerieHome img {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  height: auto;
  max-width: 100%;
  width: auto;
}
.artoceanieHome p,
.galerieHome p {
  text-align: justify;
  font-size: 13px;
  line-height: 1.4;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.postExtrait2 {
  display: inline-block;
  max-width: 200px;
  text-align: center;
  vertical-align: top;
  width: 25%;
  margin-left: 30px;
  margin-right: 30px;
}
.postExtrait2 h3 {
  font-family: 'futura';
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  margin-top: 30px;
}
.postExtrait2 h3 a {
  color: #3d3d3d;
}
.postExtrait2 h4 {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  margin: 0;
  text-transform: none;
  letter-spacing: 1px;
}
.postExtrait2 span.countryOnCarroussel {
  color: #c85757;
  font-family: 'futura';
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}
.postExtrait2 img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 200px;
}
.postExtrait2 img.peinture,
.postExtrait2 img.dessin-gravure {
  -moz-box-shadow: 1px 1px 4px #777777;
  -webkit-box-shadow: 1px 1px 4px #777777;
  box-shadow: 1px 1px 4px #777777;
}
.postExtrait2 .imgInside {
  height: 200px;
}
.small img {
  max-width: 60%;
  width: auto;
  height: auto;
}
.galerieHome {
  background-color: #bc2800;
  color: #E9AC84;
}
.galerieHome h1.titleOrnaments,
.galerieHome .bigLinkOnHome a {
  color: #e9ac84;
}
.galerieHome .bigLinkOnHome a:hover {
  color: #FFFFFF;
}
.flecheRondNoirNext {
  background-image: url(../images/flecheRondNoirNext.png);
  width: 29px;
  height: 28px;
}
.flecheRondWhiteNext {
  background-image: url(../images/flecheRondWhiteNext.png);
  width: 29px;
  height: 28px;
}
.flecheRondRedNext {
  background-image: url(../images/flecheRondRedNext.png);
  width: 29px;
  height: 28px;
}
.lastOeuvre {
  text-align: center;
}
/*********************
Carousel STYLES
*********************/
.boxNavOnPost {
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.postExtraitConteneurOnSingle {
  margin: auto;
  max-width: 1250px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.conteneurPostExtraitInner {
  margin: auto;
  max-width: 1100px;
  padding-left: 40px;
  padding-right: 40px;
}
.postExtraitConteneurOnSingle .postExtrait2 {
  padding: 0;
}
#foo2 {
  padding-top: 4px;
}
#foo2_prev,
#foo5_prev {
  position: absolute;
  top: 65px;
}
#foo2_next,
#foo5_next {
  position: absolute;
  right: 10px;
  top: 65px;
}
.navigCaroussel {
  margin-top: 15px;
}
#foo3_next,
#foo6_next {
  float: right;
}
#foo3,
#foo6 {
  height: 400px;
  overflow: hidden;
}
#foo4 {
  height: 400px;
  overflow: hidden;
}
.next,
.prev {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.next:hover,
.prev:hover {
  opacity: 1;
}
.disabled {
  opacity: 0.1;
  cursor: default;
}
.disabled:hover {
  opacity: 0.1;
}
.itemImg {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.itemImg a {
  display: inline-block;
  position: relative;
}
.itemImg img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
p.dimensionOnCarroussel {
  font-size: 10px;
  font-style: italic;
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0.5em 0 0.5em 0;
}
p.vendu {
  margin: 0.5em 0 0.5em 0;
  font-size: 10px !important;
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  color: #bc2800 !important;
  text-transform: uppercase;
  text-align: center !important;
}
/*********************
Page Encyclop�die STYLES
*********************/
.hidden {
  display: none;
}
.js-isotope {
  margin: 0;
}
.containerArticleEncyclo {
  background-color: #000;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 0;
  text-align: center;
}
.containerArticleEncyclo h1.titleOrnaments {
  color: #deb887;
}
.containerArticleEncyclo .messageNoItem {
  margin-top: 0;
}
.containerArticleEncyclo .beforeBlack {
  background-image: url(../images/OrnamentWhiteTitleLeft.png);
}
.containerArticleEncyclo .afterBlack {
  background-image: url(../images/OrnamentWhiteTitleRight.png);
}
.containerArticleEncyclo .selectorBox h5 {
  color: #FFF;
}
.containerArticleEncyclo .selectorBox ul li a {
  color: #deb887;
}
.containerArticleEncyclo .selectorBox ul li a:hover {
  color: #000;
  background-color: #faebd7;
}
.containerArticleEncyclo .selectorBox ul li a.selected {
  color: #000;
  background-color: #faebd7;
}
.containerArticleEncyclo .boxNavOnPost .postExtrait2 {
  text-align: left;
  height: 100%;
}
.containerArticleEncyclo .boxNavOnPost .postExtrait2 .article-header {
  text-align: center;
}
.containerArticleEncyclo .boxNavOnPost .postExtrait2 .article-header h3 {
  text-align: left;
}
.containerArticleEncyclo .boxNavOnPost .postExtrait2 img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.containerArticleEncyclo .postExtrait2 {
  text-align: left;
}
.containerArticleEncyclo .postExtrait2 h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #faebd7;
}
.containerArticleEncyclo .postExtrait2 h3 a {
  color: #bc2800;
}
.containerArticleEncyclo .postExtrait2 h3 a:hover {
  color: #FFF;
}
.containerArticleEncyclo .postExtrait2 img.peinture {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.containerArticleEncyclo .postExtrait2 a {
  color: #bc2800;
}
.containerArticleEncyclo .postExtrait2 a:hover {
  color: #FFF;
}
.containerArticleEncyclo .postExtrait2 a.excerpt-read-more {
  display: block;
  margin-top: 6px;
  text-align: left;
  font-style: italic;
  text-decoration: none;
  font-size: 13px;
}
.containerArticleEncyclo .postExtrait2 p {
  font-size: 13px;
  color: #faebd7;
  margin-top: 10px;
  text-align: left;
}
.containerArticleEncyclo .postExtrait2 span.countryOnCarroussel {
  text-align: left;
  font-size: 13px;
  margin-right: 5px;
  color: #faebd7;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.containerArticleEncyclo .postExtrait2 span.themeOnCarroussel {
  text-align: left;
  color: #deb887;
  font-family: futura;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .05em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.oneOeuvre .boxOnHomePage.containerArticleEncyclo {
  background-color: #000;
}
/*********************
Page Oeuvre STYLES
*********************/
#imgTopOeuvre {
  display: none;
}
/*********************
Page collection STYLES
*********************/
.page-template-page-collections #inner-content {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#containerIsotope .postExtrait2 {
  margin: 0;
  margin-bottom: 50px;
  width: auto;
}
.selectorBox {
  text-align: left;
}
.selectorBox h5 {
  text-transform: uppercase;
  font-family: "futura";
  font-size: 20px;
  font-weight: normal;
  color: #000;
  margin: 0 0 10px;
  line-height: 1em;
  margin-bottom: 2px;
}
.selectorBox ul {
  margin: 0 0 30px;
}
.selectorBox ul li {
  line-height: 12px;
  margin-top: 5px;
}
.selectorBox ul li a {
  font-family: "futura";
  font-size: 13px;
  color: #595959;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.selectorBox ul li a:hover,
.selectorBox ul li a.selected {
  color: #FFF;
  background-color: #000;
  padding-left: 3px;
  padding-right: 3px;
}
.messageNoItemContainer {
  position: absolute;
  left: 50%;
  top: 0;
}
.messageNoItemContainer p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.messageNoItemContainer a {
  color: #bc2800;
  text-transform: uppercase;
  font-weight: bold;
}
.messageNoItemContainer a:hover {
  color: #000;
}
.messageNoItem {
  width: 200px;
  position: relative;
  left: -50%;
  background-color: #f6f5ef;
  padding: 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 120px;
}
.carroussel_blog.is-hidden {
  display: none;
}
.carroussel_blog.flickity-enabled {
  opacity: 1;
}
.carroussel_blog {
  display: block;
  height: 430px;
  overflow-y: none;
}
.carroussel_blog .postExtrait2 {
  min-width: 200px;
}
.carroussel_blog.flickity-resize .postExtrait2 {
  min-height: 100%;
  margin: 0;
  max-width: none;
  width: 250px;
  min-width: inherit;
  padding-right: 0;
  padding-left: 0;
}
.carroussel_blog.flickity-resize .postExtrait2 article {
  margin-right: 20px;
  margin-left: 20px;
}
.flickity-viewport {
  overflow-y: none;
}
.carroussel_oeuvre.is-hidden {
  display: none;
}
.carroussel_oeuvre.flickity-enabled {
  opacity: 1;
}
.carroussel_oeuvre {
  display: block;
  height: 350px;
  overflow-y: none;
}
.carroussel_oeuvre .postExtrait2 {
  min-width: 200px;
}
.carroussel_oeuvre.flickity-resize .postExtrait2 {
  min-height: 100%;
  margin: 0;
  max-width: none;
  width: 250px;
  min-width: inherit;
  padding-right: 0;
  padding-left: 0;
}
.carroussel_oeuvre.flickity-resize .postExtrait2 article {
  margin-right: 20px;
  margin-left: 20px;
}
.home .itemImg img {
  max-height: 400px;
  width: auto;
}
.home .containerArticleEncyclo {
  padding-bottom: 30px;
}
.flickity-prev-next-button {
  background-color: transparent !important;
  width: 16px !important;
  height: 17px !important;
  background-size: contain;
  border-radius: none !important;
  transform: none !important;
  top: 65px !important;
}
.flickity-prev-next-button .flickity-button-icon {
  display: none;
}
.flickity-prev-next-button.previous {
  background-image: url(../images/flecheWhitePrev.png) !important;
  left: -35px !important;
}
.flickity-prev-next-button.next {
  background-image: url(../images/flecheWhiteNext.png) !important;
  right: -35px !important;
}
.carroussel_oeuvre .flickity-prev-next-button.previous,
.carroussel_images .flickity-prev-next-button.previous {
  background-image: url(../images/flecheNoirPrev.png) !important;
  left: -35px !important;
}
.carroussel_oeuvre .flickity-prev-next-button.next,
.carroussel_images .flickity-prev-next-button.next {
  background-image: url(../images/flecheNoirNext.png) !important;
  right: -35px !important;
}
.carroussel_images .flickity-button:disabled {
  opacity: 0.2 !important;
}
.carroussel_images .flickity-prev-next-button.previous {
  bottom: -40px !important;
  top: auto !important;
  left: 0 !important;
}
.carroussel_images .flickity-prev-next-button.next {
  bottom: -40px !important;
  top: auto !important;
  right: 0 !important;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/*********************
FOOTER
*********************/
.bgBulle {
  background-image: none;
  height: 0;
  margin-left: 0;
  margin-right: 0;
  width: 0;
  display: inline-block;
}
/*********************
Page Artiste STYLES
*********************/
.blocArtiste {
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  width: 30%;
}
.listArtiste ul {
  list-style-type: none;
}
.listArtiste a.nameArtiste {
  color: #000;
  font-weight: bold;
}
.listArtiste a.nameArtiste:hover {
  color: #bc2800;
}
.listArtiste ul li {
  color: #A0A0A0;
  margin-left: 0;
  margin-bottom: 16px;
  line-height: 16px;
}
.listArtiste ul li span {
  margin-top: 2px;
  display: block;
  line-height: 1;
  font-size: 13px;
}
/*********************
ONE OEUVRE STYLES
*********************/
.home .oneOeuvre .colTexteOeuvre {
  margin-top: 50px;
}
.oneOeuvre .colTexteOeuvre {
  margin-top: 80px;
}
.oneOeuvre h1.single-title {
  font-family: "didot";
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
  line-height: 27px;
  text-align: center;
}
.oneOeuvre h2.artisteName {
  color: #a0a0a0;
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.oneOeuvre .littleSeparator,
.oneOeuvre .bigSeparator {
  border-bottom: 1px solid #000;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 60px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.oneOeuvre .bigSeparator {
  margin-bottom: 50px;
  margin-top: 20px;
}
.oneOeuvre p {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  text-align: center;
}
.oneOeuvre .oeuvreText p {
  text-align: justify;
}
.oneOeuvre p.techniqueOeuvre {
  margin-bottom: 2px;
  font-weight: bold;
}
.oneOeuvre p.dimensionOeuvre {
  font-style: italic;
  margin-bottom: 2px;
}
.oneOeuvre p.priceOeuvre {
  margin-top: 20px;
}
.oneOeuvre p.priceOeuvre span {
  font-weight: bold;
}
.oneOeuvre .header_info p {
  font-size: 12px;
}
.oneOeuvre .boxOnHomePage {
  background-color: #f6f5ef;
  margin-top: 50px;
}
.oneOeuvre .containerArticleEncyclo {
  margin-top: 0;
}
.oneOeuvre #btnPrevDiapo {
  float: left;
}
.oneOeuvre #btnNextDiapo {
  float: right;
}
.oneOeuvre .extraLink {
  margin-top: 50px;
}
.oneOeuvre .extraLink .bigLinkOnHome {
  text-align: left;
  margin-top: 10px;
}
.oneOeuvre .extraLink .bigLinkOnHome .flecheRondNoirNext {
  margin: 0;
  background-image: url(../images/flecheRondRedLittleNext.png);
  width: 22px;
  height: 22px;
  display: inline-block;
}
.oneOeuvre .extraLink .bigLinkOnHome a {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 15px;
  display: inline-block;
  margin-left: 10px;
  color: #bc2800;
}
.oneOeuvre .extraLink .bigLinkOnHome:hover a {
  color: #000;
}
.oneOeuvre .extraLink .bigLinkOnHome:hover .flecheRondNoirNext {
  margin: 0;
  background-image: url(../images/flecheRondNoirLittleNext.png);
}
.wp-caption {
  margin-top: 0;
  margin-bottom: 30px;
}
#sidebarSelectorOeuvre .artiste {
  display: none;
}
a.goBack {
  background: url("../images/flecheRondRedLittlePrev.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: #bc2800;
  font-family: "futura";
  font-size: 16px;
  height: 22px;
  letter-spacing: 1px;
  padding: 2px 0 0 30px;
  text-decoration: none;
  text-transform: uppercase;
}
a.goBack:hover {
  color: #000;
  background: url("../images/flecheRondNoirLittlePrev.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#fil {
  margin-left: 4%;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "futura";
  font-size: 20px;
  letter-spacing: 1px;
}
a.filOne {
  color: #bc2800;
  font-family: "futura";
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
a.filOne:hover {
  color: #000;
}
a.filTwo {
  color: #000;
  font-family: "futura";
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
a.filTwo:hover {
  color: #bc2800;
}
a.filThree {
  color: #A0A0A0;
  font-family: "futura";
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
a.filThree:hover {
  color: #bc2800;
}
.btnGoBack,
.linkGoback {
  margin-top: 20px;
}
.linkGoback {
  margin-left: 4%;
  width: 14.3646%;
}
.linkGoback.linkGoback2 {
  width: auto;
}
/*********************
ACTU STYLES
*********************/
.gallContent .h1TitleBloc.centerMeH1 {
  text-align: center;
}
.gallContent .boxOnHomePage {
  background-color: #F6F5EF;
  margin-top: 50px;
}
.gallContent .boxOnHomePage .h1TitleBloc {
  text-align: center;
}
.gallContent .boxOnHomePage p.dateExpo {
  font-style: italic;
  font-size: 12px;
}
.gallContent .boxOnHomePage h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-family: "futura";
  margin-bottom: 0;
  line-height: 26px;
  margin-top: 0;
}
.gallContent .boxOnHomePage h3 {
  margin-top: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.gallContent .boxOnHomePage .texteActu p {
  margin-bottom: 5px;
  text-align: justify;
}
.gallContent .boxOnHomePage .datePost {
  margin-top: 10px;
  font-style: italic;
  font-size: 12px;
  color: #999;
}
.imgActuMin {
  text-align: center;
}
a.linkActu {
  color: #e9ac84;
}
a.linkActu:hover {
  color: #000;
}
a.excerpt-read-more {
  display: block;
  margin-top: 5px;
  color: #e9ac84;
}
a.excerpt-read-more:hover {
  color: #000;
}
.titleActuHome1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.titleActuHome2 {
  font-weight: bold;
  margin-bottom: 5px;
}
p.dateExpo {
  font-style: italic;
  margin-bottom: 5px;
}
#cookie-notice .cn-button {
  padding: 5px;
  border-radius: 2px;
  background: #FFF;
  color: #bc2800;
}
#cookie-notice .cn-button:hover {
  background: #bc2800;
  color: #FFF;
}
.content-white p {
  color: #faebd7 !important;
}
.content-white a:hover {
  color: #faebd7 !important;
}
.page-template-page-blog #content {
  margin-top: 0;
}
.page-template-page-blog h1.titleOrnaments {
  color: #deb887;
}
.page-template-page-blog #inner-content {
  text-align: center;
  margin-top: 0;
  padding-top: 70px;
  background: #000;
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-page-blog .containerArticleEncyclo {
  margin-top: 0;
  padding-top: 100px;
}
.home .lastOeuvre {
  background-color: #f6f5ef;
}
.home .lastOeuvre .bigLinkOnHome a {
  color: #bc2800;
}
.home .lastOeuvre .bigLinkOnHome:hover a {
  color: #000;
}
.home .containerArticleEncyclo .bigLinkOnHome:hover a {
  color: #bc2800;
}
.home .containerArticleEncyclo .bigLinkOnHome:hover .flecheRondWhiteNext {
  background-image: url(../images/flecheRondRedNext.png);
}
.home .containerArticleEncyclo .bigLinkOnHome a {
  color: #deb887;
}
.home .containerArticleEncyclo .bigLinkOnHome .flecheRondWhiteNext {
  background-image: url(../images/flecheRondJauneClairNext.png);
}
.single-artoceanie h1.titleOrnaments,
.single-artoceanie h1.titleNoOrnaments {
  font-size: 35px;
}
.single-artoceanie .entry-content img {
  margin: 1.5em 0 1.5em 0;
}
.list_oeuvre .postExtrait2 h3 {
  font-size: 16px;
}
.link_oeuvre_du_moment {
  display: block;
}
.link_oeuvre_du_moment h1.single-title {
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.oneOeuvre .link_oeuvre_du_moment:hover h1.single-title {
  color: #bc2800;
}
.single-oeuvre .bigLinkOnHome {
  display: block;
}
.PeintureDuMoment {
  padding-bottom: 70px;
}
.slider--toggle-next .flickity-prev-next-button.next {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}
.containerArticleEncyclo,
.containerOeuvres {
  padding-left: 50px;
  padding-right: 50px;
}
.containerArticleEncyclo .postExtraitConteneurOnSingle,
.containerOeuvres .postExtraitConteneurOnSingle,
.containerArticleEncyclo .conteneurPostExtraitInner,
.containerOeuvres .conteneurPostExtraitInner {
  padding-left: 0;
  padding-right: 0;
}
/*
LARGER MOBILE DEVICES
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
  /*********************
FOOTER
*********************/
  .bgBulle {
    background-image: none;
    height: 0;
    margin-left: 0;
    margin-right: 0;
    width: 0;
    display: inline-block;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .colImgOeuvre {
    max-width: 400px;
    margin: auto;
  }
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  .menu ul li a {
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
  .carroussel_blog.flickity-resize .postExtrait2 {
    width: 50%;
  }
  .carroussel_oeuvre.flickity-resize .postExtrait2 {
    width: 50%;
  }
}
/*
TABLET & SMALLER LAPTOPS
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.less stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecolSpe {
    width: 72.30939226%;
  }
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecolSpe,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .ninecolSpe {
    margin-left: 4.762430939%;
  }
  .colImgOeuvre {
    width: 400px;
    float: none;
    display: inline-block;
    margin-left: 0;
    text-align: left;
    vertical-align: top;
  }
  .colTexteOeuvre {
    float: none;
    display: inline-block;
    text-align: left;
    margin-left: 5%;
  }
  .centerChild {
    text-align: center;
  }
  .centerChild .onecol,
  .centerChild .twocol,
  .centerChild .threecol,
  .centerChild .fourcol,
  .centerChild .fivecol,
  .centerChild .sixcol,
  .centerChild .sevencol,
  .centerChild .eightcol,
  .centerChild .ninecol,
  .centerChild .tencol,
  .centerChild .elevencol,
  .centerChild .twelvecol {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .boxOnHomePage .sixcol {
    max-width: 500px;
  }
  .boxOnHomePage .threecol {
    max-width: 250px;
  }
  .first {
    margin-left: 0;
  }
  .middle {
    display: inline-block;
  }
  .last {
    float: right;
  }
  .colImgGall {
    max-width: 600px;
    padding-left: 2%;
  }
  .colImgGallCenter {
    padding-right: 2%;
  }
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  #content {
    margin-top: 0;
  }
  #inner-content {
    margin-top: 70px;
  }
  .home #inner-content {
    margin-top: 0;
  }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    max-width: 1140px;
  }
  .wrapLarger {
    max-width: 1340px;
  }
  .wrapLittle {
    max-width: 1050px;
  }
  .wrapLittle2 {
    max-width: 860px;
  }
  /*********************
HEADER STYLES
*********************/
  .header {
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: transparent;
  }
  #logo {
    position: absolute;
  }
  #inner-header {
    padding-top: 15px;
  }
  .conteneurTop {
    text-align: left;
    width: 92%;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .fondMenu {
    background: #000;
    height: 40px;
    margin-top: -55px;
  }
  .nav {
    border: 0;
    margin-top: 50px;
    background-color: none;
    text-align: inherit;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    margin-top: 0;
    float: right;
    font-family: "menuTop";
    text-transform: lowercase;
  }
  .nav li {
    float: left;
    position: relative;
    /*
		plan your menus and drop-downs wisely.
		*/
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
    background-color: none;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 11px 10px 10px;
    /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/
  }
  .nav li a:hover {
    color: #bc2800;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  .nav li.current-menu-item a,
  .nav li.current-page-item a,
  .nav li.current-page-ancestor a {
    color: #bc2800;
  }
  /* end .nav */
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    margin-top: 2.2em;
  }
  #sidebarSelectorOeuvre {
    margin-top: 0px;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer {
    background-color: transparent;
    background-image: url(../images/backgroundBottom.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
    position: relative;
  }
  .footer p {
    margin: 0;
  }
  .footer .infoFooter {
    margin-top: -20px;
    background-image: url(../images/rondNoirFooter.png);
    -webkit-background-size: cover;
    /* pour Chrome et Safari */
    -moz-background-size: cover;
    /* pour Firefox */
    -o-background-size: cover;
    /* pour Opera */
    background-size: cover;
    /* version standardisee */
    display: inline-block;
    -ms-behavior: url(http://www.trib-art-galerie.com/wp-content/themes/tribart/library/js/backgroundsize.min.htc);
    width: 351px;
  }
  .footer .creatorWebSite {
    position: absolute;
    bottom: 15px;
    right: 25px;
    margin-top: 0;
  }
  .footer .creatorWebSite a {
    color: #000;
  }
  .footer .creatorWebSite p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .footer .creatorWebSite .logoJoran {
    display: inline-block;
  }
  .footer .bgBulle {
    background-image: url(../images/backgroundFooter.png);
    background-repeat: repeat-x;
    height: 263px;
    margin-left: -7px;
    margin-right: -7px;
    width: 19px;
    display: inline-block;
  }
  .footer .boxFooter {
    padding-top: 68px;
    background-image: url(../images/rondNoirFooter.png);
    -webkit-background-size: cover;
    /* pour Chrome et Safari */
    -moz-background-size: cover;
    /* pour Firefox */
    -o-background-size: cover;
    /* pour Opera */
    background-size: cover;
    /* version standardisee */
    display: inline-block;
    vertical-align: top;
    -ms-behavior: url(http://www.trib-art-galerie.com/wp-content/themes/tribart/library/js/backgroundsize.min.htc);
    width: 263px;
    height: 263px;
    font-family: "futura";
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .footer .boxFooter a {
    font-weight: normal;
  }
  .footer .boxFooter a span {
    margin-top: 2px;
  }
  .footer .boxFooter h4 {
    color: #FFF;
  }
  .footer .boxFooter ul {
    margin: 0;
    max-width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .lastBox {
    margin-right: 0;
    margin-top: 0;
  }
  .footer .middleBox {
    padding-top: 46px;
  }
  .footer-links ul li {
    /*
			be careful with the depth of your menus.
			it's very rare to have multi-depth menus in
			the footer.
			*/
  }
  /* end .footer-links */
  /*********************
HOME STYLES
*********************/
  .lastOeuvre {
    padding-top: 70px;
  }
  .sliderContainer {
    display: block;
    overflow: hidden !important;
    position: relative;
    z-index: 1;
    background-color: #000;
  }
  .sliderContainer p {
    margin: 0;
  }
  .sliderContainer a {
    color: #FFF;
    line-height: 1;
  }
  .sliderContainer a:hover {
    color: #FFF;
  }
  .slider {
    overflow: hidden !important;
    width: 100%;
    height: auto;
  }
  .slide {
    overflow: hidden !important;
  }
  .fraction-slider {
    overflow: hidden !important;
  }
  .centerMeFraction {
    margin-left: -25% !important;
  }
  .containerTitle {
    margin-top: 18% !important;
    width: 100%  !important;
  }
  .titleSlider {
    font-family: "didot";
    font-size: 80px;
    color: #FFFFFF;
    display: block !important;
    text-shadow: 1px 1px 4px #333;
  }
  .sousTitleSlider {
    font-size: 16px;
    color: #FFFFFF;
    font-family: "menuTop";
    text-transform: lowercase;
  }
  .blackMe .titleSlider {
    color: #000;
    text-shadow: 2px 2px 15px #FFF;
  }
  .blackMe .sousTitleSlider {
    color: #000;
    text-shadow: 1px 1px 10px #FFF;
  }
  .ornamentTitle {
    background-repeat: no-repeat;
    display: inline-block;
    width: 35px;
    height: 9px;
    margin-top: 10px;
    vertical-align: top;
  }
  h1.titleOrnaments,
  h1.titleNoOrnaments {
    display: inline-block;
    margin: 0 20px;
    text-align: left;
  }
  .h1TitleBloc {
    text-align: center;
    margin-bottom: 40px;
  }
  .page-template-page-collections .h1TitleBloc {
    margin-bottom: 60px;
  }
  .page-template-page-collections #inner-content {
    padding: 0;
  }
  .pageBase .h1TitleBloc {
    text-align: left;
  }
  .beforeBlack {
    background-image: url(../images/OrnamentBlackTitleLeft.png);
  }
  .afterBlack {
    background-image: url(../images/OrnamentBlackTitleRight.png);
  }
  .beforeWhite {
    background-image: url(../images/OrnamentWhiteTitleLeft.png);
  }
  .afterWhite {
    background-image: url(../images/OrnamentWhiteTitleRight.png);
  }
  .page-template-page-blog .beforeBlack {
    background-image: url(../images/OrnamentWhiteTitleLeft.png);
  }
  .page-template-page-blog .afterBlack {
    background-image: url(../images/OrnamentWhiteTitleRight.png);
  }
  .galerieHome img,
  .artoceanieHome img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
  .boxOnHomePage {
    padding-top: 70px;
  }
  .boxOnHomePage p.chapo {
    margin-top: 0;
    text-align: left;
  }
  .artoceanieHome,
  .artoceanieHome {
    text-align: left;
  }
  .artoceanieHome img,
  .artoceanieHome img {
    margin: 0;
  }
  /*********************
Common STYLES
*********************/
  .colImgGallCenter {
    text-align: left;
  }
  .imgTop {
    display: block;
    width: 100%;
    height: 225px;
    overflow: hidden;
  }
  .imgTop img {
    width: 100%;
    min-width: 1600px;
  }
  .defaultTop {
    background-image: url(../images/imgTop/imgDefaultBk.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
  }
  /*********************
Page collection STYLES
*********************/
  .js-isotope {
    margin: 0 auto;
  }
  .selectorBox {
    text-align: right;
  }
  /**** Isotope CSS3 transitions ****/
  .isotope,
  .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
  }
  .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
  }
  .isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
  }
  /**** disabling Isotope CSS3 transitions ****/
  .isotope.no-transition,
  .isotope.no-transition .isotope-item,
  .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
  }
  /* End: Recommended Isotope styles */
  #sidebarSelectorOeuvre .artiste {
    display: block;
  }
  /*********************
Page Encyclopedie STYLES
*********************/
  .containerArticleEncyclo {
    padding-bottom: 50px;
  }
  /*********************
Page une Oeuvre STYLES
*********************/
  .home .oneOeuvre .colTexteOeuvre {
    margin-top: 0px;
  }
  #fil {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .itemImg img {
    width: auto;
  }
  .oneOeuvre .colTexteOeuvre {
    margin-top: 0;
  }
  .oneOeuvre #inner-content {
    margin-top: 50px;
  }
  .oneOeuvre .littleSeparator,
  .oneOeuvre .bigSeparator {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .oneOeuvre p {
    font-size: 13px;
  }
  .oneOeuvre h1.single-title,
  .oneOeuvre h2.artisteName,
  .oneOeuvre p {
    text-align: left;
  }
  .oneOeuvre p.dimensionOnCarroussel {
    text-align: center;
  }
  .oneOeuvre .imgTop img {
    min-width: 0;
  }
  .oneOeuvre #imgTopOeuvre {
    width: 100%;
    margin-top: -225px;
    display: none;
  }
  .oneOeuvre #imgTopOeuvre img {
    width: 100%;
  }
  #btnDisplayImgTop {
    width: 29px;
    height: 29px;
    margin: auto;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 800;
  }
  #btnDisplayImgTop.btnDisplayImgTopDown {
    background-image: url(../images/flecheRondNoirDown.png);
    margin-top: -15px;
  }
  #btnDisplayImgTop.btnDisplayImgTopUp {
    background-image: url(../images/flecheRondNoirUp.png);
    margin-top: -20px;
  }
  .diapoImg .btnZoom {
    display: block !important;
    background-image: url(../images/btnZoom.png);
    width: 105px;
    height: 105px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -52.5px;
    margin-left: -52.5px;
    z-index: 800;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .diapoImg .visible {
    opacity: 1;
  }
  .image-link:hover .btnZoom {
    opacity: 1;
  }
  /*********************
Page Contact STYLES
*********************/
  .sideCol {
    margin-bottom: 0;
  }
  .sideCol .link {
    background-position: right bottom;
  }
  .contactContent p {
    text-align: left;
  }
  .contactContent .sideCol {
    margin-top: 45px;
  }
  .contactContent .sideCol p {
    text-align: left;
  }
  .gallContent .h1TitleBloc {
    text-align: left;
  }
  .gallContent .sideCol {
    text-align: right;
    margin-top: 82px;
  }
  .gallContent .sideCol p {
    text-align: right;
  }
  .gallContent .sideColRight {
    text-align: left;
  }
  .gallContent .sideColRight p {
    text-align: left;
  }
  .gallContent .sideColRight .link {
    background-position: left bottom;
  }
  #mapContainer {
    margin-bottom: 60px;
    background-color: #FFF;
  }
  .mapp-map-links {
    background-color: #FFFFFF;
    border: medium none;
  }
  .mapp-layout {
    width: 100%;
  }
  .mapp-iw .mapp-title {
    font-family: "futura";
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #FFF;
  }
  .mapp-iw .mapp-body {
    color: #565656;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
    color: #FFF;
  }
  .mapp-iw .mapp-links {
    font-size: 12px;
    font-weight: bold;
  }
  .mapp-iw .mapp-links a {
    text-decoration: none;
    color: #FFF;
  }
  .mapp-ib {
    background-color: #000000;
    border: 1px solid #000000;
  }
  .mapp-ib-tip {
    border-color: #000000 rgba(0, 0, 0, 0) -moz-use-text-color;
  }
  .mapp-ib-close {
    color: #FFFFFF;
  }
  .contactForm .wpcf7 {
    margin: auto;
  }
  /*********************
Page Newsletter STYLES
*********************/
  #mce-responses {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .linkGoback {
    float: left;
  }
  .carroussel_blog.flickity-resize .postExtrait2 {
    width: 33%;
  }
  .carroussel_oeuvre.flickity-resize .postExtrait2 {
    width: 33%;
  }
}
/*
DESKTOP
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  .conteneurTop {
    width: 80%;
    max-width: 1140px;
  }
  #fil {
    margin-left: 2%;
  }
  .nav {
    border: 0;
    margin-top: 120px;
  }
  .bgBulle {
    background-image: url(../images/backgroundFooter.png);
    background-repeat: repeat-x;
    height: 263px;
    margin-left: -7px;
    margin-right: -7px;
    width: 19px;
    display: inline-block;
  }
  .sideCol a,
  .sideCol p {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
  }
  .linkGoback {
    margin-left: 2%;
  }
  .flickity-prev-next-button.previous {
    left: -5% !important;
  }
  .flickity-prev-next-button.next {
    right: -5% !important;
  }
  .carroussel_blog.flickity-resize .postExtrait2 {
    width: 25%;
  }
  .carroussel_oeuvre.flickity-resize .postExtrait2 {
    width: 25%;
  }
}
/*
LARGE VIEWING SIZE
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
*/
@media (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /******************************************************************

Stylesheet: Retina Screens

******************************************************************/
  .flecheRondNoirNext {
    background-image: url(../images/flecheRondNoirNext@2x.png);
    background-size: 29px 28px;
  }
  .flecheRondWhiteNext {
    background-image: url(../images/flecheRondWhiteNext@2x.png);
    background-size: 29px 28px;
  }
  .bigLinkOnHome:hover .flecheRondNoirNext {
    background-image: url(../images/flecheRondRedNext@2x.png);
  }
  .bigLinkOnHome:hover .flecheRondWhiteNext {
    background-image: url(../images/flecheRondBlancNext@2x.png);
  }
  .oneOeuvre .extraLink .bigLinkOnHome .flecheRondNoirNext {
    background-image: url(../images/flecheRondRedLittleNext@2x.png);
    background-size: 22px 22px;
  }
  .oneOeuvre .extraLink .bigLinkOnHome:hover .flecheRondNoirNext {
    background-image: url(../images/flecheRondNoirLittleNext@2x.png);
  }
  .footer .infoFooter {
    background-image: url(../images/rondNoirFooter@2x.png);
    background-size: 351px 351px;
  }
  .footer .infoFooter .logoBottom {
    background-image: url(../images/logoBottom@2x.png);
    background-size: 46px 46px;
  }
  .creatorWebSite .logoJoran {
    background-image: url(../images/logoJoranTabeaud@2x.jpg);
    background-size: 39px 39px;
  }
  .containerArticleEncyclo .beforeBlack {
    background-image: url(../images/OrnamentWhiteTTitleLeft@2x.png);
    background-size: 35px 9px;
  }
  .containerArticleEncyclo .afterBlack {
    background-image: url(../images/OrnamentWhiteTTitleRight@2x.png);
    background-size: 35px 9px;
  }
  .wpcf7 .wpcf7-submit,
  #mc_embed_signup form input[type="submit"] {
    background-image: url(../images/flecheRondNoirLittleNext@2x.png);
    background-size: 22px 22px;
  }
  .wpcf7 .wpcf7-submit:hover,
  #mc_embed_signup form input[type="submit"]:hover {
    background-image: url(../images/flecheRondRedLittleNext@2x.png);
  }
  .sideCol .link {
    background-image: url(../images/flecheRondRedLittleDown@2x.png);
    background-size: 22px 22px;
  }
  .sideCol p.link:hover,
  .sideCol a.link:hover {
    background-image: url(../images/flecheRondNoirLittleDown@2x.png);
    background-size: 22px 22px;
  }
  a.goBack {
    background: url("../images/flecheRondRedLittlePrev@2x.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: 22px 22px;
  }
  a.goBack:hover {
    background: url("../images/flecheRondNoirLittlePrev@2x.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  .beforeBlack {
    background-image: url(../images/OrnamentBlackTitleLeft@2x.png);
    background-size: 35px 9px;
  }
  .afterBlack {
    background-image: url(../images/OrnamentBlackTitleRight@2x.png);
    background-size: 35px 9px;
  }
  .beforeWhite {
    background-image: url(../images/OrnamentWhiteTitleLeft@2x.png);
    background-size: 35px 9px;
  }
  .afterWhite {
    background-image: url(../images/OrnamentWhiteTitleRight@2x.png);
    background-size: 35px 9px;
  }
  .containerArticleEncyclo .beforeBlack {
    background-image: url(../images/OrnamentWhiteTTitleLeft@2x.png);
    background-size: 35px 9px;
  }
  .containerArticleEncyclo .afterBlack {
    background-image: url(../images/OrnamentWhiteTTitleRight@2x.png);
    background-size: 35px 9px;
  }
  #btnDisplayImgTop.btnDisplayImgTopDown {
    background-image: url(../images/flecheRondNoirDown@2x.png);
    background-size: 29px 29px;
  }
  #btnDisplayImgTop.btnDisplayImgTopUp {
    background-image: url(../images/flecheRondNoirUp@2x.png);
    background-size: 29px 29px;
  }
}
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
