@charset "UTF-8";
/* ===================================================================
 * DEFAULT
 * =================================================================*/
/**
 * SETTINGS : Global variables, config switches, band colors, etc.
 */
/* ===================================================================
 * FONTS
 * =================================================================*/
/*
 *   => $family: font name
 *   => $police: font file.
 *   => $font-weight: (normal, 600...)
 *   => $font-style: (normal, italic...)
 *   Example :
 *       $font-face { .font-face('ExampleFont', 'ExampleFont-webfont'); }
 */
/*
 * We use mixins rather than classes because @extend .fas does not work in media queries
 */
@font-face {
  font-family: "Font Awesome 5 Solid";
  src: url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Regular";
  src: url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Radikal";
  src: url("fonts/Radikal.woff2") format("woff2"), url("fonts/Radikal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Radikal";
  src: url("fonts/Radikal-Bold.woff2") format("woff2"), url("fonts/Radikal-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Radikal";
  src: url("fonts/Radikal-Black.woff2") format("woff2"), url("fonts/Radikal-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Radikal";
  src: url("fonts/Radikal-Italic.woff2") format("woff2"), url("fonts/Radikal-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("fonts/BebasNeueRegular.woff2") format("woff2"), url("fonts/BebasNeueRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("fonts/BebasNeueLight.woff2") format("woff2"), url("fonts/BebasNeueLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("fonts/BebasNeue-Thin.woff2") format("woff2"), url("fonts/BebasNeue-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("fonts/BebasNeueBold.woff2") format("woff2"), url("fonts/BebasNeueBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Minion Pro";
  src: url("fonts/MinionPro-It.woff2") format("woff2"), url("fonts/MinionPro-It.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
/* ===================================================================
 * VARIABLES
 * =================================================================*/
/* BREAKPOINTS */
/* COLORS */
/* FONTS */
/* LAYOUT */
/**
 * TOOLS : Globally-available tools, public mixins, helper functions
 */
/* ===================================================================
 * ALIGNMENT
 * =================================================================*/
/*
 *   Allows to align in percentage an element via absolute and tranform
 *   !! Warning !! The container block must be in relative or absolute position.
 *   => $x:  alignment on the x axis
 *   => $y:  alignment on the y axis
 */
/**
 * MIN-WIDTH
 */
/**
 * MAX-WIDTH
 */
/**
 * MIN-WIDTH and MAX-WIDTH
 */
.btn, .TPL_FORMULAIRE a.submit,
.TPL_FORMULAIRE input.submit, .btnViolet, .btnWhite, .TPL_RECHERCHE .filtre li:not(.selected) a, .btnBlack, .TPL_RECHERCHE .filtre li.selected a {
  border: 1px solid #000000;
  padding: 1rem 2rem;
  text-transform: uppercase;
  transition: all 0.2s ease;
  display: inline-block;
  font-size: 1.6rem;
  line-height: normal;
  background-color: #000000;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn:hover, .TPL_FORMULAIRE a.submit:hover,
.TPL_FORMULAIRE input.submit:hover, .btnViolet:hover, .btnWhite:hover, .TPL_RECHERCHE .filtre li:not(.selected) a:hover, .btnBlack:hover, .TPL_RECHERCHE .filtre li.selected a:hover, .btn:focus, .TPL_FORMULAIRE a.submit:focus,
.TPL_FORMULAIRE input.submit:focus, .btnViolet:focus, .btnWhite:focus, .TPL_RECHERCHE .filtre li:not(.selected) a:focus, .btnBlack:focus, .TPL_RECHERCHE .filtre li.selected a:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
  text-decoration: none !important;
}
.btn.-white, .TPL_FORMULAIRE a.-white.submit,
.TPL_FORMULAIRE input.-white.submit, .-white.btnViolet, .-white.btnWhite, .TPL_RECHERCHE .filtre li:not(.selected) a.-white, .-white.btnBlack, .TPL_RECHERCHE .filtre li.selected a.-white {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.btn.-white:hover, .TPL_FORMULAIRE a.-white.submit:hover,
.TPL_FORMULAIRE input.-white.submit:hover, .-white.btnViolet:hover, .-white.btnWhite:hover, .TPL_RECHERCHE .filtre li:not(.selected) a.-white:hover, .-white.btnBlack:hover, .TPL_RECHERCHE .filtre li.selected a.-white:hover, .btn.-white:focus, .TPL_FORMULAIRE a.-white.submit:focus,
.TPL_FORMULAIRE input.-white.submit:focus, .-white.btnViolet:focus, .-white.btnWhite:focus, .TPL_RECHERCHE .filtre li:not(.selected) a.-white:focus, .-white.btnBlack:focus, .TPL_RECHERCHE .filtre li.selected a.-white:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.btn.-violet, .TPL_FORMULAIRE a.-violet.submit,
.TPL_FORMULAIRE input.-violet.submit, .-violet.btnViolet, .-violet.btnWhite, .TPL_RECHERCHE .filtre li:not(.selected) a.-violet, .-violet.btnBlack, .TPL_RECHERCHE .filtre li.selected a.-violet {
  background-color: #5f3949 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn.-violet:hover, .TPL_FORMULAIRE a.-violet.submit:hover,
.TPL_FORMULAIRE input.-violet.submit:hover, .-violet.btnViolet:hover, .-violet.btnWhite:hover, .TPL_RECHERCHE .filtre li:not(.selected) a.-violet:hover, .-violet.btnBlack:hover, .TPL_RECHERCHE .filtre li.selected a.-violet:hover, .btn.-violet:focus, .TPL_FORMULAIRE a.-violet.submit:focus,
.TPL_FORMULAIRE input.-violet.submit:focus, .-violet.btnViolet:focus, .-violet.btnWhite:focus, .TPL_RECHERCHE .filtre li:not(.selected) a.-violet:focus, .-violet.btnBlack:focus, .TPL_RECHERCHE .filtre li.selected a.-violet:focus {
  background-color: #ffffff !important;
  color: #5f3949 !important;
}
.btn.-transparent, .TPL_FORMULAIRE a.-transparent.submit,
.TPL_FORMULAIRE input.-transparent.submit, .-transparent.btnViolet, .-transparent.btnWhite, .TPL_RECHERCHE .filtre li:not(.selected) a.-transparent, .-transparent.btnBlack, .TPL_RECHERCHE .filtre li.selected a.-transparent {
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn.-transparent:hover, .TPL_FORMULAIRE a.-transparent.submit:hover,
.TPL_FORMULAIRE input.-transparent.submit:hover, .-transparent.btnViolet:hover, .-transparent.btnWhite:hover, .TPL_RECHERCHE .filtre li:not(.selected) a.-transparent:hover, .-transparent.btnBlack:hover, .TPL_RECHERCHE .filtre li.selected a.-transparent:hover, .btn.-transparent:focus, .TPL_FORMULAIRE a.-transparent.submit:focus,
.TPL_FORMULAIRE input.-transparent.submit:focus, .-transparent.btnViolet:focus, .-transparent.btnWhite:focus, .TPL_RECHERCHE .filtre li:not(.selected) a.-transparent:focus, .-transparent.btnBlack:focus, .TPL_RECHERCHE .filtre li.selected a.-transparent:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/*
 *   Custom select :
 *   => $arrow:   nom du fichier image
 *   => $taille:  width du background en pixels permettant de calculer le padding-right
 *   => $right:   espacement de l'image par rapport au bord droit
 */
/*
 * Modify item width
 * Example width .grid(4), .flexItemWidth(2) give double width item
 */
/* ===================================================================
 * HELPERS
 * =================================================================*/
/*
 *   IMAGE DECLARATION
 *   => @a : image file name
 *   => @b : background color, repeat...
 *   Example :
 *       .backgroundImage('bullet.png', no-repeat 0 0 #fff);
 */
/**
 * GRADIENT
 */
/**
 * CLEARFIX
 */
/**
 * SVG
 */
/**
 * GENERIC : Ground-zero styles (Normalize.css, resets, box-sizing)
 */
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0 0 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* ===================================================================
 * INIT
 * =================================================================*/
html {
  font-size: 62.5%; /*10px*/
  box-sizing: border-box;
  min-height: 100%;
}

* {
  box-sizing: inherit;
}

/**
 * BASE : Unclassed HTML elements (type selectors), H1–H6, basic links, lists, etc
 */
/* ===================================================================
 * HTML
 * =================================================================*/
body {
  font-size: 1.8rem;
  background-color: #fff;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: "Radikal", sans-serif;
  line-height: 2.8rem;
}
body.pseudo {
  padding-top: 48px;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

h1 {
  margin: 0 0 3rem;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 900;
  display: inline-block;
}
h1:not(.headerLogo__title) {
  border-bottom: 1px dotted #000000;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  margin: 0 0 2rem;
  text-transform: none;
  line-height: normal;
  font-family: "Radikal", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  margin: 0 0 2rem;
  text-transform: none;
  line-height: normal;
  font-family: "Radikal", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

.txt h3::after {
  content: "";
  height: 2px;
  background-color: #000000;
  width: 6rem;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .txt h3::after {
    right: 3rem;
  }
}
@media (max-width: 767px) {
  .txt h3::after {
    right: 0.5rem;
  }
}

h4 {
  margin: 0 0 1rem;
  text-transform: none;
  line-height: normal;
  font-family: "Radikal", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  h4 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.8rem;
  }
}

h5 {
  margin: 0 0 1rem;
  text-transform: none;
  line-height: normal;
  font-size: 1.6rem;
  font-weight: 600;
}

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

p {
  margin: 0 0 2rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

strong {
  font-weight: 600;
}

/* ===================================================================
 * HELPERS
 * =================================================================*/
.u-visuallyhidden,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.clear {
  clear: both;
}

.invisible {
  display: none;
}

.alignleft {
  text-align: left;
}

object.alignleft,
img.alignleft,
table.alignleft,
span.alignleft,
iframe.alignleft,
embed.alignleft,
.videocontainer.alignleft,
figure.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}

.alignright {
  text-align: right;
}

object.alignright,
img.alignright,
table.alignright,
span.alignright,
iframe.alignright,
embed.alignright,
.videocontainer.alignright,
figure.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
  text-align: left;
}

.alignmiddle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.aligncenter {
  text-align: center;
}

.alignjustify {
  text-align: justify;
}

.inlineBlock {
  display: inline-block;
  zoom: 1;
}

table.aligncenter {
  margin: auto;
  text-align: left;
}

/**
 * RESPONSIVES VIDEOS
 */
.iframe-ratio {
  position: relative;
  margin-bottom: 2rem;
}
.iframe-ratio::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-ratio.width_left {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.iframe-ratio.width_right {
  width: 48%;
  float: right;
  margin-left: 2%;
}
.iframe-ratio.width_middle {
  width: 50%;
  margin: auto;
}
.iframe-ratio iframe,
.iframe-ratio embed,
.iframe-ratio object,
.iframe-ratio video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.iframe-ratio > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .iframe-ratio.width_left, .iframe-ratio.width_right, .iframe-ratio.width_middle {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}

/**
 * GOOGLE MAP
 */
.gmaps {
  width: 100%;
  height: 40rem;
}

/**
 * CLEARFIX
 */
.clearfix {
  display: flow-root;
}

/**
 * CENTRAGE DU CONTENU DANS LA PAGE
 */
.innerCenter, .accueil .txt .paragraphe__inner {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .innerCenter, .accueil .txt .paragraphe__inner {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .innerCenter, .accueil .txt .paragraphe__inner {
    padding: 0 1rem;
  }
}

/**
 * DESKTOP ET MOBILE DISPLAY
 */
@media (max-width: 1199px) {
  .desktop_hidden {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .tablet_hidden {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mobile_hidden {
    display: none !important;
  }
  .txt_mobile_hidden {
    border: 1px solid #000;
    padding: 0.5rem;
    margin: 0.5rem;
    border-radius: 2px;
  }
}
/**
 * WEBOTHEQUE PICTURES FORMATS
 */
.IMF_30 {
  max-width: 30%;
}
@media (max-width: 767px) {
  .IMF_30 {
    max-width: 100%;
  }
}

.IMF_50 {
  max-width: 49%;
}
@media (max-width: 767px) {
  .IMF_50 {
    max-width: 100%;
  }
}

.IMF_100 {
  max-width: 100%;
}

.txt a,
.partage a {
  color: #000000;
  text-decoration: underline;
}
.txt a:hover, .txt a:focus, .txt a:active,
.partage a:hover,
.partage a:focus,
.partage a:active {
  text-decoration: none;
}
.txt ul,
.partage ul {
  overflow: hidden;
  margin: 0 0 2rem;
  padding: 0;
}
.txt ul li,
.partage ul li {
  background: url("images/puce.png") no-repeat 0 10px transparent;
  padding: 0 0 0 2rem;
}
.txt ul ul,
.partage ul ul {
  margin: 1rem 0;
}
.txt ol,
.partage ol {
  margin: 0 0 2rem;
  padding: 0;
  counter-reset: li-counter;
  overflow: hidden;
}
.txt ol > li,
.partage ol > li {
  position: relative;
}
.txt ol > li::before,
.partage ol > li::before {
  content: counter(li-counter, decimal) ". ";
  counter-increment: li-counter;
}
.txt ol > li li::before,
.partage ol > li li::before {
  content: counter(li-counter, lower-alpha) ". ";
}
.txt ol ol,
.partage ol ol {
  margin: 1rem 0 1rem 2rem;
}
.txt table,
.partage table {
  background-color: #fff;
  border-collapse: collapse;
  margin: 0 0 2rem;
  width: 100%;
  border: 1px solid #000;
  font-family: "Radikal", sans-serif;
}
.txt table thead td,
.txt table th,
.partage table thead td,
.partage table th {
  padding: 1rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #000;
  background-color: #000;
  font-family: "Bebas Neue", sans-serif;
}
.txt table td,
.partage table td {
  font-size: 1.6rem;
  border: 1px solid #000;
  padding: 1rem;
}

/**
 * PICTURES LEGEND/CREDIT
 */
.spanImgOuter {
  display: block;
  position: relative;
}

.spanCredit {
  background: rgba(255, 255, 255, 0.75) repeat 0 0;
  left: 0;
  bottom: 0;
  font-style: italic;
  font-size: 90%;
  max-width: 75%;
  padding: 0.5rem;
  position: absolute;
  line-height: normal;
  text-align: left;
}

.imgLoupe {
  position: absolute;
  bottom: 0;
  right: 0;
}

.spanLegende {
  padding: 0.5rem 0;
  line-height: normal;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .tableauContainer {
    overflow-x: scroll;
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
  }
  .tableauContainer > table {
    min-width: 767px;
    margin-bottom: 1rem !important;
  }
}

.btnWhite, .TPL_RECHERCHE .filtre li:not(.selected) a {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.btnWhite:hover, .TPL_RECHERCHE .filtre li:not(.selected) a:hover, .btnWhite:focus, .TPL_RECHERCHE .filtre li:not(.selected) a:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.btnViolet {
  background-color: #5f3949 !important;
  color: #ffffff !important;
  border-color: #5f3949 !important;
}
.btnViolet:hover, .btnViolet:focus {
  background-color: #ffffff !important;
  color: #5f3949 !important;
  border-color: #5f3949 !important;
}

/* ===================================================================
 * TOOLTIPS WITHIN FORMS
 * =================================================================*/
.ui-tooltip {
  font-size: 12px !important;
  line-height: normal !important;
}

.helper {
  cursor: help;
}

.paragraphe .helper img {
  border: none;
  padding: 0;
  margin: 0;
}

/* it will work better with this box-sizing, you may adapt it to your needs */
/*html { box-sizing: border-box; }
*, *:before, *:after {
  box-sizing: inherit;
}*/
/* Tooltip hidden by default */
.simpletooltip[aria-hidden=true] {
  display: none;
}

/* position relative for containers */
.simpletooltip_container {
  position: relative;
}

/* tooltip styles */
.simpletooltip {
  position: absolute;
  z-index: 666;
  right: auto;
  left: 100%;
  width: 10em;
  margin-left: 0.5em;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.9);
  color: #eee;
  padding: 0.5em;
  text-align: left;
  line-height: 1.3;
}

/* ===================================================================
 * TOOLTIPS WITHIN FORMS
 * =================================================================*/
.ui-tooltip {
  font-size: 12px !important;
  line-height: normal !important;
}

.helper {
  cursor: help;
}

.paragraphe .helper img {
  border: none;
  padding: 0;
  margin: 0;
}

/* it will work better with this box-sizing, you may adapt it to your needs */
/*html { box-sizing: border-box; }
*, *:before, *:after {
  box-sizing: inherit;
}*/
/* Tooltip hidden by default */
.simpletooltip[aria-hidden=true] {
  display: none;
}

/* position relative for containers */
.simpletooltip_container {
  position: relative;
}

/* tooltip styles */
.simpletooltip {
  position: absolute;
  z-index: 666;
  right: auto;
  left: 100%;
  width: 10em;
  margin-left: 0.5em;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.9);
  color: #eee;
  padding: 0.5em;
  text-align: left;
  line-height: 1.3;
}

/* ===================================================================
 * FORMS : labels and fields on differents lines
 * =================================================================*/
.TPL_FORMULAIRE form label:not(.enLigne) {
  display: block;
  margin-bottom: 0.5rem;
}
.TPL_FORMULAIRE input[type=tel],
.TPL_FORMULAIRE input[type=url],
.TPL_FORMULAIRE input[type=date],
.TPL_FORMULAIRE input[type=file],
.TPL_FORMULAIRE input[type=text],
.TPL_FORMULAIRE input[type=email],
.TPL_FORMULAIRE input[type=number],
.TPL_FORMULAIRE input[type=search],
.TPL_FORMULAIRE input[type=password],
.TPL_FORMULAIRE textarea,
.TPL_FORMULAIRE select {
  width: 100%;
}

/* ===================================================================
 * FORMS
 * =================================================================*/
.TPL_FORMULAIRE {
  /*
   * VERSION VIOLET
   */
}
.TPL_FORMULAIRE fieldset.c-form__group,
.TPL_FORMULAIRE div.c-form__group {
  border: 0;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .TPL_FORMULAIRE fieldset.c-form__group,
  .TPL_FORMULAIRE div.c-form__group {
    padding: 2rem 2rem 0;
  }
}
@media (max-width: 767px) {
  .TPL_FORMULAIRE fieldset.c-form__group,
  .TPL_FORMULAIRE div.c-form__group {
    padding: 2rem 1rem 0;
  }
}
.TPL_FORMULAIRE .c-form__group-inner {
  padding: 1rem 0 0;
}
.TPL_FORMULAIRE .c-form__group legend {
  padding: 2rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
}
.TPL_FORMULAIRE .c-form__group p {
  position: relative;
}
.TPL_FORMULAIRE form {
  /* Cachons le bouton radio */
  /* on prépare le label */
  /* Aspect des boutons radios */
  /* :before sert à créer le bouton radio */
  /* Aspect général de la coche */
  /* Aspect si pas cochée */
  /* Aspect si cochée */
  /* aspect désactivée */
  /* styles de la coche (si cochée/désactivée) */
  /* on style aussi le label quand désactivé */
  /* aspect au hover de l'élément */
  /* Cachons la case à cocher */
  /* on prépare le label */
  /* Aspect des checkboxes */
  /* :before sert à créer la case à cocher */
  /* Aspect général de la coche */
  /* Aspect si pas cochée */
  /* Aspect si cochée */
  /* aspect désactivée */
  /* styles de la coche (si cochée/désactivée) */
  /* on style aussi le label quand désactivé */
  /* aspect au hover de l'élément */
  /* calcul l'espace nécessaire entre l'image et le texte dans le select  */
  background-color: #bfbfbf;
}
.TPL_FORMULAIRE form [type=radio]:not(:checked),
.TPL_FORMULAIRE form [type=radio]:checked {
  position: absolute;
  opacity: 0;
}
.TPL_FORMULAIRE form [type=radio]:not(:checked) + label,
.TPL_FORMULAIRE form [type=radio]:checked + label {
  position: relative; /* permet de positionner les pseudo-éléments */
  padding: 0 1.5rem 0 3rem; /* fait un peu d'espace pour notre bouton à venir */
  cursor: pointer; /* affiche un curseur adapté */
  vertical-align: middle;
}
.TPL_FORMULAIRE form [type=radio]:not(:checked) + label:before,
.TPL_FORMULAIRE form [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 16px;
  height: 16px; /* dim. du bouton */
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 100%; /* angles arrondis */
}
.TPL_FORMULAIRE form [type=radio]:not(:checked) + label:after,
.TPL_FORMULAIRE form [type=radio]:checked + label:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 3px;
  left: 5px;
  background-color: #000000;
  transition: all 0.2s; /* on prévoit une animation */
}
.TPL_FORMULAIRE form [type=radio]:not(:checked) + label:after {
  transform: scale(0); /* mise à l'échelle à 0 */
  opacity: 0; /* coche invisible */
}
.TPL_FORMULAIRE form [type=radio]:checked + label:before {
  background-color: #ffffff;
}
.TPL_FORMULAIRE form [type=radio]:checked + label:after {
  transform: scale(1); /* mise à l'échelle 1:1 */
  opacity: 1; /* coche opaque */
}
.TPL_FORMULAIRE form [type=radio]:disabled:not(:checked) + label:before,
.TPL_FORMULAIRE form [type=radio]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.TPL_FORMULAIRE form [type=radio]:disabled:not(:checked) + label:after,
.TPL_FORMULAIRE form [type=radio]:disabled:checked + label:after {
  background-color: #999;
}
.TPL_FORMULAIRE form [type=radio]:disabled:checked + label:after {
  color: #999;
}
.TPL_FORMULAIRE form [type=radio]:disabled + label {
  color: #aaa;
}
.TPL_FORMULAIRE form [type=radio]:checked:not(:disabled):hover + label:before {
  border-color: #000000;
  background-color: #ffffff;
}
.TPL_FORMULAIRE form [type=radio]:not(:checked):not(:disabled):hover + label:before {
  border-color: rgb(89.25, 89.25, 89.25);
  background-color: white;
}
.TPL_FORMULAIRE form [type=radio]:not(:disabled):focus + label:before {
  outline: 1px dotted black;
}
.TPL_FORMULAIRE form [type=checkbox]:not(:checked),
.TPL_FORMULAIRE form [type=checkbox]:checked {
  position: absolute;
  opacity: 0;
}
.TPL_FORMULAIRE form [type=checkbox]:not(:checked) + label,
.TPL_FORMULAIRE form [type=checkbox]:checked + label {
  position: relative; /* permet de positionner les pseudo-éléments */
  padding: 0 1.5rem 0 3rem; /* fait un peu d'espace pour notre case à venir */
  cursor: pointer; /* affiche un curseur adapté */
}
.TPL_FORMULAIRE form [type=checkbox]:not(:checked) + label:before,
.TPL_FORMULAIRE form [type=checkbox]:checked + label:before {
  content: "";
  left: 0;
  top: -2px;
  position: absolute;
  width: 16px;
  height: 16px; /* dim. de la case */
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 3px; /* angles arrondis */
}
.TPL_FORMULAIRE form [type=checkbox]:not(:checked) + label:after,
.TPL_FORMULAIRE form [type=checkbox]:checked + label:after {
  position: absolute;
  content: "✔";
  left: 4px;
  top: -4px;
  font-size: 12px;
  color: #000000;
  transition: all 0.2s; /* on prévoit une animation */
}
.TPL_FORMULAIRE form [type=checkbox]:not(:checked) + label:after {
  transform: scale(0); /* mise à l'échelle à 0 */
  opacity: 0; /* coche invisible */
}
.TPL_FORMULAIRE form [type=checkbox]:checked + label:before {
  background-color: #ffffff;
}
.TPL_FORMULAIRE form [type=checkbox]:checked + label:after {
  transform: scale(1); /* mise à l'échelle 1:1 */
  opacity: 1; /* coche opaque */
}
.TPL_FORMULAIRE form [type=checkbox]:disabled:not(:checked) + label:before,
.TPL_FORMULAIRE form [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.TPL_FORMULAIRE form [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.TPL_FORMULAIRE form [type=checkbox]:disabled + label {
  color: #aaa;
}
.TPL_FORMULAIRE form [type=checkbox]:checked:not(:disabled):hover + label:before {
  border-color: #000000;
  background-color: #ffffff;
}
.TPL_FORMULAIRE form [type=checkbox]:not(:checked):not(:disabled):hover + label:before {
  border-color: rgb(89.25, 89.25, 89.25);
  background-color: white;
}
.TPL_FORMULAIRE form [type=checkbox]:not(:disabled):focus + label:before {
  outline: 1px dotted black;
}
.TPL_FORMULAIRE form select {
  background-image: url("images/select_arrow.png");
  text-overflow: ellipsis;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-position: calc(100% - right) center;
  padding-right: 35px;
}
.TPL_FORMULAIRE form select[size] {
  background-image: none;
  padding-right: 0;
  height: auto;
  vertical-align: top;
}
.TPL_FORMULAIRE form select::-ms-expand {
  display: none;
}
.TPL_FORMULAIRE form label {
  font-size: 1.3rem;
  text-transform: uppercase;
}
.TPL_FORMULAIRE form label.enLigne {
  margin-right: 1.5rem;
}
.TPL_FORMULAIRE form p {
  clear: both;
}
.TPL_FORMULAIRE form p.c-form__action {
  padding: 0 2rem 2rem;
  text-align: center;
}
.TPL_FORMULAIRE form p.c-form__action a,
.TPL_FORMULAIRE form p.c-form__action input.submit {
  margin-bottom: 1rem;
}
.TPL_FORMULAIRE input[type=tel],
.TPL_FORMULAIRE input[type=url],
.TPL_FORMULAIRE input[type=date],
.TPL_FORMULAIRE input[type=file],
.TPL_FORMULAIRE input[type=text],
.TPL_FORMULAIRE input[type=email],
.TPL_FORMULAIRE input[type=number],
.TPL_FORMULAIRE input[type=search],
.TPL_FORMULAIRE input[type=password],
.TPL_FORMULAIRE textarea,
.TPL_FORMULAIRE select {
  height: 45px;
  padding: 0.5rem 1rem;
  background-color: #d2d2d2;
  appearance: none;
  border: 0;
  font-size: 1.3rem;
}
.TPL_FORMULAIRE textarea {
  height: auto;
}
.TPL_FORMULAIRE input[type=file] {
  padding: 0;
  box-sizing: content-box;
}
.TPL_FORMULAIRE input.captchaInput {
  width: auto;
  display: inline-block;
}
.TPL_FORMULAIRE input.case {
  border: 0;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .TPL_FORMULAIRE span.case {
    display: block;
    margin-right: 0;
  }
}
.TPL_FORMULAIRE.searchList span.case {
  display: block;
  margin-right: 0;
}
.TPL_FORMULAIRE a.submit,
.TPL_FORMULAIRE input.submit {
  word-wrap: break-word;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .TPL_FORMULAIRE a.submit,
  .TPL_FORMULAIRE input.submit {
    max-width: 100%;
  }
}
.TPL_FORMULAIRE span.counter {
  display: block;
  font-size: 1.2rem;
}
.TPL_FORMULAIRE.--violet input[type=tel],
.TPL_FORMULAIRE.--violet input[type=url],
.TPL_FORMULAIRE.--violet input[type=date],
.TPL_FORMULAIRE.--violet input[type=file],
.TPL_FORMULAIRE.--violet input[type=text],
.TPL_FORMULAIRE.--violet input[type=email],
.TPL_FORMULAIRE.--violet input[type=number],
.TPL_FORMULAIRE.--violet input[type=search],
.TPL_FORMULAIRE.--violet input[type=password],
.TPL_FORMULAIRE.--violet textarea,
.TPL_FORMULAIRE.--violet select {
  background-color: #ad959f;
}
.TPL_FORMULAIRE.--violet form {
  background-color: #5f3949;
}
.TPL_FORMULAIRE.--violet form label {
  color: #ffffff;
}

input[type=password] {
  font-family: "Arial", sans-serif; /* Spécifique Google Chrome */
}

p.c-form__mention-cnil {
  font-style: italic;
  font-size: 1rem;
  line-height: normal;
}
@media (min-width: 768px) {
  p.c-form__mention-cnil {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  p.c-form__mention-cnil {
    padding: 0 1rem;
  }
}

span.obligatoire {
  color: red;
}

p.c-form__notice {
  color: red;
}
@media (min-width: 768px) {
  p.c-form__notice {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  p.c-form__notice {
    padding: 0 1rem;
  }
}

.captchaImg {
  vertical-align: bottom;
  border: 1px solid #000;
}

.captchaOperation {
  font-weight: bold;
}

/**
 * ERROR MESSAGES
 */
.form_error {
  background-color: red;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .form_error {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .form_error {
    padding: 0 1rem;
  }
}
.form_error li {
  list-style: inside;
}

/**
 * "BACK TO" BUTTON (forms with steps)
 */
.c-form__group__retour {
  font-family: "Radikal", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normalrem;
  color: #fff !important;
  background-color: #000000;
  border: 1px solid #000000;
  padding: 1rem 5%;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.2s;
  margin-right: 2rem;
}
.c-form__group__retour:hover, .c-form__group__retour:active, .c-form__group__retour:focus {
  text-decoration: none;
  background-color: rgb(63.75, 63.75, 63.75);
  color: #fff !important;
  border-color: rgb(63.75, 63.75, 63.75);
}

/**
 * FORM SUBMISSSION CONFIRMATION
 */
.form_success {
  background-color: green;
  color: #fff;
  padding: 2rem;
  font-weight: 700;
  text-align: center;
}
.form_success a {
  font-family: "Radikal", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normalrem;
  color: #fff !important;
  background-color: #000000;
  border: 1px solid #000000;
  padding: 1rem 5%;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.2s;
}
.form_success a:hover, .form_success a:active, .form_success a:focus {
  text-decoration: none;
  background-color: rgb(63.75, 63.75, 63.75);
  color: #fff !important;
  border-color: rgb(63.75, 63.75, 63.75);
}
.form_success p:last-child {
  margin-bottom: 0;
}

/* ===================================================================
 * LISTS
 * =================================================================*/
.blocNavigation {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

.resultatNavigation {
  margin: 1rem 0;
}

.regletteNavigation {
  margin: 1rem 0;
}
.regletteNavigation span a,
.regletteNavigation span strong {
  background-color: #5f3949;
  border-radius: 3rem;
  color: #ffffff;
  padding: 0.5rem 1.2rem;
  transition: all 0.2s ease 0s;
  margin: 0 0.3rem 0.3rem;
  display: inline-block;
  line-height: 2.3rem;
}
.regletteNavigation span a {
  background-color: #ad959f;
}
.regletteNavigation span a:hover, .regletteNavigation span a:focus, .regletteNavigation span a:active {
  text-decoration: none;
  background-color: #5f3949;
}

.liste {
  margin: 0;
  padding: 0;
}
.liste .item {
  position: relative;
  display: flex;
  margin: 0 0 3rem;
}
@media (min-width: 1025px) {
  .liste .item:hover img, .liste .item:focus img {
    transform: scale(1.2);
  }
}
@media (max-width: 575px) {
  .liste .item {
    flex-direction: column;
  }
}
.liste .picture {
  min-width: 20rem;
}
@media (min-width: 576px) {
  .liste .picture {
    margin-right: 3rem;
    flex-shrink: 0;
  }
}
@media (min-width: 1025px) {
  .liste .picture {
    max-width: 33rem;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  .liste .picture {
    max-width: 23rem;
  }
}
@media (min-width: 576px) {
  .liste .picture {
    text-align: right;
  }
}
@media (max-width: 575px) {
  .liste .picture {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .liste .picture .inner {
    overflow: hidden;
    display: inline-block;
  }
}
.liste img {
  transition: all 0.6s ease;
}
.liste .link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 1025px) {
  .liste h2,
  .liste h3 {
    font-size: 3rem;
  }
}
.liste .description {
  font-size: 1.6rem;
}

/* ===================================================================
 * PAGE
 * =================================================================*/
#document {
  overflow: hidden;
}

#corps {
  position: relative;
}
@media (max-width: 1024px) {
  #corps {
    padding-top: 2rem;
  }
}

.corpsInner,
.moduleCorpsInner {
  display: flex;
}
.corpsInner > div,
.moduleCorpsInner > div {
  display: block; /* IE fix */
}
@media (min-width: 768px) {
  .corpsInner,
  .moduleCorpsInner {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .corpsInner,
  .moduleCorpsInner {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  body:not(.accueil) .corpsInner {
    padding-left: 17rem;
  }
}

#contenu {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .avecDeuxColonnes #contenu {
    width: 34.2148760331%;
  }
}
@media (min-width: 768px) {
  .has-left-column #contenu {
    width: 65.7851239669%;
  }
}
@media (min-width: 768px) {
  .has-right-column #contenu {
    width: 65.7851239669%;
  }
}

.moduleContent {
  position: relative;
}
@media (min-width: 768px) {
  .moduleContent {
    width: 65.7851239669%;
  }
}

@media (min-width: 1025px) {
  .decalageHome, .accueil .txt .paragraphe__inner {
    padding-left: 17rem;
  }
}

.pageResume {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .pageResume {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 767px) {
  .pageResume {
    font-size: 2rem;
  }
}

.pageImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width: 1025px) {
  .pageImage {
    min-height: 50rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pageImage {
    min-height: 35rem;
  }
}
@media (max-width: 767px) {
  .pageImage {
    min-height: 25rem;
  }
}

.paragraphe {
  clear: both;
  margin: 0 0 4rem;
}
.paragraphe[tabindex] {
  outline: none !important;
}
.paragraphe .paragraphe__inner {
  display: flow-root;
}

/**
 * LAYOUT : layout objects
 */
/* ===================================================================
 * FOOTER
 * =================================================================*/
.footer {
  padding: 3rem 0;
  background-color: #5f3949;
  color: #ffffff;
  position: relative;
  z-index: 20;
}

.footerContainer {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem;
}
@media (min-width: 768px) {
  .footerContainer {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footerContainer {
    align-items: center;
    flex-direction: column;
  }
}
.footerContainer .footerContainer__item {
  margin: 2rem;
}

/**
 * SOCIAL
 */
.footerSocial {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .footerSocial {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footerSocial {
    flex-direction: column;
  }
}

.footerSocial__heading {
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px dotted #ffffff;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .footerSocial__heading {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .footerSocial__heading {
    margin-right: 3rem;
  }
}

.footerSocial__list {
  display: flex;
}

.footerSocial__item {
  margin: 1rem;
}

.footerSocial__link {
  border: 1px solid #ffffff;
  width: 5rem;
  height: 5rem;
  text-align: center;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: #fff;
}
.footerSocial__link:hover, .footerSocial__link:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #5f3949;
  text-decoration: none;
}
.footerSocial__link::before {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-size: 2.4rem;
  line-height: 0;
}
.footerSocial__link.-facebook::before {
  content: "\f39e";
}
.footerSocial__link.-twitter::before {
  content: "\f099";
}
.footerSocial__link.-youtube::before {
  content: "\f167";
}
.footerSocial__link.-instagram::before {
  content: "\f16d";
}

/**
 * NEWSLETTER
 */
.footerNewsletter .btn.-violet, .footerNewsletter .-violet.btnBlack, .footerNewsletter .TPL_RECHERCHE .filtre li.selected a.-violet, .TPL_RECHERCHE .filtre li.selected .footerNewsletter a.-violet, .footerNewsletter .-violet.btnWhite, .footerNewsletter .TPL_RECHERCHE .filtre li:not(.selected) a.-violet, .TPL_RECHERCHE .filtre li:not(.selected) .footerNewsletter a.-violet, .footerNewsletter .-violet.btnViolet, .footerNewsletter .TPL_FORMULAIRE a.-violet.submit, .TPL_FORMULAIRE .footerNewsletter a.-violet.submit,
.footerNewsletter .TPL_FORMULAIRE input.-violet.submit,
.TPL_FORMULAIRE .footerNewsletter input.-violet.submit {
  padding: 0.5rem;
  text-transform: none;
  font-size: 2rem;
}
.footerNewsletter__heading {
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px dotted #ffffff;
}
@media (min-width: 1025px) {
  .footerNewsletter__heading {
    font-size: 3.6rem;
  }
}
.footerNewsletter__paragraph {
  margin-bottom: 0;
  display: flex;
}
.footerNewsletter__paragraph.action {
  margin-top: 3rem;
}

.footerPageList {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 2rem;
}

@media (min-width: 1025px) {
  .footerPageList__item {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .footerPageList__item {
    margin-bottom: 1rem;
  }
}

.footerPageList__link {
  font-size: 2rem;
  color: #ffffff;
}

/**
 * LOGO
 */
.footer__logo {
  display: flex;
  justify-content: center;
}

/* ===================================================================
 * HEADER
 * =================================================================*/
@media (max-width: 1024px) {
  .header {
    padding-top: 6rem;
  }
}

.headerTop {
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .headerTop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  body.pseudo .headerTop {
    top: 4.8rem;
  }
}

/**
 * LOGO
 */
.headerLogo {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .headerLogo {
    position: fixed;
    z-index: 25;
  }
}
@media (max-width: 1199px) {
  .headerLogo {
    margin-right: 2.9rem; /* $paddingLeftContent (160px) - largeur logo (131px) */
  }
}

.headerLogo__link, .headerLogo__title {
  display: flex;
  align-items: center;
  height: 100%;
}

.headerLogo__title {
  margin: 0;
}

@media (max-width: 1024px) {
  .headerLogo__picture {
    max-width: 8rem;
  }
}

.headerContent {
  flex-grow: 1;
  display: flex;
}
@media (min-width: 1200px) {
  .headerContent {
    padding-left: 17rem;
  }
}

/**
 * BUTTONS
 */
.header__buttons {
  display: flex;
  flex-direction: column;
}

.languageSearchContainer {
  display: flex;
}
@media (min-width: 1025px) {
  .languageSearchContainer {
    margin-bottom: 1rem;
    position: relative;
  }
}
.languageSearchContainer::after {
  content: "";
  height: 1px;
  background-color: #000000;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

/**
 * LANGUAGE
 */
.language__btn {
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0.5rem 0 0.5rem 1rem;
  border-left: 1px solid #000000;
}
.language__btn::before {
  font-family: "Font Awesome 5 Solid", sans-serif;
  content: "\f0ac";
  font-size: 1.6rem;
  margin-right: 1rem;
  line-height: 1;
}
@media (max-width: 575px) {
  .language__btn span {
    display: none;
  }
}

.language__bloc {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #5f3949;
  padding: 4rem 3rem 2rem;
  z-index: 10;
  min-width: 10rem;
}

.language__link {
  color: #ffffff;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.language__close {
  border: none;
  background-color: transparent;
  display: inline-block;
  padding: 1rem 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.language__close::before {
  font-family: "Font Awesome 5 Solid", sans-serif;
  content: "\f00d";
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

/**
 * SHOTRCUTS
 */
.shortcut {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .shortcut {
    align-items: flex-end;
    margin-bottom: 3rem;
  }
}

.shortcut__link {
  text-transform: uppercase;
  position: relative;
}
.shortcut__link:hover, .shortcut__link:focus {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .shortcut__link {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
  .shortcut__link::after {
    content: "";
    height: 1px;
    background-color: #000000;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transition: left 0.2s ease;
  }
  .shortcut__link:hover::after, .shortcut__link:focus::after {
    left: 50%;
  }
}
@media (max-width: 1024px) {
  .shortcut__link {
    font-weight: 700;
    font-size: 1.7rem;
    padding: 1rem;
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
  }
  .shortcut__link.selected {
    border-bottom-style: solid;
  }
}

/**
 * NAVIGATION
 */
.header__navigation {
  display: flex;
  flex-grow: 1;
}
@media (min-width: 1025px) {
  .header__navigation {
    padding-top: 5.5rem;
    margin-left: -1.5rem;
    position: relative;
  }
}
@media (min-width: 768px) {
  .header__navigation {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .header__navigation {
    justify-content: flex-end;
  }
}

/**
 * TIMETABLE
 */
.timetableContainer {
  display: flex;
  justify-content: flex-end;
}

.timetable {
  text-transform: uppercase;
  display: flex;
}
@media (min-width: 1025px) {
  .timetable {
    justify-content: flex-end;
    margin-bottom: 2rem;
    line-height: 3.4rem;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 1024px) {
  .timetable {
    flex-direction: column;
  }
}

.timetable__now {
  font-weight: 900;
}

.timetable__link {
  padding: 0 1rem;
}
.timetable__link.time::before {
  font-family: "Font Awesome 5 Regular", sans-serif;
  content: "\f017";
  margin-right: 0.5rem;
  line-height: 1;
  display: inline-block;
}
.timetable__link.tickets {
  color: #ffffff;
}
@media (min-width: 1025px) {
  .timetable__link.tickets {
    font-size: 1.6rem;
    background-color: #000000;
  }
}
@media (max-width: 1024px) {
  .timetable__link.tickets {
    font-size: 1.7rem;
  }
}
@media (min-width: 1025px) {
  .timetable__link {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .timetable__link {
    font-weight: 700;
    font-size: 1.7rem;
    padding: 1rem;
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
  }
  .timetable__link.selected {
    border-bottom-style: solid;
  }
  .timetable__link:hover, .timetable__link:focus {
    text-decoration: none;
  }
}

.timetable__now {
  padding-right: 1rem;
}

@media (max-width: 1024px) {
  .timetable__text {
    order: 1;
    background-color: #000000;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    color: #ffffff;
    text-transform: none;
  }
}

/* DELETE THIS FILE IF NO LEFT BAR AND DELETE IMPORT IN DEFAULT.SCSS */
/* ===================================================================
 * LEFT BAR
 * =================================================================*/
@media (min-width: 768px) {
  #colonneGauche {
    width: 31.5702479339%;
  }
}
@media (max-width: 1024px) {
  #colonneGauche {
    order: 1;
  }
}

/* ===================================================================
 * NAVIGATION
 * =================================================================*/
/**
 * AVOIDANCE LINKS (ACCESSIBILITY)
 */
.accessibilityBar {
  position: fixed;
  z-index: -1;
  top: -2rem;
  width: 100%;
  transition: all 0.3s;
  background-color: #fff;
  border-bottom: 0.3rem solid #000000;
  opacity: 0;
}
.accessibilityBar.focus {
  top: 0;
  z-index: 100;
  opacity: 1;
}
.accessibilityBar .accessibilityBar__list {
  display: flex;
}
.accessibilityBar .accessibilityBar__link {
  display: block;
  padding: 1rem;
  color: #000000;
  background-color: #fff;
  text-decoration: none;
}
.accessibilityBar .accessibilityBar__link:hover, .accessibilityBar .accessibilityBar__link:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000000;
}

/**
 * MOBILE MENU BUTTON
 */
@media (min-width: 1025px) {
  .mobileMenuBtn {
    display: none;
  }
}
@media (max-width: 1024px) {
  .mobileMenuBtn {
    border: none;
    padding: 1.5rem;
    background-color: transparent;
    width: 4.8rem;
  }
  .mobileMenuBtn::before {
    font-family: "Font Awesome 5 Solid", sans-serif;
    content: "\f0c9";
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
  }
  .mobileMenuBtn[aria-expanded=true]::before {
    content: "\f00d";
  }
}

/**
 * MAIN MENU
 */
@media (max-width: 1024px) {
  .menu {
    display: none;
    position: fixed;
    background-color: #5f3949;
    z-index: 2;
    left: 0;
    right: 0;
    top: 6rem;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    height: calc(100% - 6rem);
  }
  body.pseudo .menu {
    top: 10.8rem;
    height: calc(100% - 10.8rem);
  }
}

/* Level 1 */
.menuListNiv1 {
  display: flex;
}
@media (max-width: 1024px) {
  .menuListNiv1 {
    flex-direction: column;
  }
}

body:not(.menuOpen) .menuListNiv1__item.-selected .menuListNiv1__link span {
  border-bottom-style: solid;
}

.menuListNiv1__link {
  display: block;
  text-transform: uppercase;
}
.menuListNiv1__link:hover, .menuListNiv1__link:focus {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .menuListNiv1__link {
    font-weight: 900;
    font-size: 2rem;
    padding: 1.5rem;
  }
  .menuOpen .menuListNiv1__link {
    background-color: #5f3949;
  }
  .menuListNiv1__link span {
    border-bottom: 1px dotted #000000;
  }
  .menuOpen .menuListNiv1__link span {
    border-bottom-color: #ffffff;
  }
  .menuListNiv1__link:hover span, .menuListNiv1__link:focus span, .menuListNiv1__link[aria-expanded=true] span {
    border-bottom-style: solid;
  }
  .menuOpen .menuListNiv1__link {
    color: #ffffff;
    position: relative;
    z-index: 40;
  }
}
@media (max-width: 1024px) {
  .menuListNiv1__link {
    font-size: 1.7rem;
    font-weight: 700;
    display: block;
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
    padding: 1rem;
  }
}

/* Level 2 */
.menuListNiv2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3rem;
}
.menuListNiv2 > * {
  flex: 0 0 auto;
  display: block; /* IE fix */
  margin-left: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .menuListNiv2 > * {
    width: calc(100% / 3 - 3rem);
  }
}
@media (max-width: 1024px) {
  .menuListNiv2 > * {
    width: calc(100% / 1 - 3rem);
  }
}

@media (min-width: 1025px) {
  .menuListNiv2__item.-selected .menuListNiv2__link {
    border-bottom: 1px solid #ffffff;
  }
  .menuListNiv2__item.-selected .menuListNiv2__link:hover, .menuListNiv2__item.-selected .menuListNiv2__link:focus {
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .menuListNiv2__item.-selected .menuListNiv2__link {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  .menuListNiv2__item {
    margin-bottom: 0;
  }
}

.menuListNiv2__link {
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .menuListNiv2__link {
    display: inline-block;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .menuListNiv2__link {
    padding: 1.5rem;
    display: block;
    font-size: 1.5rem;
  }
}

/* Level 3 */
@media (min-width: 1025px) {
  .menuListNiv3__item.-selected .menuListNiv3__link {
    border-bottom: 1px solid #ffffff;
  }
  .menuListNiv3__item.-selected .menuListNiv3__link:hover, .menuListNiv3__item.-selected .menuListNiv3__link:focus {
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .menuListNiv3__item.-selected .menuListNiv3__link {
    text-decoration: underline;
  }
}

.menuListNiv3__link {
  color: #ffffff;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .menuListNiv3__link {
    padding: 0.5rem 3rem;
    display: block;
  }
}

.menu__subMenu {
  z-index: 30;
  display: none;
}
@media (min-width: 1025px) {
  .menu__subMenu {
    background-color: #5f3949;
    width: 100%;
    min-width: 80rem;
    position: absolute;
    top: 3rem;
    left: 0;
    padding-top: 9rem;
  }
}
@media (max-width: 1024px) {
  .menu__subMenu {
    position: relative;
    top: 0;
  }
  .menu__subMenu .innerCenter, .menu__subMenu .accueil .txt .paragraphe__inner, .accueil .txt .menu__subMenu .paragraphe__inner {
    padding: 0;
  }
}

.menu__subMenuClose {
  position: absolute;
  right: 0;
  top: -9rem;
  border: none;
  padding: 0.5rem 1rem;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .menu__subMenuClose {
    display: none;
  }
}
.menu__subMenuClose::before {
  font-family: "Font Awesome 5 Solid", sans-serif;
  content: "\f00d";
  font-size: 3rem;
  color: #ffffff;
  line-height: 1;
}

/**
 * BREADCRUMB
 */
@media (min-width: 1200px) {
  #ariane {
    padding-left: 17rem;
  }
}
@media (max-width: 767px) {
  #ariane {
    display: none;
  }
}
@media (min-width: 768px) {
  #ariane {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #ariane li {
    display: inline-block;
  }
  #ariane li:not(:last-child)::after {
    content: ">";
    margin: 0 5px;
  }
  #ariane li:last-child {
    font-weight: 700;
  }
}

/* DELETE THIS FILE IF NO RIGHT BAR AND DELETE IMPORT IN DEFAULT.SCSS */
/* ===================================================================
 * RIGHT BAR
 * =================================================================*/
@media (min-width: 768px) {
  #colonneDroite,
  .moduleAside {
    width: 31.5702479339%;
  }
}
#colonneDroite .liste .item,
.moduleAside .liste .item {
  flex-direction: column;
}

@media (min-width: 768px) {
  .moduleAside {
    order: 1;
  }
}

/**
 * MODULES : CMS modules (core, news....)
 */
/* ===================================================================
 * MODULE - COMMON
 * =================================================================*/
.moduleCard__topInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .moduleCard__topInfo {
    flex-direction: column;
  }
}
.moduleCard__topInfo.-marginBottom {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .moduleCard__topInfo .moduleCard__date {
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .moduleCard__topInfo .moduleCard__date {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.moduleCard__date {
  text-transform: uppercase;
  font-size: 1.6rem;
}

.moduleSquare {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}

.moduleSquare__item {
  border: 1px solid #000000;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.4rem;
  line-height: normal;
  margin: 0.5rem;
}

@media (min-width: 1025px) {
  .moduleCard__picture {
    float: left;
    max-width: 48%;
    margin: 0 3rem 2rem 0;
  }
}

.moduleCard__resumeContainer {
  font-size: 1.6rem;
}

.moduleCard__heading {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .moduleCard__heading {
    font-size: 3rem;
  }
}

/* ===================================================================
 * ARTWORK - COMMON
 * =================================================================*/
.artworkResource__item {
  margin-bottom: 2.5rem;
}

.artworkResource__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 2.2rem;
}

.artworkResource__label {
  margin-right: 1rem;
}
.artworkResource__label::after {
  font-family: "Font Awesome 5 Solid", sans-serif;
  margin-left: 1rem;
  line-height: 0;
}
.artworkResource__label.-download::after {
  content: "\f063";
}
.artworkResource__label.-external::after {
  content: "\f35d";
}

.artworkListFlex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3rem;
}
.artworkListFlex > * {
  flex: 0 0 auto;
  display: block; /* IE fix */
  margin-left: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .artworkListFlex > * {
    width: calc(100% / 3 - 3rem);
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  .artworkListFlex > * {
    width: calc(100% / 2 - 3rem);
  }
}
@media (max-width: 575px) {
  .artworkListFlex > * {
    width: calc(100% / 1 - 3rem);
  }
}
.artworkListFlex .item {
  position: relative;
  text-align: center;
}
.artworkListFlex .link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.artworkListFlex .picture {
  margin-bottom: 2rem;
  min-height: 23rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.artworkListFlex .artwork__date {
  font-size: 1.6rem;
}

a.artwork__notice {
  color: #999999;
  text-decoration: none;
}
a.artwork__notice:hover {
  color: #000000;
}

.artwork__author {
  text-transform: uppercase;
}

.artwork__author,
.artwork__date {
  font-size: 2rem;
}

.artwork__date,
.artwork__size {
  margin-bottom: 3rem;
}

.artwork__medium,
.artwork__size {
  font-size: 1.5rem;
  line-height: normal;
}

.artwork__credit,
.artwork__copyright,
.artwork__acquisition,
.artwork__localisation {
  font-size: 1.2rem;
  line-height: normal;
}

.artwork__heading {
  font-style: italic;
  font-size: 1.6rem;
  margin-bottom: 0;
}

/*
 * TPL_OEUVREPERIODE
 */
.artworkCategory .pictureContainer {
  overflow: hidden;
  margin-bottom: 2rem;
}
.artworkCategory .picture {
  margin-bottom: 0;
  background-color: #7d7d7d;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  min-height: inherit;
  transition: all 0.6s ease;
}
.artworkCategory .picture img {
  width: 100%;
}
.artworkCategory .item {
  position: relative;
}
.artworkCategory .item:hover .picture, .artworkCategory .item:focus .picture {
  transform: scale(1.2);
}
.artworkCategory a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

/*
 * UNMISSABLE
 */
.TPL_OEUVRECATEGORIE {
  margin-bottom: 0;
}

.unmissable {
  background-color: #434343;
  color: #ffffff;
  padding: 0 200%;
  margin: 0 -200%;
}

.unmissable__heading {
  font-weight: 400;
}

.unmissable__info {
  font-size: 1.6rem;
}

.unmissable__description {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.unmissable__description p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .unmissableContainer,
  .unmissablePortraitContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -3rem;
  }
  .unmissableContainer > *,
  .unmissablePortraitContainer > * {
    flex: 0 0 auto;
    display: block; /* IE fix */
    margin-left: 3rem;
  }
}
.unmissableContainer > *,
.unmissablePortraitContainer > * {
  margin-bottom: 3rem;
}

.unmissablePortraitContainer {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .unmissablePortraitContainer {
    display: flex;
    justify-content: space-between;
    width: calc(66.6666666667% - 3rem);
  }
  .unmissablePortraitContainer > * {
    margin-left: 0;
  }
}

.unmissable__item:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .unmissable__item {
    padding: 2rem 2rem 0;
  }
}
@media (max-width: 767px) {
  .unmissable__item {
    padding: 2rem 1rem 0;
  }
}

@media (min-width: 768px) {
  .unmissable__info,
  .unmissable__resources {
    width: calc(33.3333333333% - 3rem);
  }
}

.unmissable__resources .moduleCard__heading {
  font-weight: 600;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .unmissable__description {
    width: calc(66.6666666667% - 3rem);
  }
}

@media (min-width: 768px) {
  .unmissable__item.--paysage .unmissable__picture {
    width: calc(66.6666666667% - 3rem);
  }
}
@media (min-width: 768px) {
  .unmissable__item.--carre .unmissable__picture {
    width: calc(66.6666666667% - 3rem);
  }
}
@media (min-width: 768px) {
  .unmissable__item.--carre .unmissable__picture img {
    max-width: 47.5%;
  }
}
@media (min-width: 768px) {
  .unmissable__item.--carre .unmissable__info {
    order: -1;
  }
}
@media (min-width: 768px) {
  .unmissable__item.--portrait .unmissable__picture {
    width: calc(33.3333333333% - 3rem);
  }
}
@media (min-width: 768px) {
  .unmissable__item.--portrait .unmissable__info {
    width: calc(50% - 1.5rem);
  }
}
@media (min-width: 768px) {
  .unmissable__item.--portrait .unmissable__resources {
    width: calc(50% - 1.5rem);
  }
}
@media (min-width: 768px) {
  .unmissable__item.--portrait .unmissable__description {
    order: 3;
    width: calc(100% - 3rem);
  }
}

/* ===================================================================
 * CALENDAR - COMMON
 * =================================================================*/
.calendar__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3rem;
}
.calendar__list > * {
  flex: 0 0 auto;
  display: block; /* IE fix */
  margin-left: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 900px) {
  .calendar__list > * {
    width: calc(100% / 3 - 3rem);
  }
}
@media (min-width: 576px) and (max-width: 899px) {
  .calendar__list > * {
    width: calc(100% / 2 - 3rem);
  }
}
@media (max-width: 575px) {
  .calendar__list > * {
    width: calc(100% / 1 - 3rem);
  }
}
.has-right-column .calendar__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3rem;
}
.has-right-column .calendar__list > * {
  flex: 0 0 auto;
  display: block; /* IE fix */
  margin-left: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .has-right-column .calendar__list > * {
    width: calc(100% / 2 - 3rem);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .has-right-column .calendar__list > * {
    width: calc(100% / 1 - 3rem);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .has-right-column .calendar__list > * {
    width: calc(100% / 2 - 3rem);
  }
}
@media (max-width: 575px) {
  .has-right-column .calendar__list > * {
    width: calc(100% / 1 - 3rem);
  }
}

.calendar__link {
  display: block;
  position: relative;
  transition: box-shadow 0.2s ease;
}
.calendar__link:hover, .calendar__link:focus {
  text-decoration: none;
  box-shadow: 0 0 12px 7px rgba(0, 0, 0, 0.05);
}

.calendar__inner {
  display: grid;
  grid-template-columns: 12rem auto;
  grid-template-rows: 1fr 1fr;
  grid-gap: 1px 1px;
  background-color: #000000;
  position: relative;
}

.calendarCell {
  background-color: #ffffff;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-wrap: anywhere;
}
.calendarCell.-beginning, .calendarCell.-end {
  text-align: center;
}
.calendarCell.-end {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
}

.calendar__dayName {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.calendar__dayNumber {
  font-size: 4rem;
  margin-bottom: 0.5rem;
}

.calendar__hour {
  font-size: 1.8rem;
}

.calendar__heading {
  font-size: 1.9rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

.calendarInfo {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  display: grid;
  grid-gap: 1px 1px;
  background-color: #000000;
}

.calendarInfo__cell {
  background-color: #ffffff;
  word-wrap: anywhere;
  padding: 1.2rem;
}
.calendarInfo__cell.-thematique {
  text-transform: uppercase;
}

.calendarInfo__list {
  text-transform: uppercase;
  font-size: 1.3rem;
}

.calendarInfo__item {
  position: relative;
  padding-left: 2rem;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}
.calendarInfo__item::before {
  font-family: "Font Awesome 5 Solid", sans-serif;
  content: "\f111";
  position: absolute;
  left: 0;
  top: -1px;
}
.calendarInfo__item.-type::before {
  color: #999999;
}
.moduleAside .calendarInfo__item.-type::before {
  color: #535353;
}

.calendar__picture {
  padding-left: 12rem;
}

.calendar__condition {
  color: #ff0000;
  font-weight: 600;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.calendar__condition.-highlight {
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-70%, -50%) rotate(-30deg);
  z-index: 1;
}

/* ===================================================================
 * CALENDAR - LIST
 * =================================================================*/
.calendarList__form .calendarList__radio {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}
.calendarList__form .calendarList__radio span.case {
  flex-grow: 1;
  text-align: center;
}
.calendarList__form .calendarList__radio [type=radio]:not(:checked) + label,
.calendarList__form .calendarList__radio [type=radio]:checked + label {
  padding: 1.2rem 1rem;
  display: block;
  margin: 0.5rem;
  line-height: normal;
}
.calendarList__form .calendarList__radio [type=radio]:not(:checked) + label {
  background-color: #ad959f;
}
.calendarList__form .calendarList__radio [type=radio]:not(:checked) + label:hover, .calendarList__form .calendarList__radio [type=radio]:not(:checked) + label:focus {
  background-color: #000000;
}
.calendarList__form .calendarList__radio [type=radio]:checked + label {
  background-color: #000000;
  color: #ffffff;
}
.calendarList__form .calendarList__radio [type=radio]:not(:checked) + label::after,
.calendarList__form .calendarList__radio [type=radio]:checked + label::after,
.calendarList__form .calendarList__radio [type=radio]:not(:checked) + label::before,
.calendarList__form .calendarList__radio [type=radio]:checked + label::before {
  content: none;
}

.TPL_AGENDALISTE .calendar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3rem;
}
.TPL_AGENDALISTE .calendar > * {
  flex: 0 0 auto;
  display: block; /* IE fix */
  margin-left: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .TPL_AGENDALISTE .calendar > * {
    width: calc(100% / 2 - 3rem);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .TPL_AGENDALISTE .calendar > * {
    width: calc(100% / 1 - 3rem);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .TPL_AGENDALISTE .calendar > * {
    width: calc(100% / 2 - 3rem);
  }
}
@media (max-width: 575px) {
  .TPL_AGENDALISTE .calendar > * {
    width: calc(100% / 1 - 3rem);
  }
}
.TPL_AGENDALISTE .calendar__link {
  border-top: 1px solid #000000;
}

/* ===================================================================
 * CALENDAR
 * =================================================================*/
.calendar__proposedBy {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.calendar__ical {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .calendar__ical {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .calendar__ical {
    margin-top: 1rem;
  }
}

.calendarSateContainer {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .calendarSateContainer {
    align-items: flex-end;
  }
}
@media (max-width: 1024px) {
  .calendarSateContainer {
    flex-direction: column;
  }
}

.periode__item {
  border-bottom: 1px solid #000000;
  padding: 1.5rem 0;
}
.periode__item:first-child {
  border-top: 1px solid #000000;
}

.TPL_AGENDA .calendarInfo__list {
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .TPL_AGENDA .calendar__condition {
    margin-bottom: 0.5rem;
  }
}

/* ===================================================================
 * PARAGRAPH STYLES
 * =================================================================*/
@media (min-width: 768px) {
  .PRS_WIDTH_30G {
    width: 31%;
    float: left;
    clear: both;
  }
}

@media (min-width: 768px) {
  .PRS_WIDTH_30C {
    width: 31%;
    float: left;
    clear: none;
    padding-left: 3.5%;
  }
}

@media (min-width: 768px) {
  .PRS_WIDTH_30D {
    width: 31%;
    float: right;
    clear: right;
  }
}

@media (min-width: 768px) {
  .PRS_WIDTH_50G {
    width: 48.5%;
    float: left;
    clear: both;
  }
}

@media (min-width: 768px) {
  .PRS_WIDTH_50D {
    width: 48.5%;
    float: right;
    clear: right;
  }
}

@media (min-width: 768px) {
  .PRS_WIDTH_70G {
    width: 65.5%;
    float: left;
    clear: both;
  }
}

@media (min-width: 768px) {
  .PRS_WIDTH_70D {
    width: 65.5%;
    float: right;
    clear: right;
  }
}

.PRS_ENCADRE {
  border: 2px solid #efefef;
  padding: 2rem;
}

.PRS_FONDCOULEUR,
.PRS_FONDCOULEURBIS {
  padding: 2rem;
}
.PRS_FONDCOULEUR h3::after,
.PRS_FONDCOULEURBIS h3::after {
  content: none;
}

.PRS_FONDCOULEUR {
  background-color: #efefef;
}

.PRS_FONDCOULEURBIS {
  background-color: #ad959f;
}

.PRS_CITATION {
  color: #ff8100;
}
.PRS_CITATION p {
  font-style: italic;
  position: relative;
  padding: 0 4rem 2rem;
  line-height: normal;
  font-family: "Minion Pro", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .PRS_CITATION p {
    font-size: 3.1rem;
  }
}
@media (max-width: 767px) {
  .PRS_CITATION p {
    font-size: 2.4rem;
  }
}
.PRS_CITATION p::before {
  content: "“ ";
}
.PRS_CITATION p::after {
  content: " ”";
}

.PRS_LISERE {
  border-left: 1px dotted #000000;
  padding-left: 2rem;
}

/* ===================================================================
 * SEARCH
 * =================================================================*/
.searchBtn {
  background-color: transparent;
  border: 0;
  padding: 0.5rem 1rem 0.5rem 0;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.searchBtn::before {
  font-family: "Font Awesome 5 Solid", sans-serif;
  content: "\f002";
  font-size: 1.6rem;
  line-height: 1;
  min-width: 1.6rem;
  display: inline-block;
}
@media (min-width: 576px) {
  .searchBtn::before {
    margin-right: 1rem;
  }
}
@media (max-width: 575px) {
  .searchBtn::before {
    margin: 0 0.5rem;
  }
}
@media (max-width: 575px) {
  .searchBtn span {
    display: none;
  }
}

.searchBloc {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #5f3949;
  padding: 4rem 3rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .searchBloc {
    min-width: 50rem;
  }
}
@media (max-width: 767px) {
  .searchBloc {
    right: 0;
    width: 100vw;
  }
}

.searchForm {
  display: flex;
}

.searchForm__input {
  flex-grow: 1;
  padding: 0.5rem;
}

.searchForm__submit {
  background-color: #000000;
  color: #ffffff;
  border: 0;
  padding: 1rem;
}

.searchForm__close {
  border: none;
  background-color: transparent;
  display: inline-block;
  padding: 1rem 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.searchForm__close::before {
  font-family: "Font Awesome 5 Solid", sans-serif;
  content: "\f00d";
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.TPL_FORMULAIRE.-searchPage .c-form__group {
  padding-bottom: 2rem;
}
.TPL_FORMULAIRE.-searchPage .flexContainer {
  display: flex;
}

.TPL_RECHERCHE .filtre {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.5rem 3rem;
}
.TPL_RECHERCHE .filtre li {
  margin: 0 0.5rem 1rem;
}
/* ===================================================================
 * TEMPLATES
 * =================================================================*/
/**
 * PAGE SUMMARY
 */
@media (min-width: 1200px) {
  .TPL_SOMMAIREPAGE {
    position: absolute;
    left: -17rem;
    width: 16rem;
  }
  .TPL_SOMMAIREPAGE.-sticky {
    position: fixed;
    top: 0;
    left: auto;
    margin-left: -17rem;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .TPL_SOMMAIREPAGE h2 {
    font-size: 2rem;
  }
}
.TPL_SOMMAIREPAGE .pageSummary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3rem;
}
.TPL_SOMMAIREPAGE .pageSummary > * {
  flex: 0 0 auto;
  display: block; /* IE fix */
  margin-left: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .TPL_SOMMAIREPAGE .pageSummary > * {
    width: calc(100% / 1 - 3rem);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .TPL_SOMMAIREPAGE .pageSummary > * {
    width: calc(100% / 3 - 3rem);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .TPL_SOMMAIREPAGE .pageSummary > * {
    width: calc(100% / 2 - 3rem);
  }
}
@media (max-width: 575px) {
  .TPL_SOMMAIREPAGE .pageSummary > * {
    width: calc(100% / 1 - 3rem);
  }
}
.TPL_SOMMAIREPAGE .pageSummary__item {
  margin-bottom: 2rem;
}
.TPL_SOMMAIREPAGE .pageSummary__link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.8rem;
  display: inline-block;
}
.TPL_SOMMAIREPAGE .pageSummary__link::before {
  font-family: "Font Awesome 5 Solid", sans-serif;
  content: "\f105";
  display: block;
  font-size: 1.2rem;
}
.TPL_SOMMAIREPAGE .pageSummary__link.-active {
  color: #5f3949;
}
.TPL_SOMMAIREPAGE .pageSummary__link.-active::before {
  margin-left: 1rem;
}

/**
 * SITEMAP
 */
.siteMap:not(.-level1) {
  margin-bottom: 2rem;
}
.siteMap.-level2, .siteMap.-level3 {
  margin-left: 3rem;
}

.siteMap__link.-level1 {
  display: block;
  background-color: #000000;
  color: #ffffff;
  padding: 0.8rem 2rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  line-height: normal;
  margin-bottom: 2rem;
}
.siteMap__link.-level2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
}
.siteMap__link.-level2, .siteMap__link.-level3 {
  margin-bottom: 1rem;
  display: inline-block;
}

/* HANGING PAGES */
.childPage__item {
  position: relative;
}
.childPage__item:hover .childPage__picture, .childPage__item:focus .childPage__picture {
  transform: scale(1.2);
}

.childPage__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.childPage__pictureContainer {
  overflow: hidden;
  margin-bottom: 1rem;
}

.childPage__picture {
  transition: all 0.6s ease;
}

/* STYLE 1 */
.childPage.-style1 .childPage__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3rem;
}
.childPage.-style1 .childPage__list > * {
  flex: 0 0 auto;
  display: block; /* IE fix */
  margin-left: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .childPage.-style1 .childPage__list > * {
    width: calc(100% / 3 - 3rem);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .childPage.-style1 .childPage__list > * {
    width: calc(100% / 2 - 3rem);
  }
}
@media (max-width: 575px) {
  .childPage.-style1 .childPage__list > * {
    width: calc(100% / 1 - 3rem);
  }
}

/* STYLE 2 */
.childPage.-style2 .childPage__list {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .childPage.-style2 .childPage__list {
    column-count: 3;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .childPage.-style2 .childPage__list {
    column-count: 2;
  }
}
@media (min-width: 576px) {
  .childPage.-style2 .childPage__list {
    column-gap: 3rem;
  }
}
.childPage.-style2 .childPage__item {
  display: inline-block;
}

/* STYLE 3 */
@media (min-width: 1025px) {
  .childPage.-style3 .picture {
    max-width: 60rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .childPage.-style3 .picture {
    max-width: 40rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .childPage.-style3 .picture {
    max-width: 30rem;
  }
}

/* "BACK TO TOP" BUTTON */
#hautDePage {
  font-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  color: #fff;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
  right: 2rem;
  bottom: 2rem;
  position: fixed;
  z-index: 1000;
  text-align: center;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.3);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: box-shadow, background-color, color, border-color;
}
@media (max-width: 767px) {
  #hautDePage {
    width: 4rem/1.5;
    height: 4rem/1.5;
    right: 2rem/2;
    bottom: 2rem/2;
  }
}
#hautDePage:hover, #hautDePage:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
}
#hautDePage::before {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-family: "Font Awesome 5 Solid", sans-serif;
  content: "\f062";
}

/* ===================================================================
 * EXHIBITION - COMMON
 * =================================================================*/
.exhibitionContainer {
  position: relative;
}
@media (min-width: 768px) {
  .exhibitionContainer {
    max-height: 85.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .exhibitionContainer {
    margin-top: 6.5rem;
  }
}
@media (max-width: 767px) {
  .exhibitionContainer {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .exhibitionInfo {
    position: absolute;
    top: -5.5rem;
    bottom: 8rem;
    max-width: 35rem;
    color: #ffffff;
    padding: 2rem 2rem 10rem;
  }
}
@media (min-width: 1025px) {
  .exhibitionInfo {
    left: 17rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .exhibitionInfo {
    left: 10rem;
  }
}
@media (max-width: 767px) {
  .exhibitionInfo {
    padding: 2rem 2rem 5rem;
    display: block !important;
  }
}

.exhibitionInfo__text {
  height: 100%;
}

.exhibitionInfo__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.exhibitionInfo__type {
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .exhibitionInfo__type {
    font-size: 2rem;
    line-height: normal;
  }
}

@media (min-width: 1025px) {
  .exhibitionInfo__heading1,
  .exhibitionInfo__heading2 {
    font-size: 7.3rem;
    line-height: 6.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .exhibitionInfo__heading1,
  .exhibitionInfo__heading2 {
    font-size: 5.3rem;
    line-height: 4.8rem;
  }
}
@media (max-width: 767px) {
  .exhibitionInfo__heading1,
  .exhibitionInfo__heading2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.exhibitionInfo__heading1 {
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}

.exhibitionInfo__heading2 {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}

.exhibitionInfo__subHeading {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  line-height: normal;
}
@media (min-width: 1025px) {
  .exhibitionInfo__subHeading {
    font-size: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .exhibitionInfo__subHeading {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .exhibitionInfo__subHeading {
    font-size: 2.4rem;
  }
}

.exhibitionInfo__resume {
  font-size: 1.6rem;
  line-height: normal;
}

.exhibitionInfo__date {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}
@media (min-width: 768px) {
  .exhibitionInfo__date {
    font-size: 3.7rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .exhibitionInfo__date {
    font-size: 2.4rem;
  }
}

.exhibitionInfo__link {
  color: #ffffff;
}
.exhibitionInfo__link:hover, .exhibitionInfo__link:focus {
  text-decoration: none;
}

/* ===================================================================
 * EXHIBITION - HOME
 * =================================================================*/
.exhibitionContainer .slick-navigation {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===================================================================
 * NEWS - HOME
 * =================================================================*/
.TPL_ACTUALITEUNE {
  background-color: #f4f2f3;
  padding: 2.5rem 0 2rem;
}

.news__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3rem;
}

.news__item {
  margin-left: 3rem;
  margin-bottom: 3rem;
  display: block; /* IE fix */
  position: relative;
}
@media (min-width: 768px) {
  .news__item.-first {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .news__item.-first .news__pictureContainer {
    margin-right: 3rem;
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1rem);
  }
}
@media (max-width: 767px) {
  .news__item.-first .news__pictureContainer {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .news__item:not(.-first) {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 3rem);
  }
}
@media (min-width: 768px) {
  .news__item:not(.-first) .news__pictureContainer {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .news__item:not(.-first) .news__pictureContainer {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1025px) {
  .news__item:hover .news__picture, .news__item:focus .news__picture {
    transform: scale(1.2);
  }
}

@media (min-width: 1025px) {
  .news__pictureContainer {
    overflow: hidden;
  }
  .news__picture {
    transition: all 0.6s ease;
  }
}
.news__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.news__link:hover, .news__link:focus {
  text-decoration: none;
}

.news__heading {
  font-weight: 600;
  text-transform: uppercase;
}

.news__resume {
  margin-bottom: 0;
}

.news__resume {
  font-size: 1.6rem;
  line-height: normal;
}

/* ===================================================================
 * COMMON
 * =================================================================*/
.homeH2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homeH2__heading {
  padding-right: 1rem;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .homeH2__heading {
    font-size: 5rem;
  }
}

.homeH2__label {
  border-bottom: 1px dotted #000000;
  display: block;
}

.homeH2__strong {
  font-weight: 900;
}

/* ===================================================================
 * TEMPLATE "L'ESSENTIEL A PORTEE DE MAIN"
 * =================================================================*/
.essentiel {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5rem 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .essentiel {
    min-height: 60rem;
  }
}
@media (max-width: 767px) {
  .essentiel {
    min-height: 40rem;
  }
}
.essentiel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.essentiel__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -5rem;
}
.essentiel__list > * {
  flex: 0 0 auto;
  display: block; /* IE fix */
  margin-left: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .essentiel__list > * {
    width: calc(100% / 3 - 5rem);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .essentiel__list > * {
    width: calc(100% / 2 - 5rem);
  }
}
@media (max-width: 575px) {
  .essentiel__list > * {
    width: calc(100% / 1 - 5rem);
  }
}

.essentiel__link {
  text-transform: uppercase;
  position: relative;
  padding-top: 0.5rem;
  font-weight: 600;
}
.essentiel__link::before {
  content: "";
  height: 0.2rem;
  background-color: #000000;
  width: 6rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}
.essentiel__link:hover, .essentiel__link:focus {
  text-decoration: none;
}
.essentiel__link:hover::before, .essentiel__link:focus::before {
  left: calc(100% - 6rem);
}

/* ===================================================================
 * TEMPLATE "EXPLORER LES COLLECTIONS"
 * =================================================================*/
.collectionContainer {
  overflow: hidden;
}

.collection {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 2s ease;
}
@media (min-width: 768px) {
  .collection {
    height: 60rem;
  }
}
@media (max-width: 767px) {
  .collection {
    height: 40rem;
  }
}
.collection.-zoom {
  transform: scale(1.4);
}

.collection__Link {
  display: block;
  width: 100%;
  height: 100%;
}

.homeH2__heading.-collection {
  margin-bottom: 5rem;
}

/* ===================================================================
 * TEMPLATE "VIDEO"
 * =================================================================*/
/*.video__link {
    display: block;
    position: relative;
    &::before {
        @include contentImage('play_video_home.png');
        @include alignment;
    }
}*/
.videoContainer {
  width: 100%;
  left: 50%;
  right: 50%;
  margin: 0 -50%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .videoContainer {
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .videoContainer {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .videoContainer {
    height: 250px;
  }
}
.videoContainer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#video-player {
  min-width: 130%;
  min-height: 135%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

#video-controler {
  position: absolute;
  bottom: 25px;
  right: 25px;
  text-decoration: none;
  z-index: 2;
}
#video-controler::before {
  font-family: "Font Awesome 5 Solid", sans-serif;
  content: "\f6a9";
  color: #fff;
}
#video-controler.unmute::before {
  content: "\f028";
}

/* ===================================================================
 * SLICK
 * =================================================================*/
.exhibitionContainer .slick-controls {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
  vertical-align: text-top;
}

.slick-dots {
  text-align: center;
  display: flex !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
  vertical-align: text-top;
}
.slick-dots li.slick-active button::before {
  background-color: #ffffff;
}
.slick-dots li:hover button::before, .slick-dots li:focus button::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.slick-dots li button {
  text-indent: -9999px;
  display: block;
  padding: 0.5rem;
  border: 0;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
}
.slick-dots li button::before {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1px solid #ffffff;
  border-radius: 100%;
  line-height: 1rem;
  text-align: center;
}

.slick-play {
  text-indent: -9999px;
  display: block;
  padding: 0.5rem;
  border: 0;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
}
.slick-play[aria-pressed=false]::before {
  content: "\f04c";
}
.slick-play[aria-pressed=true]::before {
  content: "\f04b";
}
.slick-play::before {
  font-family: "Font Awesome 5 Solid", sans-serif;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #ffffff;
  font-size: 1rem;
  text-indent: 0;
}

.slick-slide img {
  display: inline !important;
}

/* MODULE DIAPORAMA */
.TPL_DIAPORAMA .slick-outer {
  position: relative;
}
.TPL_DIAPORAMA .slick-item {
  text-align: center;
}
.TPL_DIAPORAMA .slick-item img {
  margin-bottom: 1rem;
}
.TPL_DIAPORAMA .zoneTexte {
  font-size: 2rem;
}
.TPL_DIAPORAMA .slide-play,
.TPL_DIAPORAMA .slide-pause {
  padding: 0;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.TPL_DIAPORAMA .slide-play::before,
.TPL_DIAPORAMA .slide-pause::before {
  font-family: "Font Awesome 5 Solid", sans-serif;
  font-size: 1.4rem;
}
.TPL_DIAPORAMA .slide-play::before {
  content: "\f04b";
}
.TPL_DIAPORAMA .slide-pause::before {
  content: "\f04c";
}
.TPL_DIAPORAMA .slick-arrow {
  background-color: #000000;
  color: #ffffff;
  padding: 0 1rem;
  border: 1px solid #000000;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  transition: all 0.2s ease;
}
.TPL_DIAPORAMA .slick-arrow::before {
  font-family: "Font Awesome 5 Solid", sans-serif;
  font-size: 1.4rem;
}
.TPL_DIAPORAMA .slick-arrow:hover, .TPL_DIAPORAMA .slick-arrow:focus {
  background-color: #ffffff;
  color: #000000;
}
.TPL_DIAPORAMA .slick-prev {
  left: 1rem;
}
.TPL_DIAPORAMA .slick-prev::before {
  content: "\f104";
}
.TPL_DIAPORAMA .slick-next {
  right: 1rem;
}
.TPL_DIAPORAMA .slick-next::before {
  content: "\f105";
}
.TPL_DIAPORAMA .slick-dotscontainer {
  display: none;
}
