/* Reset css */
/*! 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;
  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"] {
  box-sizing: border-box;
  /* 1 */
  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 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}
/**
 * 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;
}
/* Librairie eolas */
/* ===================================================================
 * CLASS STANDARD CMS
 * =================================================================*/
.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;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}
.alignjustify {
  text-align: justify;
}
.inlineBlock {
  display: inline-block;
  zoom: 1;
}
object.alignleft,
img.alignleft,
table.alignleft,
span.alignleft,
iframe.alignleft,
embed.alignleft,
.videocontainer.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
object.alignright,
img.alignright,
table.alignright,
span.alignright,
iframe.alignright,
embed.alignright,
.videocontainer.alignright {
  float: right;
  margin: 0 0 10px 10px;
  text-align: left;
}
table.aligncenter {
  margin: auto;
  text-align: left;
}
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
/* LEGENDE - CREDIT */
.spanImgContainer {
  display: inline-block;
  text-align: center !important;
  line-height: 0;
}
.spanImgOuter {
  display: block;
  position: relative;
}
.spanImgOuter img {
  display: block;
}
.spanCredit {
  background: rgba(255, 255, 255, 0.75) repeat 0 0;
  left: 0;
  bottom: 0;
  color: #fff;
  font-style: italic;
  font-size: 90%;
  max-width: 75%;
  padding: 5px;
  position: absolute;
  line-height: 1em;
  text-align: left;
}
.imgLoupe {
  position: absolute;
  bottom: 0;
  right: 0;
}
.spanLegende {
  display: block;
  font-size: 90%;
  border: 1px solid #dedede;
  padding: 5px;
  line-height: 1em;
}
.message_error {
  color: red;
  margin-bottom: 15px;
  text-align: center;
}
/* AUTHENTIFICATION ET VALIDATION DES MOTS DE PASSE */
input[type=password].pwdcheck:required:invalid,
input[type=password].pwdcheck:focus:invalid {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT1JREFUeNpi/P//PwMpgImBRMACY/x7/uDX39sXt/67cMoDyOVgMjBjYFbV/8kkqcCBrIER5KS/967s+rmkXxzI5wJiRSBm/v8P7NTfHHFFl5mVdIzhGv4+u///x+xmuAlcdXPB9KeqeLgYd3bDU2ZpRRmwH4DOeAI07QXIRKipYPD35184/nn17CO4p/+cOfjl76+/X4GYAYThGn7/g+Mfh/ZZwjUA/aABpJVhpv6+dQUjZP78Z0YEK7OezS2gwltg64GmfTu6i+HL+mUMP34wgvGvL78ZOEysf8M1sGgZvQIqfA1SDAL8iUUMPIFRQLf+AmMQ4DQ0vYYSrL9vXDz2sq9LFsiX4dLRA0t8OX0SHKzi5bXf2HUMBVA0gN356N7p7xdOS3w5fAgcfNxWtn+BJi9gVVBOQfYPQIABABvRq3BwGT3OAAAAAElFTkSuQmCC");
  background-position: right center;
  background-repeat: no-repeat;
  box-shadow: none;
}
input[type=password].pwdcheck:required:valid {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZZJREFUeNpi/P//PwMpgImBRMAy58QshrNPTzP8+vOLIUInisFQyYjhz98/DB9/fmT48/+35v7H+8KNhE2+WclZd+G0gZmJmYGThUNz1fUVMZtvbWT59eUXG9wGZIWMUPj993eJ5VeWxuy8veM/CzPL3yfvH/9H0QBSBDYZyOVm4mGYfn6q4cory5lYmFh+MrEwM/76/YsR7mk2ZjbWP///WP37/y8cqIDhx58fjvtu7XV6//ndT34G/v8FasUsDjKO/+A2PP3wpGLd+TVsfOz8XH6KAT+nHpokcu7h6d9q/BoMxToVbBYqlt9///+1GO4/WVdpXqY/zMqXn13/+vTjI9mj94/y//v9/3e9ZRObvYbDT0Y2xnm///x+wsfHB3GSGLf41jb3rv0O8nbcR66d+HPvxf2/+YZFTHaqjl8YWBnm/vv37yly5LL8+vuLgYuVa3uf/4T/Kd8SnSTZpb6FGUXwcvJxbAPKP2VkZESNOBDx8+9PBm4OwR1TwmYwcfzjsBUQFLjOxs52A2YyKysrXANAgAEA7buhysQuIREAAAAASUVORK5CYII=");
  background-position: right center;
  background-repeat: no-repeat;
}
/* GESTION AFFICHAGE DESKTOP ET MOBILE*/
@media (min-width: 640px) {
  .desktop_hidden {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .mobile_hidden {
    display: none !important;
  }
  .txt_mobile_hidden {
    border: 1px solid #000;
    padding: 5px;
    margin: 5px;
    border-radius: 2px;
  }
}
/* CLEARFIX */
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix::after {
  clear: both;
}
/* Class utile pour responsive */
.resetColonne {
  clear: both;
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* ===================================================================
 * CONTENU
 * =================================================================*/
.paragraphe {
  clear: both;
}
.paragraphe .paragraphe__inner {
  zoom: 1;
}
.paragraphe .paragraphe__inner::before,
.paragraphe .paragraphe__inner::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.paragraphe .paragraphe__inner::after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .tableauContainer {
    overflow-x: scroll;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .tableauContainer > table {
    min-width: 767px;
    margin-bottom: 10px !important;
  }
}
/* ===================================================================
 * BULLE D'AIDE au sein des formulaires
 * =================================================================*/
.helper {
  cursor: help;
}
.paragraphe .helper img {
  border: none;
  padding: 0;
  margin: 0;
}
/* 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;
}
/* ===================================================================
 * CLASS LESS
 * =================================================================*/
/*
 *   Simplification de la déclaration d'une image de fond
 *   @a : nom de l'image
 *   @b : couleur de fond
 *   @cssDir : Chemin vers la feuille de style css finale
 *   => Déclaration à mettre dans default.less : .backgroundImage(puce.png);
 */
/*
 *   Simplification de la déclaration d'une police spécifique
 *   Exemple à mettre en place dans la feuille de style default.less :
 *   => @font-face { .font-face('ExempleFont', 'ExempleFont-webfont'); }
 *   => ExempleFont correspond au nom de la police déclaré ensuite avec font-family.
 *   => ExempleFont-webfont correspond au nom des fichiers ttf, eot etc...
 */
/*
 *   Calcul de la taille de police en em à partir de la taille en px
 *   ex : .fontSize(20px)
 */
/*
 *   Checkbox :
 *   => @coche: motif à afficher pour la coche, code hexa ou image, ex: .checkbox(url("@{cssDir}images/barreHaut_puce.gif"));
 *   => @fontsize: taille de la coche en pixels
 *   => @left: position absolue left de la coche
 *   => @top: position absolue top de la coche
 *   => @color: couleur de la coche;
 */
/*
 *   Radio bouton :
 *   => @size: largeur et hauteur du bouton
 *   => @color: couleur du bouton;
 */
/*
 *   Custom select :
 *   => @arrow:   url du background
 *   => @taille:  width du background en pixels permettant de calculer le padding-right
 *   => @right:   espacement de l'image par rapport au bord droit
 */
/*
 *   Alignement :
 *   Permet d'aligner en pourcentage un élément via absolute et tranform
 *   !! Attention !! Il faut que le bloc container soit en position relative ou absolute.
 *   => @x:  alignement sur l'axe x
 *   => @y:  alignement sur l'axe y
 */
/* Variables */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSds18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDc.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSds18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklyds18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: "SourceSansPro-DISPLAY";
  src: url("/include/css/GAB_ARTETHISTOIRE/police/SourceSansPro-DISPLAY.eot");
  src: url("/include/css/GAB_ARTETHISTOIRE/police/SourceSansPro-DISPLAY.eot?#iefix") format('embedded-opentype'), url("/include/css/GAB_ARTETHISTOIRE/police/SourceSansPro-DISPLAY.woff") format('woff'), url("/include/css/GAB_ARTETHISTOIRE/police/SourceSansPro-DISPLAY.ttf") format('truetype'), url("/include/css/GAB_ARTETHISTOIRE/police/SourceSansPro-DISPLAY.svg#SourceSansPro-DISPLAY") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("/include/css/GAB_ARTETHISTOIRE/police/fontawesome-webfont.eot");
  src: url("/include/css/GAB_ARTETHISTOIRE/police/fontawesome-webfont.eot?#iefix") format('embedded-opentype'), url("/include/css/GAB_ARTETHISTOIRE/police/fontawesome-webfont.woff") format('woff'), url("/include/css/GAB_ARTETHISTOIRE/police/fontawesome-webfont.ttf") format('truetype'), url("/include/css/GAB_ARTETHISTOIRE/police/fontawesome-webfont.svg#FontAwesome") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
/* Breakpoints */
/* Couleurs */
/* Colonnage */
/*
 *   Bouton standard (validation des formulaires)
 *   => @fontSize: taille du libellé
 *   => @lineHeight: line-height du libellé
 *   => @color: couleur du libellé;
 *   => @bgColor: couleur de fond du bouton;
 *   => @borderColor: couleur du contour;
 *   => @borderSize: largeur du contour;
 *   => @colorHover: couleur du libellé au survol;
 *   => @bgColorHover: couleur de fond du bouton au survol;
 *   => @borderColorHover: couleur du contour au survol;
 *   => @radius: arrondi des angles;
 *   => @paddingH: padding haut/bas;
 *   => @paddingV: padding gauche/droite;
 */
/* ===================================================================
 * LAYOUT GENERAL
 * =================================================================*/
#document {
  overflow: hidden;
}
#corps {
  position: relative;
}
.innerCenter {
  zoom: 1;
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}
.innerCenter::before,
.innerCenter::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.innerCenter::after {
  clear: both;
}
/* ===================================================================
 * INITIALISATION CHARTE GRAPHIQUE GENERALE DU PROJET
 * =================================================================*/
