@charset "UTF-8";
/* 
* Made with Template by studio.bio
* Based on Bones by Eddie Machado.
* One love :)
*/
/******************************************************************
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.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, ../scss/partials/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 31, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 39, ../scss/partials/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 53, ../scss/partials/_normalize.scss */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 66, ../scss/partials/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 77, ../scss/partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 86, ../scss/partials/_normalize.scss */
hr {
  overflow: visible;
  /* 2 */
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 103, ../scss/partials/_normalize.scss */
pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
/* line 115, ../scss/partials/_normalize.scss */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* line 119, ../scss/partials/_normalize.scss */
pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 136, ../scss/partials/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 150, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 166, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 175, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 185, ../scss/partials/_normalize.scss */
code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 200, ../scss/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 208, ../scss/partials/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 217, ../scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 226, ../scss/partials/_normalize.scss */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

/* line 234, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 238, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 249, ../scss/partials/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 258, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 267, ../scss/partials/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 275, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 287, ../scss/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 311, ../scss/partials/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 322, ../scss/partials/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 334, ../scss/partials/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 347, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 359, ../scss/partials/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 370, ../scss/partials/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 381, ../scss/partials/_normalize.scss */
legend {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 3 */
  max-width: 100%;
  /* 1 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 407, ../scss/partials/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 420, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 429, ../scss/partials/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 443, ../scss/partials/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 453, ../scss/partials/_normalize.scss */
[type="search"] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 466, ../scss/partials/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-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.
 */
/* line 476, ../scss/partials/_normalize.scss */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 493, ../scss/partials/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 502, ../scss/partials/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 513, ../scss/partials/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 521, ../scss/partials/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 532, ../scss/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* line 537, ../scss/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}
/* line 540, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  display: table;
  content: "";
}
/* line 545, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after {
  clear: both;
}

/* line 551, ../scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 558, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
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/
*/
/******************************************************************
Site Name: 
Author: 

Stylesheet: Typography

******************************************************************/
/*
"Web design is 95% typography" — Oliver Reichenstein

When that quote was made in 2006 it was before web fonts, auto-play video,
and animated pop-ups so even if it is 65 or 75% today that is still *most* 
of any web site's design. Understanding some of the basics of typography
(and web typography) will go a long way.

There are lots of web typographic systems out there however many are
overly complex and not intuitive. Thus, we've tried to set some good
defaults that aren't based on confounding mixins here but you may want
to explore web typography further:

https://www.smashingmagazine.com/2009/08/typographic-design-survey-best-practices-from-the-best-blogs/
https://www.smashingmagazine.com/2012/12/css-baseline-the-good-the-bad-and-the-ugly/
http://www.newnet-soft.com/blog/csstypography
http://typecast.com/blog/4-simple-steps-to-vertical-rhythm
https://github.com/StudioThick/megatype
https://sassline.com
http://matejlatin.github.io/Gutenberg/
https://zellwk.com/blog/responsive-typography/
https://github.com/zellwk/typi

Note that most of the typography styles are set in base.scss with
the html, body, and h1–h6 tags so adjust as needed. Set a good baseline
and consider your vertical rhythm.

*/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/* 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.
  
  Also, you don't have to include a separate name for 
  each font style...just use the same name and
  declare each style separately. See here:
  http://www.newnet-soft.com/blog/csstypography
*/
/*  @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;
  }
*/
/*********************
FONT STACKS
*********************/
/*
 Commented out since WP uses system fonts now but if you can't let go I won't be upset. 
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 88, ../scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
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.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/



******************************************************************/
/*********************
TINTS/SHADES
https://css-tricks.com/snippets/sass/tint-shade-functions/
*********************/
/*********************
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? */
/*--------------------------------------------------
Flexbox SASS mixins
The spec: http://www.w3.org/TR/css3-flexbox
https://gist.github.com/richardtorres314/26b18e12958ba418bb37993fdcbfc1bd

Checkout this Flexbox guide for more info:
https://css-tricks.com/snippets/css/a-guide-to-flexbox/

2018: probably can remove these with autoprefixer(?)
---------------------------------------------------*/
/*@include flexbox(); */
/******************************************************************
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.scss 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://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

2018: Need to implement CSS Grid. Haven't seen anything that has 
nailed it yet and browser support is still lacking.

******************************************************************/
/* line 37, ../scss/partials/_grid.scss */
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 49, ../scss/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    padding-right: 0;
    width: 100%;
  }

  /* line 56, ../scss/partials/_grid.scss */
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 62, ../scss/partials/_grid.scss */
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 68, ../scss/partials/_grid.scss */
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 74, ../scss/partials/_grid.scss */
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 80, ../scss/partials/_grid.scss */
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 91, ../scss/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    padding-right: 0;
    width: 100%;
  }

  /* line 98, ../scss/partials/_grid.scss */
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 104, ../scss/partials/_grid.scss */
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 110, ../scss/partials/_grid.scss */
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 116, ../scss/partials/_grid.scss */
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 122, ../scss/partials/_grid.scss */
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 128, ../scss/partials/_grid.scss */
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 134, ../scss/partials/_grid.scss */
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 140, ../scss/partials/_grid.scss */
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 146, ../scss/partials/_grid.scss */
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 157, ../scss/partials/_grid.scss */
  .d-all {
    float: left;
    padding-right: 0.75em;
    padding-right: 0;
    width: 100%;
  }

  /* line 164, ../scss/partials/_grid.scss */
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 170, ../scss/partials/_grid.scss */
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 176, ../scss/partials/_grid.scss */
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 182, ../scss/partials/_grid.scss */
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 188, ../scss/partials/_grid.scss */
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 194, ../scss/partials/_grid.scss */
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 200, ../scss/partials/_grid.scss */
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 206, ../scss/partials/_grid.scss */
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 212, ../scss/partials/_grid.scss */
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  /* line 218, ../scss/partials/_grid.scss */
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  /* line 224, ../scss/partials/_grid.scss */
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  /* line 230, ../scss/partials/_grid.scss */
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  /* line 236, ../scss/partials/_grid.scss */
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  /* line 242, ../scss/partials/_grid.scss */
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  /* line 248, ../scss/partials/_grid.scss */
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  /* line 254, ../scss/partials/_grid.scss */
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  /* line 260, ../scss/partials/_grid.scss */
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  /* line 266, ../scss/partials/_grid.scss */
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  /* line 272, ../scss/partials/_grid.scss */
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  /* line 278, ../scss/partials/_grid.scss */
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  /* line 284, ../scss/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 14, ../scss/modules/_alerts.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 20, ../scss/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 34, ../scss/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 41, ../scss/modules/_alerts.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

See here on placeholder selectors and why you should
use @extend instead of @include:
http://thesassway.com/intermediate/understanding-placeholder-selectors

*********************/
/* line 28, ../scss/modules/_buttons.scss */
.button, .blue-button {
  position: relative;
  display: inline-block;
  margin-bottom: .5em;
  padding: 0.5em 1em;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
}
/* line 44, ../scss/modules/_buttons.scss */
.button:active, .blue-button:active {
  top: 1px;
}

