@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Quattrocento|Open+Sans:400,300,200italic);
/******************************************************************
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.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, 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; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/*p {
	-webkit-hyphens: auto;
	-epub-hyphens:   auto;
	-moz-hyphens:    auto;
    hyphens:         auto;
}
*/
b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

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

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' 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 gradients.

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('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
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 !important;
  font-style: italic; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #5f8a0d;
  border-top-color: #72a60f;
  border-left-color: #72a60f;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #79b010;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89c712), to(#79b010));
  background-image: -webkit-linear-gradient(top, #89c712, #79b010);
  background-image: -moz-linear-gradient(top, #89c712, #79b010);
  background-image: -o-linear-gradient(top, #89c712, #79b010);
  background-image: linear-gradient(to bottom, #89c712, #79b010); }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: #fff;
    border: 1px solid #5f8a0d;
    border-top-color: #49690a;
    border-left-color: #49690a;
    background-color: #69980e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#79b010), to(#69980e));
    background-image: -webkit-linear-gradient(top, #79b010, #69980e);
    background-image: -moz-linear-gradient(top, #79b010, #69980e);
    background-image: -o-linear-gradient(top, #79b010, #69980e);
    background-image: linear-gradient(to bottom, #79b010, #69980e); }
  .button:active, .button:visited:active {
    background-color: #89c712;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#79b010), to(#89c712));
    background-image: -webkit-linear-gradient(top, #79b010, #89c712);
    background-image: -moz-linear-gradient(top, #79b010, #89c712);
    background-image: -o-linear-gradient(top, #79b010, #89c712);
    background-image: linear-gradient(to bottom, #79b010, #89c712); }

.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec; }
  .blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
    border-color: #116396;
    background-color: #1472ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
    background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
    background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
    background-image: -o-linear-gradient(top, #1784c9, #1472ad);
    background-image: linear-gradient(to bottom, #1784c9, #1472ad); }
  .blue-button:active, .blue-button:visited:active {
    background-color: #1990db;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
    background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
    background-image: -moz-linear-gradient(top, #1681c4, #1990db);
    background-image: -o-linear-gradient(top, #1681c4, #1990db);
    background-image: linear-gradient(to bottom, #1681c4, #1990db); }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
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.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%; }

::selection {
  background: #a9f41a;
  /* Safari */ }

::-moz-selection {
  background: #a9f41a;
  /* Firefox */ }

#Ambiance {
  position: absolute;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 575px;
  z-index: 1;
  top: 0; }
  #Ambiance #Shadow {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); }

/*Category Sprite */
.cat-icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/sprite-category-opti.png") no-repeat; }

.first-home-section {
  margin-top: 30px; }

.icon-autre {
  background-position: 0 0; }

.icon-design-responsable {
  background-position: -35px 0; }

.icon-edition {
  background-position: -70px 0; }

.icon-emballage {
  background-position: -105px 0; }

.icon-identite {
  background-position: -140px 0; }

.icon-illustration {
  background-position: -175px 0; }

.icon-photo-video {
  background-position: -210px 0; }

.icon-publicite {
  background-position: -245px 0; }

.icon-web {
  background-position: -280px 0; }

/********************
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) */
/*********************
LAYOUT & GRID STYLES
*********************/
#Header, #Content {
  z-index: 105;
  position: relative;
  padding: 0 30px; }

#Header {
  height: 540px;
  color: #fff;
  padding-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #Header #Header-Content {
    bottom: 122px;
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: 22px;
    padding-right: 4px; }
  #Header #Logo {
    width: 100%;
    max-width: 355px;
    height: auto; }

.All #Header {
  height: 284px; }

#Content section {
  background: url("../images/dotted-black.png") repeat-x center bottom;
  padding-bottom: 20px;
  padding-top: 20px; }

#Background {
  position: relative;
  width: 100%;
  height: 320px;
  z-index: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#Background, .icon-link ul li {
  background: url("../images/Bois-tuile-Bg2-lowres.jpg") fixed; }

.icon-link ul p {
  width: 100%;
  text-align: center;
  margin-top: 80px;
  color: white;
  font-size: 27px;
  font-style: italic; }

#Social {
  border-bottom: 1px black solid; }

ul.social-media-list {
  display: block;
  margin: auto;
  text-align: center;
  max-width: 300px; }
  ul.social-media-list li {
    max-width: 300px;
    margin: 20px;
    display: inline-block; }
    ul.social-media-list li a {
      display: block;
      width: 50px;
      height: 50px;
      background: url("../images/sprite-social-opti.png") no-repeat top left; }
    ul.social-media-list li .pinterest {
      background-position: -132px 0; }
    ul.social-media-list li .instagram {
      background-position: -66px 0; }

#Background {
  clear: both; }
  #Background #Social {
    text-align: center;
    padding-top: 110px;
    max-width: 955px;
    padding-right: 4px;
    padding-left: 4px;
    margin: 0 auto; }
    #Background #Social p {
      margin: 0;
      font-family: "Quattrocento", "Georgia", Cambria, Times New Roman, Times, serif;
      font-size: 32px;
      color: #fff;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75); }
    #Background #Social .facebook {
      background-position: -33px 0; }
    #Background #Social .pinterest {
      background-position: -165px 0; }
    #Background #Social .instagram {
      background-position: -99px 0; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #89c712;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    text-decoration: underline; }
  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); }

.one_third a {
  font-family: "Quattrocento", "Georgia", Cambria, Times New Roman, Times, serif; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .sentence {
  font-family: "Quattrocento", "Georgia", Cambria, Times New Roman, Times, serif;
  text-rendering: optimizelegibility;
  /*font-weight: 500;*/
  font-weight: normal;
  /*
  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, .sentence a {
    text-decoration: none; }

h1, .h1 {
  font-size: 28px;
  line-height: 1.333em; }

.page h1, .single h1 {
  font-size: 34px; }

h2, .h2 {
  font-size: 22px;
  background: url("../images/dotted-black.png") repeat-x bottom left;
  padding-bottom: 4px; }
  h2.title-single, .h2.title-single {
    color: #a9f41a;
    margin: 0;
    padding: 14px 0; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0; }

h5, .h5 {
  font-size: 0.6em; }

/*********************
HEADER STYLES
*********************/
#Header h1 {
  margin: 0;
  width: 100%;
  max-width: 606px;
  background: url("../images/dotted-white.png") repeat-x bottom left;
  padding-bottom: 6px; }
#Header p:not(:last-child), #Header .response:not(:last-child) {
  max-width: 606px;
  margin-top: 10px;
  font-style: italic;
  font-size: 17px;
  background: url("../images/dotted-white.png") repeat-x bottom left;
  padding-bottom: 6px; }
#Header .question {
  font-family: "Quattrocento", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 22px;
  color: #a9f41a;
  padding-top: 6px; }

#Header.page h1, #Header.single h1 {
  background: url("../images/dotted-black.png") repeat-x bottom left;
  max-width: 100%; }

#Header.single .vcard {
  max-width: 309px;
  float: right; }
#Header.single .categories-list {
  float: right; }
  #Header.single .categories-list li {
    float: left;
    margin-left: 10px; }
    #Header.single .categories-list li:first-child {
      margin-left: 0; }
