@charset "UTF-8";
/*
 Theme Name:   Barroux
 Theme URI:    http://www.barroux.info
 Description:  Theme de l'illustrateur Barroux
 Author:       Gwendal Vernay
 Author URI:   http://www.gwendalvernay.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  barroux
*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

[class^="icons-"],
[class*=" icons-"],
.site-header .site-title a,
.site-header-menu a,
.enter,
.email {
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  background-image: url('css/sprite-s72c795270b.png'); }

/* ----------------------------- */
/* == hiding content             */
/* ----------------------------- */
/* hidden but not for assistance tools, Yahoo! method */
.visually-hidden, .site-header .site-title span, .site-header .site-description, .site-header-menu ul span, .category h1, .widget-title, .widget-container span {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important; }

.visually-show {
  position: static !important;
  height: auto !important;
  width: auto !important;
  padding: 0 !important;
  clip: rect(auto, auto, auto, auto) !important; }

/* Hide for desktop or mobile */
.hide-for-desktop {
  display: inline-block !important; }
  @media (min-width: 48em) {
    .hide-for-desktop {
      display: none !important; } }

.hide-for-mobile {
  display: none !important; }
  @media (min-width: 48em) {
    .hide-for-mobile {
      display: inline-block !important; } }

/* Transition */
.add-transition {
  transition: all 0.25s; }

/* Align text */
.text-center {
  text-align: center; }

/* Margin */
.add-top {
  margin-top: 2rem; }

.add-bottom {
  margin-bottom: 2rem; }

/* switching to border-box model for all elements */
html {
  box-sizing: border-box; }

* {
  box-sizing: inherit; }

ul,
ol {
  padding-left: 2em; }

ul.unstyled {
  list-style: none; }

img {
  vertical-align: middle; }

/* height auto only for non SVG images */
img:not([src$=".svg"]) {
  height: auto; }

blockquote,
figure {
  margin-left: 0;
  margin-right: 0; }

html {
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(1em * 0.625); }

body {
  /* set body font-size in em (1.4em equiv "14px") */
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif; }

p,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5; }

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

h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like {
  line-height: 1.2em; }

h1,
.h1-like {
  font-size: 2.8em;
  margin: 0 0 0.7142em; }

h2,
.h2-like {
  font-size: 1.3em;
  text-transform: uppercase;
  color: black;
  margin: 0; }

h3,
.h3-like {
  font-size: 1.3em;
  margin-bottom: 1em; }

h4,
.h4-like {
  font-size: 2.1em;
  margin: 0 0 1.05em; }

h5,
.h5-like {
  font-size: 2.1em;
  margin: 0 0 1.05em; }

h6 {
  font-size: 1.85rem;
  margin-bottom: 0 0 0.5405em; }

p {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 1em;
  color: #909090; }

.site-main a {
  text-decoration: none;
  color: black; }
  .site-main a:hover {
    text-decoration: underline; }

/* Global container */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

html, body {
  overflow-x: hidden; }

/* Skip Nav */
.skip-link {
  z-index: 10;
  font-size: 1.2rem;
  padding: 0.4em;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px); }
  .skip-link:focus {
    position: static;
    overflow: visible;
    clip: auto; }

/* Header */
.site-header {
  max-width: 100em;
  margin: 0 auto 1em; }
  .site-header .site-title {
    font-size: 0.7692em;
    margin: 2em 0; }
    .site-header .site-title a {
      background-position: 0 -90px;
      height: 137px;
      width: 835px; }

.site-header-menu {
  margin-bottom: 2em; }
  .site-header-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .site-header-menu ul li {
      float: left;
      width: 16.66%; }
      .site-header-menu ul li a {
        background-position: -244px -30px;
        height: 30px;
        width: 145px; }
        .site-header-menu ul li a:hover {
          background-position: -389px -30px;
          height: 30px;
          width: 145px; }
      .site-header-menu ul li.current-menu-item a, .site-header-menu ul li.current-menu-parent a {
        background-position: -389px -30px;
        height: 30px;
        width: 145px; }
      .site-header-menu ul li.children a {
        background-position: -145px -60px;
        height: 30px;
        width: 145px; }
        .site-header-menu ul li.children a:hover {
          background-position: -435px 0;
          height: 30px;
          width: 145px; }
      .site-header-menu ul li.children.current-menu-item a, .site-header-menu ul li.children.current-menu-parent a {
        background-position: -435px 0;
        height: 30px;
        width: 145px; }
      .site-header-menu ul li.travel a {
        background-position: -290px 0;
        height: 30px;
        width: 145px; }
        .site-header-menu ul li.travel a:hover {
          background-position: -145px 0;
          height: 30px;
          width: 145px; }
      .site-header-menu ul li.travel.current-menu-item a, .site-header-menu ul li.travel.current-menu-parent a {
        background-position: -145px 0;
        height: 30px;
        width: 145px; }
      .site-header-menu ul li.b-w a {
        background-position: 0 0;
        height: 30px;
        width: 145px; }
        .site-header-menu ul li.b-w a:hover {
          background-position: -99px -30px;
          height: 30px;
          width: 145px; }
      .site-header-menu ul li.b-w.current-menu-item a, .site-header-menu ul li.b-w.current-menu-parent a {
        background-position: -99px -30px;
        height: 30px;
        width: 145px; }
      .site-header-menu ul li.cover a {
        background-position: -679px -30px;
        height: 30px;
        width: 145px; }
        .site-header-menu ul li.cover a:hover {
          background-position: 0 -60px;
          height: 30px;
          width: 145px; }
      .site-header-menu ul li.cover.current-menu-item a, .site-header-menu ul li.cover.current-menu-parent a {
        background-position: 0 -60px;
        height: 30px;
        width: 145px; }
      .site-header-menu ul li.contact a {
        background-position: -580px 0;
        height: 30px;
        width: 145px; }
        .site-header-menu ul li.contact a:hover {
          background-position: -534px -30px;
          height: 30px;
          width: 145px; }
      .site-header-menu ul li.contact.current-menu-item a, .site-header-menu ul li.contact.current-menu-parent a {
        background-position: -534px -30px;
        height: 30px;
        width: 145px; }