/* line 60, ../scss/modules/_buttons.scss */
.blue-button {
  background: #0088CC;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
/* line 24, ../scss/modules/_forms.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
}
/* line 62, ../scss/modules/_forms.scss */
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 80, ../scss/modules/_forms.scss */
input[type="password"] {
  letter-spacing: 0.3em;
}

/* line 85, ../scss/modules/_forms.scss */
textarea {
  max-width: 100%;
}

/* line 97, ../scss/modules/_forms.scss */
fieldset {
  border: 1px solid #ccc;
}
/* line 100, ../scss/modules/_forms.scss */
fieldset label {
  font-weight: 600;
}
/* line 104, ../scss/modules/_forms.scss */
fieldset p {
  margin-bottom: 0;
}

/* line 109, ../scss/modules/_forms.scss */
legend {
  padding: 0 0.5em;
}

/* line 113, ../scss/modules/_forms.scss */
.radio-buttons {
  margin-top: 0;
}
/* line 116, ../scss/modules/_forms.scss */
.radio-buttons li {
  margin-left: 2px;
  list-style-type: none;
}
/* line 121, ../scss/modules/_forms.scss */
.radio-buttons label {
  font-weight: normal;
}

/*********************
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 Stylesheet

As the name implies, this is the base stylesheet. This will be
loaded by all devices and viewports so keep it as light as possible.

If you are using progressive enhancement, load styles that will be
only seen on tablets or desktops in the stylesheets targeted for
those viewpoints.

******************************************************************/
/* line 15, ../scss/breakpoints/_base.scss */
a[href$=".pdf"] {
  background: url(../images/pdf.gif) top left no-repeat;
  padding-left: 40px;
  min-height: 32px;
  display: inline-block;
  text-decoration: none;
}

/* line 25, ../scss/breakpoints/_base.scss */
#hamburger, #close {
  display: none;
}

/* line 26, ../scss/breakpoints/_base.scss */
.logged-in #close {
  top: 50px;
}

/* line 29, ../scss/breakpoints/_base.scss */
.current_page_item:before, .current-menu-ancestor:before {
  width: 100%;
  height: 5px;
  top: -5px;
  content: "";
  background: #FFCC00;
  position: absolute;
}

/* line 34, ../scss/breakpoints/_base.scss */
.sub-menu .current_page_item:before, .sub-menu .current-menu-ancestor:before {
  display: none;
}

/* line 37, ../scss/breakpoints/_base.scss */
.current_page_item > a, .current-menu-ancestor > a {
  color: #FFCC00;
}

/* line 41, ../scss/breakpoints/_base.scss */
#nav-cont {
  background: #666666;
}

/* line 43, ../scss/breakpoints/_base.scss */
#ligne-logo {
  display: flex;
  align-items: flex-end;
}

/* line 44, ../scss/breakpoints/_base.scss */
#site-title {
  padding: 0 0 .5em 2em;
}

/* line 47, ../scss/breakpoints/_base.scss */
#slider-home {
  margin: 0 auto;
  width: 96%;
  margin-top: 1em;
  height: auto;
}

/*A décliner responsive*/
/* line 51, ../scss/breakpoints/_base.scss */
.slider-home-item {
  position: relative;
}

/* line 52, ../scss/breakpoints/_base.scss */
.slider-home-infos {
  position: fixed;
  z-index: 100;
  height: 100%;
  left: 20%;
  width: 25%;
  padding: 2em;
  background: rgba(0, 0, 0, 0.5);
}