#Header.single .entry-content {
  width: 100%;
  max-width: 628px; }
  #Header.single .entry-content p a {
    color: #a9f41a; }

/*********************
POSTS & CONTENT STYLES
*********************/
#Content p {
  color: #6e6e6e;
  font-size: 14px; }
#Content a {
  font-size: 16px;
  /*Facultatif, seulement pour éviter les a qui ne sont pas dans un p*/ }
#Content .sentence {
  text-align: center; }
  #Content .sentence p {
    margin: 0;
    font-size: 20px;
    color: #000; }
  #Content .sentence a {
    color: #ee9b19;
    font-size: 16px; }
    #Content .sentence a:hover {
      text-decoration: underline; }
#Content .article-footer {
  padding: 20px 0; }
#Content hr {
  color: transparent;
  background-color: transparent;
  height: 4px;
  border: 0;
  background: url("../images/dotted-black.png") repeat-x; }

.projets ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  .projets ul li {
    flex: 1 1 200px; }
    .projets ul li a {
      display: block;
      padding: 5px 10px; }
      .projets ul li a strong {
        width: 100%;
        display: block;
        color: #000;
        padding: 3px 0 20px 0; }
      .projets ul li a img {
        width: 100%; }

#Content section.icon-link {
  padding-top: 0; }
  #Content section.icon-link ul {
    margin: 0 auto;
    width: 319px; }
    #Content section.icon-link ul li {
      width: 309px;
      height: 196px; }
      #Content section.icon-link ul li a {
        display: block;
        width: 309px;
        height: 196px;
        text-align: center;
        background-image: url("../images/sprite-services-opti.png");
        background-repeat: no-repeat; }
        #Content section.icon-link ul li a span {
          display: block;
          width: 309px;
          height: 196px; }
        #Content section.icon-link ul li a strong {
          font-weight: normal;
          color: #6e6e6e;
          top: 150px;
          position: relative; }
        #Content section.icon-link ul li a em {
          font-family: "Quattrocento", "Georgia", Cambria, Times New Roman, Times, serif;
          font-size: 16px;
          font-style: normal;
          top: 150px;
          position: relative; }
        #Content section.icon-link ul li a:hover {
          text-decoration: none; }
          #Content section.icon-link ul li a:hover em {
            text-decoration: underline; }
          #Content section.icon-link ul li a:hover span {
            background: url("../images/rollover-services-opti.png") no-repeat center 21px; }

