@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
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 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0;
}

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

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

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

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

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

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

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BookItalic.eot");
  src: url("../fonts/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BookItalic.woff2") format("woff2"), url("../fonts/Gotham-BookItalic.woff") format("woff"), url("../fonts/Gotham-BookItalic.ttf") format("truetype"), url("../fonts/Gotham-BookItalic.svg#Gotham-BookItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-MediumItalic.eot");
  src: url("../fonts/Gotham-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-MediumItalic.woff2") format("woff2"), url("../fonts/Gotham-MediumItalic.woff") format("woff"), url("../fonts/Gotham-MediumItalic.ttf") format("truetype"), url("../fonts/Gotham-MediumItalic.svg#Gotham-MediumItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BoldItalic.eot");
  src: url("../fonts/Gotham-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BoldItalic.woff2") format("woff2"), url("../fonts/Gotham-BoldItalic.woff") format("woff"), url("../fonts/Gotham-BoldItalic.ttf") format("truetype"), url("../fonts/Gotham-BoldItalic.svg#Gotham-BoldItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: 900;
  font-style: normal;
}
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

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

******************************************************************/
/*********************
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? */
/******************************************************************
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.

******************************************************************/
.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) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .t-1of3:nth-of-type(3n+1) {
    clear: left;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.0909090909%;
  }
  .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.

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

.alert-help {
  border-color: rgb(231.8902439024, 220.3353658537, 88.6097560976);
  background: #ebe16f;
}

.alert-info {
  border-color: rgb(191.1428571429, 227.6326530612, 244.3571428571);
  background: #d5edf8;
}

.alert-error {
  border-color: rgb(247.8125, 204.6875, 206.484375);
  background: #fbe3e4;
}

.alert-success {
  border-color: rgb(221.7207792208, 233.7012987013, 173.7987012987);
  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.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn, .comment-reply-link {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, .comment-reply-link:hover, .blue-btn:focus, .comment-reply-link:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.blue-btn:active, .comment-reply-link:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, .comment-reply-link {
  background-color: #2980b9;
}
.blue-btn:hover, .comment-reply-link:hover, .blue-btn:focus, .comment-reply-link:focus {
  background-color: rgb(37.2991150442, 116.4460176991, 168.3008849558);
}
.blue-btn:active, .comment-reply-link:active {
  background-color: rgb(36.3738938053, 113.5575221239, 164.1261061947);
}

/******************************************************************
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
*********************/
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;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #000000;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: rgb(246.6, 247.8, 249.8);
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
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 {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search][disabled]:focus,
input[type=search][disabled]:active,
input[type=search].is-disabled:focus,
input[type=search].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type=password] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

.gform_legacy_markup_wrapper select {
  padding: 2px 18px 2px 8px !important;
}

/*********************
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
*********************/
html, body {
  height: 100%;
}

body {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  widht: 100%;
  overflow-x: hidden;
}
body.single-film {
  background-color: #f9f9f9;
}
body.commu {
  font-size: 18px;
}

#haut {
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#container {
  width: 100%;
}

/********************
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
*********************/
.wrap {
  width: 100%;
  margin: 0 auto;
}

.full .wrap {
  width: 82%;
  max-width: 1400px;
}

.wrapped {
  margin-right: 20px;
  margin-left: 20px;
  padding: 30px 20px;
}
.wrapped.white {
  background: #fff;
}
.wrapped.white > *:first-child {
  padding-top: 0;
  margin-top: 0;
}
.wrapped.white > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.clearboth {
  clear: both;
  height: 0;
  margin: 0;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #fa6771;
  transition: color 0.2s, opacity 0.2s;
  text-decoration: none;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: rgb(248.5382165605, 58.5617834395, 71.4853503185);
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

p a {
  font-weight: bold;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2em;
  font-family: "Oswald", sans-serif;
  margin: 20px auto 10px;
  color: #333;
}
h1:not(h1):first-child, h2:not(h1):first-child, h3:not(h1):first-child, h4:not(h1):first-child, .h1:not(h1):first-child, .h2:not(h1):first-child, .h3:not(h1):first-child, .h4:not(h1):first-child {
  margin-top: 0;
}
h1 label, h2 label, h3 label, h4 label, .h1 label, .h2 label, .h3 label, .h4 label {
  font-size: 80%;
  font-weight: 400;
  display: block;
}
h1.light, h2.light, h3.light, h4.light, .h1.light, .h2.light, .h3.light, .h4.light {
  font-weight: normal;
}

h1, .h1 {
  letter-spacing: 0.06em;
  font-size: 28pt;
}
h1.big, .h1.big {
  font-size: 36pt;
}

h2, .h2 {
  font-size: 22pt;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
h2.big, .h2.big {
  font-size: 24pt;
}

h3, .h3 {
  font-size: 18pt;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

h4, .h4 {
  font-size: 16pt;
  letter-spacing: 0.02em;
  font-weight: normal;
  color: #777;
}

h3 + h4,
.deroulant + h4 {
  margin: 50px 0 30px;
}

h5, .h5, h6, .h6, h4.lien-deroulant {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  text-transform: none !important;
  letter-spacing: 0em;
}

h5, .h5, h4.lien-deroulant {
  font-size: 1.1em;
  color: #325568;
}

h6, .h6 {
  font-size: 1.05em;
}

p {
  text-align: justify;
}

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

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

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

.oswald {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.045em;
}

/*********************
HEADER STYLES
*********************/
.header {
  background-color: #ffffff;
  z-index: 10;
}

.bottom-buttons {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 999;
  position: fixed;
  bottom: 25px;
  right: 25px;
}
.bottom-buttons > div {
  float: right;
  margin: 0 0 0 20px !important;
}
.bottom-buttons > div a {
  display: block;
  background: #ffffff;
  width: 40px;
  height: 40px;
  font-size: 18px !important;
  padding-top: 8px;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s;
}
.bottom-buttons > div a span {
  display: none;
}
.bottom-buttons > div a:hover {
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  color: #fa6771;
}

body.sticky-header .bottom-buttons {
  visibility: visible;
  opacity: 1;
}

.logo {
  margin: 0 0;
}
.logo img {
  max-width: 100%;
}

#logo-home {
  display: none;
  text-align: center;
  width: calc(100% - 140px);
}

#logo {
  width: 250px;
  max-width: 60%;
  padding: 15px 26px;
  font-size: 12px;
}

.header-buttons {
  display: none;
}

.avatar-button {
  float: right;
  margin: 14px 25px 14px 0;
}
.avatar-button img {
  width: 30px;
  height: 30px;
}

.commu-compte-button .tippy-content,
.avatar-button .tippy-content {
  text-align: left;
}
.commu-compte-button .tippy-content a,
.avatar-button .tippy-content a {
  display: block;
  color: #fff;
  opacity: 0.8;
}
.commu-compte-button .tippy-content a:hover,
.avatar-button .tippy-content a:hover {
  opacity: 1;
}
.commu-compte-button .tippy-content a::before,
.avatar-button .tippy-content a::before {
  content: "— ";
}
.commu-compte-button .tippy-content a:first-of-type,
.avatar-button .tippy-content a:first-of-type {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #aaa;
}

.welovefema-button {
  display: none;
}

.menu-button,
.share-button {
  display: block;
  float: right;
}
.menu-button .picto,
.share-button .picto {
  height: 32px;
  width: 32px;
}
.menu-button .picto.share,
.share-button .picto.share {
  margin-top: 4px;
  height: 24px;
  width: 24px;
}
.menu-button a,
.share-button a {
  color: #000000;
}
.menu-button a:hover,
.share-button a:hover {
  color: #fa6771;
}

body.home .menu-button {
  margin: 25px 26px;
}

body.commu .close-menu .picto:hover {
  filter: invert(99%) sepia(96%) saturate(2%) hue-rotate(123deg) brightness(108%) contrast(101%);
}

/*********************
NAVIGATION STYLES
*********************/
a.mobile-close-button {
  position: fixed;
  top: 18px;
  right: -100%;
  color: #fff;
  font-size: 24px;
}
a.mobile-close-button:hover {
  opacity: 0.8;
  color: #fa6771;
}

body.menu-ouvert .nav-wrapper {
  right: 0;
  opacity: 1;
}
body.menu-ouvert a.close-menu {
  right: 22px;
}

body.agenda-nav-ouvert .agenda-nav-wrapper {
  right: 0;
  opacity: 1;
}
body.agenda-nav-ouvert a.close-agenda-nav {
  right: 22px;
}

body.filtres-ouvert .filtres-wrapper {
  right: 0;
  opacity: 1;
}
body.filtres-ouvert a.close-filtres {
  right: 22px;
}

body.legendes-ouvert .legendes-wrapper {
  right: 0;
  opacity: 1;
}
body.legendes-ouvert a.close-legendes {
  right: 22px;
}

.nav-wrapper,
.agenda-nav-wrapper,
.filtres-wrapper,
.legendes-wrapper {
  transition: right 0.2s;
  transition-timing-function: ease-out;
  border-bottom: 0;
  margin: 0;
  padding: 0.5em;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  font-size: 18px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.filtres-wrapper,
.legendes-wrapper {
  background: #F6F6F6;
}
.filtres-wrapper a.mobile-close-button,
.legendes-wrapper a.mobile-close-button {
  color: #444;
}

.nav-wrapper,
.agenda-nav-wrapper {
  background: #325568;
}
.nav-wrapper h3,
.agenda-nav-wrapper h3 {
  color: #fff;
  padding-left: 36px;
}
.nav-wrapper ul,
.agenda-nav-wrapper ul {
  padding: 0;
}
.nav-wrapper li,
.agenda-nav-wrapper li {
  display: block;
  width: 100%;
  padding: 0.25em 0;
}
.nav-wrapper li a,
.agenda-nav-wrapper li a {
  color: #ffffff;
  text-decoration: none;
  padding: 0.75em;
  text-transform: uppercase;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
.nav-wrapper li a:hover, .nav-wrapper li a:focus,
.agenda-nav-wrapper li a:hover,
.agenda-nav-wrapper li a:focus {
  color: #fa6771;
}
.nav-wrapper li.current-menu-item > a, .nav-wrapper li.current-menu-ancestor > a, .nav-wrapper li.current-menu-parent > a,
.agenda-nav-wrapper li.current-menu-item > a,
.agenda-nav-wrapper li.current-menu-ancestor > a,
.agenda-nav-wrapper li.current-menu-parent > a {
  text-decoration: underline;
}
.nav-wrapper li.menu-item-has-children a,
.agenda-nav-wrapper li.menu-item-has-children a {
  padding-bottom: 0;
}
.nav-wrapper li,
.agenda-nav-wrapper li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
.nav-wrapper li ul.sub-menu,
.nav-wrapper li ul.children,
.agenda-nav-wrapper li ul.sub-menu,
.agenda-nav-wrapper li ul.children {
  margin: 0.25em 0;
}
.nav-wrapper li ul.sub-menu li,
.nav-wrapper li ul.children li,
.agenda-nav-wrapper li ul.sub-menu li,
.agenda-nav-wrapper li ul.children li {
  padding: 0.075em 0;
}
.nav-wrapper li ul.sub-menu li a,
.nav-wrapper li ul.children li a,
.agenda-nav-wrapper li ul.sub-menu li a,
.agenda-nav-wrapper li ul.children li a {
  padding-left: 30px;
  font-size: 16px;
  text-transform: none;
}
.nav-wrapper,
.agenda-nav-wrapper {
  /* end .menu li */
  /* highlight current page */
}
.nav-wrapper,
.agenda-nav-wrapper {
  /* end current highlighters */
} /* end .nav */
.agenda-nav-wrapper .current {
  font-weight: bold;
  padding-left: 10px;
}

.mobile-agenda-nav-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mobile-agenda-nav-wrapper > * {
  padding: 10px 0;
}
.mobile-agenda-nav-wrapper > span {
  padding: 10px;
}
.mobile-agenda-nav-wrapper {
  margin-bottom: -15px;
}
.mobile-agenda-nav-wrapper a {
  color: inherit !important;
  opacity: 0.6;
  transition: all 0.3s;
}
.mobile-agenda-nav-wrapper a:hover {
  opacity: 0.9;
}
.mobile-agenda-nav-wrapper a .picto {
  height: 14px;
  width: 14px;
  top: 1px;
}
.mobile-agenda-nav-wrapper a.prev-day, .mobile-agenda-nav-wrapper a.next-day {
  position: relative;
}
.mobile-agenda-nav-wrapper a.prev-day::after, .mobile-agenda-nav-wrapper a.next-day::after {
  content: "";
  transition: all 0.15s;
  position: absolute;
  top: 0;
  background-image: url("../images/fleche.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 100%;
}
.mobile-agenda-nav-wrapper a.prev-day {
  padding-left: 26px;
  text-transform: uppercase;
}
.mobile-agenda-nav-wrapper a.prev-day::after {
  left: 0;
  transform: rotate(180deg);
}
.mobile-agenda-nav-wrapper a.prev-day:hover::after {
  left: -4px;
}
.mobile-agenda-nav-wrapper a.next-day {
  padding-right: 26px;
  text-transform: uppercase;
}
.mobile-agenda-nav-wrapper a.next-day::after {
  right: 0;
}
.mobile-agenda-nav-wrapper a.next-day:hover::after {
  right: -4px;
}

/*********************
POSTS & CONTENT STYLES - Éléments généraux
*********************/
#content {
  min-height: 50vh;
  width: 100%;
  overflow: hidden;
}
#content.blanc {
  background: #ffffff;
}
#content.gris {
  background: #f9f9f9;
}
#content table {
  overflow: scroll;
}

.gris2 {
  background: #efefef;
}

body.single-film .hentry {
  margin-bottom: 4em;
}

iframe {
  max-width: 100%;
}

body.page-template #content:not(.full) .hentry {
  margin-top: 4em;
  margin-bottom: 4em;
}
body.page-template #content:not(.full) .hentry header {
  padding: 30px;
}
body.page-template #content:not(.full) .hentry footer {
  padding: 30px;
  margin-top: 60px;
  background-color: #ffffff;
}
body.page-template #content:not(.full) .hentry footer > *:first-child {
  margin-top: 0;
}
/* end .hentry */
ul.accordeon {
  margin-top: 0;
  list-style: none !important;
  padding: 0 !important;
}
ul.accordeon > li {
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
}
ul.accordeon > li:last-of-type {
  border: none;
}
ul.accordeon > li header {
  font-size: 1em;
  position: relative;
}
ul.accordeon > li header a {
  color: #000000;
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 5px;
  margin-left: -5px;
  margin-right: -5px;
}
ul.accordeon > li header a:hover {
  color: #fa6771;
}
ul.accordeon > li header a:focus {
  outline: none;
}
ul.accordeon > li header a i {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 20px;
  top: 13px;
  transition: all 0.25s;
  opacity: 0.2;
}
ul.accordeon > li header a:hover i {
  opacity: 1;
}
ul.accordeon > li section {
  transition: 0.7s;
}
ul.accordeon > li section > *:first-child {
  margin-top: 0;
  padding-top: 10px;
}
ul.accordeon > li section > *:last-child {
  padding-bottom: 20px;
}
ul.accordeon > li section .edition-catalogue .picto.pdf {
  top: 2px;
}
ul.accordeon > li section .edition-catalogue .archive-iframe {
  margin-left: 0 !important;
  padding: 0 !important;
}
ul.accordeon > li.ferme section {
  max-height: 0;
  transition: all 0.5s;
}
ul.accordeon > li.ouvert section {
  max-height: 1600px;
}
ul.accordeon > li.ouvert header::after {
  margin-right: 10px;
  filter: grayscale(0%);
  opacity: 1;
}
ul.accordeon > li.ouvert header a {
  color: #fa6771;
}
ul.accordeon > li.ouvert header a i {
  color: #fa6771;
  transform: rotate(90deg);
}

.tax-section ul.accordeon iframe {
  width: 700px;
  height: 500px;
  max-width: 100%;
  max-height: 80vh;
}

.single-title,
.page-title,
.entry-title {
  margin-top: 5px;
  color: #325568;
}

/* 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: #9fa6b4;
  font-style: italic;
  margin: 0;
}
/* entry content */
.blanc .entry-wrapper,
.entry-wrapper.blanc {
  background-color: #ffffff;
}

.entry-wrapper {
  margin: 0px 0;
  padding-bottom: 20px;
}

.entry-header,
.entry-footer {
  padding: 26px;
}

.padded {
  padding: 0 26px;
}

.entry-content {
  position: relative;
  padding: 0 26px;
  border: 0;
}
.entry-content:first-child {
  padding-top: 20px;
}
.entry-content p {
  margin: 0 0 1em;
  line-height: 1.6;
}
.entry-content p + p img {
  margin-top: 30px;
}
.entry-content img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.entry-content figure img {
  margin-bottom: 0;
}
.entry-content div iframe {
  margin: 20px 0;
}

sup {
  text-transform: none !important;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 45px 0;
  clear: both;
}

ul li, ol li {
  padding: 2px 0;
}

ul:not(.no-disc) {
  list-style: disc;
  padding-left: 1.25em;
}
table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

tr {
  border-bottom: 1px solid #eaedf2;
}
tr:nth-child(even) {
  background-color: #f8f9fa;
}

td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
td:last-child {
  border-right: 0;
}

th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
th:last-child {
  border-right: 0;
}

table.tableau {
  width: 100%;
  border-collapse: collapse;
}
table.tableau th,
table.tableau td {
  padding: 5px 10px;
  text-align: left;
}
table.tableau th {
  background-color: #325568;
  font-weight: bold;
  color: #fff;
}

blockquote {
  margin: 0 0.75em 2em 0.75em;
  padding: 0 0.75em 0 0.75em;
  font-style: italic;
  color: #444;
}
dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

/*
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.
*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

pre {
  background: #000000;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

.wp-caption {
  max-width: 100%;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.8em;
  color: #999;
  font-style: italic;
  margin: 0px 0 7px;
  text-align: right;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #325568;
  border-bottom: 2px solid transparent;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  color: #444;
  border-bottom: 2px solid #325568;
}
.pagination .current {
  cursor: default;
  color: #000000;
}
.pagination .current:hover, .pagination .current:focus {
  color: #000000;
  border-bottom: 2px solid transparent;
}

/* 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 */
/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */
}
.no-widgets {
  background-color: #ffffff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #9e9e9e;
  color: #ffffff;
  padding: 20px;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  color: #cbcbcb;
}
.footer nav,
.footer .footer-rs {
  font-size: 1.125em;
  font-weight: bold;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-rs ul {
  margin: 0;
}
.footer .footer-rs ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.footer .footer-rs ul li span {
  display: none;
}
.footer .footer-rs ul li .picto {
  position: relative;
  bottom: -2px;
}

/*
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 */
.footer .credits {
  font-size: 0.9em;
}

/*********************
Formulaires
*********************/
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 {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.09);
  transition: all 0.2s;
}
input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, select:focus, textarea:focus, .field:focus {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.required,
.gfield_required {
  color: #fa6771 !important;
}

.invitation_wrapper .gform_required_legend {
  display: none !important;
}

#field_1_9 {
  margin-top: 30px !important;
}

#field_5_14 {
  font-size: 1.1em;
  font-weight: bold;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: normal !important;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  padding-top: 8px !important;
  font-size: 0.95em !important;
  font-style: italic;
}

.gfield_consent_label {
  font-size: 15px;
}

.gform_footer {
  text-align: right;
}

.gform_wrapper .gform_page_footer {
  border: 0 !important;
  padding: 30px 20px !important;
  text-align: right;
}
.gform_wrapper .gform_page_footer .gform_save_link {
  display: block;
  width: 100%;
  text-align: right !important;
  margin-top: 30px;
  padding-right: 20px;
}
.gform_wrapper .gform_page_footer input[type=button].gform_next_button {
  margin-right: 0 !important;
}

a.bouton,
input[type=submit],
input[type=button].gform_next_button,
input[type=button].gform_previous_button {
  display: inline-block;
  background: #325568;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.2s;
}
a.bouton:hover, a.bouton:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=button].gform_next_button:hover,
input[type=button].gform_next_button:focus,
input[type=button].gform_previous_button:hover,
input[type=button].gform_previous_button:focus {
  background: #fa6771;
  color: #fff;
}
a.bouton.grand,
input[type=submit].grand,
input[type=button].gform_next_button.grand,
input[type=button].gform_previous_button.grand {
  padding: 14px 28px;
  font-size: 1.125em !important;
}
a.bouton.petit,
input[type=submit].petit,
input[type=button].gform_next_button.petit,
input[type=button].gform_previous_button.petit {
  padding: 7px 15px;
}
a.bouton.gris,
input[type=submit].gris,
input[type=button].gform_next_button.gris,
input[type=button].gform_previous_button.gris {
  background: #222;
}
a.bouton.gris:hover, a.bouton.gris:focus,
input[type=submit].gris:hover,
input[type=submit].gris:focus,
input[type=button].gform_next_button.gris:hover,
input[type=button].gform_next_button.gris:focus,
input[type=button].gform_previous_button.gris:hover,
input[type=button].gform_previous_button.gris:focus {
  background: #325568;
}
a.bouton.rouge,
input[type=submit].rouge,
input[type=button].gform_next_button.rouge,
input[type=button].gform_previous_button.rouge {
  background: #fa6771;
}
a.bouton.rouge:hover, a.bouton.rouge:focus,
input[type=submit].rouge:hover,
input[type=submit].rouge:focus,
input[type=button].gform_next_button.rouge:hover,
input[type=button].gform_next_button.rouge:focus,
input[type=button].gform_previous_button.rouge:hover,
input[type=button].gform_previous_button.rouge:focus {
  background: #fb4357;
}
a.bouton.vert,
input[type=submit].vert,
input[type=button].gform_next_button.vert,
input[type=button].gform_previous_button.vert {
  background: #00959f;
}
a.bouton.vert:hover, a.bouton.vert:focus,
input[type=submit].vert:hover,
input[type=submit].vert:focus,
input[type=button].gform_next_button.vert:hover,
input[type=button].gform_next_button.vert:focus,
input[type=button].gform_previous_button.vert:hover,
input[type=button].gform_previous_button.vert:focus {
  background: #fa6771;
}
a.bouton.blanc,
input[type=submit].blanc,
input[type=button].gform_next_button.blanc,
input[type=button].gform_previous_button.blanc {
  background: #fff;
  opacity: 1;
  color: #000000;
}
a.bouton.blanc:hover, a.bouton.blanc:focus,
input[type=submit].blanc:hover,
input[type=submit].blanc:focus,
input[type=button].gform_next_button.blanc:hover,
input[type=button].gform_next_button.blanc:focus,
input[type=button].gform_previous_button.blanc:hover,
input[type=button].gform_previous_button.blanc:focus {
  color: #325568;
}

input[type=button].gform_previous_button {
  background: #22ab87;
}

.validation_error {
  color: #fb4357 !important;
  text-align: left !important;
  border: none !important;
}