/* line 53, ../scss/breakpoints/_base.scss */
.slider-home-infos h3 {
  font-size: 3em;
  margin-top: 1em;
  line-height: 1em;
}

/* line 54, ../scss/breakpoints/_base.scss */
.slider-home-infos h3 a {
  color: #FFCC00;
}

/* line 62, ../scss/breakpoints/_base.scss */
#videos-home {
  background: #666666;
  display: none;
}

/* line 64, ../scss/breakpoints/_base.scss */
#videos-home-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 65, ../scss/breakpoints/_base.scss */
.videos-home-item {
  width: 32%;
}

/* line 66, ../scss/breakpoints/_base.scss */
.videos-home-item p {
  padding: 56.25% 0 0 0;
  position: relative;
}

/* line 67, ../scss/breakpoints/_base.scss */
.videos-home-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 69, ../scss/breakpoints/_base.scss */
#infos-home-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 70, ../scss/breakpoints/_base.scss */
.infos-home-item {
  width: 32%;
  background: #DDD;
  color: #000;
  padding: .5em;
}

/* line 71, ../scss/breakpoints/_base.scss */
.infos-home-item p {
  margin: 0 0 .5em 0;
}

/* line 72, ../scss/breakpoints/_base.scss */
.infos-home-item h3 {
  margin: 0 0 .5em 0;
  border-bottom: 4px solid #666666;
  color: #666666;
}

/* line 80, ../scss/breakpoints/_base.scss */
.sav-plus-home, .sav-plus-home:visited {
  color: #FFCC00;
  float: right;
  background: #666666;
  text-decoration: none;
  padding: .75em;
}

/*
.videos-home-item:nth-child(2){text-align: center}
.videos-home-item:nth-child(3){text-align: right}*/
/*single representations*/
/* line 87, ../scss/breakpoints/_base.scss */
.representations-cont {
  display: flex;
  margin-top: 1em;
}

/* line 88, ../scss/breakpoints/_base.scss */
.representations-cont > div {
  padding: 1em;
}

/* line 90, ../scss/breakpoints/_base.scss */
.single-representations h1 {
  margin: 0;
}

/* line 93, ../scss/breakpoints/_base.scss */
.representations-photos-video {
  width: 50%;
}

/* line 95, ../scss/breakpoints/_base.scss */
.representations-video {
  position: relative;
}

/* line 96, ../scss/breakpoints/_base.scss */
.representations-video > div {
  margin: auto;
  position: relative;
}

/* line 101, ../scss/breakpoints/_base.scss */
.representations-video > div p {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

/* line 107, ../scss/breakpoints/_base.scss */
.representations-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 116, ../scss/breakpoints/_base.scss */
.slider-single-representation {
  margin-top: 0;
  visibility: hidden;
}

/* line 118, ../scss/breakpoints/_base.scss */
.slider-single-representation img {
  max-width: 750px;
}

/* line 120, ../scss/breakpoints/_base.scss */
.representations-video iframe {
  width: 100%;
}

/* line 121, ../scss/breakpoints/_base.scss */
.representations-txt {
  color: #FFF;
  width: 50%;
}

/* line 122, ../scss/breakpoints/_base.scss */
.representations-txt h1 {
  background: #666666;
  color: #FFF;
  padding: .5em .7em;
  letter-spacing: .05em;
}

/* line 123, ../scss/breakpoints/_base.scss */
.deux-cols {
  display: flex;
  font-size: 1em;
  align-items: center;
  background: #666666;
}

/* line 124, ../scss/breakpoints/_base.scss */
.deux-cols > div {
  width: 50%;
  padding: 1em;
}

/* line 125, ../scss/breakpoints/_base.scss */
.col1 {
  text-align: right;
  font-size: 1.4em;
  letter-spacing: .1em;
}

/* line 126, ../scss/breakpoints/_base.scss */
.col2 {
  letter-spacing: .075em;
}

/* line 127, ../scss/breakpoints/_base.scss */
.acheter-billets {
  margin: 3em 0;
  text-align: center;
}

/* line 128, ../scss/breakpoints/_base.scss */
.acheter-billets a {
  text-decoration: none;
  background: #FFCC00;
  border-radius: 10px;
  color: #B22723;
  padding: .5em;
  font-weight: bold;
  box-shadow: 0 0 0px 2px #FFCC00;
  border: 1px solid #B22723;
}

/* line 130, ../scss/breakpoints/_base.scss */
.acheter-billets a:hover {
  color: #000;
}

/* line 131, ../scss/breakpoints/_base.scss */
.r-txt {
  margin-top: 4em;
}

/* line 140, ../scss/breakpoints/_base.scss */
.single-representations #menu-item-28:before {
  width: 100%;
  height: 5px;
  top: -5px;
  content: "";
  background: #FFCC00;
  position: absolute;
}

/* line 147, ../scss/breakpoints/_base.scss */
#autres-representations {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2em;
}

/* line 148, ../scss/breakpoints/_base.scss */
.autres-representations-item {
  padding: .25em;
  text-align: center;
  position: relative;
}

/* line 149, ../scss/breakpoints/_base.scss */
#autres-representations .infos {
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin-top: 2em;
  left: 10%;
  width: 80%;
}

/* line 152, ../scss/breakpoints/_base.scss */
#autres-representations h4 {
  margin: 0;
  font-size: 1em;
}

/* line 153, ../scss/breakpoints/_base.scss */
#autres-representations .date {
  font-size: .8em;
}

