@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name: La Lyre St MArcellin
Author: joran Tabeaud

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.
*********************/
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box; }

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  line-height: 1.15;
  /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%;
  /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4;
  /* 3. Use a more readable tab size (opinionated). */ }

/*
Sections
========
*/
body {
  margin: 0;
  /* Remove the margin in all browsers. */ }

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder; }

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%; }

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor; }

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0; }

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline; }

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/******************************************************************
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)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
@font-face {
  font-family: 'Fulbo';
  src: url("../images/fonts/fulbo-argenta-webfont.woff2") format("woff2"), url("../images/fonts/fulbo-argenta-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mulish';
  src: url("../images/fonts/Mulish-BoldItalic.woff2") format("woff2"), url("../images/fonts/Mulish-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Mulish';
  src: url("../images/fonts/Mulish-Italic.woff2") format("woff2"), url("../images/fonts/Mulish-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Mulish';
  src: url("../images/fonts/Mulish-Bold.woff2") format("woff2"), url("../images/fonts/Mulish-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mulish';
  src: url("../images/fonts/Mulish-SemiBoldItalic.woff2") format("woff2"), url("../images/fonts/Mulish-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Mulish';
  src: url("../images/fonts/Mulish-SemiBold.woff2") format("woff2"), url("../images/fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mulish';
  src: url("../images/fonts/Mulish-Regular.woff2") format("woff2"), url("../images/fonts/Mulish-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  margin: 0;
  -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;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
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.

******************************************************************/
.gutter-sizer {
  width: 17.5px; }

.row-grid .col-txt {
  width: 100%; }
.row-grid .col-img {
  width: 100%;
  flex: 1; }

.isotope-photo-item, .grid-photo-sizer {
  line-height: 0;
  font-size: 0; }
  .isotope-photo-item a, .isotope-photo-item img, .grid-photo-sizer a, .grid-photo-sizer img {
    line-height: 0;
    font-size: 0; }

.grid-photo-large .isotope-photo-item {
  margin-bottom: 0; }

.grid-photo.one-col .grid-photo-sizer, .grid-photo.one-col .isotope-photo-item {
  width: 100%; }

.grid-photo-large.one-col .grid-photo-sizer, .grid-photo-large.one-col .isotope-photo-item {
  width: 100%; }

.carousel-cell {
  width: 100%; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17.5px;
  margin-right: -17.5px; }
  .row.no-margin {
    margin-left: 0;
    margin-right: 0; }
  .row.margin-medium {
    margin-left: -35px;
    margin-right: -35px; }
  .row.margin-wide {
    margin-left: -60px;
    margin-right: -60px; }

.row-grid {
  display: flex;
  flex-wrap: wrap; }

/*
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) {
  .row-grid .col-txt {
    width: 100%; }
  .row-grid .col-img {
    width: 100%; }

  .grid-photo.two-cols .grid-photo-sizer, .grid-photo.two-cols .isotope-photo-item {
    width: calc( 50% - (17.5px * 1 / 2 ) ); }

  .grid-photo.three-cols .grid-photo-sizer, .grid-photo.three-cols .isotope-photo-item {
    width: calc( 50% - (17.5px * 1 / 2 ) ); }
  .grid-photo.three-cols.three-multipe-img .isotope-photo-item:last-child, .grid-photo.three-cols.seven-img .isotope-photo-item:last-child, .grid-photo.three-cols.five-img .isotope-photo-item:last-child {
    width: 100%; }

  .grid-photo-large.two-cols .grid-photo-sizer, .grid-photo-large.two-cols .isotope-photo-item {
    width: 50%; }

  .grid-photo-large.three-cols .grid-photo-sizer, .grid-photo-large.three-cols .isotope-photo-item {
    width: 50%; }
  .grid-photo-large.three-cols.three-img .isotope-photo-item:last-child {
    width: 100%; }
  .grid-photo-large.three-cols.five-img .isotope-photo-item:last-child {
    width: 100%; }

  .grid-photo-large.four-cols .grid-photo-sizer, .grid-photo-large.four-cols .isotope-photo-item {
    width: 50%; }
  .grid-photo-large.four-cols.seven-img .isotope-photo-item:last-child, .grid-photo-large.four-cols.eleven-img .isotope-photo-item:last-child {
    width: 100%; }

  .carousel-multiple-cell .carousel-cell {
    margin: 0 35px;
    width: 100%; }

  .row .m-all {
    margin: 0 17.5px;
    width: 100%; }

  .row.no-margin .m-all {
    margin: 0; }
  .row.no-margin .m-6of12, .row.no-margin .m-1of2 {
    margin: 0;
    width: 50%; }

  .row.margin-medium > .m-all {
    margin: 0 35px; }

  .row.margin-wide > .m-all {
    margin: 0 35px; }

  .m-all {
    width: 100%; }

  .m-6of12, .m-1of2 {
    margin: 0 17.5px;
    width: calc( 50% - (17.5px * 2 ) ); } }
@media (max-width: 481px) {
  .grid-photo-large .grid-photo-sizer, .grid-photo-large .isotope-photo-item, .grid-photo .grid-photo-sizer, .grid-photo .isotope-photo-item {
    width: 100% !important; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1129px) {
  .row-grid.row-special .col-txt {
    margin-right: 17.5px;
    width: auto; }
  .row-grid.row-special .col-img {
    width: auto;
    flex: 1; }

  .carousel-multiple-cell .carousel-cell {
    margin: 0 17.5px;
    width: calc( 50% - (17.5px * 1/2) ); }

  .grid-photo.two-cols .grid-photo-sizer, .grid-photo.two-cols .isotope-photo-item {
    width: calc( 50% - (17.5px * 1 / 2 ) ); }

  .grid-photo.three-cols .grid-photo-sizer, .grid-photo.three-cols .isotope-photo-item {
    width: calc( 33.333% - (17.5px * 2 / 3 ) ); }
  .grid-photo.three-cols.four-multiple-img .isotope-photo-item:nth-last-child(-n+2), .grid-photo.three-cols.five-img .isotope-photo-item:nth-last-child(-n+2), .grid-photo.three-cols.eleven-img .isotope-photo-item:nth-last-child(-n+2) {
    width: calc( 50% - (17.5px * 1 / 2 ) ); }
  .grid-photo.three-cols.seven-img .isotope-photo-item:nth-last-child(-n+4), .grid-photo.three-cols.ten-img .isotope-photo-item:nth-last-child(-n+4) {
    width: calc( 50% - (17.5px * 1 / 2 ) ); }

  .grid-photo-large.two-cols .grid-photo-sizer, .grid-photo-large.two-cols .isotope-photo-item {
    width: 50%; }

  .grid-photo-large.three-cols .grid-photo-sizer, .grid-photo-large.three-cols .isotope-photo-item {
    width: 33.33%; }
  .grid-photo-large.three-cols.five-img .isotope-photo-item:nth-last-child(-n+2) {
    width: 50%; }

  .grid-photo-large.four-cols .grid-photo-sizer, .grid-photo-large.four-cols .isotope-photo-item {
    width: 33.333%; }
  .grid-photo-large.four-cols .isotope-photo-item:nth-last-child(-n+2) {
    width: 50%; }
  .grid-photo-large.four-cols.four-img {
    width: 50%; }
  .grid-photo-large.four-cols.seven-img .isotope-photo-item:nth-last-child(-n+4) {
    width: 50%; }
  .grid-photo-large.four-cols.ten-img .isotope-photo-item:nth-last-child(-n+4) {
    width: 50%; }

  .row .t-all {
    margin: 0 17.5px;
    width: calc( 100% - (17.5px * 2 ) ); }

  .row.no-margin .t-all {
    margin: 0; }
  .row.no-margin .t-6of12, .row.no-margin .t-1of2 {
    margin: 0;
    width: 50%; }
  .row.no-margin .t-3of12, .row.no-margin .t-1of4 {
    margin: 0;
    width: 25%; }

  .t-all {
    width: 100%; }

  .t-11of12 {
    margin: 0 17.5px;
    width: calc(  91.666% - (17.5px * 2 ) ); }

  .t-10of12 {
    margin: 0 17.5px;
    width: calc( 83.333% - (17.5px * 2 ) ); }

  .t-9of12, .t-3of4 {
    margin: 0 17.5px;
    width: calc( 75% - (17.5px * 2 ) ); }

  .t-8of12, .t-2of3 {
    margin: 0 17.5px;
    width: calc( 66.666% - (17.5px * 2 ) ); }

  .t-7of12 {
    margin: 0 17.5px;
    width: calc( 58.333% - (17.5px * 2 ) ); }

  .t-6of12, .t-1of2 {
    margin: 0 17.5px;
    width: calc( 50% - (17.5px * 2 ) ); }

  .t-5of12 {
    margin: 0 17.5px;
    width: calc( 41.666% - (17.5px * 2 ) ); }

  .t-4of12, .t-1of3 {
    margin: 0 17.5px;
    width: calc( 33.333% - (17.5px * 2 ) ); }

  .t-3of12, .t-1of4 {
    margin: 0 17.5px;
    width: calc( 25% - (17.5px * 2 ) ); }

  .t-2of12 {
    margin: 0 17.5px;
    width: calc( 16.666% - (17.5px * 2 ) ); }

  .t-1of12 {
    margin: 0 17.5px;
    width: calc( 8.333% - (17.5px * 2 ) ); }

  .single-spectacle .row.margin-wide > .t-4of12, .single-spectacle .row.margin-wide > .t-1of3 {
    margin: 0 60px;
    width: calc( 36% - (60px * 2 ) ); }
  .single-spectacle .row.margin-wide > .t-8of12, .single-spectacle .row.margin-wide > .t-2of3 {
    margin: 0 60px;
    width: calc( 64% - (60px * 2 ) ); } }
/* Landscape to small desktop */
@media (min-width: 1130px) {
  .carousel-multiple-cell .carousel-cell {
    margin: 0 17.5px;
    width: calc( 33.333% - (17.5px * 2/3 * 2)); }

  .row-grid.row-special .col-txt {
    margin-right: 17.5px;
    width: auto; }
  .row-grid.row-special .col-img {
    width: auto;
    flex: 1; }

  .grid-photo.two-cols .grid-photo-sizer, .grid-photo.two-cols .isotope-photo-item {
    width: calc( 50% - (17.5px * 1 / 2 ) ); }

  .grid-photo.three-cols .grid-photo-sizer, .grid-photo.three-cols .isotope-photo-item {
    width: calc( 33.333% - (17.5px * 2 / 3 ) ); }
  .grid-photo.three-cols.four-multiple-img .isotope-photo-item:nth-last-child(-n+2), .grid-photo.three-cols.five-img .isotope-photo-item:nth-last-child(-n+2), .grid-photo.three-cols.eleven-img .isotope-photo-item:nth-last-child(-n+2) {
    width: calc( 50% - (17.5px * 1 / 2 ) ); }
  .grid-photo.three-cols.seven-img .isotope-photo-item:nth-last-child(-n+4), .grid-photo.three-cols.ten-img .isotope-photo-item:nth-last-child(-n+4) {
    width: calc( 50% - (17.5px * 1 / 2 ) ); }

  .grid-photo-large.two-cols .grid-photo-sizer, .grid-photo-large.two-cols .isotope-photo-item {
    width: 50%; }

  .grid-photo-large.three-cols .grid-photo-sizer, .grid-photo-large.three-cols .isotope-photo-item {
    width: 33.333%; }
  .grid-photo-large.three-cols.five-img .isotope-photo-item:nth-last-child(-n+2) {
    width: 50%; }

  .grid-photo-large.four-cols .grid-photo-sizer, .grid-photo-large.four-cols .isotope-photo-item {
    width: 25%; }
  .grid-photo-large.four-cols.ten-img .isotope-photo-item:nth-last-child(-n+6) {
    width: 33.333%; }
  .grid-photo-large.four-cols.seven-img .isotope-photo-item:nth-last-child(-n+3), .grid-photo-large.four-cols.eleven-img .isotope-photo-item:nth-last-child(-n+3) {
    width: 33.333%; }

  .row .d-all {
    margin: 0 17.5px;
    width: calc( 100% - (17.5px * 2 ) ); }

  .row.no-margin .d-all {
    margin: 0; }
  .row.no-margin .d-6of12, .row.no-margin .d-1of2 {
    margin: 0;
    width: 50%; }
  .row.no-margin .d-2of12 {
    margin: 0;
    width: 16.666%; }
  .row.no-margin .col-img {
    width: calc(50% - 17.5px); }
  .row.no-margin .col-text {
    width: calc(50% + 17.5px); }

  .d-all {
    width: 100%; }

  .d-11of12 {
    margin: 0 17.5px;
    width: calc(  91.666% - (17.5px * 2 ) ); }

  .d-10of12 {
    margin: 0 17.5px;
    width: calc( 83.333% - (17.5px * 2 ) ); }

  .d-9of12, .d-3of4 {
    margin: 0 17.5px;
    width: calc( 75% - (17.5px * 2 ) ); }

  .d-8of12, .d-2of3 {
    margin: 0 17.5px;
    width: calc( 66.666% - (17.5px * 2 ) ); }

  .d-2of3-actu {
    margin: 0 17.5px;
    width: calc( 54% - (17.5px * 2 ) ); }

  .d-1of3-actu {
    margin: 0 17.5px;
    width: calc( 46% - (17.5px * 2 ) ); }

  .d-7of12 {
    margin: 0 17.5px;
    width: calc( 58.333% - (17.5px * 2 ) ); }

  .d-6of12, .d-1of2 {
    margin: 0 17.5px;
    width: calc( 50% - (17.5px * 2 ) ); }

  .d-5of12 {
    margin: 0 17.5px;
    width: calc( 41.666% - (17.5px * 2 ) ); }

  .d-4of12, .d-1of3 {
    margin: 0 17.5px;
    width: calc( 33.333% - (17.5px * 2 ) ); }

  .d-3of12, .d-1of4 {
    margin: 0 17.5px;
    width: calc( 25% - (17.5px * 2 ) ); }

  .d-2of12 {
    margin: 0 17.5px;
    width: calc( 16.666% - (17.5px * 2 ) ); }

  .d-1of12 {
    margin: 0 17.5px;
    width: calc( 8.333% - (17.5px * 2 ) ); }

  .row.margin-medium > .d-all {
    margin: 0 35px;
    width: calc( 100% - (35px * 2 ) ); }
  .row.margin-medium > .d-4of12, .row.margin-medium > .d-1of3 {
    margin: 0 35px;
    width: calc( 33.333% - (35px * 2 ) ); }
  .row.margin-medium > .d-8of12, .row.margin-medium > .d-2of3 {
    margin: 0 35px;
    width: calc( 66.666% - (35px * 2 ) ); }
  .row.margin-medium > .d-6of12, .row.margin-medium > .d-1of2 {
    margin: 0 35px;
    width: calc( 50% - (35px * 2 ) ); }
  .row.margin-medium > .d-7of12 {
    margin: 0 35px;
    width: calc( 58.333% - (35px * 2 ) ); }
  .row.margin-medium > .d-5of12 {
    margin: 0 35px;
    width: calc( 41.666% - (35px * 2 ) ); }

  .row.margin-wide > .d-all {
    margin: 0 60px;
    width: calc( 100% - (60px * 2 ) ); }
  .row.margin-wide > .d-4of12, .row.margin-wide > .d-1of3 {
    margin: 0 60px;
    width: calc( 33.333% - (60px * 2 ) ); }
  .row.margin-wide > .d-8of12, .row.margin-wide > .d-2of3 {
    margin: 0 60px;
    width: calc( 66.666% - (60px * 2 ) ); }
  .row.margin-wide > .d-6of12, .row.margin-wide > .d-1of2 {
    margin: 0 60px;
    width: calc( 50% - (60px * 2 ) ); }
  .row.margin-wide > .d-7of12 {
    margin: 0 60px;
    width: calc( 58.333% - (60px * 2 ) ); }
  .row.margin-wide > .d-5of12 {
    margin: 0 60px;
    width: calc( 41.666% - (60px * 2 ) ); }

  .single-spectacle .row.margin-wide > .d-4of12, .single-spectacle .row.margin-wide > .d-1of3 {
    margin: 0 60px;
    width: calc( 36% - (60px * 2 ) ); }
  .single-spectacle .row.margin-wide > .d-8of12, .single-spectacle .row.margin-wide > .d-2of3 {
    margin: 0 60px;
    width: calc( 64% - (60px * 2 ) ); } }