.gform_wrapper .validation_message {
  padding-top: 0 !important;
  color: #fb4357 !important;
}

.gform_wrapper li.gfield.gfield_error {
  border: none !important;
  background: transparent !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: none !important;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: #000000 !important;
}

.accreditation .gf_progressbar_wrapper {
  display: none !important;
}

.gf_progressbar_title {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}

.gf_progressbar,
.gf_progressbar_percentage,
.gf_progressbar::after {
  border: none !important;
  box-shadow: 0 0 0 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.gf_progressbar {
  background: transparent !important;
}

.gf_progressbar_percentage {
  background: #00959f !important;
}

.ui-datepicker-title select {
  display: inline-block;
  width: auto;
  max-width: none;
}

.accreditation .gform_confirmation_message {
  padding: 40px 0 30px;
}

.gfield.border-bottom {
  padding-bottom: 40px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 30px;
}

.rsvp .gfield h5 {
  font-size: 1.5em;
}

a.gform_save_link,
a.gform_save_link:visited {
  color: #999;
}

.gfield_radio li input[type=text] {
  display: inline-block;
}

/*********************
Contenu : général
*********************/
.p-hidden-button {
  text-align: left !important;
  margin-top: 20px;
}

.shadowed {
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.hide,
.hidden {
  display: none !important;
}

.hidden-content {
  opacity: 1;
  max-height: 1000px;
  transition: max-height 1s, opacity 0.3s;
  overflow: hidden;
  height: auto;
  clear: both;
  margin-top: 20px;
}
.hidden-content.hidden-hidden-content {
  opacity: 0;
  max-height: 0;
}

.gallery.gallery-size-thumbnail {
  margin-left: -10px !important;
  margin-right: calc(-10px - 4%) !important;
}
.gallery.gallery-size-thumbnail .gallery-item {
  padding: 10px;
}
.gallery.gallery-size-thumbnail {
  margin-bottom: -10px !important;
}
.gallery img {
  border: 0 !important;
  margin-bottom: 0;
}
.gallery a {
  line-height: 0;
}
.gallery .wp-caption-text {
  display: none;
}

.deroulant {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 40px;
}

.deroulant + .deroulant {
  border-top: 0;
  margin-top: 0px;
}

p.lien-deroulant {
  margin: 0;
}

.lien-deroulant {
  position: relative;
  margin: 0;
}
.lien-deroulant a {
  color: #325568;
  font-size: 1.125em;
  font-weight: bold;
  text-decoration: none;
}
.lien-deroulant a .picto {
  filter: invert(31%) sepia(19%) saturate(1076%) hue-rotate(157deg) brightness(89%) contrast(89%);
}
.lien-deroulant a:hover {
  color: #000000;
}
.lien-deroulant a:hover .picto {
  filter: none;
}
.lien-deroulant a:first-of-type {
  padding: 20px 40px 20px 15px;
  display: block;
  width: 100%;
}
.lien-deroulant:hover .picto {
  filter: none;
}
.lien-deroulant i {
  position: absolute;
  right: 20px;
  top: 25px;
  transition: transform 0.15s;
}
.lien-deroulant:hover i {
  color: #000000;
}

.deroulant:not(.ferme) .lien-deroulant i {
  transform: rotate(90deg);
}

.deroulant-cache {
  overflow: hidden;
  height: auto;
  transition: max-height 1s;
  max-height: 5000px;
  padding: 0 15px;
}
.deroulant-cache > *:first-child {
  margin-top: 15px;
}
.deroulant-cache h5 {
  color: #555;
}

.deroulant.ferme .deroulant-cache {
  max-height: 0;
}

.light-shadow {
  -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.05);
}

aside.im-col-gauche {
  width: 100%;
}
aside.im-col-gauche img {
  width: 100%;
}
aside.im-col-gauche + div {
  width: 100%;
}

/*********************
Contenu : accueil
*********************/
article.accueil {
  margin: 0;
  line-height: 1.6;
}
article.accueil section {
  padding: 50px 0;
}
article.accueil .contenu-accueil {
  padding-top: 20px;
}

header.diaporama-full {
  padding: 0;
}
header.diaporama-full ul {
  padding: 0;
  margin: 0;
}
header.diaporama-full ul li {
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
header.diaporama-full h2 {
  position: absolute;
  right: 50px;
  bottom: 30px;
  max-width: 50%;
  display: inline-block;
  background-color: #fa6771;
  color: #ffffff;
  font-weight: normal;
  font-size: 1em;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 2px 10px;
}
header.diaporama-full h2 a {
  color: #ffffff;
  text-decoration: none;
}
header.diaporama-full h2 a:hover {
  color: #ffffff;
}

section.partenaires-nb h3 {
  font-size: 0.9em;
  font-weight: normal;
}
section.partenaires-nb ul {
  display: block;
  margin: 10px 0 0 0;
  padding: 0 !important;
}
section.partenaires-nb ul li {
  display: inline-table;
  margin-right: 30px;
  margin-bottom: 15px;
}
section.partenaires-nb ul li img {
  display: table-cell;
  vertical-align: middle;
  transition: 0.3s all;
  filter: grayscale(100%);
  opacity: 0.85;
}
section.partenaires-nb ul li img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
section.partenaires-nb ul li a, section.partenaires-nb ul li a:hover, section.partenaires-nb ul li a:focus, section.partenaires-nb ul li a:active {
  border: none !important;
}

section.articles-accueil h2 {
  text-align: center;
}
section.articles-accueil ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
section.articles-accueil ul li header {
  padding: 0;
}
section.articles-accueil ul li header .image {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.articles-accueil ul li header .image a {
  height: 100%;
  width: 100%;
  display: block;
}
section.articles-accueil ul li a {
  color: #000000;
}
section.articles-accueil ul li a:hover {
  color: #fa6771;
}
section.articles-accueil ul li > div {
  padding: 0 15px;
}
section.articles-accueil ul li p.h4 {
  display: none;
}
section.articles-accueil h3 {
  margin: 0;
}
section.articles-accueil .excerpt {
  font-size: 0.85em;
}
section.articles-accueil .excerpt a {
  font-weight: normal;
  margin-left: 5px;
  border-bottom: 1px dotted #6d6d6d;
}
section.articles-accueil .excerpt a:hover {
  border-bottom: 1px dotted #fa6771;
}
section.articles-accueil.focus ul li > div {
  width: 80%;
  margin-top: -40px;
  margin-left: 10%;
  background: #fff;
  padding: 20px 25px 5px;
  position: relative;
}
section.articles-accueil.focus ul li p.h4 {
  display: block;
  font-size: 1em;
  margin-bottom: 5px;
}
section.articles-accueil.focus h3 {
  font-size: 1.5em;
}
section.articles-accueil h3.h6 {
  margin-top: 20px;
  font-size: 1.25em;
  line-height: 1.4;
}

.slick-fleches .slick-arrow::before {
  content: "";
  visibility: hidden;
}
.slick-fleches .slick-arrow {
  background: transparent;
  background-image: url("../images/fleche.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 150px;
  width: 70px;
  height: 35px;
  text-indent: -10000px;
  border: none;
  position: absolute;
}
.slick-fleches .slick-arrow.slick-next {
  right: -25px;
}
.slick-fleches .slick-arrow.slick-prev {
  left: -25px;
  margin-top: 13px;
}
.slick-fleches .slick-arrow {
  z-index: 5;
}
.slick-fleches .slick-arrow.slick-prev {
  transform: rotate(-180deg);
  transform-origin: 50% 21%;
}
.slick-fleches .slick-arrow {
  transition: 0.2s opacity;
}
.slick-fleches .slick-arrow.slick-disabled {
  opacity: 0;
}

.slick-fleches.rouges .slick-arrow {
  background-image: url("../images/fleche-rouge.png");
  width: 80px;
}

.diapo-textes.slick-fleches .slick-arrow {
  top: 80px;
}

/*********************
Contenu : répertoire
*********************/
table.repertoire {
  margin-top: 50px;
}
table.repertoire td:first-of-type span {
  display: none;
}
table.repertoire th {
  text-align: left;
}

p.filtres, div.filtres {
  display: none;
}

div.filtres ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

div.filtres ul li {
  display: inline-block;
  margin: 0 14px 4px 0;
}
div.filtres ul li a {
  display: block;
  width: 100%;
  padding: 2px 10px;
  background: #efefef;
  color: #222 !important;
  border-radius: 4px;
}

div.filtres ul li a.actif {
  background: #e3e3e3;
}

table.repertoire.filtrage tbody tr {
  display: none;
}

table.repertoire.filtrage tbody tr.visible {
  display: table-row;
}

/*********************
Contenu : partenaires
*********************/
article.post-112 ul,
article.post-200 ul,
ul.logos-partenaires {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  list-style: outside none none;
  justify-content: space-between;
  margin: 0 !important;
}
article.post-112 ul li,
article.post-200 ul li,
ul.logos-partenaires li {
  padding: 5px;
  flex-grow: 1;
  flex-basis: 8%;
  height: auto;
  text-align: center;
  margin: 0 2px;
}
article.post-112 ul li:first-of-type,
article.post-200 ul li:first-of-type,
ul.logos-partenaires li:first-of-type {
  margin-left: 0;
}
article.post-112 ul li:last-of-type,
article.post-200 ul li:last-of-type,
ul.logos-partenaires li:last-of-type {
  margin-right: 0;
}
article.post-112 ul li img,
article.post-200 ul li img,
ul.logos-partenaires li img {
  max-width: 100% !important;
  max-height: 70px !important;
  width: auto !important;
  height: auto !important;
}

article.post-112 h3,
article.post-200 h3 {
  border-bottom: 1px dotted #555;
  margin-top: 50px;
  padding-bottom: 10px;
}
article.post-112 .partenaires-prog ul,
article.post-200 .partenaires-prog ul {
  display: inline-block;
}
article.post-112 .partenaires-prog ul li,
article.post-200 .partenaires-prog ul li {
  display: inline-block;
  vertical-align: middle;
}
article.post-112 .partenaires-prog ul li img,
article.post-200 .partenaires-prog ul li img {
  max-width: 70px !important;
  max-height: 40px !important;
}
article.post-112 .partenaires-prog ul.petits-prog li img,
article.post-200 .partenaires-prog ul.petits-prog li img {
  max-width: 55px !important;
  max-height: 30px !important;
}
article.post-112 .partenaires-prog h6,
article.post-200 .partenaires-prog h6 {
  margin-top: 30px;
  margin-bottom: 10px;
}

/*********************
Contenu : téléchargements
*********************/
.section-telechargements {
  margin: 0 0 50px;
}
.section-telechargements h2 {
  margin-bottom: 50px;
}
.section-telechargements ul {
  padding: 0;
  list-style: none;
  margin-left: -25px;
  margin-right: -25px;
}
.section-telechargements ul li {
  padding: 10px 25px;
}
.section-telechargements ul li:nth-of-type(2n + 1) {
  clear: left;
}
.section-telechargements ul a {
  color: #325568;
  text-transform: uppercase;
  text-decoration: none;
}
.section-telechargements ul img {
  width: 100%;
  margin: 0;
  border-radius: 4px;
}
.section-telechargements ul a:last-of-type {
  text-align: center;
  padding: 10px;
  display: block;
}
.section-telechargements ul li:hover a {
  color: #fa6771;
}

/*********************
Contenu : équipe
*********************/
ul.equipe li {
  margin-bottom: 30px;
}
ul.equipe li a {
  margin-left: 8px;
  margin-bottom: -1px;
}
ul.equipe li img {
  width: 100%;
}
ul.equipe li:nth-of-type(2n+1) {
  clear: left;
}

ul.vignettes {
  list-style: none;
  padding: 0;
}
ul.vignettes li {
  margin-bottom: 40px;
  text-align: center;
}
ul.vignettes li img {
  width: 100%;
}
ul.vignettes li a {
  margin-left: 8px;
  margin-bottom: -1px;
}
ul.vignettes li div {
  padding: 0 20px;
}

/*********************
Contenu : lettre d'information
*********************/
.entry-content .mailjet_widget_front_container .widgettitle {
  text-transform: none;
  color: #325568;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  border: none;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.entry-content .mailjet_widget_front_container input[type=submit] {
  float: right;
  margin: 30px;
}
.entry-content .mailjet_widget_front_container #mailjet_widget_email {
  margin-bottom: 20px;
}
.entry-content .mailjet_widget_front_container .mailjet_widget_form_message {
  clear: both;
}

/*********************
Contenu : Archives année par année
*********************/
.affiches-archives li a {
  display: block;
  height: 100%;
}
.affiches-archives li img {
  margin: 0;
}
.affiches-archives li:nth-of-type(2n+1) {
  clear: left;
}

aside.apercu-edition-template {
  display: none;
}

.tippy-box h1 {
  font-size: 1.2em;
  margin: 0;
}
.tippy-box h2 {
  font-size: 1.05em;
  margin: 0;
}
.tippy-box header {
  padding: 5px 0 0;
}
.tippy-box p {
  text-align: left;
  margin: 5px 0;
  font-size: 0.9em;
}

.page-template-page-archives-editions .tippy-box {
  padding: 2px;
}

/*********************
Single : Film
*********************/
.copyright {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 8px;
  font-size: 0.8em;
  border-radius: 3px;
}

aside.fullimage {
  width: 100%;
  height: 100vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
aside.fullimage span.copyright {
  position: absolute;
  right: 20px;
  top: 5px;
  padding: 2px 8px;
  transform: rotate(-90deg);
  transform-origin: center right;
}

.vertical aside.fullimage span.copyright {
  right: 20px;
  top: 5px;
  padding: 2px 8px;
  transform: rotate(-90deg);
  transform-origin: center right;
}

.white-header.wrapped {
  margin-top: 4em;
  position: relative;
}
.white-header.wrapped h1, .white-header.wrapped h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}
.white-header.wrapped a {
  color: #325568;
}
.white-header.wrapped a:hover {
  color: #007388;
}
.white-header.wrapped .header-content {
  min-height: 10px;
}

.tag-header .header-content {
  text-align: center;
  margin: 20px 0;
}
.tag-header .tag-content {
  margin: 20px 0;
}
.tag-header .tag-content p {
  color: #000000;
}

body:not(.archive.tag) .tag-header .tag-content p {
  text-align: justify !important;
}

.film-header.wrapped {
  color: #325568;
}
.film-header.wrapped p {
  margin-top: 7px;
  text-align: center;
}

.white-header.wrapped.with-label {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.white-header.wrapped.with-label label {
  display: none;
}

.full-image .white-header.wrapped {
  margin-top: -70px;
}
.full-image .smallimage {
  display: none;
}

.small-image .white-header.wrapped {
  margin-top: 0;
}
.small-image section.film-main-content {
  background: #fff;
}
.small-image section.film-main-content > div:first-child {
  margin-top: 0;
}
.small-image .smallimage {
  margin-right: 20px;
  margin-left: 20px;
  line-height: 0;
  margin-top: 4em;
}
.small-image .smallimage img {
  width: 100%;
}

.smallimage,
.verysmallimage {
  position: relative;
  line-height: 0;
}
.smallimage .copyright,
.verysmallimage .copyright {
  position: absolute;
  bottom: 10px;
  right: 10px;
  line-height: 1;
}

.verysmallimage {
  text-align: center;
  margin: 40px 0;
}
.verysmallimage img {
  max-width: 100%;
}

section.film-main-content > div {
  margin: 30px 0;
}

div.credits-film {
  text-align: justify;
  color: #333;
  text-transform: uppercase;
  -webkit-hyphens: auto !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
}
div.credits-film p {
  display: inline;
  margin: 0 3px 0 0;
  -webkit-hyphens: auto !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
}
div.credits-film strong, div.credits-film b {
  font-weight: normal;
  color: #325568;
}

div.recompenses {
  margin-top: 30px;
  font-weight: bold;
}
div.recompenses > *:first-child {
  margin-top: 0;
}

div.date_sortie {
  margin-top: 30px;
  font-weight: bold;
  color: #007388;
}

div.citation .contenu {
  font-style: italic;
}
div.citation .contenu em {
  font-style: normal;
}
div.citation .contenu p:last-child {
  margin-bottom: 0;
}
div.citation .auteur {
  text-align: right;
  margin-top: 0;
}

div.sections {
  margin-top: 10px !important;
}
div.sections h5, div.sections ul, div.sections li, div.sections a {
  color: #999;
  text-align: left;
  margin: 0;
  padding: 0;
}
div.sections h5 {
  position: relative;
}
div.sections h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 1px;
  background: #ddd;
}
div.sections h5 {
  padding-top: 30px;
  font-weight: normal;
  font-size: 1em;
}
div.sections ul {
  list-style: none;
}
div.sections a:hover {
  color: #444;
}

div.contenu_supplementaire {
  margin-top: 40px !important;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  color: #555;
  margin-bottom: 60px;
}

footer.seances {
  background: #cbcbcb;
  text-align: center;
  padding: 30px;
  margin-top: 70px !important;
}
footer.seances h2 {
  color: #325568;
}
footer.seances ul {
  font-weight: bold;
}
footer.seances ul li {
  display: inline;
}
footer.seances:not(.many-salles) ul li:not(:first-of-type) {
  margin-left: 20px;
}
footer.seances:not(.many-salles) ul li:not(:first-of-type) .salle {
  display: none;
}

footer.seances ul,
.evenements-section ul {
  font-size: 1.2em;
  color: #fff;
  list-style: none;
}
footer.seances .salle,
.evenements-section .salle {
  margin-bottom: 10px;
}
footer.seances .date,
.evenements-section .date {
  color: #325568;
  text-transform: uppercase;
  margin: 0 4px 0 7px;
}
footer.seances.many-salles ul li:not(:first-of-type),
.evenements-section.many-salles ul li:not(:first-of-type) {
  margin-left: 15px;
}

/*********************
Taxonomy term : Édition
*********************/
article.edition {
  margin: 0;
}
article.edition aside.affiche {
  line-height: 0;
}
article.edition .entry-content {
  background: transparent;
}
article.edition .entry-header h1 {
  font-size: 32pt;
}
article.edition .entry-header h1 span {
  padding-left: 20px;
  color: #9e9e9e;
  font-size: 70%;
}
article.edition .entry-header h1 {
  margin: 10px auto 0;
}
article.edition .entry-header h5 {
  margin: 0;
  display: none;
}
article.edition .entry-header {
  padding-bottom: 0px;
  padding-top: 5px;
}
article.edition section > ul {
  padding-top: 0 !important;
  padding-bottom: 20px;
}
article.edition section > ul li a {
  color: #444;
}
article.edition section > ul li a:hover {
  color: #fa6771;
}
article.edition ul.programmation li {
  padding: 5px 0;
}

.apercus-templates {
  display: none;
}

.tippy-box img {
  max-width: 90px;
  max-height: 90px;
  margin-top: 4px;
  border-radius: 4px;
}

.stick-container {
  display: flex;
}
.stick-container .stick {
  order: 2;
}
.stick-container .stick img {
  width: 100%;
}
.stick-container .scroll {
  order: 1;
}
.stick-container {
  flex-wrap: wrap;
}
.stick-container > * {
  width: 100%;
}

/*********************
Éditions > > > Page programmation
*********************/
.nav-sections div {
  margin: 0 7px 5px 0;
  padding: 2px 8px;
  display: inline-block;
  transition: opacity 0.2s;
}
.nav-sections div:hover {
  opacity: 0.8;
}
.nav-sections div button,
.nav-sections div a {
  text-transform: uppercase;
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff;
}
.nav-sections div button:focus, .nav-sections div button:active, .nav-sections div button:hover,
.nav-sections div a:focus,
.nav-sections div a:active,
.nav-sections div a:hover {
  color: #fff;
}
.nav-sections div button:last-of-type {
  display: none;
  margin-left: 3px;
  padding-left: 3px;
}
.nav-sections div .mixitup-control-active {
  cursor: default;
}
.nav-sections div .mixitup-control-active + button {
  display: inline-block;
}

.tax-section.page-prog .breadcrumb {
  margin-top: 8px;
  margin-bottom: -20px;
  margin-right: 4px;
}
.tax-section.page-prog p {
  font-size: 0.9em;
}

.template-programmation main {
  text-align: center;
}
.template-programmation #inner-content {
  padding-top: 20px;
  padding-bottom: 50px;
}
.template-programmation .breadcrumb p {
  text-align: right;
}
.template-programmation .diapo-films article {
  max-width: 500px;
  text-align: left;
  width: 100%;
  margin-top: 20px !important;
  display: inline-block;
  vertical-align: top;
}
.template-programmation .diapo-films article#term-1661 aside > a > div {
  background-position: top center;
}
.template-programmation .diapo-films article#term-1662 aside > a > div {
  background-position: bottom center;
}
.template-programmation .diapo-films article aside {
  position: relative;
  background: #fff;
}
.template-programmation .diapo-films article aside > a > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: screen;
  background-size: cover;
  background-position: center center;
  transition: all 0.15s;
}
.template-programmation .diapo-films article aside .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.template-programmation .diapo-films article section {
  position: relative;
  z-index: 4;
  margin-top: -40px;
}
.template-programmation .diapo-films article:hover aside > a > div {
  opacity: 0.9;
}
.template-programmation h2 {
  font-size: 1em;
  margin: 0 0 3px;
}
.template-programmation h1 {
  font-size: 1.3em;
}
.template-programmation h1:last-child {
  padding-bottom: 12px;
}
.template-programmation article.liste-des-films {
  transition: all 0.3s;
}
.template-programmation article.liste-des-films aside div {
  background-size: cover;
  transition: all 0.3s;
}
.template-programmation article.liste-des-films:hover aside div {
  opacity: 0.8;
}

/*********************
Éditions > > > Liste des films automatique
*********************/
.liste-des-films .intro > * {
  margin: 4px 0;
}
.liste-des-films h2 {
  font-size: 34pt;
}
.liste-des-films h2 a,
.liste-des-films h3 a {
  color: #000000;
}
.liste-des-films h2 a:hover,
.liste-des-films h3 a:hover {
  color: #32466e;
}
.liste-des-films .type-section {
  padding-bottom: 50px;
}
.liste-des-films .type-section:not(:first-of-type) {
  border-top: 1px solid #ccc;
  padding-top: 50px;
}
.liste-des-films .type-section > div > h2 {
  margin-top: 20px;
}
.liste-des-films .type-section > div > h3 {
  margin-top: 50px;
}
.liste-des-films .intro p:first-of-type {
  text-align: left !important;
}

/*********************
Taxonomy term : Section
*********************/
.taxonomy-section > *:last-child {
  padding-bottom: 70px;
}
.taxonomy-section.small-image {
  padding-top: 50px;
}

.texte-catalogue-auteur {
  color: #325568;
}

.category-texte-catalogue .entry-footer p {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 70px;
  text-align: right;
  font-style: italic;
}
.category-texte-catalogue .entry-footer p a {
  color: #325568;
  font-weight: normal;
}
.category-texte-catalogue .entry-footer p a:hover {
  color: #007388;
}