a.identite {
  background-position: 0 0; }

a.imprime {
  background-position: -310px 0; }

a.web {
  background-position: -620px 0; }

a.illustration {
  background-position: -930px 0; }

a.responsable {
  background-position: -1240px 0; }

a.pub {
  background-position: -1550px 0; }

#Left-Col {
  width: 309px;
  float: left; }

.Left-Col .entry-content {
  float: left;
  width: 100%;
  max-width: 628px;
  margin-left: 10px; }
  .Left-Col .entry-content p:first-child {
    margin-top: 0; }

/********************
Formulaire de contact
********************/
.cform {
  width: 100%;
  padding: 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }
  .cform fieldset {
    border: none;
    padding: 0;
    margin: 0; }
    .cform fieldset legend {
      display: none; }
  .cform ol {
    margin: 0;
    padding: 0; }
  .cform .cf-fs1 label {
    display: none; }
  .cform .cf-fs1 input {
    width: 100%;
    height: 32px;
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
    padding-left: 15px;
    margin-bottom: 5px; }
  .cform .cf-fs1 textarea {
    color: #b3b3b3;
    padding: 15px;
    width: 100%;
    border: 1px solid #b3b3b3; }
  .cform .cf-fs2 {
    border: 1px solid #b3b3b3;
    margin-top: 5px; }
    .cform .cf-fs2 ol {
      padding-left: 15px;
      padding-top: 10px;
      padding-bottom: 15px;
      zoom: 1; }
      .cform .cf-fs2 ol:before, .cform .cf-fs2 ol:after {
        content: "";
        display: table; }
      .cform .cf-fs2 ol:after {
        clear: both; }
      .cform .cf-fs2 ol li {
        float: left;
        width: 180px; }
        .cform .cf-fs2 ol li label {
          color: #b3b3b3; }
        .cform .cf-fs2 ol li input {
          margin-right: 10px; }
      .cform .cf-fs2 ol .cf-box-title {
        color: #c5c5c5;
        margin-bottom: 10px;
        float: none;
        width: 100%; }
  .cform .cf-sb {
    float: right; }
    .cform .cf-sb .sendbutton {
      width: 128px;
      height: 30px;
      background-color: #9eba53;
      color: #fff;
      font-family: serif;
      font-size: 16px;
      border: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.cf_info.failure {
  height: 50px;
  text-align: center;
  width: 100%;
  padding: 10px;
  background-color: #c5c5c5;
  color: red; }

.linklove {
  display: none; }

/* 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 .image-projet {
    display: block;
    margin-bottom: 12px; }
  .entry-content .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 12px; }
  .entry-content .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .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%;
  background: none;
  padding: 0;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
    display: none; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* =General CSS
-------------------------------------------------------------- */
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth {
  float: left; }

.clear_column {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden; }

/* =Shortcodes Templates
-------------------------------------------------------------- */
/* =Default Template (no margin)
-------------------------------------------------------------- */
.full_width {
  width: 100%; }
  .full_width img {
    margin: 0; }

.one_half {
  width: 50%; }

.one_third {
  width: 33.3%;
  max-width: 309px;
  margin-right: 10px; }

.two_third {
  width: 66.6%;
  max-width: 628px;
  margin-right: 10px; }

.one_fourth {
  width: 25%; }

.three_fourth {
  width: 75%; }

.one_fifth {
  width: 20%; }

.two_fifth {
  width: 40%; }

.three_fifth {
  width: 60%; }

.four_fifth {
  width: 80%; }

.one_sixth {
  width: 16.6%; }

.last_column {
  margin-right: 0; }

/* =Responsive
-------------------------------------------------------------- */
/* Maximum width of 600 pixels. */
@media screen and (max-width: 600px) {
  .full_width,
  .one_half,
  .one_third,
  .two_third,
  .one_fourth,
  .three_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth {
    clear: both;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em; } }
/* =Small Margins Template
-------------------------------------------------------------- */
/*
.full_width  {
	width: 100%;
}
.one_half {
	width: 49% !important;
	margin-right: 2% !important;
}
.one_half.last_column {
	width: 49% !important;
	margin-right: 0px !important;
}
.one_third {
	width: 32% !important;
	margin-right: 2% !important;
}
.one_third.last_column {
	width: 32% !important;
	margin-right: 0px !important;
}
.two_third {
	width: 66% !important;
	margin-right: 2% !important;
}
.two_third.last_column {
	width: 66% !important;
	margin-right: 0px !important;
}
.one_fourth {
	width: 23.5% !important;
	margin-right: 2% !important;
}
.one_fourth.last_column {
	width: 23.5% !important;
	margin-right: 0px !important;
}
.three_fourth {
	width: 74.5% !important;
	margin-right: 2% !important;
}
.three_fourth.last_column {
	width: 74.5% !important;
	margin-right: 0px !important;
}
.one_fifth {
	width: 18.4% !important;
	margin-right: 2% !important;
}
.one_fifth.last_column {
	width: 18.4% !important;
	margin-right: 0px !important;
}
.two_fifth {
	width: 39% !important;
	margin-right: 2% !important;
}
.two_fifth.last_column {
	width: 39% !important;
	margin-right: 0px !important;
}
.three_fifth {
	width: 59% !important;
	margin-right: 2% !important;
}
.three_fifth.last_column {
	width: 59% !important;
	margin-right: 0px !important;
}
.four_fifth {
	width: 79.6% !important;
	margin-right: 2% !important;
}
.four_fifth.last_column {
	width: 79.6% !important;
	margin-right: 0px !important;
}
.one_sixth {
	width: 15% !important;
	margin-right: 2% !important;
}
.one_sixth.last_column {
	width: 15% !important;
	margin-right: 0px !important;
}
*/
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 1px; }
    .pagination ul li {
      padding: 0;
      margin: 0;
      float: left;
      display: inline;
      overflow: hidden; }
      .pagination ul li a, .pagination ul li span {
        margin: 0;
        text-decoration: none;
        padding: 0;
        line-height: 1em;
        font-size: 1em;
        font-weight: normal;
        padding: .5em;
        min-width: 1em;
        display: block; }
      .pagination ul li span.current {
        font-weight: bold; }

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

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  padding-top: 20px; }

.widget {
  background: url("../images/dotted-black.png") repeat-x center bottom;
  padding-bottom: 10px;
  padding-top: 10px; }
  .widget ul {
    margin: 0; }
    .widget ul li {
      /* deep nesting */ }
  .widget:last-child {
    background: none; }

#Social-Widget ul.social-media-list {
  display: inline-block; }
  #Social-Widget ul.social-media-list li:last-child {
    margin-right: 0; }