html {
  font-size: 62.5%;
  /*10px*/
}
body {
  font-size: 1.6rem;
  background: #fff;
  color: #181715;
  margin: 0;
  padding: 0;
  line-height: 2.4rem;
  /*24px*/
  font-family: 'Source Sans Pro', sans-serif;
}
body.pseudo {
  padding-top: 48px;
}
img {
  height: auto;
  max-width: 100%;
}
.IMF_50 {
  max-width: 50%;
}
.IMF_100 {
  max-width: 100%;
}
a {
  color: #007885;
  text-decoration: underline;
  font-weight: 600;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
h1 {
  font-family: 'SourceSansPro-DISPLAY', sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 2rem;
  line-height: 3rem;
}
h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
h4 {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0 0 1rem;
}
h5 {
  font-size: 1.6rem;
  font-weight: 900;
  margin: 0 0 1rem;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin: 0 0 2rem;
}
/* ===================================================================
 * BANDEAU HAUT
 * =================================================================*/
#lienEvitement {
  position: fixed;
  z-index: -1;
  top: -20px;
  width: 100%;
  transition: all 0.3s;
  background-color: #fff;
  border-bottom: 3px solid #000;
  opacity: 0;
}
#lienEvitement.focus {
  top: 0;
  z-index: 100;
  opacity: 1;
}
#lienEvitement ul {
  list-style: none;
}
#lienEvitement ul li {
  display: inline-block;
  margin-right: 1em;
}
#lienEvitement ul a {
  display: block;
  padding: 0.5em 1em;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
#lienEvitement ul a:hover,
#lienEvitement ul a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
#bandeauHaut .btnHeader {
  display: none;
}
#bandeauHaut #bandeauHautMenu {
  text-align: center;
  background-color: #181715;
  color: #fff;
}
#bandeauHaut #bandeauHautMenu .compteurCarnet {
  display: inline-block;
  background-color: #e30459;
  color: #fff;
  width: 20px;
  border-radius: 100%;
  height: 20px;
  text-align: center;
  line-height: 1.9rem;
  position: absolute;
  top: 15px;
  left: -7px;
  font-weight: 700;
}
#bandeauHaut #bandeauHautMenu li {
  display: inline-block;
  vertical-align: middle;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  position: relative;
  /* Commenté car au survol ça colle le soulignement au texte */
  /* img,
            span {
                vertical-align: middle;
            } */
}
#bandeauHaut #bandeauHautMenu li a {
  text-decoration: none;
  color: #fff;
  line-height: 2.8rem;
  display: block;
}
#bandeauHaut #bandeauHautMenu li a:hover {
  text-decoration: underline;
}
#bandeauHaut #bandeauHautMenu li img {
  margin-right: 5px;
}
#bandeauHaut .logoMenu {
  padding: 12px 0;
}
#bandeauHaut #logo {
  float: left;
}
#bandeauHaut #logo h1 {
  margin: 0;
}
#bandeauHaut #logo img {
  display: block;
}
/* ===================================================================
 * BANDEAU BAS
 * =================================================================*/
#bandeauBas {
  zoom: 1;
  background-color: #181715;
  padding: 1rem 0;
  color: #fff;
}
#bandeauBas::before,
#bandeauBas::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
#bandeauBas::after {
  clear: both;
}
#bandeauBas a {
  text-decoration: none;
  color: #fff;
}
#bandeauBas a:hover {
  text-decoration: underline;
}
#bandeauBas ul {
  float: right;
  margin: 0;
}
#bandeauBas ul li {
  display: inline-block;
  vertical-align: bottom;
}
#bandeauBas ul li::after {
  content: "|";
  margin: 0 6px;
}
#bandeauBas ul li:last-child::after {
  content: "";
  margin: 0;
}
#bandeauBas ul li img {
  display: inline-block;
  vertical-align: bottom;
}
/* ===================================================================
 * MENU
 * =================================================================*/
#menu {
  float: right;
}
#menu ul {
  margin: 0;
  padding: 0;
  display: table;
}
#menu ul li {
  display: table-cell;
  vertical-align: middle;
}
#menu ul li:not(:last-child) {
  border-right: 1px solid #cdcdcd;
}
#menu ul li a {
  padding: 1rem 5px;
  display: block;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #181715;
}
#menu ul li a:hover,
#menu ul li a:focus {
  color: #007885;
}
#menu ul li a span.fa {
  color: #007885;
}
/* ===================================================================
 * CONTENU
 * =================================================================*/