/*********************
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-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles


******************************************************************/
/*********************
BUTTON DEFAULTS
*********************/
a.btn-primary, .wpcf7-submit, .page-template-page-espace-pro input[type="submit"], #submit, #mc_embed_signup .button, a.btn-secondary, a.btn-newsletter {
  display: inline-block;
  position: relative;
  font-family: "Fulbo", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  border: 0;
  cursor: pointer;
  background-color: #F7592C;
  letter-spacing: 0.03em;
  padding: 18px 28px;
  font-size: 18px;
  position: relative;
  clip-path: polygon(1% 3.64%, 96.96% 6.54%, 94.45% 91.46%, 5% 96.19%);
  transition: all 0.3s ease; }
  a.btn-primary:hover, .wpcf7-submit:hover, .page-template-page-espace-pro input[type="submit"]:hover, #submit:hover, #mc_embed_signup .button:hover, a.btn-secondary:hover, a.btn-newsletter:hover, a.btn-primary:focus, .wpcf7-submit:focus, .page-template-page-espace-pro input[type="submit"]:focus, #submit:focus, #mc_embed_signup .button:focus, a.btn-secondary:focus, a.btn-newsletter:focus {
    text-decoration: none;
    outline: none;
    clip-path: polygon(4.46% 10.31%, 97.39% 1.54%, 97.05% 91.46%, -0.2% 94.52%);
    color: #fff; }
  a.btn-primary:active, .wpcf7-submit:active, .page-template-page-espace-pro input[type="submit"]:active, #submit:active, #mc_embed_signup .button:active, a.btn-secondary:active, a.btn-newsletter: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.