/* line 155, ../scss/breakpoints/_base.scss */
.souligne:after {
  position: absolute;
  width: 270px;
  height: 5px;
  background: #FFCC00;
  content: "";
  bottom: -5px;
  left: 0;
}

/* line 157, ../scss/breakpoints/_base.scss */
.souligne {
  position: relative;
  font-size: 1.5em;
}

/* line 159, ../scss/breakpoints/_base.scss */
button.slick-next {
  right: -25px;
}

/* line 160, ../scss/breakpoints/_base.scss */
button.slick-prev {
  left: -25px;
}

/*page prog*/
/* line 165, ../scss/breakpoints/_base.scss */
.representation-item {
  position: relative;
  width: auto;
  margin-bottom: 1em;
}

/* line 166, ../scss/breakpoints/_base.scss */
.representation-txt {
  position: absolute;
  left: 60%;
  top: 15%;
  background: rgba(0, 0, 0, 0.5);
  padding: 1.5em;
}

/* line 168, ../scss/breakpoints/_base.scss */
.representation-txt h3 {
  margin: 0;
  padding: 0;
}

/* line 169, ../scss/breakpoints/_base.scss */
.representation-txt h3 a {
  color: #FFCC00;
}

/* line 174, ../scss/breakpoints/_base.scss */
.liens-bas-page-cont {
  display: flex;
  justify-content: center;
  margin: 2em 0;
}

/* line 175, ../scss/breakpoints/_base.scss */
.lien-bas-page, #menu-menu-woo a {
  display: inline-block;
  color: #FFCC00;
  font-weight: bold;
  background: #666666;
  text-decoration: none;
  padding: 1.25em;
  font-size: 1.1em;
  margin: 1em;
}

/*tables*/
/* line 179, ../scss/breakpoints/_base.scss */
.page .entry-content td {
  border: none;
  text-align: center;
}

/* line 180, ../scss/breakpoints/_base.scss */
.page .entry-content table {
  border: none;
}

/* line 181, ../scss/breakpoints/_base.scss */
.page .entry-content tr:nth-child(2n) {
  background-color: transparent;
}

/*woocommerce*/
/* line 191, ../scss/breakpoints/_base.scss */
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a {
  color: #FFF;
}

/* line 192, ../scss/breakpoints/_base.scss */
.woocommerce .woocommerce-breadcrumb {
  padding: 1em;
}

/* line 194, ../scss/breakpoints/_base.scss */
.woocommerce div.product div.images img {
  max-width: 750px;
}

/* line 196, ../scss/breakpoints/_base.scss */
.woocommerce div.product {
  display: flex;
  flex-wrap: wrap;
}

/* line 197, ../scss/breakpoints/_base.scss */
#tab-title-woocommerce_events, #tab-woocommerce_events h2 {
  display: none;
}

/* line 198, ../scss/breakpoints/_base.scss */
.woocommerce #tab-description h2 {
  display: none;
}

/* line 199, ../scss/breakpoints/_base.scss */
.woocommerce #tab-additional_information,
.woocommerce .wc-tabs {
  display: none;
}

/* line 202, ../scss/breakpoints/_base.scss */
.woocommerce div.product div.summary {
  padding: 0 2em;
}

/* line 204, ../scss/breakpoints/_base.scss */
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
  color: #FFCC00;
}

/* line 205, ../scss/breakpoints/_base.scss */
.qty, .woocommerce #tarif {
  background: #CCC;
  border: 1px solid #666666;
  border-radius: 3px;
}

/* line 207, ../scss/breakpoints/_base.scss */
.woocommerce button.button.alt.single_add_to_cart_button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce a.button.wc-forward {
  text-decoration: none;
  background: #FFCC00;
  border-radius: 10px;
  color: #B22723;
  padding: .5em;
  font-weight: bold;
  box-shadow: 0 0 0px 2px #FFCC00;
  border: 1px solid #B22723;
  margin-top: 4em;
  float: none;
}

/* line 215, ../scss/breakpoints/_base.scss */
.woocommerce a.button.wc-forward {
  float: right;
}

/* line 217, ../scss/breakpoints/_base.scss */
.woocommerce button.button.alt.single_add_to_cart_button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  color: #000;
  background: #FFCC00;
}

/* line 224, ../scss/breakpoints/_base.scss */
.woocommerce div.product form.cart div.quantity {
  float: none;
}

/* line 226, ../scss/breakpoints/_base.scss */
.product_meta,
#tab-additional_information,
#tab-additional_information h2,
#tab-additional_information .shop_attributes {
  display: none;
}

/* line 231, ../scss/breakpoints/_base.scss */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  width: 50%;
  margin: 1em auto;
  border-radius: 5px;
}

/* line 237, ../scss/breakpoints/_base.scss */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-weight: normal;
}

/* line 240, ../scss/breakpoints/_base.scss */
.woocommerce-page .entry-content th {
  border-right: none;
  border-bottom: none;
  background-color: transparent;
  text-align: center;
}

/* line 247, ../scss/breakpoints/_base.scss */
.woocommerce table.shop_table {
  width: auto;
}

/* line 249, ../scss/breakpoints/_base.scss */
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
}

/* line 251, ../scss/breakpoints/_base.scss */
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
}

/* line 253, ../scss/breakpoints/_base.scss */
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
}