/* Fil d'ariane */
#arianeOuter {
  padding: 5px 0;
  background-color: #007885;
}
#arianeOuter a {
  color: inherit;
  text-decoration: none;
}
#arianeOuter a:hover,
#arianeOuter a:focus {
  text-decoration: underline;
}
#arianeOuter li {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
#arianeOuter li:not(:last-child)::after {
  content: '\f0a9';
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  margin: 0 5px;
}
#contenu {
  padding: 3.5rem 0 1rem;
}
.accueil #contenu {
  padding: 0;
}
.paragraphe {
  margin: 0 0 2rem;
}
.txt a {
  color: #007885;
  text-decoration: underline;
  font-weight: 600;
}
.txt a:hover,
.txt a:focus,
.txt a:active {
  text-decoration: none;
}
.txt ul {
  overflow: hidden;
  margin: 0 0 2rem;
  padding: 0;
}
.txt ul > li {
  padding-left: 2rem;
  position: relative;
}
.txt ul > li::before {
  color: #007885;
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: '\f0a9';
  position: absolute;
  left: 0;
  font-size: 1.4rem;
  padding-left: 1px;
}
.txt ul ul {
  margin: 1rem 0;
}
.txt ul ul li {
  padding-left: 1.5rem;
  position: relative;
}
.txt ul ul li::before {
  color: #007885;
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: '\f054';
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}
.txt ol {
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  margin: 0 0 2rem;
  padding: 0;
  counter-reset: li-counter;
  overflow: hidden;
}
.txt ol > li {
  position: relative;
}
.txt ol > li::before {
  content: counter(li-counter, decimal) ". ";
  counter-increment: li-counter;
}
.txt ol > li li::before {
  content: counter(li-counter, lower-alpha) ". ";
}
.txt ol ol {
  margin: 1rem 0 1rem 2rem;
}
.txt table {
  background-color: #fff;
  border-collapse: collapse;
  margin: 0 0 2rem;
  border: 0;
}
.txt table thead td,
.txt table thead th {
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  background-color: #007885;
}
.txt table th {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 1rem;
  font-size: 1.6rem;
  color: #000;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #fff;
}
.txt table td {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  padding: 1rem;
  background-color: #dcdcdc;
}
/* Cartographie et infobulle */
.map {
  height: 550px;
  width: 100%;
  margin: 2rem 0;
  box-shadow: 2px 2px 4px 0 #ccc;
}
.map .leaflet-div-icon {
  background: url("/include/css/GAB_ARTETHISTOIRE/images/marker.png") no-repeat 50% 50%;
  background-size: contain;
  border: none;
  width: 35px !important;
  height: 52px !important;
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  line-height: 34px;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  z-index: 1;
}
img.icon {
  cursor: pointer;
  vertical-align: middle;
}
.mapicone {
  background: url("/include/css/GAB_ARTETHISTOIRE/images/marker.png") no-repeat 50% 50%;
  background-size: contain;
  border: none;
  width: 35px !important;
  height: 52px !important;
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  line-height: 34px;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  z-index: 1;
}
.mapiconeNoir {
  background: url("/include/css/GAB_ARTETHISTOIRE/images/marker.png") no-repeat 50% 50%;
  background-size: contain;
  border: none;
  width: 35px !important;
  height: 52px !important;
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  line-height: 34px;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  z-index: 1;
  background: url("/include/css/GAB_ARTETHISTOIRE/images/marker_noir.png") no-repeat 50% 50%;
  color: #fff;
}
/* ===================================================================
 * STYLES DE PARAGRAPHES
 * =================================================================*/
.PRS_WIDTH_50G {
  width: 48%;
  float: left;
  clear: both;
}
.PRS_WIDTH_50D {
  width: 48%;
  float: right;
  clear: right;
}
/* ===================================================================
 * FORMULAIRES
 * =================================================================*/
.TPL_FORMULAIRE fieldset.c-form__group,
.TPL_FORMULAIRE div.c-form__group {
  margin: 0 0 2rem;
  padding: 0;
  border: 0;
  background-color: #eaeaec;
}
.TPL_FORMULAIRE .c-form__group-inner {
  padding: 1rem 1rem 1px;
  zoom: 1;
}
.TPL_FORMULAIRE .c-form__group-inner::before,
.TPL_FORMULAIRE .c-form__group-inner::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.TPL_FORMULAIRE .c-form__group-inner::after {
  clear: both;
}
.TPL_FORMULAIRE .c-form__group .c-form__legend {
  width: 100%;
  margin: 0;
  padding: 5px 13px;
  font-size: 2.2rem;
  box-sizing: border-box;
  background-color: #181715;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.TPL_FORMULAIRE .c-form__group .o-form-control,
.TPL_FORMULAIRE .c-form__group p {
  zoom: 1;
  width: 100%;
  margin: 5px 0 12px 0;
  position: relative;
}
.TPL_FORMULAIRE .c-form__group .o-form-control::before,
.TPL_FORMULAIRE .c-form__group p::before,
.TPL_FORMULAIRE .c-form__group .o-form-control::after,
.TPL_FORMULAIRE .c-form__group p::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.TPL_FORMULAIRE .c-form__group .o-form-control::after,
.TPL_FORMULAIRE .c-form__group p::after {
  clear: both;
}
.TPL_FORMULAIRE .c-form__group .fieldset-check {
  border: none;
  padding: 0;
}
.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é */
  /* 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 focus de l'élément */
  /* [type="checkbox"]:checked:focus + label:before,
    [type="checkbox"]:not(:checked):focus + label:before {
      border: 1px dotted blue;
    } */
  /* calcul l'espace nécessaire entre l'image et le texte dans le select  */
}
.TPL_FORMULAIRE form.search legend {
  display: none;
}
.TPL_FORMULAIRE form p {
  clear: both;
}
.TPL_FORMULAIRE form label,
.TPL_FORMULAIRE form .label,
.TPL_FORMULAIRE form .o-form-control__label {
  padding-right: 1%;
  width: 30%;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  box-sizing: border-box;
  font-weight: 600;
}
.TPL_FORMULAIRE form label.invisible,
.TPL_FORMULAIRE form .label.invisible,
.TPL_FORMULAIRE form .o-form-control__label.invisible {
  display: none;
}
.TPL_FORMULAIRE form .o-form-control__label {
  float: left;
}
.TPL_FORMULAIRE form .check label,
.TPL_FORMULAIRE form label.enLigne {
  float: none;
  width: auto;
  margin-right: 1.5rem;
}
.TPL_FORMULAIRE form p.action {
  text-align: right;
  padding: 0 1rem;
}
.TPL_FORMULAIRE form p.action input.submit,
.TPL_FORMULAIRE form p.action a {
  margin-bottom: 1rem;
}
.TPL_FORMULAIRE form [type="radio"]:not(:checked),
.TPL_FORMULAIRE form [type="radio"]:checked {
  position: absolute;
  visibility: hidden;
}
.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 15px 0 25px;
  /* fait un peu d'espace pour notre bouton à venir */
  cursor: pointer;
  /* affiche un curseur adapté */
}
.TPL_FORMULAIRE form [type="radio"]:not(:checked) + label:before,
.TPL_FORMULAIRE form [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  /* dim. du bouton */
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 100%;
  /* angles arrondis */
}
.TPL_FORMULAIRE form [type="radio"]:not(:checked) + label:after,
.TPL_FORMULAIRE form [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 5px;
  left: 4px;
  background-color: #000000;
  transition: all 0.2s;
  /* on prévoit une animation */
}
.TPL_FORMULAIRE form [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  /* coche invisible */
  transform: scale(0);
  /* mise à l'échelle à 0 */
}
.TPL_FORMULAIRE form [type="radio"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}
.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:checked + label:after {
  color: #999;
}
.TPL_FORMULAIRE form [type="radio"]:disabled + label {
  color: #aaa;
}
.TPL_FORMULAIRE form [type="checkbox"]:not(:checked),
.TPL_FORMULAIRE form [type="checkbox"]:checked {
  position: absolute;
  visibility: hidden;
}
.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 15px 0 25px;
  /* 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: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  /* dim. de la case */
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 0;
  /* angles arrondis */
}
.TPL_FORMULAIRE form [type="checkbox"]:not(:checked) + label:after,
.TPL_FORMULAIRE form [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 1px;
  left: 4px;
  font-size: 12px;
  color: #09ad7e;
  transition: all 0.2s;
  /* on prévoit une animation */
}
.TPL_FORMULAIRE form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  /* coche invisible */
  transform: scale(0);
  /* mise à l'échelle à 0 */
}
.TPL_FORMULAIRE form [type="checkbox"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}
.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 select {
  text-overflow: ellipsis;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("/include/css/GAB_ARTETHISTOIRE/images/select_arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 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 [type="radio"]:not(:checked) + label::before,
.TPL_FORMULAIRE form [type="radio"]:checked + label::before,
.TPL_FORMULAIRE form [type="checkbox"]:not(:checked) + label::before,
.TPL_FORMULAIRE form [type="checkbox"]:checked + label::before {
  top: 3px;
}
.TPL_FORMULAIRE form [type="radio"]:not(:checked) + label:after,
.TPL_FORMULAIRE form [type="radio"]:checked + label:after {
  top: 7px;
}
.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: 69%;
  height: 40px;
  padding: 5px 10px;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  vertical-align: middle;
}
.TPL_FORMULAIRE input[type="tel"]:focus,
.TPL_FORMULAIRE input[type="url"]:focus,
.TPL_FORMULAIRE input[type="date"]:focus,
.TPL_FORMULAIRE input[type="file"]:focus,
.TPL_FORMULAIRE input[type="text"]:focus,
.TPL_FORMULAIRE input[type="email"]:focus,
.TPL_FORMULAIRE input[type="number"]:focus,
.TPL_FORMULAIRE input[type="search"]:focus,
.TPL_FORMULAIRE input[type="password"]:focus,
.TPL_FORMULAIRE textarea:focus,
.TPL_FORMULAIRE select:focus {
  outline-style: none;
}
.TPL_FORMULAIRE textarea {
  vertical-align: top;
  height: auto;
}
.TPL_FORMULAIRE input[type="file"] {
  padding: 0;
  box-sizing: content-box;
}
.TPL_FORMULAIRE input.captchaInput {
  width: auto;
}
.TPL_FORMULAIRE span.checks {
  width: 69%;
  display: inline-block;
}
.TPL_FORMULAIRE input.case {
  border: none;
  margin-right: 0.5rem;
}
.TPL_FORMULAIRE input.submit {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #fff;
  background-color: #007885;
  border: 1px solid #007885;
  padding: 1rem 3rem;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 700;
}
.TPL_FORMULAIRE input.submit:hover,
.TPL_FORMULAIRE input.submit:active,
.TPL_FORMULAIRE input.submit:focus {
  text-decoration: none;
  background-color: #005a64;
  color: #fff;
  border-color: #005a64;
}
p.c-form__mention-cnil {
  font-style: italic;
  font-size: 1.2rem;
}
span.obligatoire {
  color: red;
}
p.c-form__notice {
  color: red;
}
.o-form-control__img {
  vertical-align: bottom;
  border: 1px solid #000;
}
.captchaOperation {
  font-weight: bold;
}
/*  Messages d'erreur */
.form_error {
  color: red;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.form_error li {
  list-style: inside;
}
/* Bouton retour (formulaire à étape) */
.c-form__group__retour {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #fff;
  background-color: #007885;
  border: 1px solid #007885;
  padding: 1rem 3rem;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 700;
  margin-right: 2rem;
}
.c-form__group__retour:hover,
.c-form__group__retour:active,
.c-form__group__retour:focus {
  text-decoration: none;
  background-color: #005a64;
  color: #fff;
  border-color: #005a64;
}
/* Confirmation de soumission du formulaire */
.form_success {
  border: 1px solid #000;
  padding: 3rem;
  text-align: center;
}
.form_success p.form_retour_formulaire {
  margin-bottom: 0;
  clear: both;
}
.form_success p.form_retour_formulaire a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #fff;
  background-color: #007885;
  border: 1px solid #007885;
  padding: 1rem 3rem;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 700;
}
.form_success p.form_retour_formulaire a:hover,
.form_success p.form_retour_formulaire a:active,
.form_success p.form_retour_formulaire a:focus {
  text-decoration: none;
  background-color: #005a64;
  color: #fff;
  border-color: #005a64;
}
div.message {
  font-size: 2.5rem;
  text-align: center;
  padding: 15px;
  margin: 20px auto;
  width: 80%;
  background: #007885;
  color: #fff;
  font-weight: 700;
}
#btnGeoloc {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #fff;
  background-color: #007885;
  border: 1px solid #007885;
  padding: 1rem 3rem;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 700;
  margin-top: 2rem;
}
#btnGeoloc:hover,
#btnGeoloc:active,
#btnGeoloc:focus {
  text-decoration: none;
  background-color: #005a64;
  color: #fff;
  border-color: #005a64;
}
#btnGeoloc::before {
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 1rem;
  content: '\f041';
  font-size: 1.8rem;
}
/* tooltip d'aide */
.ui-tooltip {
  font-size: 12px !important;
  line-height: normal !important;
}
/* ===================================================================
 * BLOC DE NAVIGATION
 * =================================================================*/