.nav-sections {
  display: none;
}

.section-header h1, .section-header h2 {
  color: #325568;
}
.section-header .intro {
  margin-top: 30px;
}
.section-header p.textalign-right a {
  display: inline-block;
  max-width: 600px;
}

.breadcrumb {
  text-align: right;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  left: 0;
}
.breadcrumb p {
  color: #666;
  font-size: 10pt;
}
.breadcrumb p a {
  color: #888;
  font-weight: normal;
}
.breadcrumb p a:hover {
  color: #333;
}
.breadcrumb p {
  margin: 2px 0;
}

.page-template .breadcrumb p {
  text-align: right;
}

.wrapped.white .breadcrumb p {
  text-align: center;
}

.page-template-page-galerie-photos .breadcrumb {
  padding: 3px 26px 10px;
}

.white-header .breadcrumb {
  text-align: center;
  margin-top: -50px !important;
  margin-bottom: 30px;
}

.full-image .white-header .breadcrumb {
  margin-top: -20px !important;
  margin-bottom: 15px;
}

.full-image:not(.vertical) .white-header .breadcrumb p {
  background: rgba(255, 255, 255, 0.6);
  padding: 0 6px;
}

.current-edition .breadcrumb {
  display: none;
}

.page-template-default .breadcrumb {
  margin-bottom: 30px;
}

ul.textes-catalogue,
ul.liens-pages {
  text-align: center;
  position: relative;
  padding-top: 40px;
  margin-top: 40px;
}
ul.textes-catalogue::before,
ul.liens-pages::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 1px;
  background: #cbcbcb;
}
ul.textes-catalogue a,
ul.liens-pages a {
  text-transform: uppercase;
  font-weight: bold;
}

.extrait-texte-catalogue {
  margin: 30px 0 10px;
}
.extrait-texte-catalogue a {
  text-transform: uppercase;
}

.films-section {
  padding: 70px 30px 50px;
}
.films-section h2 {
  color: #325568;
  text-align: center;
}
.films-section .diapo-films article h1 {
  transition: 0.5s all;
}
.films-section .diapo-films article:hover section p {
  opacity: 0.9;
}
.films-section .diapo-films article:hover a {
  color: #325568;
}
.films-section .diapo-films article:hover h1 {
  color: #007388;
}

.diapo-films .article-header {
  padding-bottom: 10px;
}
.diapo-films article {
  margin: 60px 0 0 !important;
}
.diapo-films a {
  color: #325568;
}
.diapo-films aside {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/default3.png");
  margin: 0;
}
.diapo-films aside a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.diapo-films section {
  background: #fff;
  margin: 0 20px;
  margin-top: -50px;
  padding: 15px 20px 8px;
}
.diapo-films section h1 {
  padding: 0;
  margin: 0;
}
.diapo-films section p {
  margin: 0 0 5px;
}
.diapo-films section p:first-of-type {
  margin-top: 9px;
}
.diapo-films section p:last-of-type {
  margin-bottom: 10px;
}
.diapo-films.slick-fleches .slick-arrow {
  top: 40%;
}

.vertical .diapo-films aside {
  width: 100%;
  height: 600px;
}

.liste-films {
  margin-top: 70px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: justify;
}
.liste-films li {
  display: inline;
}
.liste-films li:not(:first-child)::before {
  content: " — ";
}
.liste-films a {
  color: #325568;
}
.liste-films a:hover {
  color: #007388;
}
.liste-films li.current-film a,
.liste-films li.current-film + li.current-film::before {
  color: #fa6771;
}
.liste-films li.current-film a:hover,
.liste-films li.current-film + li.current-film::before:hover {
  color: #fb4357;
}
.liste-films .real {
  text-transform: none;
}

.evenements-section {
  padding: 15px 0;
  text-align: center;
}
.evenements-section ul li {
  color: #325568;
  font-size: 1.2em;
  letter-spacing: 0.03em;
  padding: 30px 50px 0;
  line-height: 1.3;
}
.evenements-section ul li .salle {
  color: #fff;
  margin-bottom: 0 !important;
}
.evenements-section ul li .description, .evenements-section ul li .precision {
  font-size: 80%;
  margin: 0 7px 0 0;
  letter-spacing: 0;
}
.evenements-section ul li .date, .evenements-section ul li .salle, .evenements-section ul li .heure {
  font-weight: bold;
}
.evenements-section ul li .date {
  text-transform: capitalize;
}

.taxonomy-section .partenaires-nb:before {
  width: 60%;
  height: 1px;
  content: "";
  display: block;
  margin: 80px 20%;
  background: #ccc;
}
.taxonomy-section .partenaires-nb * {
  text-align: center;
}
.taxonomy-section .partenaires-nb ul {
  margin: 50px 0;
}
.taxonomy-section .partenaires-nb ul li {
  margin: 0 30px;
}

/*********************
Single : Personnalité
*********************/
.filmographie {
  padding: 20px 0;
  font-weight: 400;
  text-transform: uppercase;
}
.filmographie h2, .filmographie p {
  font-size: 1.05em;
  color: #333;
}
.filmographie h2 {
  margin-right: 15px !important;
}
.filmographie a {
  color: #325568;
  font-weight: 500;
}
.filmographie a:hover {
  color: #007388;
}
.filmographie strong {
  color: #325568;
  font-weight: 500;
}

p.comme {
  font-variant: small-caps;
}

.personnalite-title {
  text-align: left !important;
  margin-bottom: 15px !important;
}
.personnalite-title + h5 {
  margin-top: -4px;
}

.personnalite .smallimage {
  line-height: 0;
  margin-bottom: -20px;
  margin-top: 20px;
  position: relative;
}
.personnalite .smallimage img {
  width: 100%;
}

.entry-wrapper .footer-image {
  height: 300px;
  margin-top: 20px;
  margin-bottom: -20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.entry-wrapper .footer-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.films-personnalite {
  padding: 80px 30px 70px;
}
.films-personnalite h2 {
  text-align: center;
}
.films-personnalite .diapo-films p {
  text-align: left;
  line-height: 1.35;
  font-size: 0.9em !important;
  margin: 0;
}
.films-personnalite .diapo-films p a {
  color: #444;
}
.films-personnalite .diapo-films a {
  font-weight: normal;
}
.films-personnalite .diapo-films a:hover {
  color: #007388;
}
.films-personnalite .diapo-films {
  text-align: center;
}
.films-personnalite .diapo-films article {
  text-align: left;
}
.films-personnalite .diapo-films.un-film {
  padding-left: 0 !important;
}
.films-personnalite .diapo-films.un-film article {
  display: inline-block;
  margin-left: 0 !important;
  width: auto !important;
  max-width: 500px !important;
}

article.nobio-nofilmo .entry-wrapper {
  margin-bottom: 0;
}
article.nobio-nofilmo .films-personnalite {
  background: #fff;
  padding: 0 30px 30px;
}
article.nobio-nofilmo .films-personnalite h2 {
  text-align: left;
}
article.nobio-nofilmo .films-personnalite article {
  margin-top: 0 !important;
}
article.nobio-nofilmo .diapo-films {
  text-align: left;
}
article.nobio-nofilmo {
  padding-bottom: 50px;
}

.sections-personnalites button {
  border: 0;
  text-transform: uppercase;
  color: #fff;
}
.sections-personnalites button:hover, .sections-personnalites button:active, .sections-personnalites button:focus {
  color: #fff;
  background: #222 !important;
}
.sections-personnalites button {
  margin: 20px 20px 20px 0;
  padding: 2px 8px;
  transition: all 0.3s;
}

/*********************
Page : Portail galerie photos
*********************/
.page-portail-photos.template-programmation .diapo-films article section {
  margin-top: -30px;
}
.page-portail-photos header.article-header {
  background: transparent;
}

body.galerie-photo .fancybox-caption {
  padding: 15px 0 !important;
}

#content.galerie-photos {
  margin-bottom: 50px;
}

.nav-galeries {
  margin: 10px 0;
}

.post-133 .mgl-gallery figcaption {
  display: none !important;
}

/*********************
Page : Association
*********************/
.page-association #inner-content {
  padding-bottom: 60px;
}

.small-wrapper {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.small-wrapper header h1 {
  text-align: center;
}
.small-wrapper .breadcrumb {
  margin-bottom: 20px;
}

.normal .breadcrumb p {
  text-align: right;
}

.association footer {
  text-align: center;
}
.association footer .bouton {
  position: relative;
  bottom: -42px;
  max-width: 250px;
}

.page-association header h2 {
  text-align: center;
  color: #325568;
  margin-bottom: 40px;
}
.page-association .hentry {
  margin: 0 !important;
}
.page-association .hentry footer {
  margin: 0 !important;
  padding: 0 !important;
}

.additionnal-content {
  padding: 70px 0;
}
.additionnal-content img {
  height: auto;
}
.additionnal-content .wrap {
  padding: 0 20px;
}

.numeros {
  margin-top: 40px;
}
.numeros li {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.numeros li a {
  display: block;
  width: 100%;
  text-align: center;
}
.numeros li img {
  width: 100%;
  display: block;
  transition: opacity 0.2s;
}
.numeros li:hover img {
  opacity: 0.85;
}
.numeros li span {
  padding: 5px 10px;
  background: #fff;
  display: inline-block;
  min-width: 70%;
  position: relative;
  top: -15px;
}
.numeros li.numero-0 {
  width: 100%;
  font-size: 1.5em;
}
.numeros li.numero-0 span {
  top: -25px;
}

/*********************
Page : Portail galerie vidéos
*********************/
.diapo-films.diapo-videos h1 {
  font-size: 1.1em !important;
}

aside i.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  margin-left: -35px;
  margin-top: -35px;
  background-image: url("../images/play.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.6s;
}

article.play-container:hover i.video-play {
  transform: rotate(360deg);
}

aside i.audio-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 14px;
  margin-left: -10px;
  margin-top: -35px;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px 4px 2px 2px;
}
aside i.audio-play::before, aside i.audio-play::after {
  content: "";
  display: block;
  width: 14px;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px 4px 2px 2px;
  transition: 0.3s all;
}
aside i.audio-play::before {
  height: 30px;
  left: -18px;
}
aside i.audio-play::after {
  height: 23px;
  right: -18px;
}

article:hover aside i.audio-play {
  height: 27px;
  margin-top: -22px;
  background: rgba(255, 255, 255, 0.7);
}
article:hover aside i.audio-play::before {
  height: 37px;
  background: rgba(255, 255, 255, 0.7);
}
article:hover aside i.audio-play::after {
  height: 31px;
  background: rgba(255, 255, 255, 0.7);
}

/*********************
Table des matières
*********************/
.bottom-buttons .toc-button,
.header-toc-link {
  display: none;
}

body.has-toc .bottom-buttons .toc-button,
body.has-toc .header-toc-link {
  display: inline-block;
}
body.has-toc .page-title {
  padding-right: 60px;
}

.header-toc-link .picto {
  width: 32px;
  height: 32px;
  opacity: 0.25;
}
.header-toc-link:hover .picto {
  opacity: 1;
}
.header-toc-link {
  float: right;
  font-size: 18px;
  padding-top: 14px;
}

#ez-toc-container {
  z-index: 1;
  width: calc(100% - 52px);
  border: 0;
  box-shadow: none;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
#ez-toc-container a,
#ez-toc-container a:visited {
  color: #444;
}
#ez-toc-container a:hover,
#ez-toc-container a:visited:hover {
  color: #325568;
  text-decoration: none;
}
#ez-toc-container {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 10px;
  display: none;
}

body.display-toc #ez-toc-container {
  display: block;
}
body.display-toc #ez-toc-container .ez-toc-title-container {
  display: none;
}

.toc-rouge-1 #ez-toc-container li.ez-toc-heading-level-2 > a,
.toc-rouge-1 #ez-toc-container li.ez-toc-heading-level-2 > a:visited {
  color: #007388;
}

.toc-rouge-2 #ez-toc-container li.ez-toc-heading-level-3 > a,
.toc-rouge-2 #ez-toc-container li.ez-toc-heading-level-3 > a:visited {
  color: #007388;
}

.ez-toc-title {
  font-family: "Oswald", sans-serif;
  color: #325568;
  letter-spacing: 0.06em;
  font-size: 20pt !important;
  text-transform: uppercase;
  padding-bottom: 20px !important;
  padding-right: 60px;
}

.ez-toc-title-container + nav {
  padding-top: 10px;
}

.ez-toc-title-container a.toc-close {
  float: right;
  opacity: 0.25;
}
.ez-toc-title-container a.toc-close:hover {
  opacity: 1;
}
.ez-toc-title-container a.toc-close:hover .picto {
  filter: none;
}

.ez-toc-heading-level-2 > a,
.ez-toc-heading-level-3 > a {
  font-weight: bold;
}

div#ez-toc-container nav > ul > li {
  margin: 0 0 10px;
  font-size: 1.25em;
}
div#ez-toc-container nav > ul ul > li {
  font-size: 0.95em;
}
div#ez-toc-container nav > ul ul > li ul > li {
  font-size: 0.9em;
}
div#ez-toc-container nav > ul ul > li ul > li ul > li {
  font-size: 0.9em;
}
div#ez-toc-container nav > ul ul > li ul > li ul > li ul > li {
  font-size: 0.9em;
}

.ez-toc-section {
  position: relative;
  top: -70px;
}

/*********************
Dans nos archives...
*********************/
section.archives {
  background: #e3e3e3;
  padding: 50px 20px;
}
section.archives h3 {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  color: #325568;
}
section.archives h3 span {
  background: #e3e3e3;
  display: inline-block;
  position: relative;
  padding-right: 5px;
}
section.archives h3::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: #325568;
  opacity: 0.9;
}
section.archives .partie-archives {
  padding: 30px 0 0;
}
section.archives .slick-slide {
  height: auto;
}

.archives-fiches a {
  color: #325568;
}
.archives-fiches a:hover {
  color: #444;
}

.archives-photos .mgl-tiles-container {
  margin: 40px 0 0;
}
.archives-photos .mgl-gallery p:last-child {
  padding-top: 30px;
  text-align: right;
}
.archives-photos p.ouvert .ouvrir,
.archives-photos p.ferme .fermer {
  display: none;
}
.archives-photos.bouton-haut .mgl-gallery p:last-child {
  margin-top: -100px;
  position: relative;
  margin-bottom: 80px;
  padding-right: 50px;
}

.archives-videos article {
  max-width: none !important;
}
.archives-videos .slick-container.with-fleches {
  padding: 0 50px;
}

.archives-textes .slick-track,
.archives-videos .slick-track {
  margin-left: 0;
}

.pave-texte {
  margin: 30px 0 50px;
  padding: 0 4px;
}
.pave-texte .inner {
  background: #fff;
  padding: 30px 20px;
  position: relative;
  text-align: left;
  display: inline-block;
}
.pave-texte h4, .pave-texte h5 {
  margin: 0 0 6px;
  padding: 0;
}
.pave-texte h4 a, .pave-texte h5 a {
  color: inherit !important;
}
.pave-texte h4 a:hover, .pave-texte h5 a:hover {
  opacity: 0.85 !important;
}
.pave-texte h5, .pave-texte p {
  font-size: 0.9em;
}
.pave-texte h4 {
  font-size: 1.5em;
}
.pave-texte p:last-child {
  position: absolute;
  bottom: -30px;
  text-align: center;
  width: calc(100% - 40px);
}

.archives .slick-dots {
  padding: 0;
  margin: 20px 0;
  text-align: center;
}
.archives .slick-dots li {
  display: inline-block;
  padding: 0 5px;
  list-style: none;
}
.archives .slick-dots li button {
  text-indent: -20000px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50%;
}
.archives .slick-dots li.slick-active button,
.archives .slick-dots li button:focus,
.archives .slick-dots li button:active {
  background: rgba(0, 0, 0, 0.8);
}

.archives-videos .diapo-films.slick-fleches .slick-arrow {
  top: 30%;
}

.archive.tag section.archives {
  background: #f6f6f6;
}
.archive.tag section.archives h2 {
  display: none;
}
.archive.tag section.archives h3 span {
  background: #f6f6f6;
}

.mgl-caption p {
  text-align: left;
}
.mgl-caption span {
  opacity: 0.5;
  display: inline;
}
.mgl-caption span.caption-annee {
  margin-right: 8px;
}
.mgl-caption span.caption-copyright {
  margin-left: 8px;
}

.archive-iframe {
  background: transparent !important;
  padding: 40px !important;
}

/*********************
Page Archives + moteur
*********************/
div#moteur input[type=text] {
  width: 100%;
  max-width: none;
  padding: 20px;
  height: 70px;
  font-size: 1.3em;
  border-radius: 6px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}
div#moteur .input-container {
  position: relative;
  max-width: 1000px;
  display: inline-block;
  width: 100%;
  margin: 50px auto;
}
div#moteur .spinner,
div#moteur .loupe {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 28px;
  height: 28px;
  z-index: 1001;
}
div#moteur .loupe {
  opacity: 0.5;
  transition: opacity 0.2s;
}
div#moteur .loupe:hover {
  opacity: 1;
  cursor: pointer;
}
div#moteur .spinner {
  display: none;
}
div#moteur.loading {
  opacity: 0.6;
}
div#moteur.loading .spinner {
  display: block;
  opacity: 0.25;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
div#moteur.loading .loupe {
  display: none;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.autocomplete-suggestions {
  background: rgb(255, 255, 255);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  padding-top: 14px;
  transition: all 0.4s;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 10px 20px 6px;
  font-size: 1.2em;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  cursor: pointer;
  opacity: 1;
}
.autocomplete-suggestions .autocomplete-suggestion:last-of-type {
  padding-bottom: 10px;
}
.autocomplete-suggestions .autocomplete-suggestion .label {
  color: #bbb;
  margin-left: 20px;
}
.autocomplete-suggestions .autocomplete-suggestion .label::before {
  content: "— ";
}

.page-template-page-archives #content .hentry {
  margin: 0 auto !important;
}

.section-archives {
  padding: 50px 0;
}
.section-archives.blanc {
  background: #fff;
}
.section-archives.gris2 {
  background: #e3e3e3;
}
.section-archives .affiches-archives {
  display: none;
  margin: 40px 0;
}
.section-archives .affiches-archives + * {
  clear: both;
  margin-top: 40px;
}
.section-archives .affiches-archives li img {
  width: 100%;
}
.section-archives .padded > p:last-child .bouton {
  margin-top: 40px;
}

h1.search-results-title {
  margin-top: 0;
  text-align: center;
}
h1.search-results-title span {
  color: #e3e3e3;
  font-size: 80%;
  display: block;
}

.search-results article {
  background: #fff;
  margin: 10px auto 20px;
  padding-bottom: 20px;
}
.search-results article header.entry-header {
  padding-bottom: 15px;
}
.search-results article header.entry-header label {
  display: none;
}
.search-results article header.entry-header h3 {
  margin: 0;
  font-size: 1.8em;
}
.search-results article header.entry-header h3 a {
  color: #444;
  transition: all 0.2s;
}
.search-results article header.entry-header h3 a:hover {
  color: #fa6771;
}
.search-results article header.entry-header h5 {
  margin: 5px 0 0;
}
.search-results article .lire-suite {
  margin-top: -6px;
  text-align: left;
}
.search-results article header.entry-header label {
  float: right;
  display: block;
  padding: 6px 14px;
  margin-top: -26px;
  margin-right: -26px;
  margin-left: 26px;
  color: #fff;
}
.search-results article.personnalite header label {
  background: #32466e;
}
.search-results article.film header label {
  background: #fb4357;
}
.search-results article.page header label {
  background: #22ab87;
}
.search-results article.section header label {
  background: #325568;
}
.search-results article.post header label {
  background: #444;
}
.search-results article.post_tag header label {
  background: #00959f;
}

/*********************
Catalogues
*********************/
.edition-catalogue {
  background: #fff;
  margin: 50px 0;
}
.edition-catalogue > img {
  display: none;
}
.edition-catalogue > div {
  padding: 20px;
}
.edition-catalogue h2 {
  font-size: 22pt;
}
.edition-catalogue h5 {
  margin: 0;
  margin-bottom: 5px !important;
}
.edition-catalogue h5 a {
  color: #325568;
}
.edition-catalogue h5 a:hover {
  color: #00959f;
}
.edition-catalogue h5 .picto {
  top: 3px;
  filter: invert(27%) sepia(7%) saturate(3060%) hue-rotate(157deg) brightness(101%) contrast(87%);
}
.edition-catalogue h5 a:hover .picto {
  filter: invert(45%) sepia(68%) saturate(5166%) hue-rotate(160deg) brightness(94%) contrast(101%);
}
.edition-catalogue h5.textes {
  margin-top: 16px;
}
.edition-catalogue ul {
  margin: 0;
  color: #666;
}
.edition-catalogue ul a {
  color: #444;
}
.edition-catalogue ul a:hover {
  color: #000;
}
.edition-catalogue .fa-file-pdf {
  width: 20px;
  margin-left: 1px;
}
.edition-catalogue .fa-eye {
  width: 22px;
  margin-left: -2px;
}

.entry-content h5:not(.lien-deroulant) {
  margin: 30px 0 18px;
}

.page-id-101 .p-hidden-button {
  text-align: left !important;
  margin-top: 20px;
}
.page-id-101 .hidden-content {
  margin-top: 20px;
}
.page-id-101 hr {
  margin: 25px 0 40px !important;
}

.ez-toc-debug-messages {
  display: none !important;
}

#cn-accept-cookie {
  background-color: #666;
  transition: 0.2s background-color;
}
#cn-accept-cookie:hover {
  background-color: #222;
}

#cn-refuse-cookie {
  background-color: #bbb;
  transition: 0.2s background-color;
}
#cn-refuse-cookie:hover {
  background-color: #666;
}

#cookie-notice {
  width: 100vw !important;
  min-width: 100vw !important;
}

.horizontal-video aside {
  position: relative;
}
.horizontal-video aside .image {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.horizontal-video aside p {
  margin: 0 !important;
}
.horizontal-video section {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.07);
}
.horizontal-video section h1 {
  font-weight: normal;
  letter-spacing: 0.035em;
}

.faux-spacer {
  height: 80px;
}

.depot-critique .gf_progressbar_wrapper,
.depot-critique .charleft.ginput_counter {
  display: none !important;
}
.depot-critique .full {
  width: 100% !important;
}
.depot-critique .full input, .depot-critique .full textarea {
  max-width: 600px !important;
}
.depot-critique .margin-right {
  margin-right: 30px;
}

textarea {
  min-height: 80px;
}

.page-id-135 .woocommerce {
  display: none !important;
}