.site-footer {
  width: 100em;
  margin: 4em auto 2em; }

/* Catégories et illustrations */
.site-content {
  overflow: hidden;
  width: 100em;
  margin: 0 auto; }

/* Catégorie */
.category article {
  width: 74em;
  float: right;
  overflow: hidden;
  background: url("css/separateur.png") repeat-y 0 0;
  padding-left: 3em; }
  .category article img {
    max-width: 100%; }

.entry-header h1,
.entry-header h2 {
  font-size: 1.2em;
  text-transform: none;
  font-weight: normal; }

.widget-container {
  width: 24em;
  float: left;
  text-align: right; }
  .widget-container ul {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 26em; }
  .widget-container li {
    margin: 0 2em 2em 0;
    float: left; }
  .widget-container a {
    width: 6.5em;
    height: 6.5em;
    display: block; }
    .widget-container a:hover img {
      opacity: 0.7; }
  .widget-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: opacity .25s; }

/* Article */
.single-post article {
  width: 74em;
  float: right;
  overflow: hidden;
  background: url("css/separateur.png") repeat-y 0 0;
  padding-left: 3em; }
  .single-post article img {
    max-width: 100%; }
  .single-post article h2 {
    font-size: 1.2em;
    text-transform: none;
    font-weight: normal; }

/* Page d'accueil */
.page-id-5 .main-navigation,
.page-id-5 .entry-header {
  display: none; }
.page-id-5 article {
  max-width: 100em;
  text-align: center;
  margin: 0 auto 1em; }
.page-id-5 img {
  width: auto;
  max-width: 100em;
  max-height: 50em; }
.page-id-5 .enter {
  background-position: 0 -30px;
  height: 26px;
  width: 99px;
  transition: opacity .25s;
  margin: 0 auto; }
  .page-id-5 .enter:hover {
    opacity: 0.7; }

/* Illustrations */
.page-id-6 .entry-header {
  display: none; }
.page-id-6 .site-header-menu {
  margin-bottom: 58em; }
.page-id-6 .site-header-menu ul {
  overflow: visible; }
.page-id-6 .site-header-menu ul li a {
  position: relative;
  overflow: visible;
  text-indent: 0; }
.page-id-6 .site-header-menu ul li a::after {
  content: url("css/adult.jpg");
  display: block;
  position: absolute;
  left: 0;
  top: 5em;
  z-index: 2;
  width: 14em;
  height: 50em;
  transition: opacity 0.25s; }
.page-id-6 .site-header-menu ul li a:hover::after {
  opacity: 0.6; }
.page-id-6 .site-header-menu ul li.children a::after {
  content: url("css/children.jpg"); }
.page-id-6 .site-header-menu ul li.travel a::after {
  content: url("css/travel.jpg"); }
.page-id-6 .site-header-menu ul li.b-w a::after {
  content: url("css/black-white.jpg"); }
.page-id-6 .site-header-menu ul li.cover a::after {
  content: url("css/cover.jpg"); }
.page-id-6 .site-header-menu ul li.contact a::after {
  content: url("css/contact.jpg"); }
.page-id-6 article {
  width: 100em;
  margin: 0 auto; }
.page-id-6 .email {
  background-position: -290px -60px;
  height: 29px;
  width: 253px;
  transition: opacity .25s;
  margin: 0 auto; }
  .page-id-6 .email:hover {
    opacity: 0.7; }

/* Contact */
.page-id-13 .entry-content {
  overflow: hidden; }
.page-id-13 .left-content {
  float: left;
  width: 45%; }
.page-id-13 .su-posts {
  float: right;
  width: 55%;
  height: 73em;
  background: url("css/separateur.png") repeat-y 3em 0;
  padding: 0 3em 0 7em;
  overflow-y: auto; }
  .page-id-13 .su-posts .su-post {
    overflow: hidden; }
    .page-id-13 .su-posts .su-post + .su-post {
      margin-top: 4em; }
  .page-id-13 .su-posts img {
    width: 66%;
    max-width: 30em;
    float: left;
    margin: 0 1em 0 0; }
  .page-id-13 .su-posts p {
    color: black;
    float: right;
    width: 10.5em; }