/* line 256, ../scss/breakpoints/_base.scss */
#menu-menu-woo {
  display: flex;
  justify-content: center;
}

/* line 257, ../scss/breakpoints/_base.scss */
#menu-menu-woo li {
  list-style: none;
}

/* line 260, ../scss/breakpoints/_base.scss */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.4em;
  text-align: center;
}

/* line 261, ../scss/breakpoints/_base.scss */
.woocommerce-loop-product__title:after {
  display: none;
}

/* line 262, ../scss/breakpoints/_base.scss */
.woocommerce-page .related h2 {
  font-size: 1.5em;
}

/* line 263, ../scss/breakpoints/_base.scss */
.woocommerce-page .related h2:after {
  height: 3px;
}

/* line 265, ../scss/breakpoints/_base.scss */
.related li {
  text-align: center;
}

/* line 266, ../scss/breakpoints/_base.scss */
.woocommerce a.button.product_type_simple,
.woocommerce a.button.product_type_variable {
  text-decoration: none;
  background: #FFCC00;
  border-radius: 10px;
  color: #B22723;
  padding: .5em;
  font-weight: bold;
  box-shadow: 0 0 0px 2px #FFCC00;
  border: 1px solid #B22723;
  margin-top: 4em;
  float: none;
}

/* line 271, ../scss/breakpoints/_base.scss */
.woocommerce-result-count, .woocommerce-ordering {
  display: none;
}

/* line 273, ../scss/breakpoints/_base.scss */
.woocommerce a.showlogin {
  color: #000;
}

/* line 275, ../scss/breakpoints/_base.scss */
.woocommerce-additional-fields {
  display: none;
}

/*voir overlay*/
/*retrospectives*/
/* line 282, ../scss/breakpoints/_base.scss */
.retrospective-item {
  display: flex;
  margin-bottom: 2em;
  border-bottom: 5px solid #666666;
}

/* line 283, ../scss/breakpoints/_base.scss */
.retrospective-txt {
  width: 50%;
  padding-right: 3em;
  padding-bottom: 1em;
}

/* line 284, ../scss/breakpoints/_base.scss */
.retrospective-txt.texte-seul {
  width: 100%;
}

/* line 285, ../scss/breakpoints/_base.scss */
.retrospective-photo {
  width: 50%;
}

/* line 288, ../scss/breakpoints/_base.scss */
.liste-soeurs li {
  list-style: none;
}

/* line 289, ../scss/breakpoints/_base.scss */
.liste-soeurs ul li {
  float: left;
  margin-right: 1em;
}

/* line 290, ../scss/breakpoints/_base.scss */
.liste-soeurs a {
  text-decoration: none;
}

/* line 291, ../scss/breakpoints/_base.scss */
.liste-soeurs a:hover {
  text-decoration: underline;
}

/*********************
GLOBAL STYLES
Use this section for
site-wide stuffs.
*********************/
/* line 301, ../scss/breakpoints/_base.scss */
html {
  font-size: 1em;
}

/* line 307, ../scss/breakpoints/_base.scss */
body {
  color: #f2f2e4;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.5;
  background: #B22723;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 319, ../scss/breakpoints/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* line 330, ../scss/breakpoints/_base.scss */
.wrap, .woocommerce #primary {
  margin: 0 auto;
  width: 96%;
}

/*********************
LINK STYLES
*********************/
/* line 340, ../scss/breakpoints/_base.scss */
a {
  color: #f2f2e4;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 342, ../scss/breakpoints/_base.scss */
a:hover, a:focus {
  color: #FFCC00;
  text-decoration: none;
}
/* line 348, ../scss/breakpoints/_base.scss */
a: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);
}

/******************************************************************
HEADING STYLES
******************************************************************/
/* While there are several frameworks for Sass web typography and
baselines like Sassline, Megatype and Gutenberg, those all seemed
overly complex. What I wanted was simple defaults that looked good
out of the box without a lot of calculations and segmented mixins.

After searching far and wide, I came across this:
http://type-scale.com which we used to get our base sizes.

*/
/* line 372, ../scss/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 1.333em 0 0.5em;
  color: #FFCC00;
  font-weight: 500;
  line-height: 1.2;
  text-rendering: optimizelegibility;
  /*
  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 */
}
/* line 385, ../scss/breakpoints/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

/* line 390, ../scss/breakpoints/_base.scss */
h1, .h1 {
  /*margin-top: 0;
  margin-bottom: 0.319em;*/
  font-size: 3.157em;
  margin: 1em 0;
  padding-left: calc(161px + 1.3em);
}

/* line 398, ../scss/breakpoints/_base.scss */
.page-title:after {
  content: "";
  position: absolute;
  width: calc(151px + 1.3em);
  height: 5px;
  background: #FFCC00;
  left: 0;
  bottom: .5em;
}

/* line 400, ../scss/breakpoints/_base.scss */
.page-title {
  position: relative;
  font-size: 2.75em;
  clear: both;
}

/* line 403, ../scss/breakpoints/_base.scss */
h2, .h2 {
  margin-top: 0.88em;
  font-size: 2.369em;
}

/* line 407, ../scss/breakpoints/_base.scss */
.woocommerce-page h2 {
  margin: 1em 0;
  padding-left: calc(161px + 1.3em);
  position: relative;
}