.bouton-achat {
  background: #007388;
  color: #fff;
}
.bouton-achat:visited {
  color: #fff;
}
.bouton-achat {
  padding: 3px 12px;
  display: inline-block;
  margin: 10px 20px 20px 0;
  border-radius: 5px;
}
.bouton-achat.reduit {
  background: #00959f;
}
.bouton-achat:hover, .bouton-achat:active, .bouton-achat:focus {
  background: #22ab87;
  color: #fff !important;
}

.woocommerce-message {
  border-top-color: #22ab87;
}

.woocommerce-message::before {
  color: #22ab87;
}

.woocommerce-info {
  border-top-color: #325568;
}

.woocommerce-info::before {
  color: #325568;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #325568;
  transition: 0.3s background-color;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:active, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:active, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:active, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:active, .woocommerce input.button.alt:focus {
  background-color: #22ab87;
}

.woocommerce table tbody td,
.woocommerce table tfoot td {
  background-color: #fff;
}

.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
  width: 100% !important;
  float: none !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

#order_review > p:last-child {
  text-align: right;
}

#PaymentRequest p {
  text-align: right;
}
#PaymentRequest p input#bouton {
  font-size: 110%;
  background-color: #fa6771;
  margin: 30px 0;
}
#PaymentRequest p input#bouton:hover, #PaymentRequest p input#bouton:active, #PaymentRequest p input#bouton:focus {
  background-color: #444;
}

.woocommerce form .thwcfe-checkout-section.infos_beneficiaire {
  margin-top: 50px;
}
.woocommerce form .thwcfe-checkout-section.infos_beneficiaire .form-row .woocommerce-input-wrapper .description {
  display: block !important;
  background: #fff;
  color: #222;
  font-style: italic;
  font-size: 90%;
  padding: 10px 0 20px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
}
.woocommerce form .thwcfe-checkout-section.infos_beneficiaire .form-row .woocommerce-input-wrapper .description::before {
  display: none !important;
}

.woocommerce form .form-row label:not(.radio) {
  font-weight: bold;
}

.thwcfe-uloaded-files img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.woocommerce-order-details h2 {
  margin-top: 80px !important;
}

.woocommerce-cart-form .product-thumbnail {
  display: none !important;
}

.cart-subtotal {
  display: none !important;
}

input[type=number].qty {
  padding: 0;
}

.woocommerce a.remove {
  color: #fa6771;
}
.woocommerce a.remove:hover {
  background: #fa6771;
}

ul:not(.no-disc).woocommerce-error,
ul:not(.no-disc).woocommerce-info,
ul:not(.no-disc).woocommerce-message {
  padding-left: 3.5em;
}

#field_2_5,
#field_17_5 {
  margin-bottom: 0;
}

.page-id-36010 .entry-content ul {
  margin-top: -5px;
}
.page-id-36010 h4 {
  color: #444;
  margin-bottom: 0;
  margin-top: 20px;
}
.page-id-36010 h5 {
  margin-top: 16px;
}

p.soustitresection {
  font-size: 115%;
  font-weight: bold;
  color: #22ab87;
}
p.soustitresection:before {
  content: "— ";
}

a.english-movie {
  color: #325568;
  font-weight: bold;
}
a.english-movie:hover, a.english-movie:focus, a.english-movie:active {
  color: #32466e;
}

.english-texts .inner {
  padding: 20px 20px 1px;
  background: #f9f9f9;
  border-radius: 6px;
  margin: 20px 0;
}
.english-texts {
  margin-left: -20px;
  overflow: hidden;
  max-height: 500px;
  transition: 0.5s all;
}
.english-texts.ferme {
  max-height: 0;
}
.english-texts div.auteur p {
  text-align: right;
  margin-top: 0;
}

.liste-des-films.list-of-movies .type-section {
  padding-top: 0px !important;
}

.fema-language-switcher a {
  color: inherit;
}
.fema-language-switcher a:hover, .fema-language-switcher a:active, .fema-language-switcher a:focus {
  color: inherit !important;
  text-decoration: underline;
}

.agenda-content {
  padding: 26px;
}
.agenda-content header .salles {
  display: none;
}
.agenda-content footer {
  margin-top: 50px;
}
.agenda-content > div {
  overflow: hidden;
}

.agenda h1 {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 3em;
}
.agenda h1 span {
  padding-right: 8px;
  margin-left: -2px;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.agenda h1 {
  position: relative;
}
.agenda h1::before {
  content: "";
  height: 2px;
  width: 90%;
  background: #000000;
  position: absolute;
  left: 10%;
  bottom: 50%;
  z-index: 1;
}

ul.seances {
  list-style: none;
  padding: 0;
}

li.seance {
  padding: 14px 0;
  border-bottom: 1px solid #666;
  text-align: justify;
  transition: padding 0.3s, border 0.3s;
}
body.tax-jour li.seance.welovefema-seance-fav {
  background: #f8f9fa;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 3px solid #fa6771;
}
li.seance .salle {
  color: #fff;
  position: relative;
  top: -2px;
  padding-top: 2px;
  margin-right: 10px;
}
li.seance a {
  color: #222;
}
li.seance a:hover, li.seance a:focus, li.seance a:active {
  color: #555;
}
li.seance .titre-seance {
  font-size: 110%;
  font-weight: 700;
  text-transform: uppercase;
}
li.seance .titre-film {
  font-size: 110%;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 5px;
}
li.seance .details {
  font-size: 90%;
}
li.seance .passage-film,
li.seance .passage-seance {
  font-weight: 700;
  margin-left: 8px;
  color: #fa6771;
}
li.seance .picto-seance {
  width: 14px;
  height: 14px;
  margin-bottom: -2px;
}
li.seance .picto-seance:not(:first-child) {
  margin-left: 4px;
}
li.seance .precision-seance {
  color: #fa6771;
}
li.seance strong {
  font-weight: normal;
}

.legendes-wrapper .picto-seance.avp, .legendes-wrapper .picto-seance.vast, .legendes-wrapper .picto-seance.audiodescription, .legendes-wrapper .picto-seance.sme, li.seance .picto-seance.avp, li.seance .picto-seance.vast, li.seance .picto-seance.audiodescription, li.seance .picto-seance.sme {
  width: 22px;
  height: 22px;
  margin-bottom: -6px;
}

.picto {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s;
  position: relative;
}
.picto.blanc {
  filter: invert(99%) sepia(96%) saturate(2%) hue-rotate(123deg) brightness(108%) contrast(101%);
}
.picto.rouge {
  filter: invert(42%) sepia(76%) saturate(826%) hue-rotate(316deg) brightness(117%) contrast(96%);
}
.picto.menu {
  background-image: url("../images/pictos/menu.png");
}
.picto.list {
  background-image: url("../images/pictos/list.png");
}
.picto.top {
  background-image: url("../images/pictos/caret-arrow-up.png");
  width: 12px;
  height: 12px;
  top: -3px;
}
.picto.calendar {
  background-image: url("../images/pictos/calendar.png");
}
.picto.filters {
  background-image: url("../images/pictos/filters.png");
}
.picto.info {
  background-image: url("../images/pictos/info.png");
  width: 16px;
  height: 16px;
}
.picto.cross {
  background-image: url("../images/pictos/close.png");
}
.picto.spinner {
  background-image: url("../images/pictos/loading.png");
}
.picto.loupe {
  background-image: url("../images/pictos/search.png");
}
.picto.pdf {
  background-image: url("../images/pictos/pdf.png");
}
.picto.eye {
  background-image: url("../images/pictos/eye.png");
}
.picto.mail {
  background-image: url("../images/pictos/mail.png");
  bottom: -3px;
  width: 16px;
  height: 16px;
}
.picto.download {
  background-image: url("../images/pictos/download.png");
}
.picto.warning {
  background-image: url("../images/pictos/warning.png");
}
.picto.chevron {
  background-image: url("../images/pictos/chevron.png");
}
.picto.coeur {
  background-image: url("../images/pictos/heart-full.png");
}
.picto.check {
  background-image: url("../images/pictos/accept.png");
}
.picto.share {
  background-image: url("../images/pictos/share.png");
}

.menu-button:hover .picto,
a:hover .picto {
  filter: invert(42%) sepia(76%) saturate(826%) hue-rotate(316deg) brightness(117%) contrast(96%);
}

.picto-seance {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.picto-seance span {
  display: none;
}
.picto-seance.evenement {
  background-image: url("../images/pictos-seances/evenement-rouge.png");
}
.picto-seance.evenement.blanc {
  background-image: url("../images/pictos-seances/evenement-blanc.png");
}
.picto-seance.evenement.noir {
  background-image: url("../images/pictos-seances/evenement-noir.png");
}
.picto-seance.evenement {
  background-size: 110% 110%;
}
.picto-seance.cineconcert {
  background-image: url("../images/pictos-seances/cineconcert-rouge.png");
}
.picto-seance.cineconcert.blanc {
  background-image: url("../images/pictos-seances/cineconcert-blanc.png");
}
.picto-seance.cineconcert.noir {
  background-image: url("../images/pictos-seances/cineconcert-noir.png");
}
.picto-seance.cineconcert {
  background-size: 90% 90%;
}
.picto-seance.presence {
  background-image: url("../images/pictos-seances/invite-rouge.png");
}
.picto-seance.presence.blanc {
  background-image: url("../images/pictos-seances/invite-blanc.png");
}
.picto-seance.presence.noir {
  background-image: url("../images/pictos-seances/invite-noir.png");
}
.picto-seance.presence {
  background-size: 80% 80%;
}
.picto-seance.contremarque {
  background-image: url("../images/pictos-seances/contremarque-rouge.png");
}
.picto-seance.contremarque.blanc {
  background-image: url("../images/pictos-seances/contremarque-blanc.png");
}
.picto-seance.contremarque.noir {
  background-image: url("../images/pictos-seances/contremarque-noir.png");
}
.picto-seance.contremarque {
  background-size: 90% 90%;
}
.picto-seance.animation {
  background-image: url("../images/pictos-seances/animation-rouge.png");
}
.picto-seance.animation.blanc {
  background-image: url("../images/pictos-seances/animation-blanc.png");
}
.picto-seance.animation.noir {
  background-image: url("../images/pictos-seances/animation-noir.png");
}
.picto-seance.groupes {
  background-image: url("../images/pictos-seances/groupes-rouge.png");
}
.picto-seance.groupes.blanc {
  background-image: url("../images/pictos-seances/groupes-blanc.png");
}
.picto-seance.groupes.noir {
  background-image: url("../images/pictos-seances/groupes-noir.png");
}
.picto-seance.english {
  background-image: url("../images/pictos-seances/english.png");
}
.picto-seance.vast {
  background-image: url("../images/pictos-seances/vast-rouge.png");
}
.picto-seance.vast.blanc {
  background-image: url("../images/pictos-seances/vast-blanc.png");
}
.picto-seance.vast.noir {
  background-image: url("../images/pictos-seances/vast-noir.png");
}
.picto-seance.vast {
  background-size: 115% 115%;
}
.picto-seance.sme {
  background-image: url("../images/pictos-seances/sme-rouge.png");
}
.picto-seance.sme.blanc {
  background-image: url("../images/pictos-seances/sme-blanc.png");
}
.picto-seance.sme.noir {
  background-image: url("../images/pictos-seances/sme-noir.png");
}
.picto-seance.sme {
  background-size: 115% 115%;
}
.picto-seance.cinerelax {
  background-image: url("../images/pictos-seances/picto-relax.png");
}
.picto-seance.cinerelax.blanc {
  background-image: url("../images/pictos-seances/picto-relax-blanc.png");
}
.picto-seance.avp {
  background-image: url("../images/pictos-seances/avp-rouge.png");
}
.picto-seance.avp.blanc {
  background-image: url("../images/pictos-seances/avp-blanc.png");
}
.picto-seance.avp.noir {
  background-image: url("../images/pictos-seances/avp-noir.png");
}
.picto-seance.audiodescription {
  background-image: url("../images/pictos-seances/audiodescription-rouge.png");
}
.picto-seance.audiodescription.blanc {
  background-image: url("../images/pictos-seances/audiodescription-blanc.png");
}
.picto-seance.audiodescription.noir {
  background-image: url("../images/pictos-seances/audiodescription-noir.png");
}
.picto-seance.interdit-12 {
  background-image: url("../images/pictos-seances/interdit-12-rouge.png");
}
.picto-seance.interdit-12.blanc {
  background-image: url("../images/pictos-seances/interdit-12-blanc.png");
}
.picto-seance.interdit-12.noir {
  background-image: url("../images/pictos-seances/interdit-12-noir.png");
}
.picto-seance.interdit-13 {
  background-image: url("../images/pictos-seances/interdit-13-rouge.png");
}
.picto-seance.interdit-13.blanc {
  background-image: url("../images/pictos-seances/interdit-13-blanc.png");
}
.picto-seance.interdit-13.noir {
  background-image: url("../images/pictos-seances/interdit-13-noir.png");
}
.picto-seance.interdit-14 {
  background-image: url("../images/pictos-seances/interdit-14-rouge.png");
}
.picto-seance.interdit-14.blanc {
  background-image: url("../images/pictos-seances/interdit-14-blanc.png");
}
.picto-seance.interdit-14.noir {
  background-image: url("../images/pictos-seances/interdit-14-noir.png");
}
.picto-seance.interdit-16 {
  background-image: url("../images/pictos-seances/interdit-16-rouge.png");
}
.picto-seance.interdit-16.blanc {
  background-image: url("../images/pictos-seances/interdit-16-blanc.png");
}
.picto-seance.interdit-16.noir {
  background-image: url("../images/pictos-seances/interdit-16-noir.png");
}
.picto-seance.interdit-18 {
  background-image: url("../images/pictos-seances/interdit-18-rouge.png");
}
.picto-seance.interdit-18.blanc {
  background-image: url("../images/pictos-seances/interdit-18-blanc.png");
}
.picto-seance.interdit-18.noir {
  background-image: url("../images/pictos-seances/interdit-18-noir.png");
}
.picto-seance.apartir-2 {
  background-image: url("../images/pictos-seances/apartir-2-rouge.png");
}
.picto-seance.apartir-2.blanc {
  background-image: url("../images/pictos-seances/apartir-2-blanc.png");
}
.picto-seance.apartir-2.noir {
  background-image: url("../images/pictos-seances/apartir-2-noir.png");
}
.picto-seance.apartir-3 {
  background-image: url("../images/pictos-seances/apartir-3-rouge.png");
}
.picto-seance.apartir-3.blanc {
  background-image: url("../images/pictos-seances/apartir-3-blanc.png");
}
.picto-seance.apartir-3.noir {
  background-image: url("../images/pictos-seances/apartir-3-noir.png");
}
.picto-seance.apartir-4 {
  background-image: url("../images/pictos-seances/apartir-4-rouge.png");
}
.picto-seance.apartir-4.blanc {
  background-image: url("../images/pictos-seances/apartir-4-blanc.png");
}
.picto-seance.apartir-4.noir {
  background-image: url("../images/pictos-seances/apartir-4-noir.png");
}
.picto-seance.apartir-5 {
  background-image: url("../images/pictos-seances/apartir-5-rouge.png");
}
.picto-seance.apartir-5.blanc {
  background-image: url("../images/pictos-seances/apartir-5-blanc.png");
}
.picto-seance.apartir-5.noir {
  background-image: url("../images/pictos-seances/apartir-5-noir.png");
}
.picto-seance.apartir-6 {
  background-image: url("../images/pictos-seances/apartir-6-rouge.png");
}
.picto-seance.apartir-6.blanc {
  background-image: url("../images/pictos-seances/apartir-6-blanc.png");
}
.picto-seance.apartir-6.noir {
  background-image: url("../images/pictos-seances/apartir-6-noir.png");
}
.picto-seance.apartir-7 {
  background-image: url("../images/pictos-seances/apartir-7-rouge.png");
}
.picto-seance.apartir-7.blanc {
  background-image: url("../images/pictos-seances/apartir-7-blanc.png");
}
.picto-seance.apartir-7.noir {
  background-image: url("../images/pictos-seances/apartir-7-noir.png");
}
.picto-seance.apartir-8 {
  background-image: url("../images/pictos-seances/apartir-8-rouge.png");
}
.picto-seance.apartir-8.blanc {
  background-image: url("../images/pictos-seances/apartir-8-blanc.png");
}
.picto-seance.apartir-8.noir {
  background-image: url("../images/pictos-seances/apartir-8-noir.png");
}
.picto-seance.apartir-10 {
  background-image: url("../images/pictos-seances/apartir-10-rouge.png");
}
.picto-seance.apartir-10.blanc {
  background-image: url("../images/pictos-seances/apartir-10-blanc.png");
}
.picto-seance.apartir-10.noir {
  background-image: url("../images/pictos-seances/apartir-10-noir.png");
}

.film-footer ul {
  padding-left: 0;
}
.film-footer li {
  white-space: nowrap;
}
.film-footer li .add-seance-to-fav img {
  margin-bottom: -3px;
}
.film-footer .picto-seance {
  margin-left: 6px;
  margin-bottom: -6px;
  width: 24px;
  height: 24px;
}
.film-footer .picto-seance.presence.blanc {
  background-image: url("../images/pictos-seances/invite-rouge.png");
}
.film-footer .picto-seance.sme.blanc {
  background-image: url("../images/pictos-seances/sme-noir.png");
}
.film-footer .picto-seance.vast.blanc {
  background-image: url("../images/pictos-seances/vast-noir.png");
}
.film-footer .picto-seance.audiodescription.blanc {
  background-image: url("../images/pictos-seances/audiodescription-noir.png");
}
.film-footer .picto-seance.sme, .film-footer .picto-seance.vast, .film-footer .picto-seance.audiodescription {
  width: 28px;
  height: 28px;
  margin-bottom: -8px;
}

.salle {
  background-color: #444444;
  padding: 1px 10px 2px;
  display: inline-block;
}
.salle.salle-D1 {
  background-color: #c8b700;
}
.salle.salle-D2 {
  background-color: #009fe3;
}
.salle.salle-D3 {
  background-color: #3fa535;
}
.salle.salle-D4 {
  background-color: #3c6c68;
}
.salle.salle-D5 {
  background-color: #cd1719;
}
.salle.salle-D6 {
  background-color: #283583;
}
.salle.salle-GS {
  background-color: #006378;
}
.salle.salle-SB {
  background-color: #49889b;
}
.salle.salle-VE {
  background-color: #98b3c0;
}
.salle.salle-SIRENE {
  background-color: #222222;
}
.salle.salle-Med {
  background-color: #000000;
}
.salle.salle-CCN {
  background-color: #22ab87;
}

.filtres-wrapper {
  padding: 26px;
}
.filtres-wrapper .telecharger {
  display: block;
  color: #000000;
  margin: 15px 0;
}
.filtres-wrapper .telecharger i {
  margin-right: 10px;
}
.filtres-wrapper .telecharger:hover {
  color: #fa6771;
}
.filtres-wrapper h3 {
  border-top: 1px solid #ccc;
  margin: 20px 0 0;
  padding: 15px 0;
}
.filtres-wrapper h4 {
  font-size: 0.9em;
  margin: 20px 0 7px;
  color: inherit;
  border-top: 1px solid #ccc;
  padding: 15px 0 0;
}
.filtres-wrapper h4 a {
  color: inherit !important;
}
.filtres-wrapper h4:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.filtres-wrapper fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
.filtres-wrapper button {
  font-size: 0.8em;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 0 12px 0 2px;
  margin-left: -2px;
  transition: 0.2 all;
}
.filtres-wrapper button:not(:disabled):hover {
  color: #444;
}
.filtres-wrapper button:disabled {
  opacity: 0.5;
}
.filtres-wrapper button {
  position: relative;
}
.filtres-wrapper button.mixitup-control-active {
  background-color: #eee;
}
.filtres-wrapper button.mixitup-control-active::after {
  content: "x";
  position: absolute;
  right: 4px;
  top: 0;
}

.legendes-wrapper {
  padding: 26px;
}
.legendes-wrapper h3 {
  margin-top: 0;
}
.legendes-wrapper h4 {
  margin-bottom: 20px;
  font-size: 1.2em;
  margin-top: 26px !important;
}
.legendes-wrapper ul {
  list-style: none;
  font-size: 0.85em;
  padding: 0;
  margin: 0;
}
.legendes-wrapper ul li strong {
  color: #fa6771;
  margin-right: 20px;
}
.legendes-wrapper ul li i {
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: -3px;
}
.legendes-wrapper ul li .salle {
  color: #fff;
  margin-right: 20px;
  min-width: 26px;
}
.legendes-wrapper .welovefema img {
  width: 32px;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}
.legendes-wrapper .welovefema img + span {
  font-size: 0.9em;
}

.seances-jour a::before {
  content: "— ";
}

body.tax-jour .bottom-buttons {
  visibility: visible;
  opacity: 1;
}
body.tax-jour .bottom-buttons .top-button,
body.tax-jour .bottom-buttons .menu-button {
  display: none;
}

body.tax-jour .bottom-buttons {
  visibility: visible;
  opacity: 1;
}
body.tax-jour .bottom-buttons .top-button,
body.tax-jour .bottom-buttons .menu-button {
  display: none;
}

body.tax-jour.sticky-header .bottom-buttons .top-button,
body.tax-jour.sticky-header .bottom-buttons .menu-button {
  display: block;
}

.gform_wrapper .gfield_required,
.gfield_required {
  font-size: 115% !important;
  line-height: 1 !important;
}

.gform_validation_errors > h2 {
  color: #fa6771 !important;
  text-transform: none;
  padding-bottom: 40px;
  font-family: inherit;
}

#nom_accredite_pro_field .woocommerce-input-wrapper,
#nom_accredite_50euros_field .woocommerce-input-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#nom_accredite_pro_field .woocommerce-input-wrapper > span.description,
#nom_accredite_50euros_field .woocommerce-input-wrapper > span.description {
  width: 100%;
  order: 1;
  border: 0;
  padding: 0;
}
#nom_accredite_pro_field .woocommerce-input-wrapper > input,
#nom_accredite_50euros_field .woocommerce-input-wrapper > input {
  width: 100%;
  order: 2;
}

#field_18_1,
#field_18_4,
#field_18_5,
#field_18_6,
#field_18_7,
#field_18_12,
#field_18_8 {
  margin-bottom: 40px;
}