.blocNavigation {
  min-height: 2rem;
  margin: 1em 0;
  overflow: hidden;
  clear: both;
  /*car certains ul "float"*/
}
.blocNavigation .resultatNavigation {
  margin-bottom: 5px;
}
.blocNavigation .resultatNavigation span {
  font-weight: 700;
}
.blocNavigation .regletteNavigation {
  text-align: center;
}
.blocNavigation .regletteNavigation > span {
  display: inline-block;
  margin: 0 2px;
}
.blocNavigation .regletteNavigation span strong {
  padding: 2px 9px;
  background: #DCDCDC;
  border-radius: 20px;
}
.blocNavigation .regletteNavigation span a {
  padding: 2px 9px;
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #007885;
  border-radius: 20px;
  font-weight: 400;
}
.blocNavigation .regletteNavigation span a:hover,
.blocNavigation .regletteNavigation span.selected span {
  padding: 2px 9px;
  text-decoration: none;
  border-width: 0;
  border-radius: 20px;
}
.blocNavigation .regletteNavigation span a:hover {
  color: #fff;
  background-color: #00616c;
}
.blocNavigation .regletteNavigation span.selected span {
  color: #000;
  background-color: #DCDCDC;
  display: block;
}
/* ===================================================================
 * TEMPLATES
 * =================================================================*/
.freewall {
  margin: 0;
  padding: 0;
  list-style: none;
}
.freewall li {
  width: 250px;
  /* pour freewall */
  position: relative;
  /* pour les calques en absolue avant le chargement js */
  color: #fff;
  margin-bottom: 15px;
  padding: 0;
}
.freewall li img.vignette {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.freewall li h3 {
  margin: 0 0 1rem;
  color: #181715;
  font-size: 1.8rem;
}
.freewall li .calque {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  padding: 1.5rem;
  background-color: rgba(0, 120, 133, 0.9);
  color: #fff;
}
.freewall li .calque .inner {
  position: absolute;
  bottom: 1.5rem;
  width: calc(100% - 3rem);
}
.freewall li .calque .inner div {
  margin-bottom: 1rem;
}
.freewall li .calque .inner .titre {
  font-size: 2rem;
  font-weight: bold;
}
.freewall li .calque .inner .date,
.freewall li .calque .inner .thematique,
.freewall li .calque .inner .location {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
}
.freewall li .calque .inner .date::before,
.freewall li .calque .inner .thematique::before,
.freewall li .calque .inner .location::before {
  position: absolute;
  left: 0;
  font-size: 2.2rem;
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.freewall li .calque .inner .date {
  padding-left: 2.5rem;
}
.freewall li .calque .inner .date::before {
  content: '\f017';
}
.freewall li .calque .inner .location {
  padding-left: 2rem;
  margin-bottom: 0;
}
.freewall li .calque .inner .location::before {
  content: '\f041';
}
.freewall li .calque .mapicone,
.freewall li .calque .mapiconeNoir {
  position: absolute;
  top: 5px;
  right: 5px;
}
.freewall li a {
  text-decoration: none;
}
.freewall li a:focus .calque,
.freewall li a:hover .calque {
  opacity: 1;
}
.freewall li a:focus h3,
.freewall li a:hover h3 {
  display: none;
}
/* ===================================================================
 * SLICK
 * =================================================================*/
.slick-dots {
  padding: 0;
  margin: 0;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.55);
}
.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 7px;
  padding: 0;
  line-height: 1.3rem;
}
.slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  border-radius: 100%;
  background-color: #fff;
  text-indent: 100%;
  overflow: hidden;
  border: 0;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
  background-color: #007885;
}
/* ===================================================================
 * TPL_AUTOPROMO
 * =================================================================*/