*/
a.btn-secondary {
  color: #384F9E;
  border: 2px #384F9E solid;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px; }
  a.btn-secondary:hover, a.btn-secondary:focus {
    background-color: #384F9E;
    color: #FFF; }

a.btn-newsletter {
  background-image: url(../images/btn-newsletter.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #000 !important; }
  a.btn-newsletter:hover {
    color: #F7592C !important; }

/******************************************************************
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::placeholder {
  color: #384F9E;
  opacity: 1; }

.wpcf7-form-control-wrap:after {
  content: " ";
  display: block;
  background-image: url(../images/tiret-noir-full.svg);
  height: 2px;
  margin: 0 0 14px auto;
  width: 100%;
  background-repeat: repeat-x; }
.wpcf7-form-control-wrap.your-message:after {
  display: none; }

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;
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
  vertical-align: middle;
  box-shadow: none;
  width: 100%;
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  background-color: transparent;
  border: 0;
  color: #000;
  padding-left: 3px; }
  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 {
    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: #fff;
    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: #fff;
    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: 250px;
  line-height: 1.2em;
  padding: 12px;
  margin-top: 14px;
  border: 0;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='4' stroke-dasharray='5%2c 10' stroke-dashoffset='10' stroke-linecap='square'/%3e%3c/svg%3e");
  color: black; }
  textarea:after {
    display: none; }

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: 97.5% center; }

.wpcf7-form p {
  position: relative;
  margin-bottom: 25px; }

label.has-value {
  top: 7px;
  font-size: 14px;
  opacity: 1;
  color: #333333; }

.inputText {
  font-size: 14px;
  width: 200px;
  height: 35px; }

label {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 30px;
  transition: 0.2s ease all;
  color: #384F9E;
  font-size: 16px;
  padding-left: 3px;
  font-family: "Fulbo", Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em; }

span.message {
  margin-top: 60px;
  color: #000;
  display: block;
  font-family: "Fulbo", Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em; }

/*********************
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: La Lyre St MArcellin
Author: Joran Tabeaud

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  line-height: 1.5;
  font-size: 16px; }

.admin-bar header.top-header {
  margin-top: 46px; }

/*********************
LAYOUT & GRID STYLES
*********************/
#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

#barba-wrapper {
  flex: 1;
  /* prend tout l'espace dispo */ }

.wrap {
  width: 84%;
  margin: 0 auto; }

.section-box {
  margin-top: 70px;
  padding: 35px 0; }
  .section-box.orange-background {
    margin-top: 35px;
    background-color: #FEE3DB;
    clip-path: polygon(0 70px, 100% 0, 100% calc(100% - 70px), 0 100%);
    padding: 105px 0; }

.section-content {
  margin-bottom: 70px; }

#content {
  overflow: hidden; }

.single-spectacle #content {
  padding-top: 0; }

.content-container {
  margin-bottom: 70px;
  margin-top: 0;
  position: relative;
  z-index: 20; }

.page-template-page-actualites .content-container, archive .content-container {
  margin-top: 0; }

.col-wrapper-thin {
  padding: 20px; }
  .col-wrapper-thin h1:first-child, .col-wrapper-thin h2:first-child, .col-wrapper-thin h3:first-child, .col-wrapper-thin h4:first-child, .col-wrapper-thin p:first-child, .col-wrapper-thin ul:first-child, .col-wrapper-thin img:first-child {
    margin-top: 0;
    padding-top: 0; }
  .col-wrapper-thin h1:last-child, .col-wrapper-thin h2:last-child, .col-wrapper-thin h3:last-child, .col-wrapper-thin h4:last-child, .col-wrapper-thin p:last-child, .col-wrapper-thin ul:last-child, .col-wrapper-thin img:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .col-wrapper-thin.no-padding {
    padding: 0 !important; }
  .col-wrapper-thin.no-padding-top {
    padding-top: 0 !important; }
  .col-wrapper-thin.no-padding-bottom {
    padding-bottom: 0 !important; }
  .col-wrapper-thin.more-padding-right {
    padding-right: 16.666vw; }

.no-margin-top {
  margin-top: 0 !important; }

.align-center {
  text-align: center; }
  .align-center p, .align-center h2, .align-center h3, .align-center h4, .align-center h5, .align-center li {
    text-align: center; }

/*********************
LINK STYLES
*********************/
a {
  color: #F7592C;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover {
    color: #384F9E; }
  a:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */ }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: bold;
  font-family: "Fulbo", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 1.25em; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1 {
  font-size: 2.5em; }

h1.single-title, h1.page-title {
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0.01em;
  padding: 0px 0px;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  color: #F7592C;
  font-weight: normal; }
  h1.single-title span, h1.page-title span {
    display: block;
    font-size: 21px; }

h2 {
  font-size: 26px;
  margin-top: 49px;
  margin-bottom: 21px;
  color: #384F9E; }

h2.page-surtitle {
  color: #384F9E;
  font-size: 21px;
  margin: 0; }
  h2.page-surtitle a {
    color: #384F9E; }
    h2.page-surtitle a:hover {
      color: #F7592C; }

h2.single-title {
  font-size: 35px;
  text-align: center;
  color: #F7592C; }

h2.single-subtitle, h2.page-subtitle {
  color: #384F9E;
  font-size: 19px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-transform: none;
  font-weight: bold;
  font-family: "Mulish", Helvetica, Arial, sans-serif; }

h2.section-title {
  margin-bottom: 28px;
  position: relative;
  z-index: 1; }

h3 {
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 14px;
  color: #384F9E; }
  h3 a {
    color: #384F9E; }
    h3 a:hover {
      color: #F7592C; }

h4, .h4 {
  font-size: 18px;
  margin-top: 14px;
  margin-bottom: 7px;
  color: #384F9E; }

h5, .h5 {
  font-size: 0.846em;
  text-transform: none;
  color: #384F9E; }

.no-margin {
  margin: 0 !important; }

.single-title, .page-title, .entry-title {
  margin: 0; }

.filet-me {
  position: relative;
  display: inline-block;
  padding-top: 14px; }
  .filet-me:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 4px;
    border-radius: 999px;
    background: #F7592C; }

/*********************
HEADER STYLES
*********************/
header.header {
  padding: 30px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2000; }

#inner-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#logo-mobile {
  z-index: 100; }
  #logo-mobile .logo-mobile-int {
    background-image: url(../images/logo-la-lyre-st-marcellin.svg);
    width: 175px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    -webkit-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out; }

.headroom--not-top #logo-mobile .logo-mobile-int {
  width: 130px;
  height: 90px; }

.header-container {
  background-color: #FFF;
  position: relative;
  width: 100%;
  min-height: 280px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 49px;
  padding-top: 210px; }
  .header-container.center h1.page-title {
    text-align: center; }

.wrapper-single-title {
  z-index: 400;
  margin: auto;
  padding: 0; }

/* TRANSITION*/
.wrapper-screen-transition {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #384F9E;
  z-index: 9999;
  visibility: hidden; }
  .wrapper-screen-transition .anim-loading {
    background-image: url(../images/logo-la-lyre-st-marcellin-white.svg);
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    opacity: 0.8; }

.img-transition {
  position: absolute;
  z-index: 10000;
  opacity: 1;
  display: flex;
  align-items: center; }
  .img-transition img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.elem-blanc #logo-mobile .logo-mobile-int {
  background-image: url(../images/logo-la-lyre-st-marcellin-white.svg); }
.elem-blanc .menu-normal-container ul#menu-menu-principal li a {
  color: #FFF;
  background-color: transparent; }
  .elem-blanc .menu-normal-container ul#menu-menu-principal li a:hover {
    color: #F7592C; }
.elem-blanc .top-header ul.link-social img.icon-social {
  width: auto;
  height: 18px;
  margin: auto; }
  .elem-blanc .top-header ul.link-social img.icon-social.white {
    display: block; }
  .elem-blanc .top-header ul.link-social img.icon-social.black {
    display: none; }

/* BUILDER */
.builder {
  margin-top: 70px;
  /* Citations */
  /*Photo solo*/
  /* call to action */
  /* TEXTE + IMAGE/VIDEO */
  /* TEXTE */ }
  .builder:first-child {
    margin-top: 0; }
  .builder .section-box {
    margin-top: 35px; }
    .builder .section-box:first-child {
      margin-top: 0; }
    .builder .section-box.orange-background {
      padding: 125px 0; }
  .builder .citation {
    color: #000; }
    .builder .citation .wrap {
      padding: 50px 0 !important; }
  .builder p.citation-surtitre {
    font-style: italic;
    margin: 0;
    font-size: 17px;
    color: #000; }
  .builder p.citation-citation {
    font-family: "Fulbo", Helvetica, Arial, sans-serif;
    font-size: 47px;
    font-style: italic;
    margin: 0;
    line-height: 1.1em;
    letter-spacing: 0.03em;
    color: #000; }
    .builder p.citation-citation.petite {
      font-size: 25px; }
    .builder p.citation-citation.moyenne {
      font-size: 37px; }
    .builder p.citation-citation.grande {
      font-size: 47px; }
  .builder p.citation-auteur {
    margin: 0;
    font-size: 19px;
    font-family: "Fulbo", Helvetica, Arial, sans-serif;
    font-style: italic;
    letter-spacing: 0.01em;
    color: #000; }
  .builder .post-citation {
    width: 90%;
    margin: 35px auto 0 auto; }
    .builder .post-citation p {
      margin: 0;
      color: #000;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -o-hyphens: none;
      hyphens: none; }
  .builder .legende {
    margin-top: 7px; }
    .builder .legende p {
      margin-bottom: 0;
      font-size: 14px;
      color: #000; }
  .builder .call-to-action.section-box {
    position: relative;
    padding: 35px 0;
    display: flex;
    align-items: center;
    margin: 0; }
    .builder .call-to-action.section-box h2.section-title {
      margin: 0;
      font-size: 34px; }
    .builder .call-to-action.section-box a.btn-secondary-big {
      margin-top: 18px; }
    .builder .call-to-action.section-box .call-to-action-texte {
      max-width: 600px;
      margin: 14px auto 0 auto; }
      .builder .call-to-action.section-box .call-to-action-texte p {
        font-size: 14px;
        text-align: center;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -o-hyphens: none;
        hyphens: none; }
    .builder .call-to-action.section-box .picto-call-to-action {
      background-size: contain;
      background-repeat: no-repeat;
      width: 65px;
      height: 65px;
      text-align: center;
      margin: 0 auto 28px auto; }
    .builder .call-to-action.section-box .call-to-action-content {
      z-index: 100;
      position: relative;
      text-align: center; }
    .builder .call-to-action.section-box .background-hover {
      z-index: 2; }
    .builder .call-to-action.section-box .background-image-parallax {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
  .builder .texte-image-video .wrapper-col {
    width: 100%; }
  .builder .texte-image-video .col-texte {
    display: flex;
    align-items: flex-start; }
    .builder .texte-image-video .col-texte.col-right {
      order: 2; }
    .builder .texte-image-video .col-texte h2.section-title {
      margin-bottom: 6px;
      font-size: 28px;
      margin-top: 0; }
  .builder .texte-image-video .col-media {
    margin-top: 0; }
    .builder .texte-image-video .col-media img {
      margin: 0; }
  .builder .zone-de-texte h2.section-title {
    margin-bottom: 6px;
    font-size: 28px;
    margin-top: 0; }

/*END BUILDER*/
/*Video*/
.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.wrapper-embed-container {
  position: relative; }

.embed-container.normal {
  padding-bottom: 75%; }

.embed-container.wide {
  padding-bottom: 56.25%; }

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container .mejs-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.legende-video {
  z-index: 100;
  position: relative;
  margin-top: 14px; }
  .legende-video p {
    margin: 0;
    font-size: 15px; }

/*********************
POSTS & CONTENT STYLES
*********************/
.js .fade-me-img, .js .fade-me-bg {
  opacity: 0; }

a.excerpt-read-more {
  color: #F7592C !important;
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  font-size: 16px; }
  a.excerpt-read-more:hover {
    color: #384F9E !important; }

/* PAGE CONTACT*/
.page-template-page-contact .encadre-asy {
  padding: 60px;
  transform: translateY(-60px); }

.formulaire-on-contact {
  order: 2; }

.contact-on-contact {
  order: 1;
  padding-top: 44px; }
  .contact-on-contact p {
    margin: 0; }
  .contact-on-contact ul.link-social {
    margin-bottom: 49px;
    margin-top: 28px; }
    .contact-on-contact ul.link-social li:before {
      content: ""; }

.encadre-contact p {
  color: #384F9E;
  font-weight: 600; }
.encadre-contact .horaire {
  margin-top: 24px; }
  .encadre-contact .horaire h3 {
    margin-bottom: 7px; }
  .encadre-contact .horaire ul {
    margin-bottom: 0; }
    .encadre-contact .horaire ul li {
      color: #384F9E;
      font-weight: 600; }
.encadre-contact .contact-title {
  font-weight: 600;
  font-size: 20px;
  font-family: "Fulbo", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  color: #F7592C; }
.encadre-contact .adresse {
  margin-bottom: 0; }

.contact-equipe {
  margin-top: 28px; }
  .contact-equipe .contact-une-personne {
    margin-bottom: 21px; }
    .contact-equipe .contact-une-personne .contact-nom {
      font-weight: bold; }
    .contact-equipe .contact-une-personne .contact-role {
      font-family: "Fulbo", Helvetica, Arial, sans-serif;
      font-weight: bold;
      color: #F7592C;
      text-transform: uppercase; }

.contact-in-page ul.link-social {
  text-align: center; }
  .contact-in-page ul.link-social li:before {
    content: ""; }
.contact-in-page .contact {
  margin: 70px 0 14px 0;
  text-align: center; }
  .contact-in-page .contact p {
    color: #384F9E; }

#map {
  height: 600px;
  width: 100%; }

.module-inscription .btn {
  margin-top: 21px; }

.entry-content .encadre.aides {
  max-width: 420px; }
  .entry-content .encadre.aides:after {
    content: "";
    display: table;
    clear: both; }
  .entry-content .encadre.aides img {
    margin-top: 1em; }
    .entry-content .encadre.aides img:last-child {
      margin-bottom: 0; }

.inscription-intro.entry-content {
  color: #384F9E;
  font-size: 18px; }

.single-evenement .date-date {
  color: #384F9E; }
  .single-evenement .date-date .num-date, .single-evenement .date-date .annee-date, .single-evenement .date-date .mois-date {
    font-size: 24px; }

.page-template-page-spectacles .btn-back.on-bottom-page {
  margin-top: 140px; }

.single-cours-instruments .galerie-photo.section-box {
  margin-top: 0; }
.single-cours-instruments .content {
  margin-bottom: 35px; }

.galerie-principale.nb-photo-full-1 .psgal .isotope-photo-item:nth-of-type(-n + 1) {
  width: 100%; }
.galerie-principale.nb-photo-full-2 .psgal .isotope-photo-item:nth-of-type(-n + 2) {
  width: 100%; }
.galerie-principale.nb-photo-full-3 .psgal .isotope-photo-item:nth-of-type(-n + 3) {
  width: 100%; }
.galerie-principale.nb-photo-full-4 .psgal .isotope-photo-item:nth-of-type(-n + 4) {
  width: 100%; }

.border-animated polygon {
  fill: none;
  stroke: #F7592C;
  stroke-width: 2;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: draw 2s ease-in-out forwards;
  vector-effect: non-scaling-stroke; }

@keyframes draw {
  to {
    stroke-dashoffset: 0; } }
.encadre-asy {
  padding: 49px;
  transform: translateY(-49px); }
  .encadre-asy svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .encadre-asy p, .encadre-asy h2, .encadre-asy h3, .encadre-asy h4 {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -o-hyphens: none;
    hyphens: none; }

.encadre-asy > :nth-child(2) {
  margin-top: 0 !important; }

.encadre-asy > :last-child {
  margin-bottom: 0 !important; }

.encadre ul.info-cours, .encadre-asy ul.info-cours {
  margin-top: 21px; }
  .encadre ul.info-cours:first-child, .encadre-asy ul.info-cours:first-child {
    margin-top: 0; }
.encadre .info-horaire, .encadre-asy .info-horaire {
  font-weight: 600; }
.encadre h2, .encadre h3, .encadre-asy h2, .encadre-asy h3 {
  margin-top: 0; }
.encadre h3, .encadre-asy h3 {
  color: #F7592C;
  font-size: 18px;
  margin-bottom: 0; }

.encadre {
  border: 2px solid #F7592C;
  padding: 21px; }

.page-template-page-pratiques-collectives .menu-brother {
  margin-top: 35px; }

.single-pratique-collective .content-container {
  margin-top: 70px; }
.single-pratique-collective .encadre p, .single-pratique-collective .encadre-asy p {
  color: #384F9E;
  font-size: 16px; }
.single-pratique-collective .info-sidebar {
  margin-bottom: 14px; }
.single-pratique-collective .les-dates .une-date {
  margin-top: 21px; }

.sidebar.entry-content img {
  margin: 0; }

.sidebar > :nth-last-child(2) {
  margin-bottom: 0; }

.galerie-photo {
  margin-left: 0 !important;
  text-align: center;
  position: relative;
  padding: 0; }

.video-spectacle .iframe-container {
  margin-bottom: 30px; }

.section-spectacle {
  margin-top: 49px; }
  .section-spectacle h2 {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 14px;
    color: #F7592C; }
  .section-spectacle.galerie-photo {
    z-index: 30;
    margin-bottom: 21px;
    margin-top: 70px;
    -webkit-box-shadow: 0px 0px 18px 12px #FFF;
    -moz-box-shadow: 0px 0px 18px 12px #FFF;
    box-shadow: 0px 0px 18px 12px #FFF; }

.part1 {
  position: relative;
  z-index: 20; }

.part2 {
  position: relative;
  z-index: 10; }

.col-gauche .content > :first-child, .col-droite .content > :first-child {
  margin-top: 0; }

.title-download {
  color: #F7592C;
  font-weight: bold;
  padding-bottom: 3px;
  margin-top: 0; }

.docs-download {
  margin-top: 21px; }
  .docs-download ul {
    padding-left: 0 !important; }

.wrapper-image-col-gauche, .wrapper-image-col-droite {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  margin: 70px 0 !important;
  max-height: 1000px; }
  .wrapper-image-col-gauche img, .wrapper-image-col-droite img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.wrapper-image-col-droite {
  text-align: right;
  margin: 0 !important; }

.gradient {
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  width: 100%;
  height: 30%;
  background-size: cover;
  position: absolute;
  z-index: 9;
  opacity: 0.9; }

.gradient.top {
  top: 0; }
  .gradient.top.white {
    background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
    opacity: 0.6; }
  .gradient.top.black {
    background-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)); }

.gradient.bottom {
  bottom: 0; }
  .gradient.bottom.white {
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    opacity: 0.6; }
  .gradient.bottom.black {
    background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
    opacity: 1; }

.full-background-image {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.full-background-image.background-hover {
  z-index: 2;
  background-color: #000; }

.header-pratique-container {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #000; }
  .header-pratique-container.right {
    justify-content: right; }
  .header-pratique-container.left {
    justify-content: left; }
  .header-pratique-container h1.pratique-title {
    color: #FFF;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Fulbo", Helvetica, Arial, sans-serif;
    margin: 0; }
  .header-pratique-container .background-image-parallax {
    position: absolute; }
  .header-pratique-container .wrapper-title-pratique {
    z-index: 30;
    align-self: flex-end;
    margin-bottom: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header-pratique-container .wrapper-title-pratique .row {
      justify-content: end;
      width: 100%; }

h2.pratique-subtitle {
  color: #FFF;
  font-size: 21px;
  margin-top: 0; }

.background-image-parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0vh;
  height: 100%;
  width: 100%; }

.section-background-image-parallax {
  width: 100%; }
  .section-background-image-parallax .background-image-parallax {
    height: 500px; }

.page-template .section-background-image-parallax {
  margin-top: 70px; }
  .page-template .section-background-image-parallax .background-image-parallax {
    height: 700px; }

.une-citation {
  margin-bottom: 14px; }

ul.enseignant {
  margin-bottom: 14px !important; }
  ul.enseignant li {
    color: #384F9E; }
    ul.enseignant li a {
      color: #384F9E;
      font-weight: 600;
      font-size: 17px; }
      ul.enseignant li a:hover {
        color: #F7592C; }

ul.info-cours li {
  color: #384F9E; }
  ul.info-cours li a {
    color: #384F9E;
    font-weight: 600; }
    ul.info-cours li a:hover {
      color: #F7592C; }

/*ENSEIGNANTS*/
.les-enseignants .un-enseignant {
  cursor: pointer; }

/* Styles pour la modal overlay */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 1000;
  opacity: 0; }

/* Clone de la carte pour l'animation */
.enseignant-card-clone {
  position: fixed;
  z-index: 9002;
  background: #fff;
  overflow: hidden;
  border: 1px solid #384F9E;
  text-align: left;
  cursor: default; }

/* Modal finale */
.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 90%;
  max-width: 1100px;
  z-index: 1002;
  opacity: 0;
  display: none;
  max-height: 80vh;
  /* Garder la limite à 90% de la hauteur de l'écran */
  overflow: hidden;
  /* Pour contenir le scroll interne */ }

.modal-body h3.modal-nom {
  font-size: 25px;
  color: #F7592C;
  margin: 0; }
.modal-body h4.modal-instrument {
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #384F9E;
  margin: 0; }

.close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  z-index: 1003;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-image: url(../images/btn-close-bleu.svg);
  background-size: contain; }

.close:hover {
  transform: rotate(90deg); }

.modal-body {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 400px;
  position: relative;
  height: 100%; }

.modal-left {
  display: none;
  align-items: flex-start;
  overflow: hidden;
  padding: 0; }

.modal-left > img {
  margin: 40px;
  max-width: calc(100% - 80px);
  max-height: calc(100% - 80px);
  /* ... autres styles ... */ }

.modal-right {
  padding: 40px 0 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* Changé de center à flex-start */
  background: #fff;
  max-height: min(80vh, 790px); }

.modal-right-content {
  padding: 0 40px 0 0;
  overflow-y: scroll; }

.modal-biographie {
  margin-top: 21px;
  padding-bottom: 40px; }

.enseignant-card-clone .enseignant-photo {
  padding: 40px;
  width: 50%; }

body.modal-open {
  overflow: hidden; }
  body.modal-open .header.top-header {
    z-index: 1; }

/*SINGLE POST ACTU*/
.article-header {
  text-align: center;
  max-width: 600px;
  margin: auto; }
  .article-header h1.single-title {
    text-align: center;
    margin: auto; }
  .article-header h2.page-surtitle {
    margin-bottom: 14px;
    font-size: 18px; }
  .article-header p.categories {
    font-size: 21px;
    color: #F7592C;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 200;
    position: relative;
    font-family: "Fulbo", Helvetica, Arial, sans-serif;
    margin-bottom: 7px; }
  .article-header p.entry-meta {
    color: #384F9E;
    font-weight: 600;
    margin-top: 3px; }

.wrapper-image-header-post {
  margin-bottom: 42px;
  line-height: 0; }
  .wrapper-image-header-post img {
    max-width: 100%;
    height: auto;
    line-height: 0; }

/*********************
PLAYER STYLES
*********************/
.mejs-controls .mejs-time-rail .mejs-time-float {
  border: none !important;
  background: #F7592C none repeat scroll 0 0 !important; }

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  border-color: #F7592C transparent transparent !important; }

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  color: #FFF !important; }

.player-audio {
  width: 100%; }
  .player-audio h2 {
    text-align: right;
    color: #000;
    font-weight: 300; }
  .player-audio .wp-playlist {
    padding: 0 !important;
    margin: 0 !important; }
    .player-audio .wp-playlist .mejs-container {
      max-width: 300px;
      margin-right: 0;
      margin-left: auto; }
  .player-audio .wp-playlist-current-item {
    display: none; }
  .player-audio .wp-playlist {
    border: none !important; }
  .player-audio .wp-playlist-tracks {
    margin-top: 2px; }
  .player-audio .wp-playlist-item {
    border-bottom: none !important;
    padding: 0 !important; }
  .player-audio .wp-playlist-item-artist {
    text-transform: none !important; }
  .player-audio .wp-playlist-playing {
    font-weight: normal !important; }
  .player-audio .wp-playlist-light .wp-playlist-playing .wp-playlist-caption {
    color: #F7592C !important; }
  .player-audio .wp-playlist-item .wp-playlist-caption {
    max-width: 100% !important;
    font-family: "Mulish", Helvetica, Arial, sans-serif;
    font-size: 15px; }
  .player-audio .wp-playlist-caption, .player-audio .wp-playlist-item-meta {
    font-size: 15px !important;
    font-weight: normal; }
  .player-audio .wp-playlist-item-title {
    font-size: 16px !important; }
  .player-audio .wp-playlist-item-artist {
    font-size: 14px !important; }
  .player-audio .wp-playlist-item .wp-playlist-caption:hover {
    color: #F7592C; }
  .player-audio .mejs-container.mejs-audio, .player-audio .mejs-container.mejs-audio .mejs-controls, .player-audio .mejs-embed, .player-audio .mejs-embed body {
    background: none !important; }
  .player-audio .mejs-controls {
    padding: 0 !important; }
  .player-audio .mejs-time-rail {
    padding-top: 5px !important;
    margin: 0 !important; }
  .player-audio .mejs-horizontal-volume-total {
    top: 10px !important; }
  .player-audio .mejs-button {
    width: 25px;
    height: 28px; }
  .player-audio .mejs-container.mejs-audio .mejs-controls .mejs-button button {
    background: none !important; }
  .player-audio .mejs-container.mejs-audio .mejs-controls .mejs-button.mejs-play button {
    background-image: url(../images/btnPlayPause.svg) !important;
    background-repeat: no-repeat !important;
    width: 27px !important;
    height: 31px !important;
    margin: 0 !important;
    transform: scale(0.9); }
  .player-audio .mejs-container.mejs-audio .mejs-controls .mejs-button.mejs-pause button {
    background-image: url(../images/btnPlayPause.svg) !important;
    background-repeat: no-repeat !important;
    width: 27px !important;
    height: 31px !important;
    background-position: -27px 0 !important;
    margin: 0 !important;
    transform: scale(0.9); }
  .player-audio .mejs-container.mejs-audio .mejs-controls .mejs-mute button {
    background-position: 0 0 !important;
    background-image: url(../images/btnSound.png) !important;
    width: 25px !important;
    height: 22px !important;
    margin: 0 !important; }
  .player-audio .mejs-container.mejs-audio .mejs-controls .mejs-unmute button {
    background-image: url(../images/btnSound.png) !important;
    width: 25px !important;
    height: 22px !important;
    margin: 0 !important;
    background-position: -25px 0 !important; }
  .player-audio .mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-total {
    padding-left: 2px !important;
    padding-right: 2px !important; }
  .player-audio .mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .player-audio .mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-total {
    background: none !important;
    background-color: #000 !important;
    height: 9px; }
  .player-audio .mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px 0 !important; }
  .player-audio .mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .player-audio .mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: none !important;
    background-color: #F7592C !important;
    height: 1px;
    margin-top: 4px; }
  .player-audio .mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .player-audio .mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: transparent !important;
    height: 5px;
    margin-top: 2px;
    background-color: #F7592C !important; }
  .player-audio .mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    margin-left: 2px !important; }
  .player-audio .mejs-horizontal-volume-current {
    max-width: 93% !important; }
  .player-audio .mejs-horizontal-volume-total {
    width: 57px !important; }
    .player-audio .mejs-horizontal-volume-total:after {
      content: '';
      border-right: 2px solid #000; }
  .player-audio .mejs-time-handle, .player-audio .mejs-time-handle-content {
    display: none !important; }
  .player-audio .mejs-container.mejs-audio .mejs-controls .mejs-time {
    color: #000 !important;
    font-size: 12px;
    padding: 10px 10px 0 !important; }
  .player-audio .mejs-container.mejs-audio .mejs-controls div.mejs-mute, .player-audio .mejs-container.mejs-audio .mejs-controls div.mejs-unmute {
    margin-right: 7px !important;
    margin-top: 4px !important; }
  .player-audio .mejs-controls .mejs-volume-button {
    /*padding-top: 50px !important;*/ }

.home .col-center-content .message-important {
  margin-left: auto;
  margin-right: auto; }
.home .message-important {
  padding: 60px;
  max-width: 600px;
  transform: translateY(0); }
  .home .message-important > :first-child {
    margin-top: 0; }
  .home .message-important h2 {
    color: #F7592C; }
  .home .message-important p, .home .message-important ul {
    color: #384F9E !important;
    font-size: 18px; }
.home #content {
  padding-top: 0; }
.home .galerie-photo-bandeau {
  margin-top: 49px; }
.home .section-box {
  margin-top: 0;
  margin-bottom: 70px; }
  .home .section-box.orange-background.actu {
    margin-top: -70px; }
  .home .section-box.menu-grandes-sections {
    margin-bottom: 0; }
  .home .section-box.encart-actu {
    padding-top: 0; }
  .home .section-box.module-inscription {
    margin-top: -63px; }
.home .agenda-on-home .btn-forward {
  margin-top: 56px; }
.home .agenda-on-home .carousel-multiple-cell {
  position: relative;
  z-index: 20; }
.home .section-box.actu .les-articles {
  margin-top: 35px; }
.home .container-articles {
  margin-top: 35px; }

.menu-grandes-sections h5.btn-title {
  color: #F7592C;
  font-size: 18px;
  font-size: 17px;
  margin: 21px 0 0 0; }

.un-bouton {
  /* formes différentes selon l’ordre */ }
  .un-bouton .wrapper-wrapper-image {
    position: relative; }
    .un-bouton .wrapper-wrapper-image:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 120%;
      background: #F7592C;
      z-index: 1;
      transform: translate(-10%, -10%);
      /* petit décalage */ }
  .un-bouton .wrapper-image {
    position: relative;
    z-index: 2; }
  .un-bouton:nth-child(1) .wrapper-wrapper-image::before {
    clip-path: polygon(15.5% 1.28%, 90.42% 7.8%, 97.13% 99.22%, 6.58% 88.21%); }
  .un-bouton:nth-child(2) .wrapper-wrapper-image::before {
    clip-path: polygon(14.06% 5.82%, 91.26% -0.25%, 98.87% 83.75%, 12.11% 91.61%); }
  .un-bouton:nth-child(3) .wrapper-wrapper-image::before {
    clip-path: polygon(15.59% 1.29%, 95.49% 5.51%, 89.51% 99.59%, 7.53% 85%); }
  .un-bouton:nth-child(4) .wrapper-wrapper-image::before {
    clip-path: polygon(13.73% 7.76%, 89.95% 0.13%, 97.89% 86.15%, 12.14% 98%); }

.container-title-button {
  display: flex;
  justify-content: space-between; }
  .container-title-button .links-crea {
    position: relative;
    z-index: 10;
    text-align: right; }
    .container-title-button .links-crea .link-crea {
      margin-left: 21px;
      background-image: url(../images/bouton-long.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      font-size: 16px;
      height: 30px;
      line-height: 26px;
      font-family: "Fulbo", Helvetica, Arial, sans-serif;
      display: inline-block;
      color: #FFF;
      padding: 0 15px;
      position: relative; }
      .container-title-button .links-crea .link-crea span {
        font-size: 22px; }
      .container-title-button .links-crea .link-crea:first-of-type {
        background-position: right;
        margin-bottom: 7px; }
      .container-title-button .links-crea .link-crea:active {
        top: 1px; }

.home h2.section-title, .page-template-page-spectacles h2.section-title {
  font-size: 24px;
  line-height: 1.1em;
  font-family: "Fulbo", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 0;
  margin-top: 0;
  color: #F7592C; }

.arrow-down-wrapper {
  position: absolute;
  margin: auto;
  bottom: clamp(50px, 7vh, 105px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100; }

.arrow-down-header {
  background-image: url(../images/arrow-down.svg);
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center; }

.header-home-container {
  height: 100svh;
  min-height: 600px;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #FFF;
  flex-direction: column;
  align-items: center;
  padding: 0 35px;
  padding-bottom: 4svh; }
  .header-home-container .wrapper-content-home {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .header-home-container .wrapper-content-home .wrapper-image-header-home {
      margin-bottom: 21px;
      width: clamp(400px, 50vw, 600px);
      aspect-ratio: 600 / 523;
      overflow: hidden;
      max-height: 50svh;
      flex-shrink: 0; }
      .header-home-container .wrapper-content-home .wrapper-image-header-home img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block; }
    .header-home-container .wrapper-content-home .wrapper-text-header-home {
      z-index: 31;
      margin-top: 14px; }
      .header-home-container .wrapper-content-home .wrapper-text-header-home p {
        text-align: center;
        font-family: "Fulbo", Helvetica, Arial, sans-serif;
        color: #F7592C;
        font-size: 21px; }
      .header-home-container .wrapper-content-home .wrapper-text-header-home .baseline {
        max-width: 500px;
        width: 100%;
        height: 55px;
        margin-top: 14px; }

.les-articles .un-article .entry-time {
  font-size: 14px;
  color: #F7592C;
  font-weight: 600; }
.les-articles .un-article .wrapper-image {
  margin-bottom: 35px; }
.les-articles .un-article h3.box-title {
  font-size: 22px;
  margin-top: 0;
  color: #384F9E;
  margin-bottom: 0;
  line-height: 1.15em;
  font-weight: bold;
  text-transform: uppercase; }
.les-articles .un-article p.categories {
  font-size: 14px;
  color: #F7592C;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 200;
  position: relative;
  font-family: "Fulbo", Helvetica, Arial, sans-serif; }
.les-articles .un-article .entry-content {
  color: #384F9E;
  margin-top: 12px; }
  .les-articles .un-article .entry-content p {
    font-size: 16px; }
    .les-articles .un-article .entry-content p:last-of-type {
      margin-bottom: 0; }
.les-articles .un-article h4.date-type {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0; }
.les-articles .un-article p.date-date {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.333em;
  margin-bottom: 0;
  color: #F7592C; }
.les-articles .un-article .date-horaire {
  font-size: 15px;
  font-weight: bold; }
.les-articles .un-article:hover a.excerpt-read-more {
  color: #384F9E !important; }
.les-articles .un-article:hover .wrapper-image img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }
.les-articles.mosaique .un-article {
  margin-bottom: 70px; }

.partenaires {
  justify-content: center; }
  .partenaires .un-partenaire {
    position: relative;
    z-index: auto;
    display: flex;
    align-items: center;
    margin-top: 7px;
    margin-bottom: 21px; }
    .partenaires .un-partenaire .inner-partenaire {
      text-align: center;
      position: relative;
      z-index: 9;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      margin: auto; }
    .partenaires .un-partenaire img {
      margin: 0 auto;
      width: 100%;
      height: auto;
      max-width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .partenaires .un-partenaire:hover .inner-partenaire img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

.encart {
  border: 2px solid #F7592C;
  padding: 42px; }
  .encart p {
    margin-bottom: 0 !important; }
  .encart h2 {
    font-size: 21px;
    color: #F7592C;
    margin-bottom: 14px;
    margin-top: 28px; }
    .encart h2:first-of-type {
      margin-top: 0; }

.docs-download h2 {
  text-transform: uppercase; }
.docs-download ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .docs-download ul li {
    padding-bottom: 3px !important;
    padding-left: 0 !important; }
    .docs-download ul li:before {
      display: none !important; }
    .docs-download ul li:last-of-type {
      padding-bottom: 0px !important; }
    .docs-download ul li a {
      color: #000;
      font-weight: bold; }
      .docs-download ul li a:hover {
        color: #F7592C; }

ul.no-puce {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.no-puce li {
    padding-left: 0; }
    ul.no-puce li:before {
      display: none !important; }

a.box-link-full {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  cursor: pointer; }

/* BOX */
.box {
  margin-bottom: 42px !important; }
  .box h3 {
    font-size: 18px;
    color: #F7592C;
    margin: 0; }
  .box h4 {
    font-family: "Mulish", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #384F9E;
    margin: 0; }
  .box .header {
    margin-top: 21px; }
  .box:hover .wrapper-image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .box:hover .btn-plus::after {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }

.wrapper-image {
  line-height: 0;
  overflow: hidden; }
  .wrapper-image img {
    margin: 0;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.menu-grandes-section .box {
  margin-bottom: 70px !important; }

/* AGENDA */
.une-date-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 21px;
  width: 250px; }

.les-dates {
  margin-top: 7px;
  justify-content: center; }
  .les-dates.row {
    margin-bottom: 56px;
    gap: 21px; }

.une-date {
  text-align: left;
  font-size: 13px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #F7592C;
  position: relative; }
  .une-date .une-date-inner {
    padding: 21px; }
  .une-date .date-mention-special {
    margin: 3px 0;
    font-size: 14px;
    color: #384F9E; }
  .une-date .wrapper-image {
    margin-bottom: 35px; }
  .une-date ul.liens-date {
    margin-top: 0; }
  .une-date a.excerpt-read-more {
    margin-top: 0; }
  .une-date:hover a.excerpt-read-more {
    color: #384F9E !important; }
  .une-date .date-title {
    font-family: "Fulbo", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.15em;
    text-transform: uppercase;
    color: #384F9E; }
  .une-date .entry-content p {
    font-size: 16px;
    color: #384F9E; }
    .une-date .entry-content p:last-child {
      margin-bottom: 0; }
  .une-date .date-lien-web {
    margin-top: 14px; }
    .une-date .date-lien-web a {
      color: #333333;
      font-style: italic; }
      .une-date .date-lien-web a:hover {
        color: #000; }

ul.liens-date {
  margin-top: 20px;
  margin-bottom: 0;
  z-index: 1000;
  position: relative; }
  ul.liens-date li {
    font-size: 16px;
    font-weight: 600; }
    ul.liens-date li a {
      color: #F7592C; }
      ul.liens-date li a:hover {
        color: #384F9E; }

.date-info {
  margin: 0 0 14px 0;
  font-weight: bold; }

.date-ville {
  color: #F7592C;
  font-size: 16px;
  font-family: "Fulbo", Helvetica, Arial, sans-serif;
  line-height: 1.35em; }

.date-lieu {
  color: #F7592C;
  font-size: 15px;
  line-height: 1.2em; }

.date-date {
  font-family: "Fulbo", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 14px;
  color: #F7592C; }
  .date-date .delimiter-date-wrapper {
    display: inline;
    margin: 0 4px 0 4px; }
  .date-date .num-date {
    font-size: 19px; }
  .date-date .delimiter-date {
    font-size: 19px; }
  .date-date .mois-date {
    font-size: 19px; }

.wrapper-two-month {
  margin: auto;
  text-align: left;
  display: inline-block;
  display: flex;
  align-content: center;
  justify-content: left; }
  .wrapper-two-month .delimiter-date {
    float: left; }

.wrapper-inner-two-month {
  float: left; }

.annee-date {
  font-size: 19px; }

h4.date-mois {
  text-align: center;
  color: #F7592C;
  text-transform: uppercase;
  font-size: 24px; }

ul.saisons-archives {
  text-align: center; }
  ul.saisons-archives a {
    color: #000;
    font-weight: bold; }
    ul.saisons-archives a:hover {
      color: #F7592C; }

/* CAROUSEL*/
.carousel-multiple-cell {
  margin: 0 21px; }
  .carousel-multiple-cell .carousel-cell {
    padding-bottom: 1px;
    display: flex;
    align-items: stretch;
    flex-direction: column; }
    .carousel-multiple-cell .carousel-cell .une-date {
      min-height: 100%; }

.flickity-button {
  background: transparent; }
  .flickity-button:disabled {
    opacity: 0; }

.flickity-prev-next-button.previous {
  left: -44px;
  transform: rotate(-180deg); }

.flickity-prev-next-button.next {
  right: -44px; }

.flickity-prev-next-button {
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 0%;
  transform: translateY(0);
  background-image: url(../images/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .flickity-prev-next-button svg {
    display: none; }

.section-box.actu .flickity-prev-next-button {
  top: 170px; }

.section-box.actu .agenda-on-home .flickity-prev-next-button {
  position: absolute;
  top: -55px;
  width: 25px;
  height: 25px; }
  .section-box.actu .agenda-on-home .flickity-prev-next-button.previous {
    left: unset;
    right: 35px; }
  .section-box.actu .agenda-on-home .flickity-prev-next-button.next {
    right: 0; }

.carousel-one-cell {
  z-index: 100; }

/* GALERIE PHOTO */
.info-galerie {
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .info-galerie p.copyright-galerie {
    font-size: 13px;
    margin-bottom: 0;
    text-align: left; }
  .info-galerie a.link-galerie {
    font-size: 13px;
    font-weight: 600;
    align-self: flex-end;
    margin-left: auto; }

.psgal {
  width: 100% !important;
  padding-bottom: 0 !important; }
  .psgal figure {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    aspect-ratio: 3/2; }
    .psgal figure.portrait {
      aspect-ratio: 3/4; }
  .psgal.grid-photo figure.portrait {
    aspect-ratio: 0.724; }
  .psgal img {
    font-size: 0;
    line-height: 0;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }

.psgal.simple figure.portrait {
  aspect-ratio: auto; }

.pswp__button--share {
  display: none; }

.pswp__bg {
  /*opacity:1 !important;*/ }

.pswp__top-bar, .pswp__caption {
  background-color: transparent !important; }

.hidden-caption-content {
  display: none; }

.pswp__dynamic-caption {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: opacity 120ms linear !important;
  /* override default */
  font-size: 15px; }

.pswp-caption-content {
  display: none; }

.pswp__dynamic-caption a {
  color: #fff; }

.pswp__dynamic-caption--faded {
  opacity: 0 !important; }

.pswp__dynamic-caption--aside {
  width: auto;
  max-width: 300px;
  padding: 20px 15px 20px 20px;
  margin-top: 70px; }

.pswp__dynamic-caption--below {
  width: auto;
  padding: 14px 0 0; }

.pswp__dynamic-caption--on-hor-edge {
  padding-left: 15px;
  padding-right: 15px; }

.pswp__dynamic-caption--mobile {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  right: 0;
  bottom: 0;
  /* override styles that were set via JS.
    as they interfere with size measurement */
  top: auto !important;
  left: 0 !important; }

/*.pswp__button--arrow--next{
    background-image: url(../images/fleche-cercle-white.svg);
    width: 35px;
    height: 35px;
    background-size: contain;
    transform: rotate(-90deg);
    margin-right: 21px;
}
.pswp__button--arrow--prev{
        background-image: url(../images/fleche-cercle-white.svg);
    width: 35px;
    height: 35px;
    background-size: contain;
    transform: rotate(90deg);
    margin-left: 21px;
}*/
.pswp__button--arrow .pswp__icn {
  height: 49px;
  fill: #FFF;
  stroke: #FFF; }

.pswp__custom-caption {
  font-size: 16px;
  color: #fff;
  width: calc(100% - 32px);
  max-width: 400px;
  position: absolute;
  left: 50%;
  bottom: 21px;
  transform: translateX(-50%); }

.entry-content .intro {
  padding: 0 0 14px 0; }
  .entry-content .intro p {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3em;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -o-hyphens: none;
    hyphens: none; }
.entry-content p.chapeau {
  font-size: 19px;
  font-weight: bold; }
.entry-content span.bleu {
  color: #384F9E; }
.entry-content span.orange {
  color: #F7592C; }
.entry-content span.auteur-citation, .entry-content blockquote p span.auteur-citation {
  font-style: normal;
  font-weight: bold;
  font-size: 18px; }
.entry-content p.small-text {
  font-size: 14px; }
.entry-content blockquote {
  margin: 42px 0 42px 0; }
  .entry-content blockquote p {
    font-size: 20px;
    line-height: 1.5em;
    font-style: italic;
    z-index: 100;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
    position: relative; }
.entry-content a {
  color: #F7592C; }
  .entry-content a:hover {
    color: #384F9E; }
.entry-content p {
  margin: 0 0 11px;
  line-height: 1.5em;
  font-size: 17px; }
  .entry-content p a:hover {
    text-decoration: underline; }
.entry-content ul {
  list-style-type: none;
  padding-left: 7px;
  margin-top: 0; }
  .entry-content ul li {
    padding-bottom: 4px;
    padding-left: 7px; }
    .entry-content ul li:before {
      content: "- ";
      display: inline-block;
      width: 15px;
      margin-left: -15px;
      color: inherit; }
.entry-content ol {
  margin-left: 35px;
  font-weight: bold; }
.entry-content table {
  width: 100%;
  border: 1px solid #E7E7E7;
  margin-bottom: 1.5em; }
  .entry-content table caption {
    margin: 0 0 7px;
    font-size: 0.75em;
    color: #9fa6b4;
    text-transform: uppercase;
    letter-spacing: 1px; }
.entry-content tr {
  border-bottom: 1px solid #E7E7E7; }
  .entry-content tr:nth-child(even) {
    background-color: #f8f9fa; }
.entry-content td {
  padding: 7px;
  border-right: 1px solid #E7E7E7; }
  .entry-content td:last-child {
    border-right: 0; }
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7; }
  .entry-content th:last-child {
    border-right: 0; }
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em; }
.entry-content img {
  margin: 3em 0 3em 0;
  max-width: 100%;
  height: auto; }
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto; }
.entry-content:after {
  content: "";
  display: table;
  clear: both; }

/* end .entry-content */
.btn-plus::after {
  content: " ";
  position: absolute;
  background-image: url(../images/btn-plus.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-left: 7px;
  margin-top: 0.5px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination, .wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #E7E7E7; }
  .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: #F7592C; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #F7592C;
      color: #fff; }
  .pagination .current {
    cursor: default;
    color: #000; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #fff;
      color: #000; }

/* 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 */
/*********************
FOOTER STYLES
*********************/
ul.link-social {
  margin: 0;
  padding: 0 !important;
  display: flex;
  gap: 1px; }
  ul.link-social li {
    display: inline;
    padding-left: 0 !important; }
    ul.link-social li:last-child {
      margin: 0; }
    ul.link-social li a {
      width: 35px;
      height: 35px;
      background-size: cover;
      background-repeat: no-repeat;
      display: flex; }
  ul.link-social img.icon-social {
    width: auto;
    height: 18px;
    margin: auto; }
    ul.link-social img.icon-social.white {
      display: none; }

.encart-newsletter {
  width: 100%;
  height: 560px;
  position: relative;
  z-index: 2; }
  .encart-newsletter:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 40px;
    /* marge à droite */
    background-image: url(../images/illustr-newsletter.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 420px;
    z-index: -2; }
  .encart-newsletter .encart-newsletter-content {
    width: 78%;
    height: 390px;
    background-image: url(../images/fond-carte-newsletter.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 11%;
    position: relative;
    z-index: 10; }
  .encart-newsletter h4 {
    font-size: 31px;
    color: #F7592C;
    margin: 0; }
  .encart-newsletter p {
    margin: 0;
    font-family: "Fulbo", Helvetica, Arial, sans-serif;
    font-size: 17px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -o-hyphens: none;
    hyphens: none; }
  .encart-newsletter a.btn-primary {
    margin-top: 60px; }

.main-footer {
  margin-top: 0;
  position: relative;
  margin-bottom: 0;
  /* end .footer-links */ }
  .main-footer .row {
    margin: 0; }
  .main-footer .col-footer {
    display: flex;
    align-self: flex-end; }
    .main-footer .col-footer .col-wrapper-thin {
      padding: 24px; }
    .main-footer .col-footer .col-footer-inner {
      display: flex;
      align-items: flex-end;
      flex-direction: column; }
  .main-footer .col-1 {
    order: 1; }
  .main-footer .col-2 {
    order: 2; }
    .main-footer .col-2 .col-wrapper-thin {
      margin-left: auto; }
  .main-footer .logo-footer {
    background-image: url(../images/logo-la-lyre-st-marcellin.svg);
    width: 195px;
    height: 134px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative; }
  .main-footer .footer-gauche {
    display: none; }
  .main-footer .footer-social {
    display: flex;
    flex-direction: row;
    gap: 21px; }
  .main-footer ul.link-social {
    justify-content: end; }
  .main-footer .footer-links ul li {
    text-align: right;
    line-height: 1.1em; }
    .main-footer .footer-links ul li a {
      padding: 0;
      font-size: 13px;
      color: #384F9E; }
      .main-footer .footer-links ul li a:hover {
        color: #F7592C; }

.btn-back, .btn-forward {
  text-align: center;
  margin-top: 28px; }
  .btn-back.on-bottom-page, .btn-forward.on-bottom-page {
    margin-top: 70px; }

#back-to-top-button {
  display: inline-block;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 30px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
  background-image: url(../images/arrow-down.svg);
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

#back-to-top-button.show {
  opacity: 1;
  visibility: visible;
  bottom: 30px; }

#back-to-top-button.showend {
  opacity: 1;
  visibility: visible;
  bottom: 120px; }

.wpcf7-form-control-wrap.recaptcha {
  padding-bottom: 21px;
  display: block;
  padding-top: 14px; }
  .wpcf7-form-control-wrap.recaptcha:after {
    display: none; }

.wpcf7-not-valid-tip {
  position: absolute;
  width: 600px;
  top: 48px; }

span.message .wpcf7-form-control-wrap:after {
  display: none; }

.iframe-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-top: 35px; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/*--------MENU PAGE BROTHER------------*/
.menu-brother .btn-page {
  margin-bottom: 42px !important; }

/*--------MENU------------*/
.menu-responsive-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9000; }

.menu-normal-container {
  display: none; }

#mobile-menu ul.mobile-nav {
  margin: 14px 0 28px 0; }
  #mobile-menu ul.mobile-nav li {
    margin: 0;
    float: none; }
  #mobile-menu ul.mobile-nav li.menu-item a {
    font-size: 20px !important;
    height: 50px;
    line-height: 50px;
    padding: 0 5% !important;
    text-transform: uppercase;
    font-family: "Fulbo", Helvetica, Arial, sans-serif;
    color: #FFF; }
    #mobile-menu ul.mobile-nav li.menu-item a:hover {
      color: #FFF; }
  #mobile-menu ul.mobile-nav li.menu-item-has-children > a {
    position: relative; }
    #mobile-menu ul.mobile-nav li.menu-item-has-children > a:after {
      content: " ";
      position: absolute;
      background-color: transparent;
      background-image: url(../images/arrow-down-small.svg);
      background-repeat: no-repeat;
      width: 10px;
      height: 8px;
      transform: translateY(-55%) translateX(14px);
      top: 50%;
      background-size: contain; }
  #mobile-menu ul.mobile-nav li.menu-item-has-children ul.sub-menu {
    display: none;
    margin: 0 0 14px 0; }
    #mobile-menu ul.mobile-nav li.menu-item-has-children ul.sub-menu a {
      text-transform: none;
      font-size: 16px !important;
      height: 30px !important;
      line-height: 30px !important;
      font-weight: normal; }
#mobile-menu .btn-menu {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 55px;
  height: 55px;
  display: block;
  cursor: pointer;
  transition: opacity 0.2s linear;
  z-index: 1400; }
  #mobile-menu .btn-menu:hover {
    /*opacity: 0.8;*/ }
  #mobile-menu .btn-menu span {
    display: block;
    float: left;
    clear: both;
    height: 3px;
    width: 25px;
    background-color: #F7592C;
    position: absolute;
    right: 15px;
    top: 20px;
    overflow: hidden;
    border-radius: 4px;
    transition: all 0.45s cubic-bezier(0.05, 0.2, 0.1, 1); }
    #mobile-menu .btn-menu span:nth-child(1) {
      margin-top: 0px;
      z-index: 9; }
    #mobile-menu .btn-menu span:nth-child(2) {
      margin-top: 8px;
      transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1); }
    #mobile-menu .btn-menu span:nth-child(3) {
      margin-top: 16px; }
#mobile-menu .menu-container-wrapper-wrapper {
  overflow: hidden; }
#mobile-menu .menu-container-wrapper {
  overflow: hidden;
  height: 100vh;
  width: 40vw;
  transition: all 0.5s cubic-bezier(0.05, 0.2, 0.1, 1);
  position: relative;
  z-index: -10;
  margin-right: -40vw; }
#mobile-menu .menu-container-mobile {
  text-align: center;
  transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  height: 100%;
  width: 100%;
  transform: translateX(50px);
  position: absolute;
  background-color: #384F9E;
  background-repeat: no-repeat;
  z-index: 18;
  overflow: hidden;
  opacity: 1; }
  #mobile-menu .menu-container-mobile .nav-container {
    width: 100%;
    padding: 0 10%;
    margin-top: 100px; }
  #mobile-menu .menu-container-mobile ul.top-nav li {
    display: block;
    height: auto;
    transition: all 0.45s cubic-bezier(0.05, 0.2, 0.1, 1); }
    #mobile-menu .menu-container-mobile ul.top-nav li:nth-child(1) {
      -webkit-transition-delay: 0.05s; }
    #mobile-menu .menu-container-mobile ul.top-nav li:nth-child(2) {
      -webkit-transition-delay: 0.10s; }
    #mobile-menu .menu-container-mobile ul.top-nav li:nth-child(3) {
      -webkit-transition-delay: 0.15s; }
    #mobile-menu .menu-container-mobile ul.top-nav li:nth-child(4) {
      -webkit-transition-delay: 0.20s; }
    #mobile-menu .menu-container-mobile ul.top-nav li:nth-child(5) {
      -webkit-transition-delay: 0.25s; }
    #mobile-menu .menu-container-mobile ul.top-nav li a {
      color: #000;
      font-size: 14px;
      width: 100%;
      display: block;
      line-height: 40px;
      height: 40px;
      display: block;
      padding: 0 5%;
      text-decoration: none;
      font-weight: bold;
      text-transform: uppercase; }
      #mobile-menu .menu-container-mobile ul.top-nav li a:hover {
        color: #ff8400; }
    #mobile-menu .menu-container-mobile ul.top-nav li ul.sub-menu {
      margin: 0 0 21px 0; }
      #mobile-menu .menu-container-mobile ul.top-nav li ul.sub-menu li {
        margin-top: 7px; }
        #mobile-menu .menu-container-mobile ul.top-nav li ul.sub-menu li a {
          font-size: 16px;
          line-height: 21px;
          display: block;
          font-weight: normal; }
#mobile-menu .menu-responsive-container.oppenned {
  overflow: visible; }
  #mobile-menu .menu-responsive-container.oppenned span.cls {
    cursor: pointer; }
  #mobile-menu .menu-responsive-container.oppenned .menu-container-wrapper {
    z-index: 1399;
    visibility: visible;
    height: 100vh;
    width: 100vw;
    margin-right: 0; }
  #mobile-menu .menu-responsive-container.oppenned .menu-container-mobile {
    opacity: 1;
    z-index: 20;
    transform: translateX(0);
    transition: all 0.6s cubic-bezier(0.05, 0.2, 0.1, 1); }
  #mobile-menu .menu-responsive-container.oppenned span:nth-child(1), #mobile-menu .menu-responsive-container.oppenned span:nth-child(3) {
    z-index: 100;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #mobile-menu .menu-responsive-container.oppenned span:nth-child(1) {
    transform: rotate(45deg) translateY(5px) translateX(5px); }
  #mobile-menu .menu-responsive-container.oppenned span:nth-child(2) {
    display: none; }
  #mobile-menu .menu-responsive-container.oppenned span:nth-child(3) {
    transform: rotate(-45deg) translateY(-6px) translateX(6px); }

.clearfix::after {
  clear: both; }

/*Partenaire*/
.section-box.encart-partenaires {
  padding-top: 0;
  padding-bottom: 0; }

.partenaires-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 70px;
  margin: 54px 0;
  align-items: stretch; }
  .partenaires-logos .partenaire-item {
    text-align: center;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px; }
    .partenaires-logos .partenaire-item img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: auto; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */ }
/*********************
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!
  
  ******************************************************************/
  .admin-bar header.top-header {
    margin-top: 32px; }

  #logo-mobile .logo-mobile-int {
    width: 195px;
    height: 134px; }

  .home .section-box.actu .les-articles {
    margin-top: 0px; }

  .menu-grandes-section .box {
    margin-bottom: 42px !important; }

  .btn-back {
    margin: auto; }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 900px; }

  .wrap.medium {
    max-width: 1100px; }

  .wrap.wide {
    max-width: 1200px; }

  .row .article-img-wrapper {
    text-align: right; }

  .row.reverse-content {
    flex-direction: row-reverse; }
    .row.reverse-content .article-img-wrapper {
      text-align: left; }

  .col-wrapper-thin {
    padding: 24px; }
    .col-wrapper-thin.no-padding-left {
      padding-left: 0 !important; }
    .col-wrapper-thin.no-padding-right {
      padding-right: 0 !important; }

  .align-right {
    text-align: right; }
    .align-right p, .align-right h2, .align-right h3, .align-right h4, .align-right h5, .align-right li {
      text-align: right; }

  /*********************
  HEADER STYLES
  *********************/
  h1.single-title, h1.page-title {
    font-size: 35px; }

  h2.single-subtitle, h2.page-subtitle {
    font-size: 20px; }

  header.header {
    padding: 30px; }

  /*MENU*/
  .menu-container-wrapper {
    overflow: hidden;
    height: 0;
    width: 400px; }

  .menu-responsive-container.oppenned .menu-container-wrapper {
    width: 400px; }
  .menu-responsive-container.oppenned span:nth-child(2) {
    width: 400px; }

  /*FOOTER*/
  .main-footer .col-footer.align-right .col-wrapper-thin {
    margin-left: auto;
    margin-right: 0; }
  .main-footer .col-1 {
    order: 1; }
  .main-footer .col-2 {
    order: 2; }
  .main-footer .footer-links ul li {
    text-align: right; }

  .entry-content .intro p br {
    display: block; }

  #back-to-top-button {
    right: 30px; }

  .membres-top .un-membre .col-text {
    display: flex; }
  .membres-top .un-membre:nth-child(odd) .col-text {
    align-items: flex-end; }
  .membres-top .un-membre:nth-child(even) .col-text {
    align-items: flex-start; }

  .article-text-inner {
    max-width: 450px; }

  .reverse-content .article-text-inner {
    margin-right: 0;
    margin-left: auto; }

  .container-articles .un-article h2.article-title {
    margin-top: 0px;
    font-size: 28px; }
  .container-articles .un-article .article-text-wrapper {
    margin-top: 14px;
    max-width: none; }

  .un-membre {
    margin-bottom: 77px !important; }

  .carousel-multiple-cell {
    margin: 0; }
    .carousel-multiple-cell .carousel-cell {
      min-height: 100%; }

  .col-up {
    margin-top: -20% !important; }

  .encart-accueil .encart-image {
    width: 83%;
    position: relative; }
  .encart-accueil .encart-content {
    margin: 0;
    margin-left: -20%; }

  .flickity-prev-next-button.previous {
    left: -50px; }

  .flickity-prev-next-button.next {
    right: -50px; }

  .encart-newsletter p {
    font-size: 21px; }

  .main-footer ul.link-social {
    margin-bottom: 0px; }
  .main-footer .footer-social {
    flex-direction: column;
    gap: 0; }
  .main-footer .col-1 .col-wrapper-thin {
    padding-bottom: 24px; }
  .main-footer .footer-social {
    transform: translateX(9px); }

  .formulaire-on-contact {
    order: 1; }

  .contact-on-contact {
    order: 2; }

  .single-orchestre .content-container {
    margin-top: 56px 0 0 0; }
  .single-orchestre .col-gauche {
    order: 1; }
  .single-orchestre .col-droite {
    order: 2; }

  .header-container .illustr-header {
    bottom: -300px; }

  .single-enseignant .col-gauche, .single-evenement .col-gauche {
    order: 2; }
  .single-enseignant .col-droite, .single-evenement .col-droite {
    order: 1; }

  .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 */
  .main-footer .footer-gauche {
    background-image: url(../images/illustr-footer.webp);
    width: 150px;
    height: 85px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    align-self: flex-end; }
  .main-footer .col-1 .col-wrapper-thin {
    padding-left: 24px;
    padding-bottom: 0;
    transform: translateX(-35px) translateY(-14px); } }
/*********************
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: 1130px) {
  /******************************************************************
  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.
  
  ******************************************************************/
  #content {
    padding-top: 0; }

  .menu-grandes-section .box {
    margin-bottom: 0px !important; }

  .container-articles {
    padding-bottom: 70px;
    padding-top: 70px; }

  .container-inner-articles {
    position: relative;
    z-index: 10; }

  .flickity-prev-next-button.previous {
    left: -60px; }

  .flickity-prev-next-button.next {
    right: -60px; }

  .menu-normal-container {
    top: 0;
    display: block;
    position: relative;
    z-index: 9001;
    display: flex;
    flex-direction: column;
    align-items: end; }
    .menu-normal-container ul.link-social {
      transform: translateY(-10px);
      margin-left: 7px; }
    .menu-normal-container ul#menu-menu-principal {
      transform: translateY(-10px);
      margin: 0; }
      .menu-normal-container ul#menu-menu-principal li {
        display: inline-block;
        vertical-align: middle;
        /* showing sub-menus */ }
        .menu-normal-container ul#menu-menu-principal li:hover > ul.sub-menu {
          top: auto;
          visibility: visible;
          opacity: 1; }
        .menu-normal-container ul#menu-menu-principal li a {
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0.03em;
          color: #F7592C;
          text-transform: uppercase;
          padding: 0 11px;
          height: 100%;
          display: inline-block;
          line-height: 35px;
          font-family: "Fulbo", Helvetica, Arial, sans-serif;
          width: 100%;
          background-color: #FFF; }
          .menu-normal-container ul#menu-menu-principal li a:hover {
            color: #384F9E; }
        .menu-normal-container ul#menu-menu-principal li ul.sub-menu,
        .menu-normal-container ul#menu-menu-principal li ul.children {
          margin-top: 0;
          border: 1px solid #ccc;
          position: absolute;
          visibility: hidden;
          opacity: 0;
          z-index: 8999;
          transition: .4s opacity ease-in;
          padding: 21px 10px;
          background-color: #F7592C;
          transform: translateX(-20px) translateY(-10px);
          clip-path: polygon(1% 3.64%, 96.96% 6.54%, 94.45% 91.46%, 5% 96.19%);
          /*
          if you need to go deeper, go nuts
          just remember deeper menus suck
          for usability. k, bai.
          */ }
          .menu-normal-container ul#menu-menu-principal li ul.sub-menu li,
          .menu-normal-container ul#menu-menu-principal li ul.children li {
            min-width: 160px;
            display: block; }
            .menu-normal-container ul#menu-menu-principal li ul.sub-menu li a,
            .menu-normal-container ul#menu-menu-principal li ul.children li a {
              padding-left: 10px;
              border-right: 0;
              order-bottom: 0;
              display: block;
              transition: none;
              font-size: 13px;
              line-height: 30px;
              color: #FFF;
              background-color: transparent; }
              .menu-normal-container ul#menu-menu-principal li ul.sub-menu li a:hover,
              .menu-normal-container ul#menu-menu-principal li ul.children li a:hover {
                color: #FFF;
                opacity: 0.8; }
          .menu-normal-container ul#menu-menu-principal li ul.sub-menu ul,
          .menu-normal-container ul#menu-menu-principal li ul.children ul {
            top: 0;
            left: 100%; }
        .menu-normal-container ul#menu-menu-principal li.menu-item-125 ul.sub-menu,
        .menu-normal-container ul#menu-menu-principal li.menu-item-125 ul.children {
          transform: translateX(-10px) translateY(-10px);
          clip-path: polygon(0% 8%, 96.7% 5.02%, 95.8% 93%, 6.1% 96.99%); }

  #mobile-menu {
    display: none; }

  header.top-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    -webkit-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out; }
    header.top-header .background-header {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #FFF;
      opacity: 0.8; }

  .headroom--top .background-header-top {
    opacity: 0; }

  .headroom--pinned {
    transform: translateY(0%); }

  .headroom--unpinned {
    transform: translateY(-100%); }

  /*********************
  NAVIGATION STYLES
  *********************/
  .wp-playlist-item {
    text-align: right !important; }

  .modal-body {
    grid-template-columns: 1fr 1fr; }

  .modal-left {
    display: flex; }

  .modal-right {
    padding: 40px 0 40px 0; } }
@media only screen and (min-width: 1330px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Inter For Footer
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  .col-wrapper-thin {
    padding: 40px; }

  #back-to-top-button {
    right: 25px; }

  .menu-normal-container {
    flex-direction: row;
    align-items: start; } }
/*********************
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.
  
  ******************************************************************/
  .single-spectacle .col-droite-inner {
    max-width: 870px; }

  .illustr-header {
    width: 350px;
    height: 818px;
    bottom: -400px; }

  .header-container .illustr-header {
    bottom: -500px; } }
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

/*# sourceMappingURL=style.css.map */