/* line 408, ../scss/breakpoints/_base.scss */
.woocommerce-page h2:after {
  content: "";
  position: absolute;
  width: calc(151px + 1.3em);
  height: 5px;
  background: #FFCC00;
  left: 0;
  bottom: .5em;
}

/* line 411, ../scss/breakpoints/_base.scss */
h3, .h3 {
  font-size: 1.777em;
}

/* line 415, ../scss/breakpoints/_base.scss */
h4, .h4 {
  font-size: 1.333em;
}

/* line 419, ../scss/breakpoints/_base.scss */
h5, .h5 {
  font-size: 1em;
}

/* line 423, ../scss/breakpoints/_base.scss */
h6, .h6 {
  text-transform: uppercase;
  letter-spacing: 4.333px;
}

/*********************
HEADER STYLES
*********************/
/* line 436, ../scss/breakpoints/_base.scss */
#site-title {
  font-size: 2em;
}

/*********************
LIST STYLES
*********************/
/* line 450, ../scss/breakpoints/_base.scss */
ul, ol {
  -webkit-padding-start: 20px;
}

/* line 455, ../scss/breakpoints/_base.scss */
.list-square {
  margin-bottom: 1.5em;
  list-style-position: outside;
  list-style-type: square;
}

/* line 462, ../scss/breakpoints/_base.scss */
.nostyle {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

/*********************
NAVIGATION STYLES
*********************/
/* Where did the nav menu go?
Navigation styles for mobile are now in 767down.scss
if you need them.

We almost always use the Responsive Menu plugin:
https://wordpress.org/plugins/responsive-menu/ for mobile
menus but those selectors are there if you want to use the
default menu.

For your main navigation, styles are in 768up.scss.
*/
/********************
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) */
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 601, ../scss/breakpoints/_base.scss */
.page-template-default #content {
  margin: 0 10em;
}

/* line 602, ../scss/breakpoints/_base.scss */
.commande #content {
  margin: 0;
}

/* 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 */
/* entry content */
/* line 656, ../scss/breakpoints/_base.scss */
.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.
  */
}
/* line 673, ../scss/breakpoints/_base.scss */
.entry-content table {
  margin-bottom: 1.5em;
  width: 100%;
  border: 1px solid #ccc;
}
/* line 681, ../scss/breakpoints/_base.scss */
.entry-content tr {
  border-bottom: 1px solid #ccc;
}
/* line 684, ../scss/breakpoints/_base.scss */
.entry-content tr:nth-child(even) {
  background-color: #dedede;
}
/* line 689, ../scss/breakpoints/_base.scss */
.entry-content td {
  padding: 7px;
  border-right: 1px solid #ccc;
}
/* line 693, ../scss/breakpoints/_base.scss */
.entry-content td:last-child {
  border-right: 0;
}
/* line 698, ../scss/breakpoints/_base.scss */
.entry-content th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #dedede;
}
/* line 703, ../scss/breakpoints/_base.scss */
.entry-content th:last-child {
  border-right: 0;
}

/* end .entry-content */
/* line 745, ../scss/breakpoints/_base.scss */
.wp-caption {
  /* images inside wp-caption */
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
SCREEN READER STYLES
******************************************************************/
/* Text meant only for screen readers. */
/* line 788, ../scss/breakpoints/_base.scss */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

/* line 797, ../scss/breakpoints/_base.scss */
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar. */
  display: block;
  clip: auto !important;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.875rem;
  font-size: 14px;
  line-height: normal;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* end template_page_navi */
/* fallback previous & next links */
/* line 846, ../scss/breakpoints/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 850, ../scss/breakpoints/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 862, ../scss/breakpoints/_base.scss */
#comments-title {
  /* number of comments span */
}

/* line 873, ../scss/breakpoints/_base.scss */
.commentlist {
  margin: 0;
  list-style-type: none;
}