.TPL_AUTOPROMO {
  position: relative;
}
.TPL_AUTOPROMO .item {
  position: relative;
}
.TPL_AUTOPROMO .item a {
  text-decoration: none;
}
.TPL_AUTOPROMO .item .slideInner {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: 40%;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background-image: url("/include/css/GAB_ARTETHISTOIRE/images/autopromo_plus.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) calc(100% - 13px);
  /* propriétés séparées car IE11 ne gère pas "calc" en propriété regroupée */
  background-color: rgba(0, 0, 0, 0.55);
}
.TPL_AUTOPROMO .item .slideInner::before {
  left: 5px;
  border-left: 3px solid #007885;
}
.TPL_AUTOPROMO .item .slideInner::after {
  right: 5px;
  border-right: 3px solid #007885;
}
.TPL_AUTOPROMO .item .slideInner:hover {
  background-image: url("/include/css/GAB_ARTETHISTOIRE/images/autopromo_plus_hover.png");
}
.TPL_AUTOPROMO .item .slideInner h3 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 3.6rem;
  text-transform: uppercase;
  margin: 0 0 2rem;
}
.TPL_AUTOPROMO .item .slideInner h4 {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 3.2rem;
  margin: 0 0 2rem;
}
.TPL_AUTOPROMO .item .slideInner .resume {
  font-weight: 400;
  line-height: normal;
}
.TPL_AUTOPROMO .item .slideInner::before,
.TPL_AUTOPROMO .item .slideInner::after {
  top: 5px;
  border-top: 3px solid #007885;
}
.TPL_AUTOPROMO .item .slideInner::before,
.TPL_AUTOPROMO .item .slideInner > div::before,
.TPL_AUTOPROMO .item .slideInner::after,
.TPL_AUTOPROMO .item .slideInner > div::after {
  content: '';
  width: 49px;
  height: 43px;
  position: absolute;
}
.TPL_AUTOPROMO .item .slideInner > div {
  padding: 4rem 3rem;
}
.TPL_AUTOPROMO .item .slideInner > div::before,
.TPL_AUTOPROMO .item .slideInner > div::after {
  bottom: 5px;
  border-bottom: 3px solid #007885;
}
.TPL_AUTOPROMO .item .slideInner > div::before {
  left: 5px;
  border-left: 3px solid #007885;
}
.TPL_AUTOPROMO .item .slideInner > div::after {
  right: 5px;
  border-right: 3px solid #007885;
}
.TPL_AUTOPROMO .slideControls {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.TPL_AUTOPROMO .slideControls button {
  border: 0;
  outline: none;
  background-color: transparent;
  padding: 0;
  vertical-align: middle;
}
.TPL_AUTOPROMO .slideControls button::before {
  width: 38px;
  height: 38px;
  display: block;
}
.TPL_AUTOPROMO .slideControls button[disabled=""] {
  opacity: 0.5;
}
.TPL_AUTOPROMO .slideControls #autopromoPlay::before {
  content: url("/include/css/GAB_ARTETHISTOIRE/images/play.png");
}
.TPL_AUTOPROMO .slideControls #autopromoPause::before {
  content: url("/include/css/GAB_ARTETHISTOIRE/images/pause.png");
}
/* ===================================================================
 * TPL_HOME
 * =================================================================*/