#Address-Widget {
  font-size: 16px;
  font-weight: 300; }
  #Address-Widget .email-address, #Address-Widget .tel-link {
    color: #000;
    display: inline-block;
    margin-top: 10px; }

/*********************
FOOTER STYLES
*********************/
#Footer {
  width: 100%;
  background: url("../images/Blanc-papier-tuile-Bg1-small.jpg");
  z-index: 105;
  position: relative;
  padding-bottom: 42px;
  text-align: center; }
  #Footer #Footer-Content {
    z-index: 105;
    position: relative; }
    #Footer #Footer-Content #address {
      margin-top: 8px;
      width: 100%;
      text-align: center; }
      #Footer #Footer-Content #address address {
        font-size: 11px;
        font-style: normal;
        color: #717171; }
        #Footer #Footer-Content #address address img {
          vertical-align: middle;
          padding-bottom: 2px; }
        #Footer #Footer-Content #address address a {
          color: #717171; }
      #Footer #Footer-Content #address #Copyright {
        font-size: 9px;
        color: #b3b3b3; }
  #Footer .bottom-bar {
    border-bottom: 1px solid black; }
    #Footer .bottom-bar ul {
      max-width: 600px;
      text-align: center;
      margin: auto; }
      #Footer .bottom-bar ul li {
        display: inline-block;
        max-width: 200px; }
        #Footer .bottom-bar ul li a {
          font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          color: #000;
          font-size: 20px;
          line-height: 20px;
          font-weight: 200;
          padding: 30px 20px;
          display: block; }
  #Footer section h5 {
    font-size: 10px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #717171;
    margin: 0 0 10px 0;
    line-height: 10px; }