/* line 878, ../scss/breakpoints/_base.scss */
.comment {
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
/* line 902, ../scss/breakpoints/_base.scss */
.comment .children {
  /* variations */
  /* change number for different depth */
}

/* comment meta */
/* comment content */
/* end .commentlist .comment_content */
/* comment reply link */
/* end .commentlist .comment-reply-link */
/* edit comment link */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* comment submit button */
/* comment form title */
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* no comments */
/*********************
SIDEBARS & ASIDES
*********************/
/* line 1039, ../scss/breakpoints/_base.scss */
.widget ul li {
  /* deep nesting */
}

/*********************
FOOTER STYLES
*********************/
/* line 1058, ../scss/breakpoints/_base.scss */
.footer {
  clear: both;
  background: #666666;
  margin-top: 1em;
}

/* end .footer-links */
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@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.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 33, ../scss/breakpoints/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 34, ../scss/breakpoints/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 35, ../scss/breakpoints/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 36, ../scss/breakpoints/_481up.scss */
  .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 */
  /* line 81, ../scss/breakpoints/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 85, ../scss/breakpoints/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    margin-top: 11px;
  }
  /* line 91, ../scss/breakpoints/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    margin-top: 11px;
  }
  /* line 97, ../scss/breakpoints/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    margin-top: 11px;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
BELOW TABLET
This is for everything that's below an iPad including mobile
phones. This way we can keep mobile styles separate and not
compete with the base styles.
*********************/
@media only screen and (max-width: 767px) {
  /******************************************************************
  Site Name: 
  Author:
  
  Stylesheet: Below Tablet
  
  This stylesheet will show on devices smaller than an iPad or tablet.
  Use this to add styles that will *only* show on mobile.
  
  I find it easier to do it this way than to have to override base styles.
  
  ******************************************************************/
  /* line 13, ../scss/breakpoints/_767down.scss */
  #hamburger {
    width: 35px;
    height: 35px;
    left: 10px;
    top: 10px;
    position: absolute;
    background: url(../images/hamburger.png) no-repeat;
    cursor: pointer;
    display: block;
  }

  /* line 14, ../scss/breakpoints/_767down.scss */
  .logged-in #hamburger {
    top: 50px;
  }

  /* line 15, ../scss/breakpoints/_767down.scss */
  #close {
    width: 35px;
    height: 35px;
    left: 10px;
    top: 10px;
    position: absolute;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
    display: none;
    z-index: 120;
  }

  /* line 16, ../scss/breakpoints/_767down.scss */
  .logged-in #close {
    top: 50px;
  }

  /* line 18, ../scss/breakpoints/_767down.scss */
  #menu-menu-principal {
    display: none;
    margin-left: 3em;
  }

  /* line 19, ../scss/breakpoints/_767down.scss */
  #menu-menu-principal li {
    list-style: none;
  }

  /* line 23, ../scss/breakpoints/_767down.scss */
  #inner-header {
    border-bottom: 5px solid #666666;
  }

  /* line 25, ../scss/breakpoints/_767down.scss */
  #ligne-logo {
    flex-wrap: wrap;
  }

  /* line 26, ../scss/breakpoints/_767down.scss */
  #ligne-logo div {
    width: 100%;
    text-align: center;
  }

  /* line 27, ../scss/breakpoints/_767down.scss */
  #site-title.h1 {
    padding: 0;
    margin: 0 0 .5em 0;
    font-size: 1.5em;
  }

  /* line 28, ../scss/breakpoints/_767down.scss */
  #site-title a {
    color: #FFCC00;
  }

  /* line 30, ../scss/breakpoints/_767down.scss */
  .slider-home-item {
    position: relative;
  }

  /* line 31, ../scss/breakpoints/_767down.scss */
  .slider-home-infos {
    position: relative;
    z-index: 100;
    height: 100%;
    left: 0%;
    width: 100%;
    padding: 1em;
    background: rgba(0, 0, 0, 0.5);
    font-size: .8em;
  }

  /* line 34, ../scss/breakpoints/_767down.scss */
  .slider-home-infos h3 {
    font-size: 1.75em;
    margin: 0;
  }

  /* line 38, ../scss/breakpoints/_767down.scss */
  .videos-home-item {
    width: 100%;
  }

  /* line 42, ../scss/breakpoints/_767down.scss */
  .infos-home-item {
    width: 100%;
    margin-bottom: 1em;
  }

  /* line 47, ../scss/breakpoints/_767down.scss */
  .representations-cont {
    flex-wrap: wrap;
  }

  /* line 51, ../scss/breakpoints/_767down.scss */
  .representations-photos-video, .representations-txt {
    width: 100%;
  }

  /* line 55, ../scss/breakpoints/_767down.scss */
  #autres-representations {
    flex-wrap: wrap;
  }

  /* line 56, ../scss/breakpoints/_767down.scss */
  .autres-representations-item {
    width: 100%;
  }

  /* line 58, ../scss/breakpoints/_767down.scss */
  .page-template-default #content {
    margin: 0;
  }

  /* line 60, ../scss/breakpoints/_767down.scss */
  h1, .h1 {
    padding-left: 0;
    font-size: 2em;
  }

  /* line 61, ../scss/breakpoints/_767down.scss */
  .woocommerce-page h2 {
    padding-left: 0;
  }

  /* line 62, ../scss/breakpoints/_767down.scss */
  .page-title::after, .woocommerce-page .related h2::after, .woocommerce-page h2::after {
    display: none;
  }

  /* line 65, ../scss/breakpoints/_767down.scss */
  .representation-txt {
    position: static;
  }

  /* line 67, ../scss/breakpoints/_767down.scss */
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.1em;
  }

  /* line 72, ../scss/breakpoints/_767down.scss */
  #menu-menu-woo {
    flex-wrap: wrap;
  }

  /* line 74, ../scss/breakpoints/_767down.scss */
  .woocommerce button.button.alt.single_add_to_cart_button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce a.button.wc-forward {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  /* line 79, ../scss/breakpoints/_767down.scss */
  .deux-cols {
    flex-wrap: wrap;
  }

  /* line 80, ../scss/breakpoints/_767down.scss */
  .deux-cols > div {
    width: 100%;
  }

  /* line 81, ../scss/breakpoints/_767down.scss */
  .col1 {
    text-align: left;
  }

  /* line 82, ../scss/breakpoints/_767down.scss */
  .col2 {
    text-align: right;
  }

  /* line 83, ../scss/breakpoints/_767down.scss */
  .col2 > div {
    margin-bottom: .75em;
  }

  /* line 85, ../scss/breakpoints/_767down.scss */
  .retrospective-item {
    flex-wrap: wrap;
  }

  /* line 86, ../scss/breakpoints/_767down.scss */
  .retrospective-txt, .retrospective-photo {
    width: 100%;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 107, ../scss/breakpoints/_767down.scss */
  .nav {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    list-style-type: none;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 113, ../scss/breakpoints/_767down.scss */
  .nav li {
    /* 
    Are you really going to use drop-down menus for mobile?
    Probably not. We almost always use the Responsive Menu
    plugin: https://wordpress.org/plugins/responsive-menu/
    */
  }
  /* line 115, ../scss/breakpoints/_767down.scss */
  .nav li a {
    display: block;
    padding: 0.2em;
    text-decoration: none;
  }
  /* line 140, ../scss/breakpoints/_767down.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 30px;
  }

  /* end .nav */
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  This stylesheet will be used for tablets and larger devices
  like desktops. The grid starts working here and you can get
  busy with more stylings.
  
  ******************************************************************/
  /* line 12, ../scss/breakpoints/_768up.scss */
  .slider-home-infos {
    width: 40%;
  }

  /* line 14, ../scss/breakpoints/_768up.scss */
  .slider-home-infos h3 {
    font-size: 2em;
  }

  /* line 16, ../scss/breakpoints/_768up.scss */
  #menu-item-282 a {
    border: 3px solid #FFCC00;
    border-radius: 10px;
  }

  /*********************
  GLOBAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 29, ../scss/breakpoints/_768up.scss */
  .wrap, .woocommerce #primary {
    width: 760px;
  }

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 55, ../scss/breakpoints/_768up.scss */
  .nav {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 62, ../scss/breakpoints/_768up.scss */
  .nav li {
    float: left;
    list-style: none;
    padding: 0 1em 0 0;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 68, ../scss/breakpoints/_768up.scss */
  .nav li a {
    display: block;
    padding: 0.5em;
    border-bottom: 0;
    text-decoration: none;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 78, ../scss/breakpoints/_768up.scss */
  .nav li a:hover, .nav li a:focus {
    text-decoration: none;
  }
  /* line 90, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    width: 200px;
    left: 0;
    position: absolute;
    padding: 0;
    z-index: 8999;
    visibility: hidden;
    /* highlight sub-menu current page */
  }
  /* line 100, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    display: block;
    padding: 0;
    width: 100%;
    background: #666666;
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 111, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 133, ../scss/breakpoints/_768up.scss */
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }

  /* end .nav */
  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  /*
  We like having these classes for use in iPad and larger devices
  so we've copied them here.
  */
  /* 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) */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 273, ../scss/breakpoints/_768up.scss */
  .sidebar {
    margin-top: 2.2em;
  }

  /* line 281, ../scss/breakpoints/_768up.scss */
  .widget ul li {
    /* deep nesting */
  }

  /* 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!
  */
  /* line 447, ../scss/breakpoints/_768up.scss */
  .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 */
}
@media only screen and (max-width: 899px) {
  /******************************************************************
  Site Name: 
  Author:
  
  Stylesheet: Below Tweener
  
  This stylesheet will show on devices smaller than large tablets but
  below desktops.
  
  Use this to add styles that will *only* show on mobile devices.
  
  I find it easier to do it this way than to have to override base styles.
  
  ******************************************************************/
}
@media only screen and (max-width: 1029px) {
  /******************************************************************
  Site Name: 
  Author:
  
  Stylesheet: Smaller Desktops + Tablets
  
  This stylesheet affects desktops and some tablets but often I find
  that 1029px and below is a good breakpoint for showing a mobile 
  hamburger menu so you can add styles for that here.
  
  I find it easier to do it this way than to have to override base styles.
  
  ******************************************************************/
}
/*********************
TWEENER
This targets some trickier 'tweener' devices like large
tablets. You probably won't need to add too much to this stylesheet.
If you're not using it, delete it.
*********************/
@media only screen and (min-width: 900px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tweener Stylsheet
  
  This is for some trickier in-between 'tweener' sizes like larger 
  tablets.
  
  ******************************************************************/
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@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.
  
  ******************************************************************/
  /* line 11, ../scss/breakpoints/_1030up.scss */
  .slider-home-infos {
    width: 35%;
  }

  /* line 13, ../scss/breakpoints/_1030up.scss */
  .slider-home-infos h3 {
    font-size: 3em;
  }

  /* line 16, ../scss/breakpoints/_1030up.scss */
  .wrap, .woocommerce #primary {
    width: 1040px;
  }

  /* line 19, ../scss/breakpoints/_1030up.scss */
  #slider-home {
    width: 1040px;
    height: 331px;
    max-height: 500px;
    margin-top: 0;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Larger Laptop + Desktop
  
  You can add some advanced styles for larger devices here if you like. 
  
  ******************************************************************/
}
@media only screen and (min-width: 1600px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here for extra large monitors.
  
  ******************************************************************/
  /* line 11, ../scss/breakpoints/_1600up.scss */
  .wrap, .woocommerce #primary {
    width: 1570px;
  }

  /* line 15, ../scss/breakpoints/_1600up.scss */
  #slider-home {
    width: 1570px;
    height: 500px;
    max-height: 500px;
  }
}
/*********************
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.
  
  ******************************************************************/
  /* line 13, ../scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -ms-filter: none !important;
    filter: none !important;
  }

  /* line 21, ../scss/partials/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 26, ../scss/partials/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 31, ../scss/partials/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 36, ../scss/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 42, ../scss/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 47, ../scss/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 51, ../scss/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 55, ../scss/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 63, ../scss/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 68, ../scss/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 74, ../scss/partials/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