.raisons-benshi {
  background: #fff;
  padding: 20px 40px 10px;
  position: relative;
  margin: 60px 0 30px;
}
.raisons-benshi h3 {
  margin: 0;
  font-size: 1.5em;
}
.raisons-benshi h3 img {
  max-height: 26px;
  width: auto;
  margin-left: 12px;
}
.raisons-benshi::after {
  content: "";
  position: absolute;
  right: 20px;
  top: -95px;
  height: 100px;
  width: 100px;
  background-image: url("../images/raisons-benshi.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.tax-jour aside.reservation-seances.desktop {
  display: none;
}
.tax-jour aside.reservation-seances {
  width: 100vw;
  margin-left: -1.75em;
  margin-bottom: 20px;
  margin-top: 20px;
}
.tax-jour aside.reservation-seances .wrapper header {
  width: 100%;
  padding: 20px 2em;
  background: #64818c;
  color: #fff;
}
.tax-jour aside.reservation-seances .wrapper header div {
  display: block;
  font-size: 1em;
  width: 100%;
}
.tax-jour aside.reservation-seances .wrapper header div p {
  padding-right: 30px;
  margin: 0;
}
.tax-jour aside.reservation-seances .wrapper header img {
  float: left;
  max-height: 20px;
  margin: 0;
  margin-right: 10px;
}
.tax-jour aside.reservation-seances .wrapper header .bouton {
  white-space: nowrap;
  background: #fff;
  color: #222;
  margin-top: 20px;
}
.tax-jour aside.reservation-seances .wrapper header .bouton i.picto-click {
  display: inline-block;
  background-image: url("../images/click-black.png");
  transition: all 0.3s;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  margin-bottom: -3px;
  background-repeat: no-repeat;
  background-size: contain;
}
.tax-jour aside.reservation-seances .wrapper header .bouton:hover {
  background: #eee;
}
.tax-jour aside.reservation-seances .wrapper header .bouton:hover i.picto-click {
  height: 22px;
  width: 22px;
  margin-bottom: -4px;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: 9px;
}
.tax-jour .widget-reservation {
  display: none;
  border-bottom: 2px solid #222;
}
.tax-jour .widget-reservation > div {
  overflow: hidden;
}
.tax-jour .widget-reservation > div iframe {
  margin-top: -70px;
}
.tax-jour .widget-reservation footer p {
  padding-top: 40px;
  text-align: right;
}
.tax-jour .widget-reservation footer p a {
  color: #444;
  font-weight: normal;
  text-decoration: underline;
}

form.questionnaire h6 {
  margin: 0;
  font-size: 1.1em !important;
}

.annees-audiodescription {
  background: #fff;
  border: 1px solid #ddd;
  padding: 40px;
  margin-bottom: 40px;
}
.annees-audiodescription iframe {
  margin: 5px 0 0 !important;
}
.annees-audiodescription iframe[src*=ecoutez-voir] {
  width: auto;
}
.annees-audiodescription iframe[src*=vimeo] {
  height: 200px;
}
.annees-audiodescription hr {
  margin: 40px 0;
  background: #ddd;
}

.totaux-camping {
  grid-column: span 12;
  -ms-grid-column-span: 12;
  margin: 30px 0 40px;
  background: #f9f9f9;
  padding: 14px 30px 10px;
  border-radius: 5px;
}
.totaux-camping .ginput_container {
  display: none !important;
}
.totaux-camping .gfield {
  margin: 10px 0;
  color: #325568;
}
.totaux-camping .gfield label::before {
  content: "— ";
}

.thwcfe-checkout-section label .optional {
  display: none;
}

.thwcfe-checkout-section.info_accredite_pro h3,
.woocommerce-additional-fields h3,
.thwcfe-checkout-section.info_accredite_50euros h3 {
  font-size: 16pt;
}

p.commande-accreditation {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0em;
  font-size: 1.1em;
  color: #325568;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.woocommerce form .thwcfe-checkout-section.mecenat {
  margin-bottom: 50px;
}
.woocommerce form .thwcfe-checkout-section.mecenat h3 {
  font-size: 16pt;
  margin-bottom: 0;
}
.woocommerce form .thwcfe-checkout-section.mecenat .form-row .woocommerce-input-wrapper .description,
.woocommerce form .thwcfe-checkout-section.mecenat .form-row .woocommerce-input-wrapper .description-mecenat {
  display: block;
  font-style: italic;
  background: transparent;
  color: inherit;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.woocommerce form .thwcfe-checkout-section.mecenat .form-row .woocommerce-input-wrapper .description::before,
.woocommerce form .thwcfe-checkout-section.mecenat .form-row .woocommerce-input-wrapper .description-mecenat::before {
  display: none !important;
}
.woocommerce form .thwcfe-checkout-section.mecenat .boutons-mecenat,
.woocommerce form .thwcfe-checkout-section.mecenat .infos-mecenat {
  display: none;
}
.woocommerce form .thwcfe-checkout-section.mecenat .infos-mecenat {
  background: #f6f6f6;
  padding: 20px 30px;
  border-radius: 8px;
  margin-top: 25px;
}
.woocommerce form .thwcfe-checkout-section.mecenat .boutons-mecenat .bouton {
  margin: 0 20px 10px 0;
}
.woocommerce form .thwcfe-checkout-section.mecenat .boutons-mecenat.deja .boutons {
  display: none;
}

.description-transport {
  font-style: italic;
}

.thwcfe-checkout-section.infos_beneficiaire + .thwcfe-checkout-section.mecenat {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 30px;
}

.infos_beneficiaire_10_tr,
.infos_beneficiaire_5_tr,
.infos_beneficiaire_3_tr {
  border: 1px solid #ddd;
  padding: 20px;
}

.accessibilite-film {
  background: #fff;
  border: 2px solid #325568;
  padding: 20px 30px;
  margin-top: 20px;
}
.accessibilite-film img.alignright:first-child {
  float: right;
  position: relative;
  padding: 10px 40px;
  background: #fff;
  margin-top: -60px;
  height: 50px;
  width: auto;
  border-radius: 30px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  margin-bottom: 20px;
  border: 2px solid #325568;
}
.accessibilite-film.image-grande {
  padding: 30px 30px 20px;
}
.accessibilite-film.image-grande img.alignright:first-child {
  margin-top: -77px;
  height: 60px;
  margin-bottom: 0;
}

.filtre-info {
  width: 18px;
  height: 18px;
  padding: 3px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: -2px;
  margin-left: 6px;
  border: 1px solid #fff;
  transition: all 0.2s;
}

a:hover .filtre-info {
  border-color: #fa6771;
}

.modifications-seances h5 {
  font-size: 1.3em;
}
.modifications-seances ul {
  list-style: none;
  padding-left: 0;
  padding-top: 1px;
}
.modifications-seances ul li {
  margin: 15px 0;
  clear: both;
}
.modifications-seances ul li:last-child {
  margin-bottom: 0;
}
.modifications-seances ul a {
  font-weight: bold;
}
.modifications-seances ul .salle {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
}
.modifications-seances ul .heure {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  float: left;
  margin-bottom: 10px;
  padding-top: 2px;
  margin-right: 10px;
  font-weight: 400;
  letter-spacing: 0.045em;
}
.modifications-seances ul .info {
  position: relative;
  top: 3px;
}

#gform_42 .gchoice_other_control[disabled],
#gform_84 .gchoice_other_control[disabled] {
  display: none;
}

.thwcfe-checkout-section {
  padding-top: 40px;
}

/*********************
WELOVEFEMA
*********************/
.welovefema-public-header {
  background: #ff3046;
  height: 100px;
  position: relative;
}
.welovefema-public-header .welovefema-logo {
  position: absolute;
  left: 26px;
  top: 15%;
  height: 60%;
}
.welovefema-public-header .welovefema-logo.horizontal {
  display: none;
}
.welovefema-public-header .baiser {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}
.welovefema-public-header .wrap {
  position: relative;
  height: 100%;
}

body.commu .hentry {
  margin-top: 0 !important;
}
body.commu .commu-buttons {
  position: fixed;
  top: 50px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 100px;
}
body.commu .menu-button {
  float: none;
  margin: 7px 0px 4px 20px;
}
body.commu .share-button a.welovefema-partage {
  opacity: 0.8;
}
body.commu .footer {
  background: rgb(36.25, 46.7625, 50.75);
  margin-bottom: 0 !important;
}
body.commu .bouton,
body.commu .login-submit input[type=submit] {
  display: inline-block;
  background: #18b88e;
  height: 50px;
  border-radius: 25px;
  padding: 2px 30px;
  line-height: 42px;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
}

.small-commu-bouton,
body.commu .bouton.small-commu-bouton {
  height: 40px;
  line-height: 34px;
  font-size: 0.9em;
  padding: 2px 30px;
  color: #fff;
  opacity: 0.9;
  position: relative;
}
.small-commu-bouton.gris,
body.commu .bouton.small-commu-bouton.gris {
  background-color: #eee;
  color: #444 !important;
}
.small-commu-bouton.bleu,
body.commu .bouton.small-commu-bouton.bleu {
  background-color: #325568;
}
.small-commu-bouton:hover, .small-commu-bouton:focus, .small-commu-bouton:active,
body.commu .bouton.small-commu-bouton:hover,
body.commu .bouton.small-commu-bouton:focus,
body.commu .bouton.small-commu-bouton:active {
  opacity: 1;
  color: #fff;
}
.small-commu-bouton:active,
body.commu .bouton.small-commu-bouton:active {
  top: -1px;
}

.commu-compte-button {
  margin: 8px 20px 4px 0;
}
.commu-compte-button img {
  width: 40px;
  height: 40px;
  margin: 0;
}

body.logged-1 .entry-content .mobile-button,
body.logged-1 .entry-content .commu-compte-button,
body.logged- .menu-button,
body.logged- .commu-compte-button {
  display: none;
}

.avatar {
  border-radius: 50%;
}

/*body.logged- */
.header-commu .secondary-header,
.header-commu .visuel-commu {
  display: none;
}

.header-commu #inner-header {
  position: relative;
  z-index: 100;
  padding: 20px;
}
.header-commu .logo img {
  max-height: 140px;
  max-width: 20vw;
  z-index: 100;
  position: relative;
}
.header-commu nav {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: 99;
  transition: all 0.2s;
  background: #ff3046;
  padding: 100px 20px;
}
.header-commu nav ul li {
  text-align: center;
  padding: 20px;
}
.header-commu nav ul li a {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none !important;
  padding: 0;
  text-transform: none;
  font-weight: 700;
  font-size: 2em;
  position: relative;
  left: 0;
  transition: all 0.2s;
}
.header-commu nav ul li a:hover {
  color: #fff;
  font-size: 2.2em;
}
.header-commu nav ul li.back {
  margin-top: 40px;
}
.header-commu nav ul li.back a {
  border-top: 1px dotted #fff;
  padding: 30px;
  font-weight: 500;
  font-size: 1.2em;
  font-style: italic;
}
.header-commu nav ul li.back a:hover {
  font-size: 1.3em;
}
.header-commu .secondary-header {
  padding: 20px 30px;
}
.header-commu .dispositif-left {
  margin-top: 30px;
}
.header-commu .dispositif-left .bouton {
  background: #fff;
  color: #000000;
}

body.menu-ouvert .header-commu nav {
  left: 0;
}
body.menu-ouvert {
  overflow: hidden;
}

.home-mobile-screen {
  background: #ff3046;
  position: absolute;
  top: 0;
  min-height: 100vh;
  z-index: 99;
  padding: 140px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-mobile-screen .home-commu-cta {
  position: relative;
  z-index: 52;
}
.home-mobile-screen .home-commu-cta p {
  text-align: center;
}
.home-mobile-screen .home-commu-cta a:not(.bouton) {
  color: #fff;
}
.home-mobile-screen.visible + #content, .home-mobile-screen.visible + #content + .footer {
  display: none;
}

.visuel-commu {
  position: relative;
  z-index: 50;
  margin-top: -10px;
  margin-left: -30px;
  width: calc(100% + 60px);
}
.visuel-commu img {
  width: 100%;
  margin-bottom: -7px;
}

.commu-visuel-container {
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

.intro-commu {
  padding: 0px 3px 10px;
  color: #fff;
  font-weight: 600;
  font-size: 1.33em;
}
.intro-commu a.bouton {
  background: #fff !important;
  color: #000000;
  font-style: normal;
}
.intro-commu a.bouton:hover {
  opacity: 0.8;
}

.commu-home .entry-content .not-logged-form {
  max-width: 500px;
  margin: 30px auto;
}
.commu-home .entry-content .not-logged-form h2 {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px dotted #bbb;
}
.commu-home .entry-content #loginform {
  max-width: 400px;
  display: inline-block;
  margin: 30px auto;
}

.commu-left .entry-content,
.commu-home .entry-content {
  padding: 50px 30px 0;
}
.commu-left .entry-content header, .commu-left .entry-content footer,
.commu-home .entry-content header,
.commu-home .entry-content footer {
  margin: 0;
  padding: 0 !important;
}
.commu-left .entry-content h1,
.commu-home .entry-content h1 {
  margin-bottom: 30px;
}
.commu-left .entry-content .gform_wrapper,
.commu-home .entry-content .gform_wrapper {
  margin: 40px 0;
}
.commu-left .entry-content .gform_wrapper .gfield,
.commu-home .entry-content .gform_wrapper .gfield {
  margin: 30px 0;
}
.commu-left .entry-content footer ul,
.commu-home .entry-content footer ul {
  list-style: none;
  text-align: right;
  display: flex;
  gap: 10px 20px;
  padding: 0;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.commu-left .entry-content footer ul .bouton.retour,
.commu-home .entry-content footer ul .bouton.retour {
  background: #ddd;
  color: #000000;
}

.section-home-commu {
  margin-bottom: 50px;
  line-height: 1.8;
}
.section-home-commu footer {
  margin: 0 !important;
  padding: 0 !important;
  text-align: right;
}
.section-home-commu footer a:not(.bouton) {
  color: #666;
}
.section-home-commu.badges {
  margin-bottom: 0;
}
.section-home-commu.badges .ligne-boutons {
  margin-top: 20px !important;
}

.bento {
  overflow: hidden;
  margin-right: -20px;
  margin-left: -20px;
}
.bento iframe {
  width: calc(100% + 20px);
  height: calc(100vh + 740px);
  border: 0;
  margin: 0;
  padding: 0;
  margin-top: -550px;
  margin-right: -20px;
  margin-bottom: -30px;
}

.bento + .footer {
  margin-top: -155px;
  z-index: 7;
  position: relative;
}

.login-form .login-password,
.login-form .login-username {
  opacity: 0.7;
}
.login-form .login-password label::after,
.login-form .login-username label::after {
  content: " :";
}
.login-form input[type=text],
.login-form input[type=password] {
  height: 60px;
  border-radius: 50px;
  margin-top: 18px;
  padding: 0 32px;
}
.login-form > p {
  font-size: 0.9em;
}
.login-form, .login-form p {
  text-align: center !important;
}

.gform_wrapper.gravity-theme form.compte-welovefema .top_label .gfield_error {
  width: 100% !important;
}
.gform_wrapper.gravity-theme form.compte-welovefema .gfield_description {
  font-size: 0.85em !important;
  margin-bottom: 10px;
}
.gform_wrapper.gravity-theme form.compte-welovefema .gfield_validation_message,
.gform_wrapper.gravity-theme form.compte-welovefema .validation_message {
  background: transparent;
  border: 0;
  padding: 0;
  color: #fa6771;
  font-weight: bold;
}
.gform_wrapper.gravity-theme form.compte-welovefema .gf_progressbar_wrapper {
  display: none;
}
.gform_wrapper.gravity-theme form.compte-welovefema .charleft {
  display: none;
}
.gform_wrapper.gravity-theme form.compte-welovefema .gfield_password_strength {
  transition: all 0.3s;
}
.gform_wrapper.gravity-theme form.compte-welovefema .gfield_password_strength.blank {
  opacity: 0;
}
.gform_wrapper.gravity-theme form.compte-welovefema .ginput_container_image_choice {
  cursor: pointer;
}
.gform_wrapper.gravity-theme form.compte-welovefema .ginput_container_image_choice:where(:has(input:not([value="Avatar personnalisé"]):checked)) .gchoice:not(:has(input:checked)) {
  opacity: 0.5;
}
.gform_wrapper.gravity-theme form.compte-welovefema .ginput_container_image_choice .gfield-choice-image-wrapper::before {
  border-color: transparent !important;
}
.gform_wrapper.gravity-theme form.compte-welovefema .ginput_container_image_choice .gchoice {
  transition: all 0.3s;
  inline-size: 90px;
  max-inline-size: 90px;
  min-inline-size: 90px;
}
.gform_wrapper.gravity-theme form.compte-welovefema .ginput_container_image_choice .gchoice img {
  border-radius: 50px;
}
.gform_wrapper.gravity-theme form.compte-welovefema .ginput_container_image_choice .gchoice:where(:has(input:checked))::after {
  inline-size: 19px;
  block-size: 19px;
  font-size: 22px;
  inset-block-start: 0;
  inset-inline-end: 0;
}
.gform_wrapper.gravity-theme form.compte-welovefema .ginput_container_image_choice .gchoice .gfield-image-choice-wrapper-inner {
  display: none;
}
.gform_wrapper.gravity-theme form.compte-welovefema .ginput_container_image_choice .gchoice label {
  font-size: 0.7em;
}
.gform_wrapper.gravity-theme form.compte-welovefema .show-more-avatars {
  text-align: right;
  padding: 20px 0 10px;
}
.gform_wrapper.gravity-theme form.compte-welovefema .show-more-avatars a {
  font-size: 0.8em;
  text-decoration: underline;
  color: #000000;
  font-weight: 500;
}

#gform_109 #field_109_27,
#gform_109 #field_109_28 {
  margin-bottom: 0;
}
#gform_109 #field_109_21,
#gform_109 #field_109_6 {
  margin-top: 0;
}
#gform_109 .gform_footer {
  justify-content: flex-end;
  padding-top: 30px;
}
#gform_109 h2 {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.commu-left .entry-content .gform_wrapper #gform_109 .gfield {
  margin: 10px 0;
}

.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true] + label, .gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: #fa6771 !important;
}

.add-film-to-fav,
.add-seance-to-fav {
  filter: sepia(100) grayscale(1);
  opacity: 0.7;
  transition: all 0.2s;
  width: auto !important;
}
.add-film-to-fav:hover, .add-film-to-fav.is-fav,
.add-seance-to-fav:hover,
.add-seance-to-fav.is-fav {
  opacity: 0.8;
  filter: sepia(0) grayscale(0);
}
.add-film-to-fav img,
.add-seance-to-fav img {
  margin: 0;
  max-height: 100%;
}
h1:not(.h3) .add-film-to-fav,
h1:not(.h3) .add-seance-to-fav {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 0;
  margin-left: 0px;
}
.seance .add-film-to-fav,
.seance .add-seance-to-fav {
  position: relative;
  opacity: 0.3;
  top: 2px;
  float: left;
  margin-right: 8px;
}
.seance .add-film-to-fav:hover, .seance .add-film-to-fav.is-fav,
.seance .add-seance-to-fav:hover,
.seance .add-seance-to-fav.is-fav {
  opacity: 0.8;
  filter: sepia(0) grayscale(0);
}

.tippy-box {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
}
.section-home-commu {
  padding: 0 0 30px;
}
.section-home-commu.dispositif footer, .section-home-commu.interets footer {
  padding-top: 20px !important;
}
.section-home-commu.dispositif footer .bouton:not(:last-of-type), .section-home-commu.interets footer .bouton:not(:last-of-type) {
  margin-right: 20px;
}

.section-home-commu.choix-dispositif form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.section-home-commu.choix-dispositif form select {
  max-width: calc(100% - 150px);
  margin: 0;
}

.fav-films footer p, .fav-seances footer p {
  text-align: right !important;
}
.fav-films footer p a, .fav-seances footer p a {
  font-weight: normal;
  font-size: 0.9em;
}
.liste-favoris:not(.slick-fleches) ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.liste-favoris:not(.slick-fleches) ul li {
  padding: 10px 0;
}

.liste-favoris.slick-fleches ul {
  padding: 0;
  margin-left: -15px;
  width: calc(100% + 30px);
}
.liste-favoris.slick-fleches ul li {
  padding: 0 15px;
}
.liste-favoris.slick-fleches .slick-track {
  margin-left: 0;
}
.liste-favoris.slick-fleches .slick-arrow {
  top: 90px;
  z-index: 3;
}
.liste-favoris.slick-fleches .slick-arrow:not(.slick-disabled) {
  opacity: 0.3;
}
.liste-favoris.slick-fleches .slick-arrow:not(.slick-disabled):hover {
  opacity: 0.7;
}

.fav-film > div {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  font-size: 0.9em;
  line-height: 1.4;
}
.fav-film > div aside {
  width: 100%;
  padding-top: 60%;
  background-image: url("../images/default4.png");
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  grid-column-start: 1;
  grid-column-end: 3;
  position: relative;
}
.fav-film > div aside a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fav-film > div a.titre {
  text-transform: uppercase;
  color: #007388;
  font-weight: bold;
}
.fav-film > div a.section {
  color: inherit;
}
.fav-film > div span.real {
  font-size: 0.9em;
}
.fav-film.manage {
  grid-template-columns: 1fr 30px;
  gap: 15px;
}
.fav-film.manage > div {
  grid-row-start: 2;
}
.fav-film.manage .picto-close {
  opacity: 0.3;
  cursor: pointer;
  padding: 0 0px 6px 8px;
}
.fav-film.manage .picto-close img {
  margin-top: -10px;
}
.fav-film.manage .picto-close:hover {
  opacity: 0.7;
}
.fav-film.manage div div:last-of-type {
  text-align: right;
}

.user-content .fav-film > div {
  font-size: 1em;
}

.fav-seances div.jour {
  margin-top: 40px;
  font-size: 0.9em;
}
.fav-seances ul {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}
.fav-seances h3 {
  text-align: left;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.25em;
}
.fav-seances h3 a {
  color: inherit !important;
}

.liste-membres ul {
  padding: 0;
  list-style: none;
}
.liste-membres li {
  display: grid;
  column-gap: 20px;
  align-items: center;
  grid-template-columns: 80px 1fr;
}
.liste-membres li div {
  flex-shrink: 0.5;
}
.liste-membres li aside img {
  margin: 0;
  width: 80px;
  transition: all 0.2s;
}
.liste-membres li aside:hover img {
  transform: scale(1.05);
}
.liste-membres li h3 {
  font-size: 1.2em;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 5px;
}
.liste-membres li p {
  font-style: italic;
  margin-bottom: 3px;
}
.liste-membres li p:not(.depuis) {
  font-weight: bold;
}
.liste-membres li a {
  color: inherit;
}
.liste-membres li a:hover {
  color: #325568;
}

.header-avatar-container {
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  column-gap: 20px;
}
.header-avatar-container aside img {
  width: 120px;
}
.header-avatar-container h1 {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: inherit;
}