/*
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 */
#ajax-load-more .alm-masonry ul li {
  max-width: 32.5%;
  padding: 2px; }
  #ajax-load-more .alm-masonry ul li img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }
  #ajax-load-more .alm-masonry ul li strong {
    display: block;
    text-align: left; }
  #ajax-load-more .alm-masonry ul li h3 {
    margin: 5px 0 0 0; }
    #ajax-load-more .alm-masonry ul li h3 a {
      color: #000; }

.grid-item {
  width: 200px; }

.ajax-load-more-wrap ul.alm-listing li.grid-item {
  width: 47%;
  margin: 0 0.4% 20px;
  float: left;
  display: inline; }

@media screen and (max-width: 480px) {
  .ajax-load-more-wrap ul.alm-listing li.grid-item {
    width: 100%;
    margin: 0 0 20px; } }
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-controls {
  position: absolute;
  bottom: 10px;
  text-align: center;
  right: 10px; }
  .bx-wrapper .bx-controls .bx-pager {
    position: absolute;
    bottom: 0;
    right: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 16px;
  height: 16px;
  display: block;
  background: #414141;
  background: rgba(65, 65, 65, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #a9f41a;
  background: rgba(169, 244, 26, 0.7); }

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  cursor: default; }

#Section-Slider .bx-slides {
  margin: 0; }
#Section-Slider .slider-overlay {
  position: absolute;
  bottom: 10px;
  left: 14px;
  z-index: 10;
  width: 60%; }
  #Section-Slider .slider-overlay .cat-list {
    margin: 0 0 4px 0; }
    #Section-Slider .slider-overlay .cat-list li {
      float: left;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 4px 8px; }
  #Section-Slider .slider-overlay strong {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    padding: 4px 8px;
    display: inline-block; }

#Slider-Client {
  width: -moz-calc(100% - 50px);
  width: -o-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  max-width: 897px;
  margin: 0 auto;
  position: relative;
  height: 60px;
  background: url("../images/sprite-carroussel-opti.png") no-repeat 0 0, url("../images/sprite-carroussel-opti.png") no-repeat 100% -70px; }
  #Slider-Client .bx-carou {
    margin: 0; }
  #Slider-Client .bx-wrapper .bx-controls {
    position: static; }
  #Slider-Client .bx-controls-direction a {
    display: block;
    width: 10px;
    height: 20px;
    margin: -10px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    /*-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;*/
    background: url("../images/sprite-arrow-opti.png") no-repeat top left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  #Slider-Client .bx-controls-direction .bx-prev {
    left: -22px;
    background-position: -94px 0; }
    #Slider-Client .bx-controls-direction .bx-prev:hover {
      left: -24px;
      background-position: -64px 0; }
  #Slider-Client .bx-controls-direction .bx-next {
    right: -22px;
    background-position: -154px 0; }
    #Slider-Client .bx-controls-direction .bx-next:hover {
      right: -24px;
      background-position: -124px 0; }

/* Navigation - loaded before all the other up scss */
/****************************************************/
/* Top Menu */
#Navigation {
  width: 197px;
  right: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
  font-family: 'quattrocento';
  text-transform: uppercase; }

.logo-menu {
  position: fixed;
  display: block;
  height: 38px;
  width: 109px;
  z-index: 1000;
  right: 200px;
  top: 0; }

.logo-menu span {
  width: 109px;
  display: block;
  height: 33px;
  background: url("../images/logo-anorak-menu.png") no-repeat center center;
  background-color: #fff;
  margin-top: 5px;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms;
  left: 100%; }
  .logo-menu span:hover {
    background-color: #fff; }

.top-bar {
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  position: relative;
  background: none;
  margin-bottom: 0; }

.top-bar ul {
  margin-bottom: 0;
  list-style: none; }

.top-bar .row {
  max-width: none; }

.top-bar form,
.top-bar input {
  margin-bottom: 0; }

.top-bar input {
  height: 2.45em; }

.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0; }