.TPL_ARTHOME {
  background-color: #dcdcdc;
  margin: 0;
}
.TPL_ARTHOME .innerCenter > div {
  display: table;
  width: 100%;
  padding: 1.5rem 0 1rem;
}
.TPL_ARTHOME .innerCenter > div > div {
  display: table-cell;
  vertical-align: middle;
}
.TPL_ARTHOME .left,
.TPL_ARTHOME .right {
  display: table-cell;
  vertical-align: middle;
}
.TPL_ARTHOME .blocParcours {
  width: 67.76315789%;
}
.TPL_ARTHOME .blocParcours .left {
  font-size: 1.4rem;
  font-weight: 600;
  width: 230px;
  padding-right: 1rem;
}
.TPL_ARTHOME .blocParcours .left h2 {
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.8rem;
}
.TPL_ARTHOME .blocParcours .left a {
  background-color: #fff;
  border-radius: 25px;
  padding: 2px 8px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: all 0.2s;
}
.TPL_ARTHOME .blocParcours .left a::before {
  content: '\f0a9';
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  margin-right: 1rem;
}
.TPL_ARTHOME .blocParcours .left a:hover,
.TPL_ARTHOME .blocParcours .left a:focus {
  background-color: #007885;
  color: #fff;
}
.TPL_ARTHOME .blocParcours .right {
  padding: 0;
  margin: 0;
}
.TPL_ARTHOME .blocParcours .right ul {
  display: table;
  width: 100%;
}
.TPL_ARTHOME .blocParcours .right ul li {
  display: table-cell;
  vertical-align: middle;
  width: 32%;
  box-sizing: border-box;
  padding: 2px;
  background-color: #181715;
  transition: all 0.2s;
}
.TPL_ARTHOME .blocParcours .right ul li:not(:last-child) {
  border-right: 2px solid #dcdcdc;
}
.TPL_ARTHOME .blocParcours .right ul li:hover {
  background-color: #4e4b45;
}
.TPL_ARTHOME .blocParcours .right ul li a {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding: 5px 5px 5px 4rem;
  line-height: normal;
}
.TPL_ARTHOME .blocParcours .right ul li a::before {
  content: '\f0a9';
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  margin-right: 1rem;
  font-size: 2.2rem;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 10px;
}
.TPL_ARTHOME .blocAccesRapides {
  width: 32.23684211%;
}
.TPL_ARTHOME .blocAccesRapides > div {
  display: table;
  width: 100%;
}
.TPL_ARTHOME .blocAccesRapides .left {
  font-size: 1.8rem;
  font-weight: 700;
  color: #007885;
  padding: 0 1rem 0 2rem;
  text-align: right;
}
.TPL_ARTHOME .blocAccesRapides .right {
  width: 220px;
  text-align: right;
}
.TPL_ARTHOME .blocAccesRapides .right ul {
  display: inline-block;
  vertical-align: middle;
}
.TPL_ARTHOME .blocAccesRapides .right ul li {
  float: left;
}
.TPL_ARTHOME .blocAccesRapides .right ul li:not(:last-child) {
  margin-right: 3px;
}
.TPL_ARTHOME .blocAccesRapides .right ul li a {
  background-color: #007885;
  transition: all 0.2s;
  width: 70px;
  height: 66px;
  line-height: 66px;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.TPL_ARTHOME .blocAccesRapides .right ul li a span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.TPL_ARTHOME .blocAccesRapides .right ul li a .libelle {
  font-weight: 600;
  font-size: 1.3rem;
}
.TPL_ARTHOME .blocAccesRapides .right ul li a:focus,
.TPL_ARTHOME .blocAccesRapides .right ul li a:hover {
  background-color: #00616c;
}
/* ===================================================================
 * TPL_ELEMENT
 * =================================================================*/
.ongletOuter ul.js-tablist {
  margin: 0;
  padding: 0;
  text-align: right;
}
.ongletOuter ul.js-tablist li {
  display: inline-block;
}
.ongletOuter ul.js-tablist li a {
  cursor: pointer;
  padding: 1.2rem 5rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: block;
  color: #1a1918;
  text-decoration: none;
  background-color: #00a4b7;
  transition: all 0.2s;
}
.ongletOuter ul.js-tablist li a[aria-selected="true"],
.ongletOuter ul.js-tablist li a:hover {
  background-color: #007885;
  color: #fff;
}
.ongletOuter ul.js-tablist li a[aria-selected="true"]::before {
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: '\f0a9';
  margin-right: 2rem;
}
.ongletOuter div.js-tabcontent[aria-hidden="true"] {
  display: none;
}
.blocFiltre {
  background-color: #787676;
  padding: 2.5rem 200%;
  margin: 0 -200% 2.5rem;
}
.blocFiltre ul.js-tablist {
  margin: 0;
  padding: 0;
}
.blocFiltre ul.js-tablist li {
  display: inline-block;
  margin: 0 2% 1.5rem 0;
}
.blocFiltre ul.js-tablist li a {
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.blocFiltre ul.js-tablist li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.blocFiltre ul.js-tablist li a[aria-selected="true"] span {
  background-color: #007885;
  color: #fff;
}
.blocFiltre ul.js-tablist li a:not([aria-selected="true"]):hover span,
.blocFiltre ul.js-tablist li a:not([aria-selected="true"]):focus span {
  background-color: #efefef;
}
.blocFiltre ul.js-tablist li span {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 3.3rem;
  padding: 0 1rem;
  color: #007885;
  font-weight: 400;
  transition: all 0.2s;
}
.blocFiltre a.carto {
  float: right;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 0 2rem;
  background-color: #007885;
  line-height: 3.3rem;
  color: #fff;
  transition: all 0.2s;
}
.blocFiltre a.carto img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.blocFiltre a.carto:focus,
.blocFiltre a.carto:hover {
  background-color: #00616c;
}
.blocFiltre div.js-tabcontent {
  background-color: #fff;
  padding: 15px;
}
.blocFiltre div.js-tabcontent[aria-hidden="true"] {
  display: none;
}
.blocFiltre div.js-tabcontent ul {
  padding: 0;
  margin: 0;
}
.blocFiltre div.js-tabcontent ul li {
  display: inline-block;
  margin: 5px;
}
.blocFiltre div.js-tabcontent ul li a {
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  background: #dcdcdc;
}
.blocFiltre div.js-tabcontent ul li a.selected,
.blocFiltre div.js-tabcontent ul li a:focus,
.blocFiltre div.js-tabcontent ul li a:hover {
  background-color: #007885;
  color: #fff;
}
#panelListe {
  margin-top: 2rem;
}
#panelSearch {
  padding: 0;
  background-color: transparent;
}
#panelSearch .outerSearch {
  display: inline-block;
  vertical-align: middle;
  float: right;
  color: #fff;
  position: relative;
}
#panelSearch .outerSearch::before {
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: '\f002';
  margin-right: 1rem;
  position: absolute;
  left: 2rem;
  line-height: 3.3rem;
  font-size: 1.8rem;
}
#panelSearch input[name="titre"] {
  line-height: 3.3rem;
  border: 0;
  padding: 0 3rem;
  box-sizing: border-box;
  vertical-align: middle;
  width: calc(100% - 225px);
}
#panelSearch .search {
  width: 220px;
  background-color: #007885;
  padding: 0 4rem 0 5rem;
  border: 0;
  line-height: 3.3rem;
  color: #fff;
  transition: all 0.2s;
}
#panelSearch .search:hover,
#panelSearch .search:focus {
  background-color: #00616c;
}
.TPL_ELEMENTSELECTION {
  margin: 4rem 0 2rem;
}
.TPL_ELEMENTSELECTION h2 {
  zoom: 1;
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  font-size: 3.6rem;
  font-family: 'SourceSansPro-DISPLAY', sans-serif;
  box-sizing: border-box;
  margin: 0 auto 2rem;
  padding: 0;
  text-transform: uppercase;
}
.TPL_ELEMENTSELECTION h2::before,
.TPL_ELEMENTSELECTION h2::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.TPL_ELEMENTSELECTION h2::after {
  clear: both;
}
.TPL_ELEMENTCARNET .actionCarnet {
  float: left;
}
.TPL_ELEMENTCARNET .actionCarnet a {
  margin: 0 1rem 1rem 0;
  color: #181715;
  font-weight: 700;
  background-color: #eaeaec;
  text-decoration: none;
  padding: 1.2rem 1.5rem;
  transition: background-color 0.2s;
  display: inline-block;
}
.TPL_ELEMENTCARNET .actionCarnet a:hover,
.TPL_ELEMENTCARNET .actionCarnet a:focus {
  background-color: #dddde0;
}
.TPL_ELEMENTCARNET .actionCarnet a::before {
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 1rem;
}
.TPL_ELEMENTCARNET .actionCarnet a.vider::before {
  content: '\f014';
}
.TPL_ELEMENTCARNET .actionCarnet a.sauvegarder::before {
  content: '\f019';
}
.TPL_ELEMENTCARNET #map {
  margin-top: 10px;
}
.TPL_ELEMENT {
  margin-bottom: -1rem;
}
.TPL_ELEMENT .btnCarnet {
  float: right;
  margin-top: 15px;
}
.TPL_ELEMENT .bloc {
  margin-bottom: 2rem;
  background: #eaeaec;
  padding: 2rem 2.5rem;
  position: relative;
  line-height: 2rem;
}
.TPL_ELEMENT .bloc.demi {
  float: left;
  width: 48%;
  box-sizing: border-box;
}
.TPL_ELEMENT .bloc::before {
  content: '';
  display: inline-block;
  margin-right: 1.5rem;
  width: 5px;
  height: 75px;
  background-color: #007885;
  border-radius: 2px;
}
.TPL_ELEMENT .bloc > div {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 25px);
}
.TPL_ELEMENT .bloc li {
  position: relative;
  padding-left: 1.5rem;
}
.TPL_ELEMENT .bloc li:before {
  content: '\f111';
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  font-size: 0.8rem;
}
.TPL_ELEMENT .bloc li:not(:last-child) {
  margin-bottom: 5px;
}
.TPL_ELEMENT .bloc.audioGuide ul.js-tablist {
  margin: 0;
  padding: 0;
  text-align: center;
}
.TPL_ELEMENT .bloc.audioGuide ul.js-tablist li {
  display: inline-block;
  padding: 0;
}
.TPL_ELEMENT .bloc.audioGuide ul.js-tablist li::before {
  content: '';
}
.TPL_ELEMENT .bloc.audioGuide ul.js-tablist li a img {
  border: 4px solid #eaeaec;
}
.TPL_ELEMENT .bloc.audioGuide ul.js-tablist li a[aria-selected="true"] img,
.TPL_ELEMENT .bloc.audioGuide ul.js-tablist li a:hover img {
  border-color: #007885;
}
.TPL_ELEMENT .bloc.audioGuide div.js-tabcontent[aria-hidden="true"] {
  display: none;
}
.TPL_ELEMENT .bloc.audioGuide audio {
  max-width: 100%;
  width: 100%;
}
.TPL_ELEMENT .blocs .bloc.demi:nth-child(even) {
  float: right;
}
.TPL_ELEMENT .blocs .bloc.demi:nth-child(odd) {
  clear: both;
}
.TPL_ELEMENT .colGauche {
  float: left;
  width: 48.5%;
}
.TPL_ELEMENT .colGauche .ongletOuter ul.js-tablist {
  margin-bottom: 2rem;
}
.TPL_ELEMENT .colGauche .visuel img {
  display: block;
}
.TPL_ELEMENT .colDroite {
  float: right;
  width: 48.5%;
  box-sizing: border-box;
  overflow: hidden;
}
.TPL_ELEMENT .colDroite .map {
  margin-top: 0;
}
.TPL_ELEMENT .colDroite .carto .lien {
  color: #fff;
  background-color: #007885;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 1rem;
  transition: background-color 0.3s;
  text-decoration: none;
  display: inline-block;
}
.TPL_ELEMENT .colDroite .carto .lien:hover,
.TPL_ELEMENT .colDroite .carto .lien:focus {
  background-color: #00616c;
}
.TPL_ELEMENT .colDroite .carto .lien::before {
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 1rem;
  content: '\f278';
  font-size: 1.8rem;
}
.TPL_ELEMENT .colDroite .carto .lien.transport::before {
  content: '\f207';
}
.TPL_ELEMENT .colDroite .left {
  float: left;
}
.TPL_ELEMENT .colDroite .right {
  float: right;
}
.TPL_ELEMENT .colDroite .blocs .bloc {
  padding-top: 10rem;
}
.TPL_ELEMENT .colDroite .blocs .bloc::before {
  top: 105px;
}
.TPL_ELEMENT .colDroite .blocs .bloc::after {
  position: absolute;
  top: 20px;
  left: 40px;
}
.TPL_ELEMENT .colDroite .blocs .bloc.parcours .detail {
  position: relative;
  margin-bottom: 5px;
  text-align: center;
}
.TPL_ELEMENT .colDroite .blocs .bloc.parcours .detail .prev,
.TPL_ELEMENT .colDroite .blocs .bloc.parcours .detail .next {
  color: #181715;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.TPL_ELEMENT .colDroite .blocs .bloc.parcours .detail .next {
  right: 0;
}
.TPL_ELEMENT .colDroite .blocs .bloc.parcours .detail i {
  font-style: normal;
  font-size: 1.8rem;
}
.TPL_ELEMENT .colDroite .blocs .bloc.parcours .detail i.chevron_sign_left::before {
  content: '\f137';
}
.TPL_ELEMENT .colDroite .blocs .bloc.parcours .detail i.chevron_sign_right::before {
  content: '\f138';
}
.TPL_ELEMENT .colDroite .blocs .bloc.parcours .lienParcours {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
}
.TPL_ELEMENT .colDroite .blocs .bloc.parcours::after {
  content: url("/include/css/GAB_ARTETHISTOIRE/images/picto_parcours.png");
}
.TPL_ELEMENT .colDroite .blocs .bloc.periode::after {
  content: url("/include/css/GAB_ARTETHISTOIRE/images/picto_periode.png");
}
.TPL_ELEMENT .colDroite .blocs .bloc.classement::after {
  content: url("/include/css/GAB_ARTETHISTOIRE/images/picto_classement.png");
}
.TPL_ELEMENT .colDroite .blocs .bloc.thematique::after {
  content: url("/include/css/GAB_ARTETHISTOIRE/images/picto_thematique.png");
}
.TPL_ELEMENT .colDroite .blocs .bloc.recit::after {
  content: url("/include/css/GAB_ARTETHISTOIRE/images/picto_recit.png");
}
.TPL_ELEMENT .colDroite .blocs .bloc.liaison::after {
  content: url("/include/css/GAB_ARTETHISTOIRE/images/picto_liaison.png");
}
.TPL_ELEMENT .colFull .demi {
  width: 48.5%;
}
.TPL_ELEMENT .description {
  margin-bottom: 2rem;
}
.TPL_ELEMENT .visuel .zoneTexte {
  background-color: #007885;
  color: #fff;
  font-size: 2.4rem;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 2.8rem;
}
.TPL_ELEMENT .visuel .zoneTexte .credit {
  font-size: 75%;
  text-align: right;
  font-style: italic;
  margin-top: 10px;
}
.TPL_ELEMENT .slick-slide {
  position: relative;
}
.TPL_ELEMENT .slick-slide .zoneTexte {
  position: absolute;
  background-color: rgba(0, 120, 133, 0.8);
  color: #fff;
  font-size: 2.4rem;
  padding: 10px;
  max-width: 70%;
  box-sizing: border-box;
  bottom: 30px;
  font-weight: 700;
  line-height: 2.8rem;
}
.TPL_ELEMENT .diaporama,
.TPL_ELEMENT .video {
  background-color: #181715;
  margin: 0 -200%;
  padding: 3rem 200% 1rem;
}
.TPL_ELEMENT .diaporama h2,
.TPL_ELEMENT .video h2 {
  font-family: 'SourceSansPro-DISPLAY', sans-serif;
  font-size: 3.6rem;
  color: #fff;
  margin-bottom: 3rem;
}
.TPL_ELEMENT .diaporama .slick-dots,
.TPL_ELEMENT .video .slick-dots {
  position: static;
  transform: none;
  margin-top: 1rem;
  background-color: transparent;
}
.TPL_ELEMENT .diaporama .slick-dots li button,
.TPL_ELEMENT .video .slick-dots li button {
  width: 22px;
  height: 22px;
}
.TPL_ELEMENT .diaporama .iframe-container,
.TPL_ELEMENT .video .iframe-container {
  overflow: hidden;
  position: relative;
}
.TPL_ELEMENT .diaporama .iframe-container .iframe-ratio,
.TPL_ELEMENT .video .iframe-container .iframe-ratio {
  display: block;
  height: auto;
  width: 100%;
}
.TPL_ELEMENT .diaporama .iframe-container iframe,
.TPL_ELEMENT .video .iframe-container iframe,
.TPL_ELEMENT .diaporama .iframe-container object,
.TPL_ELEMENT .video .iframe-container object,
.TPL_ELEMENT .diaporama .iframe-container video,
.TPL_ELEMENT .video .iframe-container video,
.TPL_ELEMENT .diaporama .iframe-container embed,
.TPL_ELEMENT .video .iframe-container embed {
  float: none;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* ===================================================================
 * MEDIA QUERIES
 * =================================================================*/
@media screen and (max-width: 1216px) {
  .TPL_ELEMENTSELECTION h2 {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1024px) {
  /* ===================================================================
     * LAYOUT GENERAL
     * =================================================================*/
  #document.fixe {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .pseudo #document.fixe {
    top: 48px;
  }
  /* ===================================================================
     * BANDEAU HAUT
     * =================================================================*/
  #bandeauHaut {
    position: relative;
  }
  #bandeauHaut .btnHeader {
    display: block;
    background-color: #000000;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 4rem;
    position: absolute;
    top: 0;
    text-align: center;
    border: 0;
    padding: 0;
  }
  #bandeauHaut #btnMenuMobile {
    left: 20px;
  }
  #bandeauHaut #btnMenuMobile::before {
    font-family: 'FontAwesome', Arial, sans-serif;
    zoom: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: '\f0c9';
    font-size: 3rem;
  }
  #bandeauHaut #btnMenuMobile[aria-expanded="true"]::before {
    content: '\f00d';
  }
  #bandeauHaut #logo {
    margin: 0 5rem;
    float: none;
  }
  #bandeauHaut #logo img {
    display: block;
    margin: auto;
  }
  #bandeauHaut #bandeauHautMenu {
    display: none;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 68px;
    z-index: 10;
  }
  #bandeauHaut #bandeauHautMenu .innerCenter {
    padding: 0 1rem;
  }
  #bandeauHaut #bandeauHautMenu li {
    padding: 1rem;
  }
  #bandeauHaut #bandeauHautMenu li a {
    font-size: 1.3rem;
  }
  #bandeauHaut #btnBandeauHautMenu {
    right: 20px;
  }
  #bandeauHaut #btnBandeauHautMenu::before {
    font-family: 'FontAwesome', Arial, sans-serif;
    zoom: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: '\f067';
    font-size: 3rem;
  }
  #bandeauHaut #btnBandeauHautMenu[aria-expanded="true"]::before {
    content: '\f00d';
  }
  /* ===================================================================
     * MENU
     * =================================================================*/
  #menu {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 2px solid #181715;
    border-bottom: 2px solid #181715;
  }
  #menu ul {
    display: block;
    /* ne pas supprimer (annule le display table du desktop) */
  }
  #menu ul li {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
  }
  body.pseudo #menu {
    top: 116px;
  }
  /* ===================================================================
     * TPL_AUTOPROMO
     * =================================================================*/
  .TPL_AUTOPROMO .item .slideInner {
    width: 70%;
  }
  .TPL_AUTOPROMO .item .slideInner h4 {
    font-size: 2.5rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
  }
  .TPL_AUTOPROMO .item .slideInner h3 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  /* ===================================================================
     * TPL_HOME
     * =================================================================*/
  .TPL_ARTHOME .innerCenter > div > div {
    width: 100%;
    display: block;
  }
  .TPL_ARTHOME .blocParcours {
    margin-bottom: 1rem;
  }
  .TPL_ARTHOME .blocAccesRapides .left {
    padding-left: 0;
  }
  /* ===================================================================
     * TPL_ELEMENT
     * =================================================================*/
  .blocFiltre a.carto {
    float: none;
    margin-bottom: 1.5rem;
  }
  .TPL_ELEMENTCARNET .actionCarnet {
    float: none;
  }
  .TPL_ELEMENT .colGauche,
  .TPL_ELEMENT .colDroite {
    float: none;
    width: 100%;
  }
  .TPL_ELEMENT .visuel .zoneTexte,
  .TPL_ELEMENT .slick-slide .zoneTexte {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  /* ===================================================================
     * ELEMENTS MASQUÉS SUR MOBILE
     * =================================================================*/
  #arianeOuter {
    display: none;
  }
  /* ===================================================================
     * LAYOUT GENERAL
     * =================================================================*/
  .innerCenter {
    padding: 0 1rem;
  }
  /* ===================================================================
     * INITIALISATION CHARTE GRAPHIQUE GENERALE DU PROJET
     * =================================================================*/
  h1 {
    font-size: 2.5rem;
    line-height: 2.4rem;
  }
  /* ===================================================================
     * BANDEAU HAUT
     * =================================================================*/
  #bandeauHaut #bandeauHautMenu {
    top: 52px;
  }
  #bandeauHaut .logoMenu {
    padding: 8px 0;
  }
  #bandeauHaut #logo img {
    max-width: 200px;
    margin-top: 7px;
  }
  #bandeauHaut #btnMenuMobile {
    left: 10px;
  }
  #bandeauHaut #btnBandeauHautMenu {
    right: 10px;
  }
  /* ===================================================================
     * BANDEAU BAS
     * =================================================================*/
  #bandeauBas {
    text-align: center;
  }
  #bandeauBas > .innerCenter > img {
    margin-bottom: 1rem;
  }
  #bandeauBas ul {
    float: none;
  }
  #bandeauBas ul li {
    margin-bottom: 1rem;
  }
  #bandeauBas ul li:last-child {
    display: block;
  }
  /* ===================================================================
     * MENU
     * =================================================================*/
  #menu {
    top: 52px;
  }
  body.pseudo #menu {
    top: 100px;
  }
  /* ===================================================================
     * CONTENU
     * =================================================================*/
  #contenu {
    padding: 2rem 0 1rem;
  }
  /* ===================================================================
     * FORMULAIRES
     * =================================================================*/
  .TPL_FORMULAIRE fieldset.c-form__group,
  .TPL_FORMULAIRE div.c-form__group {
    margin: 0 0 2rem;
    padding: 2rem 0 0;
  }
  .TPL_FORMULAIRE form label {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  .TPL_FORMULAIRE form p.c-form__action {
    text-align: center;
  }
  .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,
  .TPL_FORMULAIRE span.cases {
    width: 100%;
    display: block;
  }
  .TPL_FORMULAIRE span.case {
    display: block;
    margin-right: 0;
  }
  .TPL_FORMULAIRE input.captchaInput {
    width: auto;
    display: inline-block;
  }
  .TPL_FORMULAIRE input.submit {
    max-width: 100%;
  }
  /* ===================================================================
     * STYLES DE PARAGRAPHES
     * =================================================================*/
  .PRS_WIDTH_50G,
  .PRS_WIDTH_50D {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* ===================================================================
     * SLICK
     * =================================================================*/
  .slick-dots {
    position: static;
    transform: none;
    background-color: #fff;
  }
  .slick-dots li button {
    background-color: #dcdcdc;
  }
  /* ===================================================================
     * TPL_AUTOPROMO
     * =================================================================*/
  .TPL_AUTOPROMO .item .slideInner {
    width: 100%;
    position: static;
    transform: none;
    background: url("/include/css/GAB_ARTETHISTOIRE/images/none") no-repeat 0 0 #181715 !important;
  }
  .TPL_AUTOPROMO .item .slideInner > div {
    padding: 1rem;
  }
  .TPL_AUTOPROMO .item .slideInner h3 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .TPL_AUTOPROMO .item .slideInner h4 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .TPL_AUTOPROMO .item .slideInner .resume {
    display: none;
  }
  .TPL_AUTOPROMO .item .slideInner::before,
  .TPL_AUTOPROMO .item .slideInner > div::before,
  .TPL_AUTOPROMO .item .slideInner::after,
  .TPL_AUTOPROMO .item .slideInner > div::after {
    content: none;
  }
  .TPL_AUTOPROMO .slideControls {
    display: none;
  }
  /* ===================================================================
     * TPL_HOME
     * =================================================================*/
  .TPL_ARTHOME .blocParcours {
    margin-bottom: 1rem;
  }
  .TPL_ARTHOME .blocParcours .left,
  .TPL_ARTHOME .blocParcours .right {
    display: block;
  }
  .TPL_ARTHOME .blocParcours .left {
    padding: 0;
    margin-bottom: 1rem;
  }
  /* ===================================================================
     * TPL_ELEMENT
     * =================================================================*/
  #panelSearch form {
    text-align: center;
  }
  #panelSearch input[name="titre"] {
    width: 100%;
    margin-bottom: 1rem;
  }
  #panelSearch .outerSearch {
    float: none;
  }
  #panelSearch .search {
    width: auto;
  }
  .ongletOuter ul.js-tablist li a {
    padding: 1.2rem 4rem;
  }
  .TPL_ELEMENTSELECTION h2 {
    font-size: 2.5rem;
  }
  .TPL_ELEMENT .colDroite .left,
  .TPL_ELEMENT .colDroite .right {
    float: none;
    text-align: center;
  }
  .TPL_ELEMENT .bloc h2 {
    font-size: 2rem;
  }
  .TPL_ELEMENT .slick-slide .zoneTexte {
    max-width: 85%;
  }
}
@media screen and (max-width: 640px) {
  /* ===================================================================
     * TPL_ELEMENT
     * =================================================================*/
  .TPL_ELEMENT .bloc {
    padding: 2rem 1.5rem;
  }
  .TPL_ELEMENT .bloc.demi {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  /* ===================================================================
     * BANDEAU HAUT
     * =================================================================*/
  #bandeauHaut #bandeauHautMenu ul {
    width: 240px;
    margin: 0 auto;
  }
  #bandeauHaut #bandeauHautMenu li {
    padding: 5px 1rem;
  }
  /* ===================================================================
     * TPL_HOME
     * =================================================================*/
  .TPL_ARTHOME .blocParcours .right ul li {
    display: block;
    width: 100%;
  }
  .TPL_ARTHOME .blocParcours .right ul li:not(:last-child) {
    margin: 0 0 2px;
  }
  .TPL_ARTHOME .blocAccesRapides .left {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=default.css.map */