a.welovefema-partage {
  transition: all 0.3s;
  opacity: 0.3;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
a.welovefema-partage:hover {
  opacity: 1;
}
p a.welovefema-partage {
  top: 3px;
}
h1 a.welovefema-partage {
  top: -4px;
}
h1 a.welovefema-partage .picto {
  width: 24px;
  height: 24px;
}

.user-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.user-content h2 {
  text-transform: none;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #32466e;
}

.user-content + .user-content h2 {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.gform_wrapper.gravity-theme .rsvp .gfield .gfield_validation_message {
  border: none;
  background: inherit;
  padding: 0;
  font-weight: bold;
}

.contenu_supplementaire .alignleft {
  float: left;
  margin-right: 15px;
}

.page-template-page-films-coproduits .article-header,
.page-template-page-films-coproduits .entry-content {
  max-width: 1000px;
  margin: 0 auto;
}
.page-template-page-films-coproduits .page-title {
  margin-top: 20px;
  font-size: 2.5em;
}
.page-template-page-films-coproduits .films-coproduits {
  margin-top: 50px;
  background: #f8f9fa;
  overflow: hidden;
}
.page-template-page-films-coproduits .diapo-films p {
  margin: 0;
}
.page-template-page-films-coproduits .diapo-films .cineaste {
  font-weight: 600;
}
.page-template-page-films-coproduits .diapo-films .bouton {
  margin-top: 8px;
  color: #fff;
  font-size: 0.9em;
  padding: 4px 12px;
}
.page-template-page-films-coproduits .diapo-films .bouton.gris {
  background: #444;
}
.page-template-page-films-coproduits .diapo-films .bouton.gris:hover {
  background: #111;
}
.page-template-page-films-coproduits .diapo-films h3 {
  font-size: 1em;
  margin: 0 0 6px;
}
.page-template-page-films-coproduits .diapo-films h2 {
  font-size: 1.3em;
}
.page-template-page-films-coproduits .diapo-films h2:last-child {
  padding-bottom: 12px;
}
.page-template-page-films-coproduits .filtres {
  padding: 26px;
}
.page-template-page-films-coproduits .filtres h3 {
  font-size: 1.25em;
  text-align: left;
}
.page-template-page-films-coproduits .filtres fieldset {
  border: none;
  padding: 0;
}
.page-template-page-films-coproduits .filtres select {
  width: 100%;
  max-width: none;
}
.page-template-page-films-coproduits .filtres select:has(option[value^="."]:checked) {
  font-weight: bold;
  color: #325568;
}
.page-template-page-films-coproduits div.header-mix {
  overflow: hidden;
  transition: height 0.3s;
  margin: 5px 30px 20px;
}
.page-template-page-films-coproduits div.header-mix h3 {
  text-align: left;
}
.page-template-page-films-coproduits div.header-mix p {
  margin: 20px 0 10px;
  line-height: 1.75;
}
.page-template-page-films-coproduits div.header-mix > div {
  background: #ffffff;
  height: auto;
  padding: 30px 40px;
  border: 2px solid #eee;
  border-radius: 14px;
}
.page-template-page-films-coproduits div.header-mix > div h3 {
  font-size: 1.66em;
}
.page-template-page-films-coproduits div.header-mix img {
  float: left;
  width: 30%;
  max-width: 150px;
  height: auto;
  margin: 5px 30px 20px 0;
  border-radius: 5px;
}
.page-template-page-films-coproduits div.header-mix footer {
  clear: both;
  text-align: right;
}

body.no-coproduit-filter div.header-mix {
  height: 0 !important;
}

.single-film .film-coproduit {
  background: #fff;
  text-align: center;
}
.single-film .film-coproduit h3 {
  color: #325568;
}
.single-film .film-coproduit p {
  text-align: center;
}
.single-film .film-coproduit .voir-film {
  padding: 20px 0 30px;
}
.single-film .film-coproduit .hash-coproduits {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  gap: 5px 20px;
}
.single-film .film-coproduit .hash-coproduits a {
  color: #666;
  font-style: italic;
}
.single-film .film-coproduit .hash-coproduits a:hover {
  color: #222;
  text-decoration: underline;
}
.single-film .film-coproduit footer {
  text-align: center;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
.single-film-critiques.no-display-comments {
  background: #ff3046;
  color: #fff;
  font-weight: 600;
}
.single-film-critiques.no-display-comments h2 {
  color: #fff;
  margin-bottom: 0;
}
.single-film-critiques.no-display-comments h2 span {
  display: none;
}
.single-film-critiques.no-display-comments h2 img {
  max-height: 44px;
  max-width: 100%;
  width: auto;
}
.single-film-critiques {
  border-bottom: 2px solid #ff3046;
}
.single-film-critiques .wrap {
  padding: 30px;
}
.single-film-critiques .boutons {
  margin-top: 30px;
  display: flex;
  gap: 8px 20px;
  flex-wrap: wrap;
}

.display-comments .single-film-critiques {
  margin-top: -20px !important;
  border: none;
}

.apercu-comments {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 7px;
  position: relative;
  z-index: 3;
}
.apercu-comments a.bouton {
  margin-top: 16px;
}
.apercu-comments .header-avatar-container {
  grid-template-columns: 50px 1fr;
  font-size: 0.9em;
}
.apercu-comments .header-avatar-container a {
  color: #fff;
  font-weight: 600;
}
.apercu-comments .header-avatar-container aside img {
  width: 50px;
}
.apercu-comments .header-avatar-container p {
  margin: 8px 0;
  font-weight: 400;
}

/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
} /* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

.liste-comments-user,
.section-home-commu.critiques .comment {
  font-size: 0.9em;
}
.liste-comments-user .comment_content,
.section-home-commu.critiques .comment .comment_content {
  line-height: 1.8;
}
.liste-comments-user footer,
.section-home-commu.critiques .comment footer {
  margin-top: 10px !important;
}

.section-home-commu.critiques h3 {
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.section-home-commu.critiques .comment {
  padding-top: 0;
  border: 0;
}

#comments-title {
  padding: 0.75em 0;
  margin: 0;
}

.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em 0;
}
.comment:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.comment .alert {
  margin: 10px 0 20px;
  padding: 8px 20px;
  border-radius: 3px;
}
.comment .alert p {
  margin: 0 !important;
}
.comment .alert.alert-info {
  border-color: #dee6e9;
  background: #dee6e9;
  color: #64818c;
}
.comment .comment-author a {
  color: #444;
}
.comment .comment-author a:hover {
  color: #222;
}
.comment .comment-author .avatar {
  height: 32px;
  width: 32px;
  margin-bottom: -10px;
  margin-right: 8px;
}
.comment .picto.coeur {
  width: 24px;
  height: 24px;
  margin-bottom: -6px;
  margin-right: 5px;
  opacity: 0.6;
  filter: grayscale(100%);
}
.comment .picto.coeur:hover {
  filter: grayscale(0);
  opacity: 0.7;
}
.comment footer p {
  margin-top: 5px;
}

.comment_content p {
  margin: 0.333em 0 0.6666em;
  font-size: 1em;
  line-height: 1.5em;
}
.comment_content .hidden-p-comment,
.comment_content .hidden-span-comment,
.comment_content .read-less-comment {
  display: none;
}
.comment_content .read-toggle-comment {
  color: inherit;
  opacity: 0.7;
}
.comment_content .read-toggle-comment:hover {
  opacity: 1;
}

.comment-respond {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin-top: 50px;
  border: 2px solid #ff3046;
}

#reply-title {
  margin: 0;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

#commentform .comment-form-comment label {
  font-weight: bold;
}
#commentform .comment-form-comment textarea {
  margin: 15px 0;
  height: 217px;
  border-radius: 5px;
  padding: 18px 24px 20px;
  line-height: 1.6;
}
#commentform .counter {
  font-size: 0.8em;
  color: #888;
  margin-top: 5px;
}
#commentform .message {
  padding-left: 5px;
}
#commentform .acf-input-wrap {
  overflow: visible;
}
#commentform .acf-field-69b292c354fb0 {
  margin-top: 25px;
}
#commentform .acf-field-69b292c354fb0 .acf-label {
  display: none;
}
#commentform .acf-field-69b292c354fb0 .acf-input .message::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("../images/pictos/heart-full.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-bottom: -5px;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.15s;
  cursor: pointer;
}
#commentform .acf-field-69b292c354fb0 .acf-input input:checked + .message::after {
  filter: grayscale(0);
  opacity: 0.9;
}
#commentform .form-submit {
  text-align: right;
}

.user-content .comment {
  border-bottom: 1px solid #bbb;
  margin-bottom: 30px;
}
.user-content .comment:last-of-type {
  border: 0;
  margin-bottom: 0;
}

aside.comment-film {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  align-items: center;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
aside.comment-film .image {
  height: 60px;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}
aside.comment-film .image a {
  display: block;
  height: 100%;
  width: 100%;
}
aside.comment-film .legend {
  font-weight: bold;
}
aside.comment-film .titre {
  display: block;
  color: #325568;
  text-transform: uppercase;
  font-weight: 700;
}

.single-comment {
  padding-top: 0;
}
.single-comment h1 {
  margin: 10px 0 40px;
}

.single-comment-header {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #bbb;
}
.single-comment-header aside.comment-film {
  border: 0;
}
.single-comment-header .header-avatar-container {
  grid-template-columns: 100px 1fr;
}
.single-comment-header .header-avatar-container aside {
  width: 60px;
  height: 60px;
  margin: 0 20px;
}
.single-comment-header .header-avatar-container p {
  margin: 0;
  text-align: left;
}
.single-comment-header .header-avatar-container a {
  color: #325568;
}

.last-comments {
  margin-top: 70px;
}
.last-comments .comment {
  padding: 3em 0;
  border-bottom: 0;
}
.last-comments .comment:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.last-comments .single-comment-header {
  border: none;
  margin-bottom: 0;
}
.last-comments .h5 {
  color: #325568;
  margin-bottom: 12px;
}

.single-comment-footer {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px dotted #bbb;
}
.single-comment-footer a {
  color: #64818c;
}
.single-comment-footer a:hover {
  color: #00959f;
}

.concours-inactifs-wrapper {
  margin-top: 100px;
}

ul.concours {
  padding: 0;
  list-style: none;
}
ul.concours li {
  padding: 20px 0;
  margin: 0;
}
ul.concours li:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
ul.concours aside {
  display: none;
}
ul.concours footer {
  margin-top: 10px !important;
  text-align: right;
}
ul.concours .h5 {
  margin-bottom: 5px;
}
ul.concours p {
  font-size: 0.9em;
  margin: 5px 0;
}
ul.concours .participation .picto {
  margin-bottom: -3px;
  margin-right: 10px;
}
ul.concours label {
  display: inline-block;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 3px 10px;
  border: 1px solid #325568;
  color: #325568;
  font-weight: 600;
  border-radius: 3px;
  margin-right: 20px;
}
ul.concours.concours-inactifs {
  filter: grayscale(100%);
}

.tippy-box[data-theme~=just-film-fav] a {
  color: #fff !important;
}

.tippy-box[data-theme~=badge] {
  text-align: center;
}

.tippy-box[data-theme~=copier] {
  margin-bottom: 0;
  font-size: 13px;
  text-align: left;
  width: 250px;
  z-index: 999;
}
.tippy-box[data-theme~=copier] span {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 5px;
}
.tippy-box[data-theme~=copier] a {
  display: inline;
  margin: 0;
  padding: 0px 4px;
  position: relative;
  bottom: -2px;
  transition: 0.3s;
}
.tippy-box[data-theme~=copier] a img {
  width: 20px;
  height: auto;
  display: inline;
  margin: 0;
  margin-bottom: -3px;
}
.tippy-box[data-theme~=copier]:hover a {
  opacity: 0.8;
}
.tippy-box[data-theme~=copier]:hover a:hover {
  opacity: 1;
}

.single-liste-critiques-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.single-liste-critiques-header div a {
  display: block;
  color: #999;
}
.single-liste-critiques-header div a:hover {
  color: #325568;
}

.weapp-notice {
  cursor: default;
  margin: 20px 0;
  background: #f6f6f6;
  border: 2px solid #ddd;
  padding: 8px 20px;
  border-radius: 5px;
}
.weapp-notice p {
  margin: 3px 0;
}
.weapp-notice.success {
  background-color: #f7fff6;
  border-color: rgba(6, 130, 43, 0.368627451);
  color: rgba(26, 91, 45, 0.7);
}
.weapp-notice.error {
  background-color: #fff6f6;
  border-color: rgba(218, 12, 12, 0.38);
  color: rgba(218, 12, 12, 0.61);
}

.apercu-badges .slick-track {
  margin-left: 0;
}
.apercu-badges .slick-arrow {
  border: none;
  color: transparent;
  font-size: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url("../images/pictos/chevron.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  transition: all 0.2s;
}
.apercu-badges .slick-arrow:hover {
  opacity: 0.7;
}
.apercu-badges .slick-arrow {
  position: absolute;
  top: 40px;
  right: -20px;
}
.apercu-badges .slick-arrow.slick-disabled {
  opacity: 0;
}
.apercu-badges .slick-arrow.slick-prev {
  transform: rotate(-180deg);
  right: auto;
  left: -20px;
}
.apercu-badges ul {
  position: relative;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.apercu-badges ul li {
  width: 100%;
  max-width: 140px;
  display: inline-block;
  font-size: 0.8em;
}
.apercu-badges ul li p, .apercu-badges ul li h3 {
  text-align: center !important;
  margin: 5px 0;
}
.apercu-badges ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 10px;
}
.apercu-badges ul li.badge-critiques img {
  padding-top: 9%;
  margin-bottom: -9%;
}
.apercu-badges ul li.niveau-0, .apercu-badges ul li.non-obtenu {
  opacity: 0.5;
  filter: grayscale(100%);
}
.apercu-badges ul li.niveau-0:hover, .apercu-badges ul li.non-obtenu:hover {
  opacity: 0.9;
}
.types-badges .apercu-badges ul li {
  opacity: 0.5;
}
.types-badges .apercu-badges ul li.current-niveau {
  opacity: 1;
  font-weight: bold;
}

.types-badges {
  padding: 30px 0 50px;
}
.types-badges:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.types-badges .apercu-badges ul li img {
  padding: 0;
}
.types-badges footer p {
  text-align: right !important;
}
.types-badges footer {
  margin-top: 20px !important;
}
.types-badges .bouton {
  background: #325568 !important;
}
.types-badges .bouton:hover {
  background: #32466e !important;
}

.preuves-visionnement table {
  border: 0;
  border-radius: 7px;
  font-size: 0.85em;
}
.preuves-visionnement table tr:last-child {
  border: 0;
}
.preuves-visionnement table th, .preuves-visionnement table td {
  padding: 5px 12px;
  border: 0;
}
.preuves-visionnement table td {
  background: #fff;
}

.preuve-badge_wrapper {
  margin-top: 10px !important;
  font-size: 0.9em;
}
.preuve-badge_wrapper .gform_required_legend {
  display: none;
}

.remove-dispositif {
  font-size: 0.8em;
  line-height: 1.4;
  opacity: 0.7;
  transition: all 0.2s;
}
.remove-dispositif:hover {
  opacity: 1;
}

/*********************
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.
  */
  body.home #logo {
    display: none;
  }
  body.home #logo-home {
    display: block !important;
  }
  #logo-home {
    text-align: left;
  }
  body.home .menu-button {
    margin: 20px 25px;
  }
  .wrapped {
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .wrapped + aside.smallimage {
    margin: 0 30px;
  }
  #content {
    width: 100%;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
  }
  .menu ul {
    /* end current highlighters */
  }
  .menu {
    /* end .menu ul */
  } /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  header.diaporama-full ul li {
    height: 400px;
  }
  header.diaporama-full h2 {
    font-size: 1.125em;
  }
  section.articles-accueil ul li header .image {
    height: 400px;
  }
  /*********************
  Single : Film
  *********************/
  .full-image .white-header.wrapped {
    margin-top: -130px;
  }
  .small-image .smallimage {
    margin-right: 30px;
    margin-left: 30px;
  }
  .white-header.wrapped.with-label {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-header .header-content {
    padding: 0 30px;
  }
  .diapo-films aside {
    height: 350px;
  }
  .diapo-films.slick-fleches .slick-arrow {
    top: 45%;
  }
  .archives-videos .diapo-films aside {
    height: 200px;
  }
  .entry-wrapper .footer-image {
    height: 400px;
  }
  .stick-container .stick {
    background: #fff;
    padding: 30px;
    text-align: center;
  }
  .stick-container .stick > img {
    max-width: 600px;
  }
  .association footer .bouton {
    max-width: none;
  }
  .horizontal-video section {
    margin-left: 50px;
    margin-right: 50px;
  }
  .vertical .diapo-films article,
  .carre .diapo-films article {
    width: 49.8%;
  }
  .vertical .diapo-films aside,
  .carre .diapo-films aside {
    height: 360px;
  }
  .welovefema-public-header {
    height: 25vw;
  }
  .welovefema-public-header.compact {
    height: 20vw;
  }
  .liste-favoris:not(.slick-fleches) ul {
    grid-template-columns: 48% 48%;
  }
  .liste-favoris.slick-fleches .slick-arrow {
    top: 70px;
  }
}
/*********************
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

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

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  body:not(.blanc) {
    background-color: #f6f6f6;
  }
  #content {
    min-height: 80vh;
    overflow: visible;
  }
  .mobile-only {
    display: none !important;
  }
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 730px;
  }
  .entry-wrapper {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .entry-wrapper.blanc {
    border-radius: 7px;
  }
  .normal .entry-wrapper {
    margin-top: 50px;
  }
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    margin: 30px auto 15px;
  }
  .logo {
    margin: 0 0;
  }
  h1, .h1 {
    font-size: 32pt;
  }
  h1.big, .h1.big {
    font-size: 42pt;
  }
  h2, .h2 {
    font-size: 25pt;
    margin-bottom: 25px;
  }
  h2.big, .h2.big {
    font-size: 27pt;
  }
  h3, .h3 {
    font-size: 21pt;
    margin-bottom: 20px;
  }
  h4, .h4 {
    font-size: 17pt;
  }
  /*********************
  HEADER STYLES
  *********************/
  .header {
    transition: opacity 0.2s;
  }
  body:not(.home) .header-buttons {
    margin-top: 16px;
  }
  body:not(.home) .avatar-button {
    margin-top: 25px;
  }
  .header-buttons {
    display: block;
    float: right;
  }
  .header-buttons ul {
    margin-bottom: 0 !important;
    margin-top: 8px;
    padding-left: 13px;
    padding-right: 26px;
  }
  .header-buttons ul li {
    display: inline-block;
    margin: 5px 9px 0 0;
  }
  .header-buttons ul li:last-of-type {
    margin-right: 0;
    position: relative;
    top: -3px;
  }
  .header-buttons a {
    color: #000000;
  }
  .header-buttons a:hover {
    color: #fa6771;
  }
  .header-buttons a i + span {
    display: none;
  }
  .avatar-button {
    margin: 9px 25px 14px 0;
  }
  .welovefema-button {
    display: block !important;
    margin: 0px -5px 0 0 !important;
  }
  .welovefema-button a {
    padding: 6px 14px;
    background: #18b88e;
    border-radius: 7px;
    display: block;
    line-height: 0;
  }
  .welovefema-button img {
    max-height: 16px;
    opacity: 0.9;
    transition: opacity 0.2s;
  }
  .welovefema-button a:hover img {
    opacity: 1;
  }
  #logo-home {
    text-align: left;
  }
  .mobile-button,
  nav:not(.commu-nav) a.mobile-close-button {
    display: none;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav.top-nav {
    padding: 0;
    margin: 0;
  }
  body:not(.sticky-header) .nav.top-nav {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  nav:not(.commu-nav) .nav.top-nav #menu-item-38876,
  nav:not(.commu-nav) .nav.top-nav > li:first-child {
    display: none;
  }
  .nav-wrapper:not(.commu-nav) {
    border-bottom: 0;
    margin: 0;
    padding: 0 26px;
    position: static;
    width: 100%;
    min-height: 0;
    height: auto;
    overflow: visible;
    background: transparent;
    font-size: 100%;
  }
  .nav-wrapper:not(.commu-nav) li {
    display: inline-block;
    width: auto;
  }
  .nav-wrapper:not(.commu-nav) li a {
    border-bottom: 0;
    color: #000000;
    padding: 0.75em 0.3em;
  }
  .nav-wrapper:not(.commu-nav) li a:hover, .nav-wrapper:not(.commu-nav) li a:focus {
    color: #fa6771;
  }
  .nav-wrapper:not(.commu-nav) li.current-menu-item > a, .nav-wrapper:not(.commu-nav) li.current-menu-ancestor > a, .nav-wrapper:not(.commu-nav) li.current-menu-parent > a {
    color: #fa6771;
    text-decoration: none;
  }
  .nav-wrapper:not(.commu-nav) li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .nav-wrapper:not(.commu-nav) li ul.sub-menu,
  .nav-wrapper:not(.commu-nav) li ul.children {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 12px;
    background: #ffffff;
    margin-top: 0;
    border-top: 0;
    position: absolute;
    left: 0;
    visibility: hidden;
    z-index: 8999;
  }
  .nav-wrapper:not(.commu-nav) li ul.sub-menu li a,
  .nav-wrapper:not(.commu-nav) li ul.children li a {
    padding-left: 0.5em;
    font-size: 13px;
    text-transform: uppercase;
  }
  .nav-wrapper:not(.commu-nav) li ul.sub-menu li:last-child a,
  .nav-wrapper:not(.commu-nav) li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav-wrapper:not(.commu-nav) li ul.sub-menu li,
  .nav-wrapper:not(.commu-nav) li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  .nav-wrapper:not(.commu-nav) li ul.sub-menu li ul,
  .nav-wrapper:not(.commu-nav) li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav-wrapper:not(.commu-nav) li ul.sub-menu,
  .nav-wrapper:not(.commu-nav) li ul.children {
    /* highlight sub-menu current page */
  }
  .nav-wrapper:not(.commu-nav) li {
    /* showing sub-menus */
  }
  .nav-wrapper:not(.commu-nav) li:hover > ul {
    top: auto;
    visibility: visible;
  }
  .nav-wrapper:not(.commu-nav) {
    /* end .menu ul li */
    /* highlight current page */
  }
  .nav-wrapper:not(.commu-nav) {
    /* end current highlighters */
  } /* end .nav */
  .header-commu nav {
    z-index: 101;
    padding-top: 120px;
  }
  body.current-edition .nav-wrapper li.current-edition > a {
    color: #fa6771;
  }
  body.sticky-header .header {
    position: fixed;
    opacity: 0;
    top: -200px;
    width: 100%;
    border-bottom: #eee 1px solid;
  }
  body.sticky-header.visible-header .header {
    top: 0;
    opacity: 1;
  }
  body.sticky-header.home #logo-home {
    display: none !important;
  }
  body.sticky-header.home #logo {
    display: block;
  }
  body.sticky-header #logo {
    max-width: 150px;
    padding: 10px 2px 10px 26px;
    float: left;
    font-size: 0;
  }
  body.sticky-header .nav-wrapper {
    padding-top: 31px !important;
    font-size: 13px;
    text-align: right;
  }
  body.sticky-header .nav-wrapper li a {
    padding: 0 5px;
  }
  body.sticky-header .nav-wrapper li:last-child a {
    padding-right: 0;
  }
  body.sticky-header .nav-wrapper li ul.sub-menu,
  body.sticky-header .nav-wrapper li ul.children {
    width: auto !important;
    margin: 0;
    margin-left: -6px;
    padding: 7px 0 0 0 !important;
    left: auto;
    text-align: left;
  }
  body.sticky-header .nav-wrapper li ul.sub-menu li,
  body.sticky-header .nav-wrapper li ul.children li {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    display: block;
    padding: 3px 10px 3px 3px;
    width: auto;
  }
  body.sticky-header .nav-wrapper li ul.sub-menu li a,
  body.sticky-header .nav-wrapper li ul.children li a {
    padding-right: 0;
  }
  body.sticky-header .nav-wrapper li ul.sub-menu li:first-of-type,
  body.sticky-header .nav-wrapper li ul.children li:first-of-type {
    padding-top: 0;
  }
  body.sticky-header .nav-wrapper li ul.sub-menu li:last-of-type,
  body.sticky-header .nav-wrapper li ul.children li:last-of-type {
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
  }
  body.sticky-header .nav-wrapper li:last-of-type {
    position: relative;
  }
  body.sticky-header .nav-wrapper li:last-of-type ul.sub-menu,
  body.sticky-header .nav-wrapper li:last-of-type ul.children {
    text-align: right;
    margin-right: -20px;
    right: 0;
    width: 250px !important;
  }
  body.sticky-header .nav-wrapper li:last-of-type ul.sub-menu li a,
  body.sticky-header .nav-wrapper li:last-of-type ul.children li a {
    padding-right: 10px;
  }
  body.sticky-header .header-buttons {
    text-align: right;
  }
  body.sticky-header .header-buttons ul {
    margin-bottom: 0;
    margin-top: 3px;
  }
  body.sticky-header .header-buttons ul li {
    margin-top: 0;
    margin-bottom: 0;
  }
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
  }
  .widget ul li {
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /*********************
  FOOTER STYLES
  *********************/
  .footer {
    padding-top: 30px;
  }
  .footer nav {
    display: inline-block;
  }
  .footer nav ul {
    display: inline-block;
  }
  .footer nav ul li {
    display: inline-block;
    padding: 0 20px 3px 0;
    margin-right: 15px;
    border-right: 1px solid #ffffff;
  }
  .footer .footer-rs {
    display: inline-block;
  }
  .footer .footer-rs ul {
    display: inline;
    margin-left: 20px;
  }
  /*********************
  POSTS & CONTENT STYLES - Éléments généraux
  *********************/
  .width-45 {
    width: 45%;
  }
  /*********************
  Formulaires
  *********************/
  body .gform_wrapper ul li.gfield,
  body .gform_wrapper .top_label .gfield_error,
  body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    width: 49.8%;
    display: inline-block;
    padding-right: 20px;
    margin-top: 8px !important;
    vertical-align: top;
  }
  body .gform_wrapper ul li.gfield {
    margin: 20px 0;
  }
  input.medium,
  .gfield.full {
    width: 100% !important;
  }
  #field_1_1,
  #field_1_4,
  #field_1_9,
  #field_1_10,
  #field_1_11,
  .gfield_html,
  #field_2_5,
  #field_2_16,
  #field_17_5,
  #field_17_16,
  #field_3_16,
  #field_4_16,
  #field_2_28,
  #field_17_28,
  #field_3_28,
  #field_4_28,
  #gform_page_2_4 .gfield,
  #gform_page_17_4 .gfield,
  #field_4_41,
  #field_4_45,
  #field_4_30,
  #field_4_32,
  #field_3_5,
  #field_4_43,
  #field_4_46,
  .questionnaire .gfield:not(#field_5_15):not(#field_5_16):not(#field_5_17):not(#field_5_18):not(#field_5_19) {
    width: 100% !important;
  }
  #field_60_7, #field_60_8, #field_60_9, #field_60_10 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .gf_progressbar_wrapper {
    background: #f9f9f9 !important;
    margin-top: -80px !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
    width: calc(100% + 60px) !important;
    padding: 20px 5px !important;
  }
  form.accreditation .validation_error {
    color: #ffffff !important;
    text-align: left !important;
    border: none !important;
    margin-top: -16px !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
    width: calc(100% + 60px) !important;
    padding: 15px 30px !important;
    background-color: #fb4357;
  }
  .gf_progressbar {
    width: 100% !important;
  }
  .gf_progressbar_title {
    text-align: right !important;
  }
  .gfield_label {
    font-size: 1.1em !important;
  }
  /*********************
  Contenu : général
  *********************/
  aside.im-col-gauche {
    width: 30%;
    float: left;
  }
  aside.im-col-gauche img {
    margin-bottom: 37px;
  }
  aside.im-col-gauche + div {
    margin-left: 35%;
    width: auto;
  }
  aside.im-col-gauche + div + * {
    clear: both;
  }
  /*********************
  Contenu : accueil
  *********************/
  header.diaporama-full ul li {
    height: 550px;
  }
  header.diaporama-full h2 {
    font-size: 1.25em;
  }
  section.articles-accueil ul li header .image {
    height: 280px;
  }
  section.articles-accueil ul li > div {
    padding: 10px 20px;
  }
  .slick-fleches .slick-arrow {
    top: 130px;
  }
  .slick-fleches .slick-arrow.slick-next {
    right: -30px;
  }
  .slick-fleches .slick-arrow.slick-prev {
    left: -30px;
    margin-top: 10px;
  }
  /*********************
  Contenu : partenaires
  *********************/
  article.post-112 ul li,
  article.post-200 ul li,
  ul.logos-partenaires li {
    margin: 0 10px;
  }
  article.post-112 ul li img,
  article.post-200 ul li img,
  ul.logos-partenaires li img {
    max-width: 90px !important;
    max-height: 55px !important;
  }
  article.post-112 ul li.gros-li,
  article.post-200 ul li.gros-li,
  ul.logos-partenaires li.gros-li {
    padding: 2px !important;
  }
  article.post-112 ul li.gros-li img,
  article.post-200 ul li.gros-li img,
  ul.logos-partenaires li.gros-li img {
    max-width: 110px !important;
    max-height: 70px !important;
  }
  article.post-112 ul.petits-prog li img,
  article.post-200 ul.petits-prog li img,
  ul.logos-partenaires.petits-prog li img {
    max-width: 78px !important;
    max-height: 40px !important;
  }
  article.post-112 .entry-content > ul:first-of-type li img,
  article.post-112 .entry-content > ul:nth-of-type(2) li img,
  article.post-200 .entry-content > ul:first-of-type li img,
  article.post-200 .entry-content > ul:nth-of-type(2) li img {
    max-width: 120px !important;
    max-height: 80px !important;
  }
  /*********************
  Contenu : équipe / vignettes
  *********************/
  ul.vignettes {
    list-style: none;
    padding: 0;
  }
  ul.vignettes li:nth-of-type(3n+1) {
    padding-right: 4%;
    padding-left: 0;
    clear: both;
  }
  ul.vignettes li:nth-of-type(3n+2) {
    padding-right: 2%;
    padding-left: 2%;
  }
  ul.vignettes li:nth-of-type(3n+3) {
    padding-left: 4%;
    padding-right: 0;
  }
  /*********************
  Contenu : équipe / vignettes
  *********************/
  .page-contact h5:first-child {
    margin-top: 0;
  }
  .page-contact .d-3of4 {
    padding-left: 50px;
  }
  /*********************
  Contenu : Téléchargements
  *********************/
  .section-telechargements ul li:nth-of-type(2n + 1) {
    clear: none;
  }
  .section-telechargements ul li:nth-of-type(3n + 1) {
    clear: left;
  }
  /*********************
  Single : Film
  *********************/
  aside.fullimage {
    height: 90.5vh;
    background-position: center center;
  }
  aside.fullimage.alignement-top {
    background-position: top center;
  }
  aside.fullimage.alignement-bottom {
    background-position: bottom center;
  }
  .display-comments aside.fullimage {
    height: 70vh;
  }
  /*********************
  Taxonomy term : Édition
  *********************/
  .stick-container {
    justify-content: space-around;
    align-items: flex-start;
    background: #fff;
  }
  .stick-container .stick {
    order: 1;
  }
  .stick-container .scroll {
    order: 2;
    padding-left: 30px;
  }
  .stick-container .left {
    width: 35%;
    max-width: 400px;
  }
  .stick-container .right {
    width: 65%;
    min-width: calc(100% - 400px);
  }
  .stick-container .stick {
    background: #fff;
    padding: 0;
  }
  .stick-container .stick > img {
    max-width: none;
  }
  article.edition aside.affiche {
    padding: 25px 25px 75px;
  }
  article.edition .edition-first {
    min-height: 90vh;
  }
  article.edition .edition-second {
    min-height: 900px;
  }
  .white-header.wrapped.with-label {
    position: relative;
    padding-right: 60px;
    padding-left: 60px;
  }
  .white-header.wrapped.with-label label {
    display: block;
    width: 100px;
    text-transform: uppercase;
    color: #325568;
    font-size: 0.9em;
    position: absolute;
    text-align: center;
    top: 50%;
    transform-origin: top center;
  }
  .white-header.wrapped.with-label label.gauche {
    left: 30px;
    margin-left: -60px;
    transform: rotate(-90deg);
  }
  .white-header.wrapped.with-label label.droite {
    right: 30px;
    margin-right: -60px;
    transform: rotate(90deg);
  }
  .section-header .header-content {
    padding: 0 50px;
  }
  .diapo-films aside {
    height: 280px;
  }
  .diapo-films section {
    margin-top: -56px;
    padding: 15px 30px 8px;
  }
  .diapo-films.slick-fleches .slick-arrow {
    top: 39%;
  }
  .archives-videos .diapo-films aside {
    height: 280px;
  }
  .template-programmation main {
    text-align: left;
  }
  .template-programmation .diapo-films article {
    width: 49.8%;
  }
  .white-header .breadcrumb {
    margin-top: -15px !important;
    margin-bottom: 20px;
    margin-left: -30px;
  }
  .full-image .white-header .breadcrumb {
    margin-top: -15px !important;
    margin-bottom: 10px;
  }
  .nav-sections {
    display: block;
    z-index: 2;
  }
  .nav-sections ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav-sections li {
    display: inline-block;
    padding: 0;
    margin: 0 7px 7px 0;
    background-color: #fff;
    letter-spacing: 0.045em;
  }
  .nav-sections li div {
    margin: 0;
  }
  .nav-sections li div:hover {
    opacity: 0.9;
  }
  .tax-section #content:not(.template-programmation) .nav-sections {
    position: absolute;
  }
  aside.sections-personnalites.nb-1 div {
    height: 400px;
  }
  aside.sections-personnalites:not(.nb-1) div {
    display: inline-block;
    width: 47%;
    margin-bottom: 40px;
  }
  aside.sections-personnalites:not(.nb-1) div:nth-of-type(odd) {
    margin-right: 5.4%;
  }
  .affiches-archives li {
    transition: opacity 0.4s;
  }
  .affiches-archives:hover li {
    opacity: 0.65;
  }
  .affiches-archives:hover li:hover {
    opacity: 1;
  }
  article.accueil .contenu-accueil {
    padding-top: 40px;
    font-size: 1.15em;
  }
  .m-1of2:nth-of-type(2n+1),
  .affiches-archives li:nth-of-type(2n+1) {
    clear: none;
  }
  .t-1of3:nth-of-type(3n+1),
  .affiches-archives li:nth-of-type(3n+1) {
    clear: left;
  }
  .numeros li {
    width: 24.9%;
  }
  .autocomplete-suggestions .autocomplete-suggestion {
    padding: 10px 100px 6px 20px;
    font-size: 1em;
    background-image: url("../images/fleche-grise.png");
    background-position: top 16px right 20px;
    background-repeat: no-repeat;
    background-size: 35px auto;
  }
  .search-results article {
    margin: 10px auto 50px;
  }
  .section-archives .affiches-archives {
    display: block;
  }
  .section-archives .affiches-archives li:nth-of-type(4),
  .section-archives .affiches-archives li:nth-of-type(5) {
    display: none;
  }
  /*********************
  Catalogues
  *********************/
  .edition-catalogue {
    background: #fff;
    margin: 50px 0;
  }
  .edition-catalogue > img {
    display: block;
    float: left;
    padding: 20px;
    margin-bottom: 0 !important;
    max-width: 33%;
  }
  .edition-catalogue > div {
    padding: 20px;
    margin-left: 35%;
  }
  .catalogue-iframe iframe {
    width: 700px;
    height: 500px;
  }
  .header-toc-link {
    font-size: 32px;
    padding-top: 7px;
  }
  ul.equipe li:nth-of-type(2n+1) {
    clear: none;
  }
  ul.equipe li:nth-of-type(3n+1) {
    clear: left;
  }
  .diapo-films.horizontal-video aside {
    height: 360px;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 2.5em;
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 2.5em;
  }
  .entry-content .alignright,
  .entry-content img.alignright,
  .entry-content .alignleft,
  .entry-content img.alignleft,
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-bottom: 2em;
  }
  .nav.top-nav {
    margin-top: -5px;
    padding-bottom: 5px;
  }
  #beneficiaire_acc_type_field .woocommerce-input-wrapper label.radio {
    display: inline-block !important;
    width: calc(100% - 40px);
    margin-left: 10px;
  }
  .agenda {
    background: #f8f9fa;
  }
  .mobile-agenda-nav-wrapper {
    display: none;
  }
  .agenda-nav-wrapper {
    display: block;
    position: static;
    background: #f8f9fa;
    padding: 16px 26px 4px;
    height: auto;
  }
  .agenda-nav-wrapper .seances-jour {
    padding-left: 0;
    display: flex;
    margin: 0;
  }
  .agenda-nav-wrapper .seances-jour li {
    display: inline-block;
    text-align: center;
    padding: 0 8px;
  }
  .agenda-nav-wrapper .seances-jour li a {
    max-width: 50px;
    font-size: 80%;
    font-weight: bold;
    color: #000000;
    padding: 5px 0;
  }
  .agenda-nav-wrapper .seances-jour li a:hover {
    color: #fa6771;
  }
  .agenda-nav-wrapper .seances-jour li.current a {
    border-bottom: 2px solid #000000;
  }
  .agenda-nav-wrapper .seances-jour li.current a:hover {
    color: #000000;
  }
  .filtres-wrapper {
    position: static;
    width: 240px;
    padding: 10px 26px;
    overflow: auto;
    background: #f8f9fa;
    min-height: 1000px;
    height: auto;
    overflow: visible;
    float: left;
  }
  .agenda-content > header, .agenda-content > div {
    background: #fff;
    padding: 26px 26px 26px 26px;
  }
  .agenda-content > div {
    padding-top: 0px;
  }
  .agenda-content {
    padding-left: 240px;
  }
  .agenda-content h1 {
    margin: 0;
  }
  .agenda-content ul.seances {
    padding-left: 0;
  }
  .agenda-content .mgl-tiles .mgl-row {
    width: auto !important;
  }
  .agenda h1 {
    width: calc(50% - 25px);
  }
  ul.seances {
    columns: 2;
    column-gap: 50px;
  }
  ul.seances li {
    break-inside: avoid;
  }
  .legendes-wrapper {
    height: auto;
    overflow: hidden;
    position: static;
    background: #f8f9fa;
    width: 100%;
    padding: 26px 26px 66px 266px;
  }
  .legendes-wrapper h4 {
    margin-top: 0px !important;
  }
  .legendes-wrapper > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
  }
  .legendes-wrapper > div .welovefema {
    grid-column-start: 1 !important;
    grid-column-end: 3 !important;
    grid-row: 1;
    padding-bottom: 50px;
  }
  .legendes-wrapper > div div.salles {
    grid-column: 1;
    grid-row: 2;
  }
  .legendes-wrapper > div div.seances-1 {
    grid-column: 2;
    grid-row: 2;
  }
  .legendes-wrapper > div div.seances-2 {
    grid-column: 2;
    grid-row: 3;
  }
  .legendes-wrapper > div ul {
    break-inside: avoid;
    margin-bottom: 0;
  }
  .seances-jour a::before {
    content: "";
  }
  .agenda-nav-wrapper h3 {
    display: none !important;
  }
  .tax-jour aside.reservation-seances {
    position: sticky;
    top: 55px;
    z-index: 9;
  }
  .tax-jour aside.reservation-seances.desktop {
    display: block;
  }
  .tax-jour aside.reservation-seances.mobile {
    display: none;
  }
  .tax-jour aside.reservation-seances {
    margin-top: 20px;
    width: 100%;
    margin: 10px 0 0;
  }
  .tax-jour aside.reservation-seances .wrapper header {
    justify-content: space-between;
    gap: 10px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tax-jour aside.reservation-seances .wrapper header img {
    max-height: 50px;
  }
  .tax-jour aside.reservation-seances .wrapper header .bouton {
    margin: 0;
  }
  .tax-jour .has-reservation .agenda-content {
    padding-top: 0;
    background: #fff;
  }
  .tax-jour .has-reservation .filtres-wrapper {
    padding-top: 20px;
  }
  .tax-jour .widget-reservation {
    padding: 0 26px;
    border-bottom: 0;
    margin-bottom: -15px;
  }
  .tax-jour .widget-reservation footer p {
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
  }
  .carre .diapo-films aside {
    height: 330px;
  }
  .vertical .diapo-films aside {
    height: 420px;
  }
  body.parent-pageid-61313 .article-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url("../images/header-invitation.jpg");
    background-size: auto 100%;
    background-position: right center;
  }
  body.parent-pageid-61313 .article-header .breadcrumb {
    display: none;
  }
  body.parent-pageid-61313 .article-header {
    padding-right: 30% !important;
    margin-bottom: 50px;
  }
  body.parent-pageid-61313 .article-header h1 {
    padding: 30px 0;
    font-size: 1.75em;
    line-height: 1.66;
    color: #fff;
  }
  .home-mobile-screen .intro-commu {
    padding: 50px 3px;
  }
  body.logged-1 .mobile-button,
  body.logged-1 .commu-compte-button {
    display: block;
  }
  .page-template-page-films-coproduits .page-title {
    font-size: 3.5em;
  }
  .page-template-page-films-coproduits .mix-container {
    padding: 0 30px;
  }
  .page-template-page-films-coproduits div.header-mix {
    margin: 5px auto 20px;
  }
  .page-template-page-films-coproduits div.header-mix {
    overflow: hidden;
    transition: height 0.3s;
  }
  .page-template-page-films-coproduits div.header-mix .has-portrait > div {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 30px;
  }
  .page-template-page-films-coproduits div.header-mix img {
    width: 100%;
    margin: 25px 30px 20px 0;
    float: none;
  }
  .single-film .film-coproduit {
    padding: 30px;
  }
  .single-film .film-coproduit .description-atelier {
    max-width: 900px;
    margin: 0 auto;
  }
  .single-film .film-coproduit .description-atelier p {
    hyphens: none;
  }
  .welovefema-public-header {
    max-height: 300px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    overflow: hidden;
  }
  .welovefema-public-header .welovefema-logo {
    left: 50px;
  }
  .single-film .welovefema-public-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .welovefema-public-header.compact {
    height: 125px;
  }
  .welovefema-public-header.compact .welovefema-logo {
    height: 50px;
    left: 10px;
    margin-top: 15px;
  }
  .welovefema-public-header.compact .welovefema-logo.vertical {
    display: none;
  }
  .welovefema-public-header.compact .welovefema-logo.horizontal {
    display: block;
  }
  .welovefema-public-header.compact .wrap.large {
    width: calc(100% - 36px) !important;
  }
  .single-film-critiques {
    border-bottom: 2px solid #ff3046;
  }
  .single-film-critiques .wrap {
    padding: 30px 10px;
  }
  .display-comments .single-film-critiques .wrap {
    padding: 20px 50px;
  }
  body.author .fav-films ul {
    grid-template-columns: 31% 31% 31%;
    column-gap: 3.5%;
  }
  .apercu-comments {
    flex-direction: row;
    gap: 8px 50px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .apercu-comments a.bouton {
    margin: 0;
  }
  .single-liste-critiques-header {
    display: grid;
    grid-template-columns: 1fr 200px;
    gap: 40px;
    align-items: center;
    justify-items: left;
    padding-bottom: 30px;
  }
  .single-liste-critiques-header h2 {
    margin: 0;
  }
  ul.concours li {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
  }
  ul.concours li aside {
    display: block;
    padding-top: 6px;
  }
  ul.concours li aside img {
    border-radius: 6px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.sticky-header {
    padding-top: 0 !important;
  }
  .nav.top-nav .sub-menu {
    padding-left: 0 !important;
  }
  section.partenaires-nb ul li img {
    max-width: 80px;
    height: auto !important;
    max-height: 40px;
    width: auto !important;
  }
  table.repertoire, table.liste-accredites {
    font-size: 0.8em;
  }
}
/*********************
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.

  ******************************************************************/
  .wrap {
    width: 990px;
  }
  .search-results .wrap {
    max-width: 950px;
  }
  #logo {
    float: left;
  }
  body:not(.home) .nav-wrapper {
    padding-top: 57px;
  }
  body.home nav.nav-wrapper {
    padding-bottom: 6px;
    margin-top: -6px;
  }
  .wrapped,
  .film-header.wrapped {
    margin-right: 80px;
    margin-left: 80px;
    padding-right: 70px;
    padding-left: 70px;
  }
  .wrapped + aside.smallimage {
    margin: 0 80px;
  }
  .header-buttons ul li {
    margin-right: 20px;
  }
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h1, .h1 {
    font-size: 40pt;
  }
  h1.big, .h1.big {
    font-size: 50pt;
  }
  h2, .h2 {
    font-size: 28pt;
  }
  h2.big, .h2.big {
    font-size: 30pt;
  }
  h3, .h3 {
    font-size: 24pt;
  }
  h4, .h4 {
    font-size: 18pt;
  }
  /*********************
  Contenu : accueil
  *********************/
  header.diaporama-full ul li {
    height: 650px;
  }
  section.articles-accueil ul li p.excerpt {
    font-size: 0.75em;
  }
  section.articles-accueil ul li header .image {
    height: 250px;
  }
  section.articles-accueil ul.nombre-2 li header .image {
    height: 370px;
  }
  section.articles-accueil ul.nombre-2.slick-fleches .slick-arrow {
    top: 150px;
  }
  section.articles-accueil ul.nombre-3.slick-fleches li > div,
  section.articles-accueil ul.nombre-4.slick-fleches li > div {
    margin-top: 10px;
    padding: 1px 25px 10px;
    border-left: 1px solid #444;
  }
  section.articles-accueil ul.nombre-3.slick-fleches li > div h3.h6,
  section.articles-accueil ul.nombre-4.slick-fleches li > div h3.h6 {
    margin-top: 10px;
  }
  section.articles-accueil ul.nombre-3.slick-fleches li:first-of-type > div,
  section.articles-accueil ul.nombre-4.slick-fleches li:first-of-type > div {
    border-left: 0;
  }
  section.articles-accueil ul.nombre-3.slick-fleches .slick-arrow,
  section.articles-accueil ul.nombre-4.slick-fleches .slick-arrow {
    top: 115px;
  }
  /*********************
  Contenu : Téléchargements
  *********************/
  .section-telechargements ul li:nth-of-type(3n + 1) {
    clear: none;
  }
  .section-telechargements ul li:nth-of-type(5n + 1) {
    clear: left;
  }
  /*********************
  Contenu : partenaires
  *********************/
  article.post-112 ul li,
  article.post-200 ul li,
  ul.logos-partenaires li {
    padding: 15px;
  }
  article.post-112 ul li.long, article.post-112 ul li.gros-li,
  article.post-200 ul li.long,
  article.post-200 ul li.gros-li,
  ul.logos-partenaires li.long,
  ul.logos-partenaires li.gros-li {
    padding: 2px !important;
  }
  article.post-112 ul.ul-space li,
  article.post-200 ul.ul-space li,
  ul.logos-partenaires.ul-space li {
    padding: 15px 35px;
  }
  article.post-112 ul.ul-space-2 li,
  article.post-200 ul.ul-space-2 li,
  ul.logos-partenaires.ul-space-2 li {
    padding: 15px 45px;
  }
  article.post-112 ul li img,
  article.post-200 ul li img,
  ul.logos-partenaires li img {
    max-height: 75px !important;
  }
  article.post-112 ul.gros-logos li img,
  article.post-200 ul.gros-logos li img,
  ul.logos-partenaires.gros-logos li img {
    max-width: 150px !important;
    max-height: 80px !important;
  }
  article.post-112 .partenaires-prog h6,
  article.post-200 .partenaires-prog h6 {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-top: 20px;
    padding-top: 8px;
  }
  article.post-112 .partenaires-prog ul + p,
  article.post-200 .partenaires-prog ul + p {
    margin-left: 27%;
    margin-top: -10px;
    margin-bottom: 20px;
  }
  article.post-112 .partenaires-prog ul,
  article.post-200 .partenaires-prog ul {
    width: 75%;
    vertical-align: top;
    margin-top: 0 !important;
  }
  article.post-112 .partenaires-prog ul li img,
  article.post-200 .partenaires-prog ul li img {
    max-width: 100px !important;
    max-height: 55px !important;
    margin-bottom: 0 !important;
  }
  article.post-112 .partenaires-prog ul li.gros-li img,
  article.post-200 .partenaires-prog ul li.gros-li img {
    max-width: 140px !important;
    max-height: 75px !important;
  }
  article.post-112 .partenaires-prog ul.petits-prog li img,
  article.post-200 .partenaires-prog ul.petits-prog li img {
    max-width: 80px !important;
    max-height: 35px !important;
  }
  article.post-112 .partenaires-prog ul.petits-prog li.gros-li img,
  article.post-200 .partenaires-prog ul.petits-prog li.gros-li img {
    max-width: 110px !important;
    max-height: 60px !important;
  }
  /*********************
  Contenu : équipe / vignettes
  *********************/
  ul.vignettes.quatre {
    margin-left: -2%;
    margin-right: -2%;
  }
  ul.vignettes.quatre li {
    padding: 0 2% 0 2% !important;
  }
  ul.vignettes.quatre li:nth-of-type(3n+1) {
    clear: none;
  }
  ul.vignettes.quatre li:nth-of-type(4n+1) {
    clear: both;
  }
  .single-film.small-image .smallimage {
    margin-right: 80px;
    margin-left: 80px;
  }
  .white-header.wrapped.with-label {
    padding-right: 70px;
    padding-left: 70px;
  }
  .white-header.wrapped.with-label label {
    width: 120px;
  }
  .white-header.wrapped.with-label label.gauche {
    left: 25px;
  }
  .white-header.wrapped.with-label label.droite {
    right: 25px;
  }
  .full-image.vertical .vertical-header-container {
    min-height: 90vh;
  }
  .full-image.vertical .vertical-header-container .fullimage {
    width: 50%;
    position: sticky;
    top: 3.7rem;
    height: 100vh;
    display: inline-block;
    vertical-align: top;
  }
  .full-image.vertical .vertical-header-container .white-header.wrapped {
    padding-left: 40px;
    padding-right: 40px;
    width: 49%;
    display: inline-block;
    margin: 60px 0 !important;
    margin-left: -60px !important;
    vertical-align: top;
    max-width: 800px;
  }
  .vertical aside.fullimage span.copyright {
    left: 20px;
    right: auto;
    transform-origin: top left;
    bottom: 0;
    top: auto;
  }
  .taxonomy-section.full-image.vertical .nav-sections + div .vertical-header-container .white-header.wrapped {
    margin-top: 100px !important;
  }
  .diapo-films aside {
    height: 350px;
  }
  .diapo-films section {
    margin: 0 50px;
    margin-top: -60px;
  }
  .diapo-films.slick-fleches .slick-arrow {
    top: 43%;
  }
  .archives-videos .diapo-films aside {
    height: 350px;
  }
  .diapo-films.trois aside {
    height: 250px;
  }
  .diapo-films.trois section {
    margin: 0 25px;
    margin-top: -40px;
  }
  .diapo-films.trois section p  {
    font-size: 13pt;
  }
  .diapo-films.trois section h1, .diapo-films.trois section .h2 {
    font-size: 1.3em;
  }
  .diapo-films.trois.slick-fleches .slick-arrow {
    top: 160px;
  }
  .entry-wrapper .footer-image {
    margin-top: 30px;
    height: 480px;
  }
  .template-programmation .diapo-films article {
    width: 33.2%;
  }
  .template-programmation .diapo-films article aside {
    height: 270px;
  }
  .template-programmation .diapo-films article section {
    margin-left: 25px;
    margin-right: 25px;
  }
  aside.sections-personnalites.nb-1 div {
    height: 500px;
  }
  aside.sections-personnalites:not(.nb-1) div {
    height: 350px;
  }
  .sections-personnalites button {
    padding: 3px 12px;
    font-size: 1.25em;
  }
  .t-1of3:nth-of-type(3n+1) {
    clear: none;
  }
  .header-toc-link {
    padding-top: 10px;
  }
  .numeros li {
    width: 11.9%;
    font-size: 0.7em;
    margin-bottom: -5px;
  }
  .numeros li.numero-0 {
    width: 40%;
    float: left;
    margin-bottom: 100px;
  }
  .numeros li.numero-0 span {
    top: 30px;
  }
  .autocomplete-suggestions .autocomplete-suggestion {
    font-size: 1.1em;
  }
  .section-archives .affiches-archives li:nth-of-type(4) {
    display: block;
  }
  .section-archives {
    padding: 65px 0;
  }
  /*********************
  Catalogues
  *********************/
  .edition-catalogue {
    background: #fff;
    margin: 50px 0;
  }
  .edition-catalogue > img {
    display: block;
    float: left;
    padding: 20px;
    margin-bottom: 0 !important;
    max-width: 25%;
  }
  .edition-catalogue > div {
    padding: 20px;
    margin-left: 26%;
  }
  .catalogue-iframe iframe {
    width: 900px;
    height: 700px;
  }
  .header-toc-link {
    font-size: 36px;
    padding-top: 12px;
  }
  .t-1of3:nth-of-type(3n+1),
  .affiches-archives li:nth-of-type(3n+1) {
    clear: none;
  }
  .d-1of4:nth-of-type(4n+1),
  .affiches-archives li:nth-of-type(4n+1) {
    clear: left;
  }
  .diapo-films.horizontal-video article {
    position: relative;
  }
  .diapo-films.horizontal-video aside {
    width: 65%;
  }
  .diapo-films.horizontal-video section {
    position: absolute;
    width: 40%;
    top: 0;
    left: 60%;
    margin: 70px 0 0 0;
  }
  .diapo-films.horizontal-video section h1 {
    font-size: 21pt;
  }
  .nav.top-nav {
    margin-top: 0;
    padding-bottom: 0;
  }
  .header-commu nav {
    padding-top: 120px !important;
  }
  .header-commu nav ul li a {
    font-size: 3em;
  }
  .header-commu nav ul li a:hover {
    font-size: 3.3em;
  }
  .agenda-nav-wrapper .seances-jour li a {
    max-width: 500px;
    font-size: 70%;
  }
  .agenda-content h1 {
    display: inline-block;
    vertical-align: top;
  }
  .agenda-content header .salles {
    display: block;
    width: calc(50% - 25px);
    display: inline-block;
    margin-left: 24px;
    text-align: right;
  }
  .agenda-content header .salles .salle {
    color: #fff;
  }
  .agenda-content header .salles p {
    display: inline-block;
    padding: 5px 0 5px 25px;
    margin: 0;
  }
  .agenda-content header .salles > a {
    white-space: nowrap;
    margin-left: 20px;
  }
  .tax-jour aside.reservation-seances {
    margin-top: 20px;
  }
  .tax-jour aside.reservation-seances .wrapper header {
    padding: 40px 40px 40px 20px;
  }
  .tax-jour aside.reservation-seances .wrapper header img {
    max-height: 44px;
  }
  .tax-jour aside.reservation-seances .wrapper header div {
    font-size: 1.15em;
  }
  .carre .diapo-films article aside {
    height: 330px;
  }
  .vertical .diapo-films article aside {
    height: 390px;
  }
  .woocommerce-billing-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .woocommerce-billing-fields h3 {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-left: 0;
  }
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    grid-row-start: 3;
    grid-row-end: 12;
  }
  .woocommerce-billing-fields .thwcfe-checkout-section {
    grid-column-start: 2;
    grid-column-end: 3;
    padding-top: 0;
    margin-top: -60px;
  }
  .woocommerce-billing-fields .thwcfe-checkout-section + .thwcfe-checkout-section {
    padding-top: 40px;
    margin-top: 0px;
  }
  /*********************
  WELOVEFEMA
  *********************/
  .commu-header-left #container {
    display: grid;
    grid-template-columns: 40% 60%;
  }
  .commu-header-left .header-commu {
    position: relative;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-start: 1;
    z-index: 5;
  }
  .commu-header-left .header-commu .logo img {
    max-height: 250px;
    margin-left: -20px;
  }
  .commu-header-left .header-commu {
    min-height: 100vh;
    background: #ff3046;
  }
  .commu-header-left .header-commu .sticky-commu-header {
    position: sticky;
    min-height: 100vh;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .commu-header-left .header-commu #inner-header {
    top: 0;
    padding: 30px;
  }
  .commu-header-left .header-commu .secondary-header {
    display: block !important;
    padding-top: 0;
    font-size: 24px;
    padding-bottom: 0;
    padding-right: 80px;
    position: relative;
    z-index: 60;
  }
  .commu-header-left .header-commu .visuel-commu {
    display: block !important;
    margin-top: 20px;
    bottom: 0;
    margin-left: 0;
    width: 100%;
  }
  .commu-header-left #content {
    background: #fff;
  }
  .commu-header-left #content .hentry {
    margin: 0 !important;
  }
  .commu-header-left .bento {
    position: relative;
    z-index: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
    margin-bottom: -140px;
  }
  .commu-header-left .footer {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 0 !important;
  }
  body.logged-0 .menu-button,
  body.logged-0 .commu-compte-button {
    display: none !important;
  }
  body.logged-1 .header-commu .mobile-button,
  body.logged-1 .header-commu .commu-compte-button {
    display: none;
  }
  body.logged-1 .entry-content .mobile-button,
  body.logged-1 .entry-content .commu-compte-button {
    display: block !important;
  }
  .home-mobile-screen {
    display: none;
  }
  .home-mobile-screen + #content, .home-mobile-screen + #content + .footer {
    display: block !important;
  }
  .intro-commu {
    padding: 0;
    font-size: 1.5em;
    line-height: 1.75;
  }
  .intro-commu p {
    hyphens: none;
    text-align: left;
  }
  .commu-left .entry-content,
  .commu-home .entry-content {
    padding: 50px 80px;
    text-align: left;
  }
  .section-home-commu {
    padding: 30px 0;
  }
  body.parent-pageid-61313 .article-header h1 {
    font-size: 2.25em;
  }
  .liste-membres ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 47% 47%;
    gap: 20px 6%;
  }
  body.author .fav-films ul {
    grid-template-columns: 23% 23% 23% 23%;
    column-gap: 2.6666666667%;
  }
  .page-template-page-films-coproduits .films-coproduits {
    background: #f8f9fa;
    width: calc(100% + 50px);
    margin-left: -25px;
    padding: 25px 50px 50px;
  }
  .page-template-page-films-coproduits .mix-container {
    padding: 0;
  }
  .page-template-page-films-coproduits .entry-wrapper,
  .page-template-page-films-coproduits #inner-content {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .page-template-page-films-coproduits .filtres {
    padding-left: 5px;
  }
  .page-template-page-films-coproduits .filtres form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
    margin: 0 auto;
  }
  .page-template-page-films-coproduits .filtres fieldset {
    width: 24%;
  }
  .page-template-page-films-coproduits .filtres select {
    width: 100%;
  }
  .page-template-page-films-coproduits .filtres select option {
    padding-right: 30px;
  }
  .page-template-page-films-coproduits .filtres h3 {
    font-size: 1.5em;
    padding-top: 4px;
    margin-right: 0;
    margin-left: 0;
  }
  .single-comment-header {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 2%;
    align-items: center;
  }
  .single-comment-header > aside, .single-comment-header > div {
    margin: 0;
    padding: 0;
  }
  .single-comment-header .header-avatar-container {
    grid-template-columns: 100px 1fr;
  }
  .single-comment-header .header-avatar-container aside {
    margin: 0 0 0 40px;
  }
  .no-display-comments .single-film-critiques {
    position: relative;
  }
  .no-display-comments .single-film-critiques::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 240px;
    height: 140px;
    z-index: 1;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url("../../welovefema/images/welovefema-baiser-2.jpg");
  }
  .display-comments .single-film-critiques .wrap {
    padding: 0 100px;
  }
  .display-comments .single-film-critiques .wrap #respond {
    margin-bottom: 50px;
  }
}
/*********************
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: Super Large Monitor Stylesheet

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

  ******************************************************************/
  .wrap {
    width: 1200px;
  }
  .no-display-comments .single-film-critiques {
    position: relative;
  }
  .no-display-comments .single-film-critiques::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 280px;
    height: 200px;
    z-index: 1;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url("../../welovefema/images/welovefema-baiser-2.jpg");
  }
  .wrapped,
  .film-header.wrapped {
    margin-right: 60px;
    margin-left: 60px;
    padding-right: 100px;
    padding-left: 100px;
  }
  .wrapped + aside.smallimage {
    margin: 0 60px;
  }
  body:not(.home):not(.sticky-header) .header-buttons ul li {
    margin-right: 14px;
  }
  body:not(.home):not(.sticky-header) .header-buttons ul li:last-child {
    margin-right: 0;
  }
  aside.im-col-gauche {
    width: 36%;
  }
  aside.im-col-gauche + div {
    margin-left: 41%;
  }
  header.diaporama-full ul li {
    height: 750px;
  }
  section.partenaires-accueil ul li {
    margin-right: 50px;
  }
  section.articles-accueil ul.nombre-4 li header .image {
    height: 220px;
  }
  section.articles-accueil ul.nombre-3 li header .image {
    height: 290px;
  }
  section.articles-accueil ul.nombre-2 li header .image {
    height: 420px;
  }
  section.articles-accueil ul.nombre-3.slick-fleches .slick-arrow {
    top: 129px;
  }
  section.articles-accueil ul.nombre-4.slick-fleches .slick-arrow {
    top: 100px;
  }
  .single-film.small-image .smallimage {
    margin-right: 60px;
    margin-left: 60px;
  }
  .diapo-films {
    padding: 0;
  }
  .diapo-films aside {
    height: 400px;
  }
  .diapo-films section {
    margin: 0 80px;
    margin-top: -60px;
  }
  .diapo-films.slick-fleches {
    margin: 0 40px;
  }
  .diapo-films.slick-fleches .slick-arrow {
    top: 45%;
  }
  .diapo-films.slick-fleches .slick-arrow.slick-next {
    right: -50px;
  }
  .diapo-films.slick-fleches .slick-arrow.slick-prev {
    left: -50px;
  }
  .diapo-films.trois aside {
    height: 300px;
  }
  .diapo-films.trois section {
    margin: 0 35px;
    margin-top: -50px;
  }
  .diapo-films.trois section h1 {
    font-size: 1.4em;
  }
  .diapo-films.trois.slick-fleches .slick-arrow {
    top: 190px;
  }
  .entry-wrapper .footer-image {
    height: 540px;
  }
  .template-programmation #filtres-sections,
  .template-programmation #inner-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .template-programmation .diapo-films article {
    width: 33.2%;
    max-width: 700px;
  }
  .template-programmation .diapo-films article aside {
    height: 330px;
  }
  .template-programmation .diapo-films article section {
    margin-left: 35px;
    margin-right: 35px;
  }
  .sections-personnalites.nb-1 div {
    height: 600px;
  }
  .sections-personnalites:not(.nb-1) div {
    height: 400px;
  }
  ul.equipe li.d-1of3 {
    width: 24.9%;
  }
  ul.equipe li.d-1of3:nth-of-type(4n+1) {
    clear: left;
  }
  .stick-container .scroll {
    padding-right: 60px;
  }
  .numeros li {
    width: 11.9%;
    font-size: 0.8em;
    margin-bottom: -3px;
  }
  .numeros li.numero-0 {
    width: 52%;
    float: left;
    margin-bottom: 240px;
  }
  .numeros li.numero-0 span {
    top: -25px;
  }
  .films-personnalite {
    padding: 80px 0 70px;
  }
  .archives-videos .diapo-films.slick-fleches .slick-arrow {
    top: 230px;
  }
  ul.accordeon {
    margin-top: 10px;
  }
  ul.accordeon > li header {
    font-size: 1.05em;
  }
  ul.accordeon > li header a {
    padding: 10px 5px;
  }
  ul.accordeon > li header a i {
    top: 16px;
  }
  ul.equipe li:nth-of-type(3n+1) {
    clear: none;
  }
  ul.equipe li:nth-of-type(4n+1) {
    clear: left;
  }
  .diapo-films.horizontal-video aside {
    width: 61%;
    height: 390px;
  }
  .diapo-films.horizontal-video section {
    width: 42%;
    left: 56%;
    margin: 70px 0 0 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .agenda-nav-wrapper .seances-jour li a {
    max-width: 500px;
    font-size: 80%;
  }
  .agenda:not(.deux-colonnes) ul.seances {
    columns: 3;
  }
  .agenda:not(.deux-colonnes) h1 {
    width: calc(33% - 30px);
  }
  .agenda:not(.deux-colonnes) .salles {
    width: 66%;
  }
  .legendes-wrapper > div {
    grid-template-columns: repeat(3, 1fr);
  }
  .legendes-wrapper > div div.welovefema {
    padding-bottom: 30px;
    grid-column-end: 4 !important;
  }
  .legendes-wrapper > div div.salles {
    grid-column: 1;
  }
  .legendes-wrapper > div div.seances-1 {
    grid-column: 2;
  }
  .legendes-wrapper > div div.seances-2 {
    grid-column: 3;
    grid-row: 2;
    padding-top: 50px;
  }
  .carre .diapo-films article aside {
    height: 350px;
  }
  .vertical .diapo-films article aside {
    height: 440px;
  }
  .intro-commu {
    font-size: 1.33em;
    line-height: 2;
    max-width: 470px;
  }
  .commu-left .entry-content p,
  .commu-home .entry-content p {
    text-align: left;
  }
  .commu-left .entry-content,
  .commu-home .entry-content {
    padding: 50px 120px;
    margin: 0 auto;
  }
  body.parent-pageid-61313 .article-header h1 {
    font-size: 2.75em;
  }
  body.author .fav-film > div aside {
    height: 150px;
  }
  .liste-favoris:not(.slick-fleches) ul {
    grid-template-columns: 31% 31% 31%;
  }
  .liste-favoris.slick-fleches .slick-arrow {
    top: 50px;
  }
}
/*********************
VERY LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1560px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Super Large Monitor Stylesheet

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

  ******************************************************************/
  .template-programmation .diapo-films article {
    width: 24.9%;
  }
  .template-programmation .diapo-films article aside {
    height: 330px;
  }
  .wrap .template-programmation.horizontal .diapo-films article {
    width: 33.1%;
  }
  .wrap .template-programmation.horizontal .diapo-films article aside {
    height: 290px;
  }
  .template-programmation.carre .diapo-films article aside {
    height: 260px;
  }
  .template-programmation.vertical .diapo-films article aside {
    height: 380px;
  }
  .affiches-archives .d-1of4 {
    width: 20%;
  }
  .affiches-archives .d-1of4:nth-of-type(4n+1) {
    clear: none !important;
  }
  .affiches-archives .d-1of4:nth-of-type(5n+1) {
    clear: left !important;
  }
  .page-template-page-archives-editions .tippy-box {
    max-width: 400px !important;
    padding: 25px;
  }
  .page-template-page-archives-editions .tippy-box h1 {
    font-size: 1.9em;
  }
  .page-template-page-archives-editions .tippy-box h2 {
    font-size: 1.3em;
  }
  ul.equipe li.d-1of3 {
    width: 19.9%;
  }
  ul.equipe li.d-1of3:nth-of-type(4n+1) {
    clear: none;
  }
  ul.equipe li.d-1of3:nth-of-type(5n+1) {
    clear: left;
  }
  .small-wrapper {
    max-width: 950px;
  }
  .stick-container .left {
    width: 35%;
    max-width: 500px;
  }
  .stick-container .right {
    width: 65%;
    min-width: calc(100% - 500px);
  }
  .full-image.vertical .vertical-header-container .white-header.wrapped {
    max-width: 800px;
    margin-top: 100px !important;
    margin-bottom: 80px !important;
  }
  ul.accordeon {
    margin-top: 20px;
  }
  ul.accordeon > li header {
    font-size: 1.1em;
  }
  ul.accordeon > li header a {
    padding: 12px 5px;
  }
  ul.accordeon > li header a i {
    top: 19px;
  }
  .diapo-films.slick-fleches {
    margin: 0;
  }
  .section-archives {
    padding: 80px;
  }
  .section-archives h2 {
    margin-bottom: 40px;
  }
  .section-archives .affiches-archives li:nth-of-type(5) {
    display: block;
  }
  .tax-jour aside.reservation-seances .wrapper header {
    padding: 50px 40px 50px 20px !important;
  }
  .commu-header-left .bento {
    grid-column-start: 1;
  }
  .commu-header-left .bento iframe {
    width: calc(100% + 20px);
    height: calc(100vh + 740px);
    border: 0;
    margin: 0;
    padding: 0;
    margin-top: 0px;
    margin-right: -20px;
    margin-bottom: -30px;
  }
  .liste-membres ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 31% 31% 31%;
    gap: 20px 3.4%;
  }
}
/*********************
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;
  }
}