.top-bar .title-area {
  position: relative;
  margin: 0; }

.top-bar .name {
  width: 109px;
  height: 38px;
  margin: 0;
  padding-top: 5px; }

.top-bar .name b {
  line-height: 33px;
  margin: 0;
  background-color: #fff;
  width: 109px; }

.top-bar .name b a {
  width: 109px;
  display: block;
  height: 33px;
  background: url("../images/logo-anorak-menu.png") no-repeat center center; }

.top-bar .toggle-topbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 197px;
  height: 38px; }

.top-bar .toggle-topbar a {
  color: #000;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 33px;
  line-height: 33px; }

.top-bar .toggle-topbar.menu-icon {
  padding-top: 5px; }

.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 196px;
  height: 33px;
  line-height: 33px;
  padding: 0;
  color: #000;
  background-color: #fff;
  outline: none;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms; }
  .top-bar .toggle-topbar.menu-icon a:hover {
    background-color: #6e6e6e; }

#Navigation .top-bar:hover .toggle-topbar.menu-icon a {
  background-color: #6e6e6e; }

.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  left: 14px;
  display: block;
  width: 24px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }

.top-bar.expanded {
  height: auto;
  background: transparent; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }

.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: none;
  font-size: 16px;
  margin: 0; }

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  display: none; }

.top-bar-section ul li {
  height: 38px;
  background: none;
  padding-top: 5px; }

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #000;
  padding: 0px 0 0px 8px;
  font-size: 0.8125em;
  background: rgba(0, 0, 0, 0.7);
  height: 33px; }

.top-bar-section ul li > a.button {
  background: rgba(0, 0, 0, 0.7);
  font-size: 0.8125em;
  padding-right: 15px;
  padding-left: 15px; }

.top-bar-section ul li > a.button:hover {
  background: #2284a1; }

.top-bar-section ul li > a.button.secondary {
  background: #e9e9e9; }

.top-bar-section ul li > a.button.secondary:hover {
  background: #d0d0d0; }

.top-bar-section ul li > a.button.success {
  background: #5da423; }

.top-bar-section ul li > a.button.success:hover {
  background: #457a1a; }

.top-bar-section ul li > a.button.alert {
  background: #c60f13; }

.top-bar-section ul li > a.button.alert:hover {
  background: #970b0e; }

.top-bar-section ul li:hover > a {
  background: rgba(0, 0, 0, 0.7);
  color: #000; }

.top-bar-section ul li.active > a {
  background: rgba(0, 0, 0, 0.7);
  color: #000; }

.top-bar-section .has-form {
  padding: 15px; }

.top-bar-section .has-dropdown {
  position: relative; }

.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0; }

.top-bar-section .dropdown .back h5 a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent rgba(255, 255, 255, 0.5) transparent transparent;
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  left: 4px; }

.top-bar-section .has-dropdown.moved {
  position: static; }

.top-bar-section .has-dropdown.moved > .dropdown {
  display: block; }

.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99; }

.top-bar-section .dropdown li {
  width: 100%;
  height: 38px; }

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 0 0 0 8px; }

.top-bar-section .dropdown li a.parent-link {
  font-weight: bold; }

.top-bar-section .dropdown li.title h5 {
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 33px; }

.top-bar-section .dropdown li.title h5 a {
  color: #000;
  line-height: 33px;
  display: block;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  .top-bar-section .dropdown li.title h5 a:hover {
    color: #fff; }

.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
  font-size: 0.625em; }

.top-bar-js-breakpoint {
  width: 9999px !important;
  visibility: hidden; }

.js-generated {
  display: block; }

.top-bar-section {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
  left: 100%; }

.expanded .top-bar-section {
  visibility: visible;
  opacity: 1;
  left: 0%; }

/*********************
NAVIGATION STYLES
*********************/
.child-navigation {
  font-family: "Quattrocento", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  text-transform: uppercase;
  background: url("../images/dotted-black.png") repeat-x bottom left;
  padding: 6px 0; }
  .child-navigation ul {
    margin: 0; }
    .child-navigation ul li {
      float: left; }
      .child-navigation ul li a {
        color: #000; }
      .child-navigation ul li:before {
        content: "-";
        margin: 0 8px; }
      .child-navigation ul li:first-child:before {
        content: "";
        margin: 0; }
    .child-navigation ul .cat-item {
      font-size: 17px; }
    .child-navigation ul .current-cat a, .child-navigation ul .current_page_item a {
      /* .used-cat a,*/
      color: #fff; }

/********
TOOLBAR
********/
#ToolBar {
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 4px; }
  #ToolBar a {
    display: block;
    float: left;
    margin-left: 4px;
    height: 33px;
    background-color: rgba(143, 143, 143, 0.7);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: rgba(143, 143, 143, 0.7) url("../images/sprite-arrow-opti.png") no-repeat; }
    #ToolBar a:hover {
      background-color: #fff; }
  #ToolBar .previous {
    width: 28px;
    background-position: 7px center; }
  #ToolBar .next {
    width: 28px;
    background-position: -23px center; }
  #ToolBar .back-to-top {
    width: 40px;
    background-position: -175px 10px;
    display: none; }

/**************
Page navigation
**************/
#Page-Nav {
  height: 33px;
  line-height: 33px;
  font-family: "Quattrocento", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 12px;
  width: 100%; }
  #Page-Nav .projet-nav {
    float: right; }
  #Page-Nav a {
    color: #6e6e6e;
    display: inline-block;
    height: 33px; }
  #Page-Nav .back-to-all:before {
    content: "";
    display: block;
    float: left;
    height: 31px;
    width: 32px;
    background: url("../images/btn-retour-galerie.png") no-repeat;
    margin-right: 10px; }
  #Page-Nav .back-to-all:hover:before {
    background: url("../images/btn-retour-galerie-hover.png") no-repeat; }
  #Page-Nav .previous {
    padding-right: 10px; }
    #Page-Nav .previous:before {
      content: "";
      display: block;
      float: left;
      height: 33px;
      width: 28px;
      background: rgba(143, 143, 143, 0.7) url("../images/sprite-arrow-opti.png") no-repeat;
      background-position: 7px center;
      margin-right: 10px; }
    #Page-Nav .previous:hover:before {
      background-color: #fff; }
  #Page-Nav .next {
    padding-left: 10px; }
    #Page-Nav .next:after {
      content: "";
      display: block;
      float: right;
      height: 33px;
      width: 28px;
      background: rgba(143, 143, 143, 0.7) url("../images/sprite-arrow-opti.png") no-repeat;
      background-position: -23px center;
      margin-left: 10px; }
    #Page-Nav .next:hover:after {
      background-color: #fff; }
  #Page-Nav .previous + .next {
    background: url(../images/dotted-black-vert.png) repeat-y left center;
    padding-left: 13px; }

.logged-in #Navigation, .logged-in .image-replacement.logo-menu {
  top: 30px !important; }

/*
Breakpoint pour Anorak Studio
*/
@media only screen and (min-width: 636px) {
  .projets ul {
    width: 638px; }

  #Content section.icon-link ul {
    width: 638px; }

  #Section-Slider .slider-overlay strong {
    font-size: 15px; } }
/*Design BreakPoint for Anorak Studio*/
@media only screen and (min-width: 955px) {
  /******************************************************************
  Site Name: Anorak Studio
  Author: Vincent Morel / Mathieu Fortin
  
  Stylesheet: 3 column breakpoint, good for landscape ipad
  
  
  
  ******************************************************************/
  #Navigation .top-bar .title-area:after {
    content: "";
    display: block;
    position: absolute;
    height: 33px;
    top: 5px;
    left: 196px;
    background-color: #fff;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    transition: background-color 300ms; }

  #Navigation .top-bar:hover .title-area:after {
    background-color: #6e6e6e; }

  #ContentWrap:after {
    width: -moz-calc(33% + 653px);
    width: -o-calc(33% + 653px);
    width: -webkit-calc(33% + 653px);
    width: calc(33% + 653px);
    /*637px (2/3 de 955px) + marge 16px */ }

  .projets ul {
    width: 100%; }

  #Content section.icon-link ul {
    width: 100%; }

  #Section-Slider .slider-overlay strong {
    font-size: 17px; } }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*
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; } }

/*# sourceMappingURL=style.css.map */
