/*!
Author: Développeur WordPress - Webmaster indépendant Lyon
Author URI: https://www.becaneweb.net
Description: Theme original développé par Sienne Design et repris par bécane WEB Lyon en 2017
Version: 2.0
*/
/* ------------------------------------------------------------- *
 * normalize.css v3.0.0 - git.io/normalize
 * ------------------------------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'Hossround';
  src: url('assets/fonts/HossRound.eot'); /* IE9 Compat Modes */
  src: local('☺'), /* IE6-8 Hack */
       url('assets/fonts/HossRound.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/HossRound.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/HossRound.woff') format('woff'), /* Pretty Modern Browsers */
       url('assets/fonts/HossRound.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/HossRound.svg#svgHossround') format('svg'); /* Legacy iOS */
  font-weight: 600;
  font-style: normal;
  font-display: block;
  }
@font-face {
  font-family: 'Stratos';
  src: url('assets/fonts/Stratos-Regular.eot'); /* IE9 Compat Modes */
  src: local('☺'), /* IE6-8 Hack */
       url('assets/fonts/Stratos-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/Stratos-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/Stratos-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('assets/fonts/Stratos-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/Stratos-Regular.svg#svgStratos') format('svg'); /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
  font-display: block;
 }
@-webkit-keyframes superRainbow {
  0% {
    background-color: red;
  }
  20% {
    background-color: orange;
  }
  40% {
    background-color: yellow;
  }
  60% {
    background-color: green;
  }
  80% {
    background-color: blue;
  }
  100% {
    background-color: violet;
  }
}
@keyframes superRainbow {
  0% {
    background-color: red;
  }
  20% {
    background-color: orange;
  }
  40% {
    background-color: yellow;
  }
  60% {
    background-color: green;
  }
  80% {
    background-color: blue;
  }
  100% {
    background-color: violet;
  }
}
/* ------------------------------------------------------------- *
 * colors according to section or category
 * ------------------------------------------------------------- */
/* ------------------------------------------------------------- *
 * all the styles
 * ------------------------------------------------------------- */
/* ------------------------------------------------------------- *
 * basic type
 * ------------------------------------------------------------- */
html,
button,
input,
select,
textarea {
  color: #222;
}
input[type="text"],
input[type="email"],
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  color: #ffffff;
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  margin: 1em 0;
  height: 1px;
  border: 0;
  padding: 0;
  border-top: 1px solid #ccc;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
img,
canvas,
iframe,
video,
svg,
audio {
  max-width: 100%;
  vertical-align: middle;
}
/* Wrap tables or pre elements in a div with this class */
.overflow-container {
  overflow-y: scroll;
}
html {
  font-family: 'Stratos', sans-serif;
}
/* 2023-09-30 REFONTE */
@media screen and (min-width: 600px) {
  html {
    /* background-image: url('assets/images/bg_page_desktop.png'); REFONTE 2023-12-06 */
	background-image: url('assets/images/bg-logo-enm-detouree-clair-1046.jpg');
	background-position: right bottom;
    background-repeat: no-repeat;
  }
}
/**/
.content-wrapper {
  padding-bottom: 70px;
}
.sidebar-content {
  min-width: 280px;
}
@media screen and (max-width: 1020px) {
  .main-header,
  .breadcrumbs-wrapper,
  .main-content,
  .sidebar-content,
  .footer-logo,
  .footer-navigation,
  .footer-newsletter-form,
  .footer-partenaires,
  .footer-copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar-content {
    min-width: 320px;
  }
}
.cfc-calendar-wrap {
  max-width: 460px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .content-wrapper {
    max-width: 1020px;
    margin: 0 auto;
    *zoom: 1;
  }
  .content-wrapper:before,
  .content-wrapper:after {
    content: " ";
    display: table;
  }
  .content-wrapper:after {
    clear: both;
  }
  .content-wrapper .main-content {
    width: 63.7%;
    float: left;
  }
  .content-wrapper .sidebar-content {
    width: 27.4%;
    float: right;
  }
}
@media screen and (max-width: 900px) {
  .content-wrapper {
    padding-bottom: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-wrapper .sidebar-content {
    margin-top: 40px;
  }
}
a {
  color: #56524f;
}
/* ------------------------------------------------------------- *
 * homepage nows controls
 * ------------------------------------------------------------- */
.news-segment-wrapper .controls .inactive:before {
  border-color: transparent transparent #e7e7e7 transparent;
}
.news-segment-wrapper .controls .inactive:after {
  border-color: transparent transparent transparent #e7e7e7;
}
.news-segment-wrapper .controls .inactive:hover {
  -webkit-animation: none !important;
          animation: none !important;
}
.news-segment-wrapper .controls .inactive:hover:before {
  -webkit-animation: none !important;
          animation: none !important;
}
.news-segment-wrapper .controls .inactive:hover:after {
  -webkit-animation: none !important;
          animation: none !important;
}
.news-segment-wrapper .back,
.news-segment-wrapper .next {
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-left: 10px;
  margin-right: 10px;
}
/* ------------------------------------------------------------- *
 * header
 * ------------------------------------------------------------- */
/* ------------------------------------------------------------- *
 * bar villeurabnne
 * ------------------------------------------------------------- */
#navigTop {
  width: 100%;
  height: 33px;
  background: url('assets/images/topbar_navigTop_bg.png') repeat-x;
  vertical-align: middle;
}
#navigTop .center {
  margin: 0 auto;
  max-width: 1020px;
}
#navigTop a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  color: white;
  text-decoration: none;
  font-size: 10px;
  font-family: Arial, sans-serif;
}
#navigTop a:hover {
  text-decoration: underline;
}
#navigTop img {
  vertical-align: middle;
  border: none;
}
/* 2020-09-29 ajout menu COVID */
#menu-item-16263 a {
  color: #5412b0;
  text-decoration: underline;
}
/* ------------------------------------------------------------- *
 * main header (before main menu)
 * ------------------------------------------------------------- */
.main-header {
  background-color: white;
  max-width: 1020px;
  margin: 0 auto;
  padding: 10px 20px;
}
.main-header {
  text-align: justify;
  vertical-align: middle;
  font-size: 0;
}
.main-header > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-align: left;
}
.main-header:after {
  content: '';
  display: inline-block;
  width: 99%;
}
@media screen and (min-width: 900px) {
  .main-header {
    padding: 20px 0;
  }
  .header-logo {
    max-width: 36.2745098%;
  }
  .secondary-navigation {
    max-width: 60.78431373%;
  }
  .main-header .toggle-menu-button {
    padding-right: 0;
  }
}
.main-header .toggle-menu-button {
  font-size: 14px;
  display: none;
  text-transform: uppercase;
  font-family: 'Stratos', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #535250;
  padding: 1em 0.2em;
  cursor: pointer;
  position: relative;
}
.main-header .toggle-menu-button:hover {
  color: black;
}
.main-header .toggle-menu-button:after {
  content: '';
  background: url('assets/images/icon-close-menu.svg') center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.main-header .toggle-menu-button.opened:after {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .header-logo {
    max-width: 216px;
  }
  .main-header .toggle-menu-button {
    display: inline-block;
  }
  .main-navigation {
    position: absolute;
    overflow: hidden;
    left: 0;
    z-index: 40;
    max-height: 0;
    background-color: white;
    -webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
            transition: all 0.2s cubic-bezier(1, 0, 0, 1);
  }
  .main-navigation.showing-menu {
    max-height: 1000px;
  }
  .main-navigation.showing-menu:after {
    content: '';
    display: block;
    background-color: white;
    height: 500px;
  }
}
/* ------------------------------------------------------------- *
 * logo
 * ------------------------------------------------------------- */
.header-logo {
  position: relative;
  width: 100%;
}
/* 2023-09-30 REFONTE */
.header-logo a {
  padding-bottom: 27.0218693%;
  height: 0;
  display: block;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
/*  background-image: url('assets/images/logo-enm-header.svg'); REFONTE TEST */
  background-image: url('assets/images/svg-images_logo-enm-negative.svg.php?c=ffffff');
/*  background-position: -50px center; REFONTE TEST */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  box-shadow: inset 0 0 0 2px white;
}
/* ------------------------------------------------------------- *
 * secondary navigation
 * ------------------------------------------------------------- */
.main-header .secondary-navigation {
  display: none;
  text-align: right;
}
.secondary-placeholder .secondary-navigation {
  display: block;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .main-header .secondary-navigation {
    display: inline-block;
  }
  .secondary-placeholder .secondary-navigation {
    display: none;
  }
}
.secondary-navigation {
  font-family: 'Stratos', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 12px;
}
.secondary-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondary-navigation ul li {
  display: inline-block;
}
.secondary-navigation ul li:after {
  content: '•';
  display: inline-block;
  margin: 0 1em;
}
.secondary-navigation ul li:last-child:after {
  display: none;
}
.secondary-navigation a {
  display: inline-block;
  padding: 0.5em 0;
  color: #5B5A58;
  text-decoration: none;
}
.secondary-navigation a:hover {
  color: black;
}
/* ------------------------------------------------------------- *
 * main nav links in slider > just in mobile
 * ------------------------------------------------------------- */
.hero-slider {
  position: relative;
}
.primary-placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 30;
}
.primary-placeholder ul {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.primary-placeholder li {
  display: block !important;
}
.primary-placeholder a {
  display: inline-block !important;
  width: auto !important;
}
.primary-placeholder li ul {
  display: none !important;
}
.primary-placeholder {
  display: none;
}
@media screen and (max-width: 900px) {
  .primary-placeholder {
    display: block;
  }
  .hero-slider .pagination {
    display: none;
  }
}
/* ------------------------------------------------------------- *
 * navigation decoration
 * ------------------------------------------------------------- */
.nav-decaration .wrap:after {
  margin: 0;
  padding: 0;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .nav-decaration .wrap:after {
    margin: 0 -1000px;
    padding: 0 1000px;
    background-size: auto;
  }
}
.nav-decaration {
  width: 100%;
  overflow: hidden;
  height: 20px;
  margin-bottom: -20px;
}
.nav-decaration .wrap {
  position: relative;
  max-width: 1020px;
  margin: -20px auto 0;
  height: 20px;
}
/* ------------------------------------------------------------- *
 * breadcrumbs
 * ------------------------------------------------------------- */
.breadcrumbs-element {
  max-width: 1020px;
  margin: 0 auto;
  padding: 2em 0;
  font-size: 0.9em;
  font-weight: 600;
}
.breadcrumbs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs-list li {
  display: inline-block;
  margin-right: 1em;
}
.breadcrumbs-list a {
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs-list a:hover {
  text-decoration: underline;
}
.breadcrumbs-list a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.7em;
}
.breadcrumbs-list a:before {
  position: relative;
  top: -2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('assets/images/svg-images_icon-bread-back.svg.php');
}
.breadcrumbs-list li.home,
.breadcrumbs-list li.home a {
  color: #51504c;
}
.breadcrumbs-list li.current,
.breadcrumbs-list li.current a {
  color: #b6b6b6;
  pointer-events: none;
}
.breadcrumbs-list li.current:hover,
.breadcrumbs-list li.current a:hover {
  text-decoration: none;
}
.breadcrumbs-list li.current a:before {
  background-image: url('assets/images/svg-images_icon-bread-back.svg.php?c=b6b6b6');
}
.breadcrumbs-list li.home a:before {
  background-image: url('assets/images/svg-images_icon-bread-home.svg.php?c=51504c');
}
@media screen and (max-width: 900px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .dropdown-first > li > a {
    display: block;
    padding: 0.65em 1.2em 0.6em;
    color: #000;
    text-decoration: none;
    font-family: 'Stratos', sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    /* text-transform: uppercase; */
  }
  .dropdown-second > li > a {
    font-family: 'Hossround', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
  }
  .main-navigation {
    background-color: #fff;
  }
  .main-navigation .menu-item-has-children {
    cursor: pointer;
  }
  .main-navigation .menu-item-has-children > a {
    pointer-events: none;
    cursor: pointer;
  }
  .main-navigation .wrap {
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
    z-index: 50;
  }
  .dropdown-first > li {
    display: inline-block;
    border-color: #000;     /* Ajout 2023-10-23 */
    border-style: solid;    /* Ajout 2023-10-23 */
    border-width: 1px;    /* Ajout 2023-10-23 */
    border-right-width: 0px;    /* Ajout 2023-10-23 */
  }
  #menu-item-24387 {
    background-color: #fff;
    border-right-width: 1px;    /* Ajout 2023-10-23 et modifié 2024-04-29 */
  }
  .dropdown-first > li > a {
    text-align: left;
    position: relative;
    width: 100%;
    border-top: 1px solid transparent;
  }
  .dropdown-first > li > a:hover {
    background-color: white;
  }
  .main-navigation .dropdown-first > .slider-here > a:after {
    border-color: transparent transparent white transparent;
  }
  .dropdown-second {
    display: none;
  }
  .dropdown-first > li:hover .dropdown-second {
    display: block;
  }
  .dropdown-first .dropdown-second {
    padding: 20px 0;
  }
  .dropdown-second {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    min-height: 380px;
    z-index: 40;
  }
  .dropdown-second > li {
    margin: 20px 15px;
    display: inline-block;
    vertical-align: top;
    width: 23%;
  }
  .dropdown-second > li > a {
    display: block;
    font-family: 'Stratos', sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    border-bottom: 1px solid white;
    padding: 6px 0 2px;
    line-height: 1.2;
  }
  .dropdown-second > li > ul {
    margin-top: 8px;
  }
  .dropdown-second > li > ul li {
    margin-bottom: 2px;
  }
  .dropdown-second > li > ul a {
    text-decoration: none;
  }
  .dropdown-second > li > ul a:hover {
    text-decoration: underline;
  }
  .dropdown-second:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    padding: 0 1000px;
    margin: 0 -1000px;
  }
  .main-navigation .dropdown-third {
    font-weight: 300;
  }
}
/* ------------------------------------------------------------- *
 * mobile version
 * ------------------------------------------------------------- */
.hero-slider .primary-placeholder {
  display: none !important;
}
@media screen and (max-width: 900px) {
  /* ------------------------------------------------------------- *
	 * basic styles
	 * ------------------------------------------------------------- */
  .main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .dropdown-third ul {
    display: none;
  }
  /* ------------------------------------------------------------- *
	 * main navigation : first level
	 * ------------------------------------------------------------- */
  .dropdown-first > li > a {
    display: block;
    padding: 1.05em 1.2em 1em;
    color: #000;
    text-decoration: none;
    font-family: 'Stratos', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
 /* 2023-10-23   text-transform: uppercase; */
  }
  .dropdown-first > li > a:hover {
    background-color: white;
  }
  .dropdown-first > li > a {
    text-align: center;
  }
  /* ------------------------------------------------------------- *
	 * main navigation : second level
	 * ------------------------------------------------------------- */
  .dropdown-second > li > a {
    font-family: 'Stratos', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
  }  
  /* ------------------------------------------------------------- *
	 * main navigation third level
	 * ------------------------------------------------------------- */
  .dropdown-third > li > a {
    display: inline-block;
    padding: 0.3em 0.5em;
    text-decoration: none;
    position: relative;
    z-index: 1;
  }
  .dl-menu > li > .dl-submenu,
  .dl-submenu > li > .dl-submenu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
  }
  .dl-menu > li.showing-submenu > .dl-submenu,
  .dl-submenu > li.showing-submenu > .dl-submenu {
    max-height: 1000px;
  }
  .main-navigation .dropdown-second {
    text-align: center;
  }
  .dropdown-second > li > a {
    padding: 0;
  }
  .dropdown-second > li > a:before,
  .dropdown-second > li > a:after {
  display: none !important;
  }

  .dropdown-second > li {
    margin: 0.5em 0;
  }
  .dropdown-second > li:last-child {
    margin-bottom: 1.5em;
  }
  .dropdown-third {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  li.showing-submenu > .dropdown-third {
    border-top-color: white;
    border-bottom-color: white;
  }
  .dropdown-third > li {
    margin: 0.5em 0;
  }
  .dropdown-third > li:first-child {
    margin-top: 1em;
  }
  .dropdown-third > li:last-child {
    margin-bottom: 1em;
  }
}
/* ------------------------------------------------------------- *
* main navigation : search
* ------------------------------------------------------------- */
.header-search.collapsed {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.header-search.collapsed input {
  opacity: 0;
}
.header-search.collapsed .header-search-submit {
  max-width: 100%;
}
.header-search {
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-color: #55514E;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.header-search .header-search-submit {
  max-width: 90px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 900px) {
  .header-search .header-search-submit,
  .header-search.collapsed .header-search-submit {
    max-width: 90px;
  }
  .header-search {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 315px;
  }
  .header-search.collapsed {
    max-width: 90px;
  }
}
.header-search form {
  position: relative;
  height: 100%;
}
.header-search label,
.header-search button {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-search .field {
  display: block;
  padding: 0.5em 1em;
  padding-right: 100px;
}
.header-search input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #767571;
  color: white;
  padding: 0.3em 1em 0.7em 1em;
  padding-left: 0;
  font-weight: 100;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
.header-search-submit {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border: none;
  width: 100%;
  height: 100%;
  color: transparent;
  background-color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('assets/images/svg-images_icon-search.svg.php?c=000');
}
/* ------------------------------------------------------------- *
 * footer
 * ------------------------------------------------------------- */
@media screen and (max-width: 1020px) {
  .go-top-link {
    display: none;
  }
}
.go-top-link {
  position: fixed;
  right: 2em;
  bottom: 10%;
  z-index: 60;
}
.go-top-link .wrap {
  max-width: 1020px;
  margin: 0 auto;
}
.go-top-link a {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('assets/images/svg-images_icon-gotop.svg.php?c=56524F');
  background-position: center center;
  background-repeat: no-repeat;
}
.go-top-link {
  display: none;
}
.footer-logo,
.footer-navigation,
.footer-newsletter-form,
.footer-partenaires {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.footer-copyright {
  margin-left: auto;
  margin-right: auto;
  max-width: 470px;
}
@media screen and (min-width: 900px) {
  .footer-segment-one .wrap:before,
  .footer-segment-one .wrap:after {
    content: " ";
    display: table;
  }
  .footer-segment-one .wrap:after {
    clear: both;
  }
  .footer-copyright {
    max-width: 100%;
  }
  .footer-wrap {
    *zoom: 1;
  }
  .footer-wrap:before,
  .footer-wrap:after {
    content: " ";
    display: table;
  }
  .footer-wrap:after {
    clear: both;
  }
  .footer-segment-one {
    float: left;
    width: 47%;
  }
  .footer-segment-two {
    float: right;
    width: 51.96%;
    *zoom: 1;
  }
  .footer-segment-two:before,
  .footer-segment-two:after {
    content: " ";
    display: table;
  }
  .footer-segment-two:after {
    clear: both;
  }
  .footer-newsletter-form {
    float: left;
    width: 52.83%;
  }
  .footer-partenaires {
    float: right;
    width: 37.73%;
  }
}
.footer,
.footer-segment-one .wrap,
.footer-segment-two .wrap {
  min-height: 260px;
}
.footer {
  background-color: #000;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer a {
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.footer-wrap {
  max-width: 1020px;
  margin: 0 auto;
}
.footer-segment-one,
.footer-segment-two {
  height: 100%;
}
.footer-segment-one .wrap,
.footer-segment-two .wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  height: 100%;
}
/* 2023-10-02 REFONTE */
.footer-logo a {
  display: block;
  width: 245px;
  height: 65px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('assets/images/svg-images_logo-enm-white.svg.php');
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.footer-logo a:hover {
  background-image: url('assets/images/svg-images_logo-enm-white.svg.php?c=c1c1c1');
}
.footer-logo-facebook a {
  display: block;
  width: 25px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('assets/images/svg-images_icon-facebook-circle.svg.php?c=ffffff');
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}
.footer-logo-facebook a:hover {
  background-image: url('assets/images/svg-images_icon-facebook-circle.svg.php?c=c1c1c1');
}
.footer-logo-linkedin a {
  display: block;
  width: 25px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('assets/images/svg-images_icon-linkedin-circle.svg.php?c=ffffff');
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  margin-left: 5px;
}
.footer-logo-linkedin a:hover {
  background-image: url('assets/images/svg-images_icon-linkedin-circle.svg.php?c=c1c1c1');
}
.footer-navigation {
  color: white;
  font-family: 'Stratos', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 0.8em;
  padding-top: 15px;
  *zoom: 1;
}
.footer-navigation:before,
.footer-navigation:after {
  content: " ";
  display: table;
}
.footer-navigation:after {
  clear: both;
}
.footer-navigation a {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.25em 0;
}
.footer-navigation a:hover {
  color: #C1C1C1;
}
.footer-navigation ul {
  padding-bottom: 10px;
}
@media screen and (min-width: 350px) {
  .footer-navigation ul {
    width: 50%;
  }
  .footer-nav-links {
    float: left;
  }
  .footer-nav-tools {
    float: right;
  }
  .footer-nav-social {
    float: right;
  }
}
.footer-nav-social {
  text-align: left;
}
.footer-nav-social li {
  display: inline-block;
}
.footer-nav-social li:first-child {
  margin-left: -5px;
}
.footer-nav-social a {
  display: block;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.footer-nav-social .tumblr a {
  background-image: url('assets/images/svg-images_icon-tumblr-circle.svg.php');
}
.footer-nav-social .tumblr a:hover {
  background-image: url('assets/images/svg-images_icon-tumblr-circle.svg.php?c=55524f');
}
.footer-nav-social .google a {
  background-image: url('assets/images/svg-images_icon-google-circle.svg.php');
}
.footer-nav-social .google a:hover {
  background-image: url('assets/images/svg-images_icon-google-circle.svg.php?c=55524f');
}
.footer-nav-social .facebook a {
  background-image: url('assets/images/svg-images_icon-facebook-circle.svg.php');
}
.footer-nav-social .facebook a:hover {
  background-image: url('assets/images/svg-images_icon-facebook-circle.svg.php?c=55524f');
}
.footer-nav-tools .contact a:before,
.footer-nav-tools .membres a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
}
.footer-nav-tools .contact a:before {
  top: -1px;
  background-image: url('assets/images/svg-images_icon-speech.svg.php?c=ffffff');
}
.footer-nav-tools .membres a:before {
  background-image: url('assets/images/svg-images_icon-lock.svg.php?c=ffffff');
}
.footer-nav-tools .contact a:hover:before {
  background-image: url('assets/images/svg-images_icon-speech.svg.php?c=55524f');
}
.footer-nav-tools .membres a:hover:before {
  background-image: url('assets/images/svg-images_icon-lock.svg.php?c=55524f');
}
.footer-segment-two {
  color: #fff;
}
.footer-segment-two h2 {
    font-family: 'Hossround', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    font-size: 1.04em;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
    margin-top: 1em;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
@media screen and (max-width: 820px) {
  .footer-partenaires {
    text-align: center;
    padding-top: 10px;
  }
}
.footer-partenaires {
  min-width: 200px;
}
.footer-logo-villeurbanne a {
  display: block;
  width: 90px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('assets/images/svg-logo-villeurbanne.svg.php?c=ffffff');
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 7px;
}
.footer-logo-villeurbanne a:hover {
  background-image: url('assets/images/svg-logo-villeurbanne.svg.php?c=c1c1c1');
}
.footer-logo-metropole a {
  display: block;
  width: 90px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('assets/images/svg-logo-metropole.svg.php?c=ffffff');
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.footer-logo-metropole a:hover {
  background-image: url('assets/images/svg-logo-metropole.svg.php?c=c1c1c1');
}
.footer-newsletter-form form {
  padding-top: 0.3em;
}
.footer-newsletter-form p {
  margin: 0 0 0.7em;
}
.footer-newsletter-form .assist {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.footer-newsletter-form input[type=text],
.footer-newsletter-form input[type=email] {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  font-family: 'Stratos', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 0.9em;
  border: none;
  background-color: #cfcecd;
  padding: 0.5em 1em;
  border-radius: 0.4em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.footer-newsletter-form input[type=text]:-moz-placeholder,
.footer-newsletter-form input[type=email]:-moz-placeholder {
  color: #55524f;
}
.footer-newsletter-form input[type=text]::-moz-placeholder,
.footer-newsletter-form input[type=email]::-moz-placeholder {
  color: #55524f;
}
.footer-newsletter-form input[type=text]:-ms-input-placeholder,
.footer-newsletter-form input[type=email]:-ms-input-placeholder {
  color: #55524f;
}
.footer-newsletter-form input[type=text]::-webkit-input-placeholder,
.footer-newsletter-form input[type=email]::-webkit-input-placeholder {
  color: #55524f;
}
.footer-newsletter-form input[type=text]:active,
.footer-newsletter-form input[type=email]:active,
.footer-newsletter-form input[type=text]:hover,
.footer-newsletter-form input[type=email]:hover,
.footer-newsletter-form input[type=text]:focus,
.footer-newsletter-form input[type=email]:focus {
  background-color: white;
}
.footer-newsletter-form input[type=text]:invalid,
.footer-newsletter-form input[type=email]:invalid,
.footer-newsletter-form input[type=text]:-moz-submit-invalid,
.footer-newsletter-form input[type=email]:-moz-submit-invalid,
.footer-newsletter-form input[type=text]:required,
.footer-newsletter-form input[type=email]:required,
.footer-newsletter-form input[type=text]:-moz-focusring,
.footer-newsletter-form input[type=email]:-moz-focusring {
  box-shadow: none;
}
.footer-newsletter-form input[type=text] {
  width: 50%;
}
.footer-newsletter-form .inputset input:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #e5e5e5;
}
.footer-newsletter-form .inputset input:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.footer-newsletter-form .email-field {
  position: relative;
}
.footer-newsletter-form .newsletter-submit {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 50%;
  right: 0.8em;
  margin-top: -8px;
  width: 20px;
  height: 20px;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-image: url('assets/images/svg-images_icon-newsletter.svg.php?c=000000');
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.65;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.footer-newsletter-form .newsletter-submit:active,
.footer-newsletter-form .newsletter-submit:focus,
.footer-newsletter-form .newsletter-submit:hover {
  opacity: 1;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  border-bottom: 2px solid #55524f;
}
.footer-newsletter-form .newsletter-subscribe{
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    height: 30px;
    padding: 5px 10px;
    background-color: #CFCECD;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.9em;
    font-family: "Stratos",sans-serif;
    color: #56524F;
    border-radius: 0.4em;
    margin-top: 5px;
}
.footer-newsletter-form .newsletter-subscribe:hover{
    color: white;
  -webkit-animation: background-rainbow 8s infinite alternate linear;
          animation: background-rainbow 8s infinite alternate linear;

}
.footer-segment-one {
  margin-bottom: -3em;
}
@media screen and (max-width: 820px) {
  .footer-segment-two {
    padding-bottom: 40px;
  }
}
.footer-wrap {
  position: relative;
}
.footer-copyright {
  position: absolute;
  left: 6em;
  right: 100px;
  bottom: 1em;
  clear: both;
  background-image: -webkit-linear-gradient(0deg, #a6a4a2 0px, #a6a4a2 2px, transparent 2px, transparent 10px);
  background-image: linear-gradient(90deg, #a6a4a2 0px, #a6a4a2 2px, transparent 2px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: center bottom;
  background-position: 50% 20%;
  *zoom: 1;
  height: 2em;
  text-transform: uppercase;
  font-size: 0.8em;
}
.footer-copyright:before,
.footer-copyright:after {
  content: " ";
  display: table;
}
.footer-copyright:after {
  clear: both;
}
.footer-copyright p,
.footer-copyright a {
  color: white;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.footer-copyright p {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.footer-copyright p:first-child {
  float: left;
  margin-left: -6em;
}
.footer-copyright p:last-child {
  float: right;
  margin-right: -100px;
}
.footer-copyright .sienne a {
  display: inline-block;
  width: 95px;
  height: 10px;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('assets/images/svg-images_sienne.svg.php?c=000000');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 95px auto;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.footer-copyright .sienne a:hover {
  opacity: 1;
}
.footer-newsletter-form {
  position: relative;
}
.footer-newsletter-form form {
  position: relative;
}
.footer-newsletter-form label.feedback {
  position: absolute;
  display: block;
  bottom: 60px;
  left: 50%;
  width: 14em;
  margin-left: -7em;
}
.footer-newsletter-form label.feedback span {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 0.9em;
  color: white;
  border-radius: 2px;
}
.footer-newsletter-form label.feedback span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top-color: crimson;
}
.footer-newsletter-form label.feedback.invalid span,
.footer-newsletter-form label.feedback.error span,
.footer-newsletter-form label.feedback.required span {
  background-color: crimson;
}
.footer-newsletter-form label.feedback.invalid span:after,
.footer-newsletter-form label.feedback.error span:after,
.footer-newsletter-form label.feedback.required span:after {
  border-top-color: crimson;
}
.footer-newsletter-form label.feedback.valid span,
.footer-newsletter-form label.feedback.success span {
  background-color: green;
}
.footer-newsletter-form label.feedback.valid span:after,
.footer-newsletter-form label.feedback.success span:after {
  border-top-color: green;
}
/* ------------------------------------------------------------- *
 * main contents
 * ------------------------------------------------------------- */
.main-content {
  color: #55524f;
}
.main-content article > p,
.main-content article ul,
.main-content article table {
  font-size: 0.95em;
}
.main-content article > p.category-title {
    font-size: 1.3em;
}
.main-content article > p {
  line-height: 1.5em;
}
.main-content h1,
.main-content h2 {
  font-family: 'Hossround', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-transform: uppercase;
}
.main-content h3,
.main-content h4 {
  font-family: 'Stratos', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.main-content h1,
.main-content h2,
.main-content h4 {
  color: #56524f;
}
.main-content h5,
.main-content h6 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 1em;
}
.main-content h5 + p,
.main-content h6 + p {
  margin-top: 0.3em;
}
.main-content h1 {
  font-size: 2em;
  line-height: 1.25;
}
.main-content h2 {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.25em;
  margin-top: 2.5em;
}
.main-content h2 a {
  text-decoration: none;
}
.main-content h2 a:hover {
  color: #56524F !important;
}
.main-content h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2em;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #56524f;
  border-radius: 0.8em;
}
.main-content h3 {
  color: #545250;
}
.main-content > ul,
.main-content > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-content > ul li,
.main-content > ul > li > ul li {
  padding: 0.4em 1em;
  padding-left: 1.5em;
}
.main-content > ul li:before,
.main-content > ul > li > ul li:before {
  content: '•';
  margin-right: 0.5em;
}
.main-content > ul {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 1em 0;
}
.main-content > ul > li > ul {
  padding-top: 0.4em;
}
.archive .main-content h2 {
  margin-top: 0.5em;
}
.main-content p a,
.main-content ul a {
  font-family: 'Stratos', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 0.9em;
}
.main-content p a:hover,
.main-content ul a:hover {
  color: black;
}
.styled-list {
  display: inline-block;
  max-width: 100%;
  margin: 2em 0 2em;
  padding: 0 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.styled-list > ul,
.styled-list > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.styled-list > ul li,
.styled-list > ul > li > ul li {
  padding: 0.4em 1em;
  padding-left: 1.5em;
}
.styled-list > ul li:before,
.styled-list > ul > li > ul li:before {
  content: '•';
  margin-right: 0.5em;
}
.styled-list > ul {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 1em 0;
}
.styled-list > ul > li > ul {
  padding-top: 0.4em;
}
/* ------------------------------------------------------------- *
 * some components
 * ------------------------------------------------------------- */
hr {
  border: none;
  height: 2px;
  margin: 1.3em 0;
  background-image: -webkit-linear-gradient(0deg, #55524f 0px, #55524f 2px, transparent 2px, transparent 10px);
  background-image: linear-gradient(90deg, #55524f 0px, #55524f 2px, transparent 2px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.page-main-title {
  margin-top: 0.15em;
}
/* Refonte 2023-10-23
.page-main-title:after {
  content: '';
  display: block;
  height: 6px;
  width: 100%;
  background-image: url('assets/images/title-downward.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0.5em;
  margin-top: 0.3em;
}
*/
.category-title {
  font-family: 'Hossround', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #56524f;
  margin: 0;
  padding-top: 0.7em;
  text-transform: uppercase;
}
.chapeau {
  color: #7f7d7b;
  font-size: 1.1em;
  font-weight: 300;
}
.styled-list,
.table-of-contents {
  max-width: 550px;
}
.table-of-contents {
  margin: 3em 0;
  padding: 0.5em 20px;
  color: white;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.table-of-contents ul {
  max-width: 100%;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.table-of-contents li {
  display: inline-block;
  width: 100%;
}
.table-of-contents a {
  color: white;
}
.table-of-contents li {
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.table-of-contents li:last-child {
  border-bottom: none;
}
.table-of-contents a {
  display: block;
  padding: 0.8em 0;
  color: white;
  position: relative;
  text-decoration: underline;
  display: inline-block;
  margin-left: 2em;
}
.table-of-contents a:before {
  content: '';
  position: absolute;
  left: -2em;
  top: 1em;
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid white;
  border-radius: 1em;
}
.table-of-contents a:hover {
  color: black;
}
.table-of-contents a:hover:before {
  border-color: black;
  background-color: black;
}
.table-of-contents:before,
.table-of-contents:after {
  background-color: transparent !important;
}
.pw_map_canvas * * {
  font-size: 100%;
}
.pw_map_canvas * img,
.pw_map_canvas * object,
.pw_map_canvas * embed {
  max-width: none;
  height: auto;
}
.pw_map_canvas * *,
.pw_map_canvas * *:before,
.pw_map_canvas * *:after {
  box-sizing: content-box;
}
.framed-content {
  height: 0;
}
.framed-content iframe,
.framed-content .map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.framed-content iframe *,
.framed-content .map-canvas * {
  font-size: 100%;
}
.framed-content iframe img,
.framed-content .map-canvas img,
.framed-content iframe object,
.framed-content .map-canvas object,
.framed-content iframe embed,
.framed-content .map-canvas embed {
  max-width: none;
  height: auto;
}
.framed-content iframe *,
.framed-content .map-canvas *,
.framed-content iframe *:before,
.framed-content .map-canvas *:before,
.framed-content iframe *:after,
.framed-content .map-canvas *:after {
  box-sizing: content-box;
}
.video-frame {
  padding-bottom: 55%;
}
.sound-frame {
  padding-bottom: 26%;
}
.framed-content, .pw_map_canvas {
  border: 20px solid #eeeded;
  margin: 60px 0 40px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.pw_map_canvas {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .pw_map_canvas,
  .framed-content {
    border: none;
    margin: 80px 0 40px;
    box-shadow: 0 0 0 20px #eeeded;
  }
}
.date-element {
  color: #55524f;
  font-weight: 300;
  margin: 0.5em 0 1em;
  font-size: 1em;
  line-height: 18px;
  display: table;
}
.date-element .date-left,
.date-element .date-right {
  white-space: pre;
  display: table-cell;
  pointer: default;
}
.date-element .date-left span {
  vertical-align: middle;
}
.date-element .date-left {
  padding-right: 10px;
}
.date-element .date-right {
  padding-left: 8px;
  position: relative;
  right: -1px;
  top: 2px;
}
.date-element .dotted-divider {
  width: 100%;
  display: table-cell;
  background-image: -webkit-linear-gradient(0deg, #55524f 0px, #55524f 2px, transparent 2px, transparent 10px);
  background-image: linear-gradient(90deg, #55524f 0px, #55524f 2px, transparent 2px, transparent 10px);
  background-size: 10px 2px;
  background-position: 50% 60%;
  background-repeat: repeat-x;
}
.date-element p {
  margin: 0;
}
.date-element .date-day {
  font-family: 'Stratos', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 1em;
  color: #56524f;
  vertical-align: middle;
  line-height: 1;
  position: relative;
}
.date-element .date-time:before {
  content: ' - ';
}
.date-element .date-time {
  /*padding-right: 0.3em;*/
}
.date-element .date-month {
  font-family: 'Stratos', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 1em;
  vertical-align: middle;
}
.date-element .date-month:before {
  content: '';
  margin-left: 0.3em;
}
.date-element .date-category {
  border-radius: 1em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.6em;
  padding: 0.2em 0.65em;
  font-weight: bold;
  background-color: #56524f;
  vertical-align: middle;
  cursor: default !important;
}
.search-result-post {
  margin: 3em 0;
}
h2.search-title {
  margin-top: 1em;
}
.event-block,
.news-block,
.search-result-post {
  cursor: pointer;
}
.responsive-table {
  font-weight: 300;
  width: 100%;
  max-width: 100%;
}
.responsive-table td {
  border: 1px solid silver;
  border-top: none;
  padding: 0.5em 1em;
}
.responsive-table tr:first-child {
  border: 1px solid #56524f;
  box-shadow: 0 1px 0 0 silver;
}
.responsive-table tr:first-child td {
  color: white;
  font-weight: 300;
  padding: 0.8em 1em;
  border: none;
  border-right: 1px solid white;
  background-color: #56524f;
}
.responsive-table tr:first-child td:last-child {
  border-right: none;
}
.responsive-table img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 500px) {
  .responsive-table {
    display: block;
  }
  .responsive-table table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
  }
  .responsive-table tr:first-child {
    display: none;
  }
  .responsive-table tr:nth-of-type(2) td:first-child {
    border-top: 1px solid silver;
  }
  .responsive-table tr {
    border-bottom: 4px solid transparent;
  }
  .responsive-table tr td:first-child {
    border-top: 1px solid silver;
  }
  .responsive-table td {
    position: relative;
    padding-left: 38%;
  }
  .responsive-table td:before {
    content: attr(data-label);
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    padding-top: 0.5em;
    padding-left: 4%;
    color: white;
    background-color: #56524f;
    white-space: nowrap;
    overflow: hidden;
  }
}
/* Ajout bW refonte 2023-10-24 */
.main-content .news-block h3.news-title a {
  font-family: 'Hossround', sans-serif;
  font-size: 1.25em;
  color: #5412b0;
}
.main-content .news-block .news-excerpt p {
  /* color: #ff454a; demande suppression Clémence 2023-10-26 */
}
.main-content .news-block .news-excerpt p:hover {
  /* color: #5412b0; demande suppression Clémence 2023-10-26 */
  color: #ff454a;
}
/* Fin */
.news-block .news-excerpt p {
  margin-top: 0.7em;
}
.news-block .news-title {
  line-height: 1.3;
  margin-bottom: 0em;
}
.news-block .news-title a {
  text-decoration: none;
  color: black;
}
.news-block h3.news-title a {
  color: black;
}
.news-thumbnail a {
  display: block;
}
.news-thumbnail img {
  width: 100%;
}
.news-ellypsis {
  display: inline-block;
  width: 50px;
  /*padding-left: 8px;*/
}
.news-ellypsis:before {
  content: '';
  position: relative;
  top: 1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #56524f;
  box-shadow: 0px 0 0 0 #56524f, 10px 0 0 0 #56524f, 20px 0 0 0 #56524f;
}
.news-block:hover {
  cursor: pointer;
  color: #56524f;
}
.news-block:hover .news-title a {
  color: #56524f;
}
.news-subcategory {
  margin: 0.2em 0;
  font-family: 'Hossround', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 0.7em;
  color: #56524f;
  text-transform: uppercase;
}
.news-place {
  margin: 0;
  font-weight: 600;
  color: black;
}
.blog .news-block,
.archive .news-block {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.blog .news-block .news-title,
.archive .news-block .news-title {
  margin: 0;
}
@media screen and (min-width: 700px) {
    .blog .news-block,
    .archive .news-block {
        overflow: hidden;
        display: table;
        width: 100%;
    }
    .blog .news-block .news-thumbnail,
    .archive .news-block .news-thumbnail {
        display: table-cell;
        width: 260px;
        padding: 0 20px 0 0;
    }
    
    .blog .news-block .infos-element,
    .archive .news-block .infos-element {
        display: table-cell;
        vertical-align: top;
    }
    
    .blog .news-block .date-element,
    .archive .news-block .date-element {
        margin-top: 0;
    }
}
.sidebar-content {
  position: relative;
  z-index: 1;
}
.sidebar-content .block-light {
  position: relative;
  background-color: #eeeded;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sidebar-content .block-dark {
  position: relative;
  background-color: #cccbca;
}
.sidebar-block {
  margin: 12px 0 60px;
}
.sidebar-block-wrapper {
  margin: 50px 0;
}
.sidebar-block {
  padding: 5px 20px;
  padding: 5px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
   border-radius: 10px;
}
.sidebar-block a {
  font-size: 0.9em;
  font-family: 'Stratos', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #55524f;
}
.block-right,
.block-left {
  position: relative;
  background-color: #eeeded;
}
.sidebar-title {
  font-family: 'Hossround', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #9e9b98;
  font-size: 1.2em;
  text-transform: uppercase;
}
.block-freetext {
  font-size: 0.9em;
  color: #444;
}
.block-freetext h1,
.block-freetext h2,
.block-freetext h3,
.block-freetext h4,
.block-freetext h5,
.block-freetext h6 {
  font-family: 'Stratos', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.block-freetext h1,
.block-freetext h2 {
  color: #222;
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: 1.1;
}
.block-freetext h3,
.block-freetext h4 {
  color: #545250;
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.1;
}
.block-freetext h1 + p,
.block-freetext h2 + p,
.block-freetext h3 + p,
.block-freetext h4 + p,
.block-freetext h5 + p,
.block-freetext h6 + p {
  margin-top: 0.5em;
}
.block-freetext a {
  font-size: .95em;
}
.block-freetext a:hover {
  color: black;
}
.block-accent .sidebar-links a {
  color: white;
}
.block-accent .sidebar-links li {
  background-image: -webkit-linear-gradient(0deg, #eeeeee 0px, #eeeeee 2px, transparent 2px, transparent 10px);
  background-image: linear-gradient(90deg, #eeeeee 0px, #eeeeee 2px, transparent 2px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: center bottom;
}
.block-archive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-archive li {
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.block-archive li:last-child {
  border-bottom: none;
}
.block-archive a {
  display: block;
  padding: 0.8em 0;
  color: white;
  position: relative;
  text-decoration: underline;
  display: inline-block;
  margin-left: 2em;
}
.block-archive a:before {
  content: '';
  position: absolute;
  left: -2em;
  top: 1em;
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid white;
  border-radius: 1em;
}
.block-archive a:hover {
  color: black;
}
.block-archive a:hover:before {
  border-color: black;
  background-color: black;
}
.sidebar-links {
  padding: 0;
  list-style: none;
  color: #9e9b98;
  text-transform: uppercase;
  font-family: 'Stratos', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 0.85em;
}
.sidebar-links li {
  background-image: -webkit-linear-gradient(0deg, #000000 0px, #000000 2px, transparent 2px, transparent 10px);
  background-image: linear-gradient(90deg, #000000 0px, #000000 2px, transparent 2px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: center bottom;
}
.block-light .sidebar-links li {
  background-image: -webkit-linear-gradient(0deg, #cfcecd 0px, #cfcecd 2px, transparent 2px, transparent 10px);
  background-image: linear-gradient(90deg, #cfcecd 0px, #cfcecd 2px, transparent 2px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: center bottom;
}
.block-dark .sidebar-links li {
  background-image: -webkit-linear-gradient(0deg, #ebeaea 0px, #ebeaea 2px, transparent 2px, transparent 10px);
  background-image: linear-gradient(90deg, #ebeaea 0px, #ebeaea 2px, transparent 2px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: center bottom;
}
.sidebar-links a {
  display: block;
  padding: 0.9em 0;
  padding-left: 2em;
  color: #55524f;
  text-decoration: none;
  position: relative;
}
.sidebar-links a:before {
  position: absolute;
  top: 0.95em;
  left: 5px;
  width: 15px;
  height: 1em;
  display: block;
  content: '';
  background-image: url('assets/images/svg-images_icon-link-arrow.svg.php?c=55524f');
  background-repeat: no-repeat;
  background-position: center center;
}
.sidebar-links a:hover:before {
  background-image: url('assets/images/svg-images_icon-link-arrow.svg.php?c=000000');
}
.sidebar-links a:hover {
  color: #212121;
}
body .read-more a {
  color: #55524f;
}
body .read-more a:hover {
  color: white;
}
.read-more {
  text-transform: uppercase;
  font-family: 'Stratos', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 0.8em;
  text-align: right;
}
.read-more.agenda-pdf {
  top: -25px;
  position: relative;
}
.read-more.agenda-pdf a {
  color: #56524f !important;
}
.read-more.agenda-pdf a:hover {
  color: #ffffff !important;
}
.read-more a {
  display: inline-block;
  text-align: left;
  color: #55524f;
  text-decoration: none;
  height: 30px;
  padding: 6px 10px;
  background-color: #cfcecd;
}
.block-agenda,
.block-actu {
  color: white;
  margin-bottom: 2em;
  margin-top: 2em;
  padding-left: 0;
  padding-right: 0;
}
.event-block {
  padding: 0.7em 20px 1em;
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1;
}
.event-block:after {
  position: absolute;
  z-index: -1;
  content: '';
  bottom: -1px;
  left: 20px;
  right: 20px;
  height: 2px;
  background-image: -webkit-linear-gradient(0deg, #e5e5e5 0px, #e5e5e5 2px, transparent 2px, transparent 10px);
  background-image: linear-gradient(90deg, #e5e5e5 0px, #e5e5e5 2px, transparent 2px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: center bottom;
}
.event-block:last-child:after,
.event-block:last-of-type:after {
  background: none !important;
  display: none !important;
}
.event-block p {
  margin: 0;
}
.event-block:hover {
  background-color: white;
}
.event-block:hover .event-category,
.event-block:hover .event-title,
.event-block:hover .event-date,
.event-block:hover .event-time,
.event-block:hover .event-place,
.event-block:hover a {
  color: #56524f;
}
.event-category a {
  font-family: 'Stratos', sans-serif;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 600;
/*   color: rgba(229, 229, 229, 0.65); REFONTE 2023-1030 */
  color: #fff;
  text-decoration: none;
}
.event-title {
  font-family: 'Stratos', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 1.1em;
  line-height: 1;
  margin-bottom: -0.1em;
}
.event-title a {
  color: #e5e5e5;
  text-decoration: none;
  background-image: none;
  background-size: 10px 1px;
  background-position: 50% 95%;
  background-repeat: repeat-x;
  display: inline-block;
}
.event-date,
.event-time,
.event-place {
  font-weight: 300;
  font-size: 0.8em;
  color: #e5e5e5;
  font-style: italic;
}
.event-place {
  font-weight: normal;
  font-style: normal;
}
.event-place:before {
  content: '';
  margin-left: 0.5em;
}
.event-time:before {
  content: ' - ';
}
.hero-slider .gallery.carrousel {
  margin: 0;
  height: 380px;
  padding-bottom: 0;
}
.hero-slider .gallery-caption {
  display: none;
}
.hero-slider .pagination {
  width: 100%;
  max-width: 1020px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: right;
  padding-right: 0.2em;
}
.hero-slider .pagination li {
  margin-left: 0.8em;
}
.hero-slider .pagination a {
  margin-top: -7.5px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}
@media screen and (max-width: 900px) {
  .hero-slider .gallery.carrousel {
    height: 285px;
  }
}
.main-content .news-segment-title {
  padding-left: 0;
  margin-top: 1em;
  color: #55524f;
}
.main-content .news-segment-title:before {
  display: none;
}
.news-segment {
  position: relative;
  border-bottom: 1px solid #000;
}
.news-segment .news-block {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  overflow: hidden;
}
.news-slider {
  font-size: 0;
  line-height: 0;
  font-size: 16px;
  line-height: 1.5;
}
.news-slider .news-block {
  opacity: 0;
  pointer-events: none;
  z-index: 11;
  height: 0;
  width: 0;
}
.news-slider .current {
  opacity: 1;
  pointer-events: auto;
  z-index: 12;
  height: auto;
  width: 100%;
}
.news-slider .incoming {
  z-index: 12;
}
.news-slider .outgoing {
  z-index: 13;
}
.news-slider .current {
  z-index: 15;
}
.reverse .news-slider .outgoing {
  -webkit-animation: newsReverseOut 0.1s forwards ease-in;
          animation: newsReverseOut 0.1s forwards ease-in;
}
.reverse .news-slider .incoming {
  -webkit-animation: newsReverseIn 0.1s forwards ease-out;
          animation: newsReverseIn 0.1s forwards ease-out;
}
.news-slider .outgoing {
  -webkit-animation: newsOutgoing 0.1s forwards ease-in;
          animation: newsOutgoing 0.1s forwards ease-in;
}
.news-slider .incoming {
  -webkit-animation: newsIncoming 0.1s forwards ease-out;
          animation: newsIncoming 0.1s forwards ease-out;
}
.news-slider .incoming {
  opacity: 1;
}
@-webkit-keyframes newsReverseOut {
  100% {
    opacity: 0.5;
  }
}
@keyframes newsReverseOut {
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes newsOutgoing {
  100% {
    opacity: 0.5;
  }
}
@keyframes newsOutgoing {
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes newsReverseIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes newsReverseIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes newsIncoming {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes newsIncoming {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (min-width: 600px) {
  .news-slider {
    min-height: 510px;
    position: relative;
  }
  .news-segment .news-block {
    width: 46.3%;
    position: absolute;
    top: 0;
  }
  .news-slider .current {
    left: 0;
  }
  .news-slider .future {
    right: 0;
  }
  .news-slider .current,
  .news-slider .future {
    opacity: 1;
    pointer-events: auto;
    z-index: 12;
    height: auto;
    width: 46.3%;
  }
}
.news-segment-wrapper {
  position: relative;
}
.news-segment-wrapper .controls {
  position: absolute;
  top: 0;
  right: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  height: 30px;
}
.news-segment-wrapper .controls li {
  display: inline-block;
  cursor: pointer;
}
.news-segment-wrapper .controls a {
  display: block;
  width: 40px;
  height: 30px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-segment-wrapper .controls .back {
  margin-right: -12px;
  padding-right: 10px;
}
.news-segment-wrapper .controls .back a {
  background-image: url('assets/images/svg-images_arrow-left.svg.php?c=5412b0');
}
.news-segment-wrapper .controls .next a {
  background-image: url('assets/images/svg-images_arrow-right.svg.php?c=5412b0');
}
.news-segment-wrapper .controls .back:hover a {
  background-image: url('assets/images/svg-images_arrow-left.svg.php?c=5B5A58');
}
.news-segment-wrapper .controls .next:hover a {
  background-image: url('assets/images/svg-images_arrow-right.svg.php?c=5B5A58');
}
.news-segment-wrapper .controls .inactive a {
  pointer-events: none;
}
.news-segment-wrapper .controls .back.inactive a {
  background-image: url('assets/images/svg-images_arrow-left.svg.php?c=BBBBB9');
}
.news-segment-wrapper .controls .next.inactive a {
  background-image: url('assets/images/svg-images_arrow-right.svg.php?c=BBBBB9');
}
.page-accueil .sidebar-block-wrapper {
  margin-top: 30px;
}
.carrousel.gallery {
  position: relative;
  padding-bottom: 51.53846154%;
  vertical-align: top;
  height: 0;
  width: 100%;
  margin: 30px 0 40px;
}
.carrousel.gallery .carrousel .gallery-item a {
  cursor: default;
  pointer-events: none;
}
.carrousel.gallery ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.carrousel.gallery li {
  display: inline-block;
}
.carrousel.gallery a {
  border: 0;
  display: block;
  text-decoration: none;
}
.carrousel.gallery img {
  width: 100%;
}
.carrousel.gallery br {
  display: none !important;
}
.carrousel.gallery .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  height: 60px;
  color: white;
  line-height: 60px;
  padding-left: 2em;
  padding-right: 7em;
  font-weight: 300;
  font-size: 0.9em;
}
.carrousel.gallery .gallery-caption span {
  position: relative;
  z-index: 3;
}
.carrousel.gallery .gallery-caption:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  bottom: -1em;
  right: 0;
  background-color: rgba(100, 100, 100, 0.8);
  -webkit-transform: rotate(-1deg) skew(0deg);
      -ms-transform: rotate(-1deg) skew(0deg);
          transform: rotate(-1deg) skew(0deg);
}
.carrousel.gallery .pagination {
  position: absolute;
  right: 1em;
  bottom: 0;
  z-index: 20;
  list-style: none;
  padding: 0 1em;
  margin: 0;
  height: 60px;
}
.carrousel.gallery .pagination li {
  display: inline-block;
  height: 100%;
  position: relative;
  margin: 0 0.7em;
}
.carrousel.gallery .pagination a {
  position: absolute;
  top: 50%;
  margin-top: -6.5px;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  border: 2px solid #55524f;
  background-color: white;
  color: transparent !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.carrousel.gallery .pagination .current a {
  border-color: white;
  background-color: #56524f;
}
.gallery {
  overflow: inherit;
}
.gallery > .gallery-wrap > .gallery-wrap {
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .gallery.carrousel .pagination {
    position: absolute;
    left: 50%;
    right: auto;
    margin: 0;
    padding: 0;
    bottom: -50px;
    height: 60px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .carrousel.gallery .gallery-caption {
    height: 50px;
    line-height: 50px;
  }
}
.carrousel.gallery .gallery-wrap,
.carrousel.gallery .gallery-item {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.carrousel.gallery .gallery-icon {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.gallery-icon {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.carrousel.gallery .gallery-item {
  opacity: 0;
  pointer-events: none;
  z-index: 11;
}
.carrousel.gallery .current {
  opacity: 1;
  pointer-events: auto;
  z-index: 12;
}
.carrousel.gallery .current {
  z-index: 15;
}
.carrousel.gallery .outgoing {
  z-index: 12;
}
.carrousel.gallery .incoming {
  z-index: 13;
}
.carrousel.gallery.reverse .outgoing {
  -webkit-animation: reverseOut 0.5s forwards ease-in;
          animation: reverseOut 0.5s forwards ease-in;
}
.carrousel.gallery.reverse .incoming {
  -webkit-animation: reverseIn 0.5s forwards ease-out;
          animation: reverseIn 0.5s forwards ease-out;
}
.carrousel.gallery .outgoing {
  -webkit-animation: outgoing 0.5s forwards ease-in;
          animation: outgoing 0.5s forwards ease-in;
}
.carrousel.gallery .incoming {
  -webkit-animation: incoming 0.5s forwards ease-out;
          animation: incoming 0.5s forwards ease-out;
}
.carrousel.gallery .incoming {
  opacity: 1;
}
@-webkit-keyframes reverseOut {
  100% {
    opacity: 0.5;
  }
}
@keyframes reverseOut {
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes outgoing {
  100% {
    opacity: 0.5;
  }
}
@keyframes outgoing {
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes reverseIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes reverseIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes incoming {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes incoming {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.gallery.miniatures {
  margin-left: -5px;
}
.gallery.miniatures .gallery-item {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  width: 120px;
  height: 120px;
}
.gallery.miniatures .gallery-icon {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery.miniatures .gallery-caption {
  display: none;
}
.gallery.miniatures a {
  display: block;
  height: 100%;
}
.gallery.miniatures br {
  display: none;
}
.gallery.miniatures img {
  opactiy: 0;
}
/* calendar */
.fc-body {
  position: relative;
}
.fc-row {
  position: relative;
  width: 100%;
  height: 0;
  /* responsive padding trick */
  padding-bottom: 14.28%;
  /* magic = squares */
}
.fc-four-rows .fc-row {
  height: 25%;
}
.fc-five-rows .fc-row {
  height: 20%;
}
.fc-six-rows .fc-row {
  height: 16.66%;
}
.fc-row > div,
.fc-head > div {
  display: inline-block;
  height: 100%;
  width: 14.28%;
  font-weight: bold;
  /* 100% / 7 */
}
.fc-row > div {
  position: absolute;
  cursor: pointer;
}
.fc-row > div:nth-child(1) {
  left: 0%;
  /* 100% / 7 */
}
.fc-row > div:nth-child(2) {
  left: 14.28%;
  /* 100% / 7 */
}
.fc-row > div:nth-child(3) {
  left: 28.56%;
  /* 100% / 7 */
}
.fc-row > div:nth-child(4) {
  left: 42.84%;
  /* 100% / 7 */
}
.fc-row > div:nth-child(5) {
  left: 57.12%;
  /* 100% / 7 */
}
.fc-row > div:nth-child(6) {
  left: 71.4%;
  /* 100% / 7 */
}
.fc-row > div:nth-child(7) {
  left: 85.68%;
  /* 100% / 7 */
}
.fc-row > div:nth-child(8) {
  left: 99.96%;
  /* 100% / 7 */
}
.fc-date {
  pointer-events: none;
}
.fc-weekday,
.fc-row > div > div a,
.fc-row > div > div span {
  display: none;
}
/* basic grid style */
/* position of number within cell */
.fc-date {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 100%;
  top: 50%;
  height: 1em;
  margin-top: -0.5em;
  pointer-events: none;
  color: #fff;
  line-height: 1;
}
/* colors */
.fc-head {
  height: 3em;
  line-height: 3em;
  font-size: 0.75em;
  text-align: center;
}
/* special days */
/* calendar header */
.cfc-calendar-title {
  text-align: center;
  font-size: 1em;
  line-height: 2em;
  margin-top: -2em;
  pointer-events: none;
}
.cfc-header-nav {
  overflow: hidden;
  height: 2em;
}
.cfc-header-nav span {
  width: 49%;
  line-height: 2em;
  cursor: pointer;
}
.cfc-prev {
  float: left;
  text-align: left;
}
.cfc-next {
  float: right;
  text-align: right;
}
.cfc-calendar-wrap {
  color: #fff;
  background-color: #ff454a;
}
.cfc-inner {
  padding: 15px 20px 20px;
  font-family: 'Stratos', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.cfc-content-reveal {
  padding: 15px 20px 20px;
  background-color: #ff454a;
}
.cfc-content-reveal .event-title a {
  color: #fff;
  text-decoration: none;
}
.cfc-content-reveal p {
  margin: 0;
}
.cfc-content-reveal h4 {
  color: #fff;
  margin: 0 0 1em;
  font-weight: normal;
}
.fc-row .fc-content {
  color: #ff454a;
  border: 2px solid #fff;
  border-radius: 10em;
}
.fc-row .fc-content .fc-date {
  color: #fff;
}
.fc-row .fc-content.fc-active {
  border: none;
  border-radius: 10em;
  background-color: #fff;
}
.fc-row .fc-content.fc-active .fc-date {
  color: #ff454a;
}
.fc-today .fc-date {
  color: #ff454a;
}
.fc-body {
  font-size: 0.8em;
}
.cfc-calendar-title {
  font-weight: normal;
}
.cfc-content-reveal {
  position: relative;
  margin-top: 10px;
}
.cfc-header-nav span {
  height: 2em;
  line-height: 1;
  display: inline-block;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
}
.cfc-prev {
  background-image: url('assets/images/svg-images_arrow-left.svg.php?c=ffffff');
  background-position: left center;
}
.cfc-next {
  background-image: url('assets/images/svg-images_arrow-right.svg.php?c=ffffff');
  background-position: right center;
}
.cfc-prev:hover {
  background-image: url('assets/images/svg-images_arrow-left.svg.php?c=000000');
}
.cfc-next:hover {
  background-image: url('assets/images/svg-images_arrow-right.svg.php?c=000000');
}
.fc-row > div {
  border-radius: 100%;
}
.fc-row > div .fc-date {
  line-height: 1.2;
}
.fc-row > div.fc-content:hover {
  background-color: #ff9294;
}
.fc-row > div.fc-content:hover .fc-date {
  color: #ff454a;
}
.fc-row .fc-content.fc-active:hover {
  background-color: #ff454a;
  border: 2px solid #ff9294;
}
.fc-row .fc-content.fc-active:hover .fc-date {
  color: white;
}
.cfc-content-reveal {
  padding-left: 0;
  padding-right: 0;
}
.cfc-content-reveal h4 {
  padding-left: 20px;
}
.cfc-content-reveal .event-block {
  display: block;
  border-left-color: #ff454a !important;
  border-right-color: #ff454a !important;
}
.dropdown-first .color-default > a {
  background-color: #fff;
}
.color-default .breadcrumbs-list a {
  color: #56524f;
}
.color-default .breadcrumbs-list a:before {
  background-image: url('assets/images/svg-images_icon-bread-back.svg.php?c=56524F');
}
.color-default .main-content {
  position: relative;
  z-index: 1;
}
.color-default .main-content a {
  color: #56524f;
}
.color-default .main-content h1,
.color-default .main-content h2,
.color-default .main-content h4 {
  color: #56524f;
}
.color-default .main-content h2:before {
  background-color: #56524f;
}
.color-default .news-subcategory {
  color: #56524f;
}
.color-default .styled-list {
  position: relative;
  background-color: rgba(86, 82, 79, 0.1);
}
.color-default .category-title {
  color: #56524f;
}
.color-default .couleur-de-la-section,
.color-default .couleur-de-la-section * {
  color: #56524f;
}
.color-default.search-result-post:hover,
.color-default .search-result-post:hover {
  color: #56524f;
}
.color-default.search-result-post:hover .search-title a,
.color-default .search-result-post:hover .search-title a {
  color: #56524f;
}
.color-default.search-result-post:hover .search-title:before,
.color-default .search-result-post:hover .search-title:before {
  background-color: #56524f;
}
.color-default.search-result-post:hover .news-excerpt,
.color-default .search-result-post:hover .news-excerpt,
.color-default.news-block:hover .news-excerpt,
.color-default .news-block:hover .news-excerpt {
  color: #56524f;
}
.color-default.search-result-post:hover .news-title a,
.color-default .search-result-post:hover .news-title a,
.color-default.news-block:hover .news-title a,
.color-default .news-block:hover .news-title a {
  color: #56524f;
}
.color-default.search-result-post:hover .news-ellypsis:before,
.color-default .search-result-post:hover .news-ellypsis:before,
.color-default.news-block:hover .news-ellypsis:before,
.color-default .news-block:hover .news-ellypsis:before {
  background-color: white;
  box-shadow: 0px 0px 0px 2px #56524f, 10px 0 0 0 white, 10px 0px 0px 2px #56524f, 20px 0 0 0 white, 20px 0px 0px 2px #56524f;
}
.color-default .news-ellypsis {
  display: inline-block;
  width: 50px;
}
.color-default .news-ellypsis:before {
  content: '';
  position: relative;
  top: 1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #56524f;
  box-shadow: 0px 0 0 0 #56524f, 10px 0 0 0 #56524f, 20px 0 0 0 #56524f;
}
.color-default .date-element .date-day {
  color: #56524f;
}
.color-default .date-element .date-category {
  color: white;
  background-color: #56524f;
  border: 2px solid #56524f;
}
.color-default .responsive-table tr:first-child {
  border-color: #56524f;
}
.color-default .responsive-table tr:first-child td {
  background-color: #56524f;
}
.color-default .responsive-table td:before {
  background-color: #56524f;
}
.color-default .sidebar-content .block-accent {
  background-color: #56524f;
}
.color-default .event-block {
  border-left: 1px solid #56524f;
  border-right: 1px solid #56524f;
}
.color-default .event-block:hover .event-category,
.color-default .event-block:hover .event-title,
.color-default .event-block:hover .event-date,
.color-default .event-block:hover .event-time,
.color-default .event-block:hover .event-place,
.color-default .event-block:hover a {
  color: #56524f;
}
.color-default .block-accent,
.color-default .block-archive,
.color-default .table-of-contents {
  position: relative;
  background-color: #56524f;
}
.color-default .block-accent a,
.color-default .block-archive a,
.color-default .table-of-contents a {
  color: white;
}
.color-default .block-accent a:hover,
.color-default .block-archive a:hover,
.color-default .table-of-contents a:hover {
  color: black;
}
.color-default .actu-title {
  color: #56524f;
}
.color-default .block-actu {
  position: relative;
  background-color: #56524f;
}
/* ------------------------------------------------------------- *
 * 2020-11-05 Ajout bécane WEB menu provisoire COVID
 * ------------------------------------------------------------- */
 
#menu-item-24387 a:after {
  display: none;
}
.dropdown-first #menu-item-24387:hover > a {
  color: #5B5A58;
  border-top-color: #5B5A58;
  background-color: white;
}
/* Fin */
.dropdown-first .color-marine > a {
  background-color: #fff;
}
.dropdown-first .color-marine.current-menu-item > a,
.dropdown-first .color-marine.current-page-ancestor > a,
.dropdown-first .color-marine.current-page-parent > a,
.dropdown-first .color-marine.current-menu-ancestor > a,
.dropdown-first .color-marine.current-menu-parent > a,
.dropdown-first .color-marine.current-category-ancestor > a,
.dropdown-first .color-marine.current-category-parent > a,
.dropdown-first .color-marine.showing-submenu > a,
.dropdown-first .color-marine:hover > a {
  color: #5412b0;
  border-top-color: #5412b0;
  background-color: white;
}
.dropdown-first .color-marine.current-menu-item > a:after,
.dropdown-first .color-marine.current-page-ancestor > a:after,
.dropdown-first .color-marine.current-page-parent > a:after,
.dropdown-first .color-marine.current-menu-ancestor > a:after,
.dropdown-first .color-marine.current-menu-parent > a:after,
.dropdown-first .color-marine.current-category-ancestor > a:after,
.dropdown-first .color-marine.current-category-parent > a:after,
.dropdown-first .color-marine.showing-submenu > a:after,
.dropdown-first .color-marine:hover > a:after {
  border-color: transparent transparent #5412b0 transparent !important;
}
.color-marine .dropdown-second:after {
  background-color: #5412b0;
}
.color-marine .dropdown-second > li:hover > a:after {
  background-color: #5412b0;
}
.color-marine.dropdown-second,
.color-marine .dropdown-second {
  background-color: #5412b0;
}
.color-marine.dropdown-second a,
.color-marine .dropdown-second a {
  color: white;
}
.color-marine.dropdown-second > li.showing-submenu > a,
.color-marine .dropdown-second > li.showing-submenu > a,
.color-marine.dropdown-second > li:hover > a,
.color-marine .dropdown-second > li:hover > a {
  color: #5412b0;
  background-color: white;
  box-shadow: -10px 0 0 0 white, 10px 0 0 0 white;
}
.color-marine .breadcrumbs-list a {
  color: #5412b0;
}
.color-marine .breadcrumbs-list a:before {
  background-image: url('assets/images/svg-images_icon-bread-back.svg.php?c=5412b0');
}
.color-marine .main-content {
  position: relative;
  z-index: 1;
}
.color-marine .main-content a {
  color: #5412b0;
}
.color-marine .main-content h1,
.color-marine .main-content h2,
.color-marine .main-content h4 {
  color: #5412b0;
}
.color-marine .main-content h2:before {
  background-color: #5412b0;
}
.color-marine .news-subcategory {
  color: #5412b0;
}
.color-marine .styled-list {
  position: relative;
  background-color: rgba(84, 18, 176, 0.1);
}
.color-marine .category-title {
  color: #5412b0;
}
.color-marine .couleur-de-la-section,
.color-marine .couleur-de-la-section * {
  color: #5412b0;
}
.color-marine.search-result-post:hover,
.color-marine .search-result-post:hover {
  color: #5412b0;
}
.color-marine.search-result-post:hover .search-title a,
.color-marine .search-result-post:hover .search-title a {
  color: #5412b0;
}
.color-marine.search-result-post:hover .search-title:before,
.color-marine .search-result-post:hover .search-title:before {
  background-color: #5412b0;
}
.color-marine.search-result-post:hover .news-excerpt,
.color-marine .search-result-post:hover .news-excerpt,
.color-marine.news-block:hover .news-excerpt,
.color-marine .news-block:hover .news-excerpt {
  color: #5412b0;
}
.color-marine.search-result-post:hover .news-title a,
.color-marine .search-result-post:hover .news-title a,
.color-marine.news-block:hover .news-title a,
.color-marine .news-block:hover .news-title a {
  color: #5412b0;
}
.color-marine.search-result-post:hover .news-ellypsis:before,
.color-marine .search-result-post:hover .news-ellypsis:before,
.color-marine.news-block:hover .news-ellypsis:before,
.color-marine .news-block:hover .news-ellypsis:before {
  background-color: white;
  box-shadow: 0px 0px 0px 2px #5412b0, 10px 0 0 0 white, 10px 0px 0px 2px #5412b0, 20px 0 0 0 white, 20px 0px 0px 2px #5412b0;
}
.color-marine .news-ellypsis {
  display: inline-block;
  width: 50px;
  /*padding-left: 8px;*/
}
.color-marine .news-ellypsis:before {
  content: '';
  position: relative;
  top: 1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #5412b0;
  box-shadow: 0px 0 0 0 #5412b0, 10px 0 0 0 #5412b0, 20px 0 0 0 #5412b0;
}
.color-marine .date-element .date-day {
  color: #5412b0;
}
.color-marine .date-element .date-category {
  color: white;
  background-color: #5412b0;
  border: 2px solid #5412b0;
}
.color-marine .responsive-table tr:first-child {
  border-color: #5412b0;
}
.color-marine .responsive-table tr:first-child td {
  background-color: #5412b0;
}
.color-marine .responsive-table td:before {
  background-color: #5412b0;
}
.color-marine .sidebar-content .block-accent {
  background-color: #5412b0;
}
.color-marine .event-block {
  border-left: 1px solid #5412b0;
  border-right: 1px solid #5412b0;
}
.color-marine .event-block:hover .event-category,
.color-marine .event-block:hover .event-title,
.color-marine .event-block:hover .event-date,
.color-marine .event-block:hover .event-time,
.color-marine .event-block:hover .event-place,
.color-marine .event-block:hover a {
  color: #5412b0;
}
.color-marine .block-accent,
.color-marine .block-archive,
.color-marine .table-of-contents {
  position: relative;
  background-color: #5412b0;
}
.color-marine .block-accent a,
.color-marine .block-archive a,
.color-marine .table-of-contents a {
  color: white;
}
.color-marine .block-accent a:hover,
.color-marine .block-archive a:hover,
.color-marine .table-of-contents a:hover {
  color: black;
}
.color-marine .actu-title {
  color: #5412b0;
}
.color-marine .block-actu {
  position: relative;
  background-color: #5412b0;
}
.dropdown-first .color-crimson.current-menu-item > a,
.dropdown-first .color-crimson.current-page-ancestor > a,
.dropdown-first .color-crimson.current-page-parent > a,
.dropdown-first .color-crimson.current-menu-ancestor > a,
.dropdown-first .color-crimson.current-menu-parent > a,
.dropdown-first .color-crimson.current-category-ancestor > a,
.dropdown-first .color-crimson.current-category-parent > a,
.dropdown-first .color-crimson.showing-submenu > a,
.dropdown-first .color-crimson:hover > a {
  color: #5412b0;
  border-top-color: #5412b0;
  background-color: white;
}
.dropdown-first .color-crimson.current-menu-item > a:after,
.dropdown-first .color-crimson.current-page-ancestor > a:after,
.dropdown-first .color-crimson.current-page-parent > a:after,
.dropdown-first .color-crimson.current-menu-ancestor > a:after,
.dropdown-first .color-crimson.current-menu-parent > a:after,
.dropdown-first .color-crimson.current-category-ancestor > a:after,
.dropdown-first .color-crimson.current-category-parent > a:after,
.dropdown-first .color-crimson.showing-submenu > a:after,
.dropdown-first .color-crimson:hover > a:after {
  border-color: transparent transparent #5412b0 transparent !important;
}
.color-crimson .dropdown-second:after {
  background-color: #5412b0;
}
.color-crimson .dropdown-second > li:hover > a:after {
  background-color: #5412b0;
}
.color-crimson.dropdown-second,
.color-crimson .dropdown-second {
  background-color: #5412b0;
}
.color-crimson.dropdown-second a,
.color-crimson .dropdown-second a {
  color: white;
}
.color-crimson.dropdown-second > li.showing-submenu > a,
.color-crimson .dropdown-second > li.showing-submenu > a,
.color-crimson.dropdown-second > li:hover > a,
.color-crimson .dropdown-second > li:hover > a {
  color: #5412b0;
  background-color: white;
  box-shadow: -10px 0 0 0 white, 10px 0 0 0 white;
}
.color-crimson .breadcrumbs-list a {
  color: #5412b0;
}
.color-crimson .breadcrumbs-list a:before {
  background-image: url('assets/images/svg-images_icon-bread-back.svg.php?c=5412b0');
}
.color-crimson .main-content {
  position: relative;
  z-index: 1;
}
.color-crimson .main-content a {
  color: #5412b0;
}
.color-crimson .main-content h1,
.color-crimson .main-content h2,
.color-crimson .main-content h4 {
  color: #5412b0;
}
.color-crimson .main-content h2:before {
  background-color: #5412b0;
}
.color-crimson .news-subcategory {
  color: #5412b0;
}
.color-crimson .styled-list {
  position: relative;
  background-color: rgba(84, 18, 176, 0.1);
}
.color-crimson .category-title {
  color: #5412b0;
}
.color-crimson .couleur-de-la-section,
.color-crimson .couleur-de-la-section * {
  color: #5412b0;
}
.color-crimson.search-result-post:hover,
.color-crimson .search-result-post:hover {
  color: #5412b0;
}
.color-crimson.search-result-post:hover .search-title a,
.color-crimson .search-result-post:hover .search-title a {
  color: #5412b0;
}
.color-crimson.search-result-post:hover .search-title:before,
.color-crimson .search-result-post:hover .search-title:before {
  background-color: #5412b0;
}
.color-crimson.search-result-post:hover .news-excerpt,
.color-crimson .search-result-post:hover .news-excerpt,
.color-crimson.news-block:hover .news-excerpt,
.color-crimson .news-block:hover .news-excerpt {
  color: #5412b0;
}
.color-crimson.search-result-post:hover .news-title a,
.color-crimson .search-result-post:hover .news-title a,
.color-crimson.news-block:hover .news-title a,
.color-crimson .news-block:hover .news-title a {
  color: #5412b0;
}
.color-crimson.search-result-post:hover .news-ellypsis:before,
.color-crimson .search-result-post:hover .news-ellypsis:before,
.color-crimson.news-block:hover .news-ellypsis:before,
.color-crimson .news-block:hover .news-ellypsis:before {
  background-color: white;
  box-shadow: 0px 0px 0px 2px #5412b0, 10px 0 0 0 white, 10px 0px 0px 2px #5412b0, 20px 0 0 0 white, 20px 0px 0px 2px #5412b0;
}
.color-crimson .news-ellypsis {
  display: inline-block;
  width: 50px;
  /*padding-left: 8px;*/
}
.color-crimson .news-ellypsis:before {
  content: '';
  position: relative;
  top: 1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #5412b0;
  box-shadow: 0px 0 0 0 #5412b0, 10px 0 0 0 #5412b0, 20px 0 0 0 #5412b0;
}
.color-crimson .date-element .date-day {
  color: #5412b0;
}
.color-crimson .date-element .date-category {
  color: white;
  background-color: #5412b0;
  border: 2px solid #5412b0;
}
.color-crimson .responsive-table tr:first-child {
  border-color: #5412b0;
}
.color-crimson .responsive-table tr:first-child td {
  background-color: #5412b0;
}
.color-crimson .responsive-table td:before {
  background-color: #5412b0;
}
.color-crimson .sidebar-content .block-accent {
  background-color: #5412b0;
}
.color-crimson .event-block {
  border-left: 1px solid #5412b0;
  border-right: 1px solid #5412b0;
}
.color-crimson .event-block:hover .event-category,
.color-crimson .event-block:hover .event-title,
.color-crimson .event-block:hover .event-date,
.color-crimson .event-block:hover .event-time,
.color-crimson .event-block:hover .event-place,
.color-crimson .event-block:hover a {
  color: #5412b0;
}
.color-crimson .block-accent,
.color-crimson .block-archive,
.color-crimson .table-of-contents {
  position: relative;
  background-color: #5412b0;
}
.color-crimson .block-accent a,
.color-crimson .block-archive a,
.color-crimson .table-of-contents a {
  color: white;
}
.color-crimson .block-accent a:hover,
.color-crimson .block-archive a:hover,
.color-crimson .table-of-contents a:hover {
  color: black;
}
.color-crimson .actu-title {
  color: #5412b0;
}
.color-crimson .block-actu {
  position: relative;
  background-color: #5412b0;
}
.dropdown-first .color-violet.current-menu-item > a,
.dropdown-first .color-violet.current-page-ancestor > a,
.dropdown-first .color-violet.current-page-parent > a,
.dropdown-first .color-violet.current-menu-ancestor > a,
.dropdown-first .color-violet.current-menu-parent > a,
.dropdown-first .color-violet.current-category-ancestor > a,
.dropdown-first .color-violet.current-category-parent > a,
.dropdown-first .color-violet.showing-submenu > a,
.dropdown-first .color-violet:hover > a {
  color: #ff454a;
  border-top-color: #ff454a;
  background-color: white;
}
.dropdown-first .color-violet.current-menu-item > a:after,
.dropdown-first .color-violet.current-page-ancestor > a:after,
.dropdown-first .color-violet.current-page-parent > a:after,
.dropdown-first .color-violet.current-menu-ancestor > a:after,
.dropdown-first .color-violet.current-menu-parent > a:after,
.dropdown-first .color-violet.current-category-ancestor > a:after,
.dropdown-first .color-violet.current-category-parent > a:after,
.dropdown-first .color-violet.showing-submenu > a:after,
.dropdown-first .color-violet:hover > a:after {
  border-color: transparent transparent #ff454a transparent !important;
}
.color-violet .dropdown-second:after {
  background-color: #ff454a;
}
.color-violet .dropdown-second > li:hover > a:after {
  background-color: #ff454a;
}
.color-violet.dropdown-second,
.color-violet .dropdown-second {
  background-color: #ff454a;
}
.color-violet.dropdown-second a,
.color-violet .dropdown-second a {
  color: white;
}
.color-violet.dropdown-second > li.showing-submenu > a,
.color-violet .dropdown-second > li.showing-submenu > a,
.color-violet.dropdown-second > li:hover > a,
.color-violet .dropdown-second > li:hover > a {
  color: #ff454a;
  background-color: white;
  box-shadow: -10px 0 0 0 white, 10px 0 0 0 white;
}
.color-violet .breadcrumbs-list a {
  color: #ff454a;
}
.color-violet .breadcrumbs-list a:before {
  background-image: url('assets/images/svg-images_icon-bread-back.svg.php?c=ff454a');
}
.color-violet .main-content {
  position: relative;
  z-index: 1;
}
.color-violet .main-content a {
  color: #ff454a;
}
.color-violet .main-content h1,
.color-violet .main-content h2,
.color-violet .main-content h4 {
  color: #ff454a;
}
.color-violet .main-content h2:before {
  background-color: #ff454a;
}
.color-violet .news-subcategory {
  color: #ff454a;
}
.color-violet .styled-list {
  position: relative;
  background-color: rgba(255, 69, 74, 0.1);
}
.color-violet .category-title {
  color: #ff454a;
}
.color-violet .couleur-de-la-section,
.color-violet .couleur-de-la-section * {
  color: #ff454a;
}
.color-violet.search-result-post:hover,
.color-violet .search-result-post:hover {
  color: #ff454a;
}
.color-violet.search-result-post:hover .search-title a,
.color-violet .search-result-post:hover .search-title a {
  color: #ff454a;
}
.color-violet.search-result-post:hover .search-title:before,
.color-violet .search-result-post:hover .search-title:before {
  background-color: #ff454a;
}
.color-violet.search-result-post:hover .news-excerpt,
.color-violet .search-result-post:hover .news-excerpt,
.color-violet.news-block:hover .news-excerpt,
.color-violet .news-block:hover .news-excerpt {
  color: #ff454a;
}
.color-violet.search-result-post:hover .news-title a,
.color-violet .search-result-post:hover .news-title a,
.color-violet.news-block:hover .news-title a,
.color-violet .news-block:hover .news-title a {
  color: #ff454a;
}
.color-violet.search-result-post:hover .news-ellypsis:before,
.color-violet .search-result-post:hover .news-ellypsis:before,
.color-violet.news-block:hover .news-ellypsis:before,
.color-violet .news-block:hover .news-ellypsis:before {
  background-color: white;
  box-shadow: 0px 0px 0px 2px #ff454a, 10px 0 0 0 white, 10px 0px 0px 2px #ff454a, 20px 0 0 0 white, 20px 0px 0px 2px #ff454a;
}
.color-violet .news-ellypsis {
  display: inline-block;
  width: 50px;
}
.color-violet .news-ellypsis:before {
  content: '';
  position: relative;
  top: 1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #ff454a;
  box-shadow: 0px 0 0 0 #ff454a, 10px 0 0 0 #ff454a, 20px 0 0 0 #ff454a;
}

/* Masquage de la date de publication quand c'est un event */
.single-post .date-element .date-left{
  display: none;
}
/* */

.color-violet .date-element .date-day, .color-violet .date-element .date-month {
  color: #ff454a;
}
.color-violet .date-element .date-day {
  text-transform: capitalize;
}
.color-violet .date-element .date-month {
  text-transform: lowercase;
  }
.color-violet .date-element .date-category {
  color: white;
  background-color: #ff454a;
  border: 2px solid #ff454a;
}
.color-violet .responsive-table tr:first-child {
  border-color: #ff454a;
}
.color-violet .responsive-table tr:first-child td {
  background-color: #ff454a;
}
.color-violet .responsive-table td:before {
  background-color: #ff454a;
}
.color-violet .sidebar-content .block-accent {
  background-color: #ff454a;
}
.color-violet .event-block {
  border-left: 1px solid #ff454a;
  border-right: 1px solid #ff454a;
}
.color-violet .event-block:hover .event-category,
.color-violet .event-block:hover .event-title,
.color-violet .event-block:hover .event-date,
.color-violet .event-block:hover .event-time,
.color-violet .event-block:hover .event-place,
.color-violet .event-block:hover a {
  color: #ff454a;
}
.color-violet .block-accent,
.color-violet .block-archive,
.color-violet .table-of-contents {
  position: relative;
  background-color: #ff454a;
}
.color-violet .block-accent a,
.color-violet .block-archive a,
.color-violet .table-of-contents a {
  color: white;
}
.color-violet .block-accent a:hover,
.color-violet .block-archive a:hover,
.color-violet .table-of-contents a:hover {
  color: black;
}
.color-violet .actu-title {
  color: #ff454a;
}
.color-violet .block-actu {
  position: relative;
  background-color: #ff454a;
}
.dropdown-first .color-maroon.current-menu-item > a,
.dropdown-first .color-maroon.current-page-ancestor > a,
.dropdown-first .color-maroon.current-page-parent > a,
.dropdown-first .color-maroon.current-menu-ancestor > a,
.dropdown-first .color-maroon.current-menu-parent > a,
.dropdown-first .color-maroon.current-category-ancestor > a,
.dropdown-first .color-maroon.current-category-parent > a,
.dropdown-first .color-maroon.showing-submenu > a,
.dropdown-first .color-maroon:hover > a {
  color: #5B5A58;
  border-top-color: #5B5A58;
  background-color: white;
}
.dropdown-first .color-maroon.current-menu-item > a:after,
.dropdown-first .color-maroon.current-page-ancestor > a:after,
.dropdown-first .color-maroon.current-page-parent > a:after,
.dropdown-first .color-maroon.current-menu-ancestor > a:after,
.dropdown-first .color-maroon.current-menu-parent > a:after,
.dropdown-first .color-maroon.current-category-ancestor > a:after,
.dropdown-first .color-maroon.current-category-parent > a:after,
.dropdown-first .color-maroon.showing-submenu > a:after,
.dropdown-first .color-maroon:hover > a:after {
  border-color: transparent transparent #5B5A58 transparent !important;
}
.color-maroon .dropdown-second:after {
  background-color: #5B5A58;
}
.color-maroon .dropdown-second > li:hover > a:after {
  background-color: #5B5A58;
}
.color-maroon.dropdown-second,
.color-maroon .dropdown-second {
  background-color: #5B5A58;
}
.color-maroon.dropdown-second a,
.color-maroon .dropdown-second a {
  color: white;
}
.color-maroon.dropdown-second > li.showing-submenu > a,
.color-maroon .dropdown-second > li.showing-submenu > a,
.color-maroon.dropdown-second > li:hover > a,
.color-maroon .dropdown-second > li:hover > a {
  color: #5B5A58;
  background-color: white;
  box-shadow: -10px 0 0 0 white, 10px 0 0 0 white;
}
.color-maroon .breadcrumbs-list a {
  color: #5B5A58;
}
.color-maroon .breadcrumbs-list a:before {
  background-image: url('assets/images/svg-images_icon-bread-back.svg.php?c=5B5A58');
}
.color-maroon .main-content {
  position: relative;
  z-index: 1;
}
.color-maroon .main-content a {
  color: #5B5A58;
}
.color-maroon .main-content h1,
.color-maroon .main-content h2,
.color-maroon .main-content h4 {
  color: #5B5A58;
}
.color-maroon .main-content h2:before {
  background-color: #5B5A58;
}
.color-maroon .news-subcategory {
  color: #5B5A58;
}
.color-maroon .styled-list {
  position: relative;
  background-color: rgba(91, 90, 88, 0.1);
}
.color-maroon .category-title {
  color: #5B5A58;
}
.color-maroon .couleur-de-la-section,
.color-maroon .couleur-de-la-section * {
  color: #5B5A58;
}
.color-maroon.search-result-post:hover,
.color-maroon .search-result-post:hover {
  color: #5B5A58;
}
.color-maroon.search-result-post:hover .search-title a,
.color-maroon .search-result-post:hover .search-title a {
  color: #5B5A58;
}
.color-maroon.search-result-post:hover .search-title:before,
.color-maroon .search-result-post:hover .search-title:before {
  background-color: #5B5A58;
}
.color-maroon.search-result-post:hover .news-excerpt,
.color-maroon .search-result-post:hover .news-excerpt,
.color-maroon.news-block:hover .news-excerpt,
.color-maroon .news-block:hover .news-excerpt {
  color: #5B5A58;
}
.color-maroon.search-result-post:hover .news-title a,
.color-maroon .search-result-post:hover .news-title a,
.color-maroon.news-block:hover .news-title a,
.color-maroon .news-block:hover .news-title a {
  color: #5B5A58;
}
.color-maroon.search-result-post:hover .news-ellypsis:before,
.color-maroon .search-result-post:hover .news-ellypsis:before,
.color-maroon.news-block:hover .news-ellypsis:before,
.color-maroon .news-block:hover .news-ellypsis:before {
  background-color: white;
  box-shadow: 0px 0px 0px 2px #5B5A58, 10px 0 0 0 white, 10px 0px 0px 2px #5B5A58, 20px 0 0 0 white, 20px 0px 0px 2px #5B5A58;
}
.color-maroon .news-ellypsis {
  display: inline-block;
  width: 50px;
  /*padding-left: 8px;*/
}
.color-maroon .news-ellypsis:before {
  content: '';
  position: relative;
  top: 1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #5412b0;
  box-shadow: 0px 0 0 0 #5412b0, 10px 0 0 0 #5412b0, 20px 0 0 0 #5412b0;
}
.color-maroon .date-element .date-day {
  color: #5B5A58;
}
.color-maroon .date-element .date-category {
  color: white;
  background-color: #5B5A58;
  border: 2px solid #5B5A58;
}
.news-ellypsis::before
.color-maroon .responsive-table tr:first-child {
  border-color: #5B5A58;
}
.color-maroon .responsive-table tr:first-child td {
  background-color: #5B5A58;
}
.color-maroon .responsive-table td:before {
  background-color: #5B5A58;
}
.color-maroon .sidebar-content .block-accent {
  background-color: #5B5A58;
}
.color-maroon .event-block {
  border-left: 1px solid #5B5A58;
  border-right: 1px solid #5B5A58;
}
.color-maroon .event-block:hover .event-category,
.color-maroon .event-block:hover .event-title,
.color-maroon .event-block:hover .event-date,
.color-maroon .event-block:hover .event-time,
.color-maroon .event-block:hover .event-place,
.color-maroon .event-block:hover a {
  color: #5B5A58;
}
.color-maroon .block-accent,
.color-maroon .block-archive,
.color-maroon .table-of-contents {
  position: relative;
  background-color: #5B5A58;
}
.color-maroon .block-accent a,
.color-maroon .block-archive a,
.color-maroon .table-of-contents a {
  color: white;
}
.color-maroon .block-accent a:hover,
.color-maroon .block-archive a:hover,
.color-maroon .table-of-contents a:hover {
  color: black;
}
.color-maroon .actu-title {
  color: #5B5A58;
}
.color-maroon .block-actu {
  position: relative;
  background-color: #5B5A58;
}
.color-default .main-content h2.news-segment-title {
  color: #5412b0;
  font-family: 'Stratos', sans-serif;
  text-transform: none;
  font-size: 2em;
  border-bottom: solid 1px #000;
  font-weight: bold;
}
.agenda-title {
  font-family: 'Stratos', sans-serif;
  text-transform: none;
  color: #ff454a;
  font-size: 2em;
}
.block-agenda {
  background-color: #ff454a;
}
.block-agenda .event-block {
  border-left: 1px solid #ff454a;
  border-right: 1px solid #ff454a;
}
.block-agenda .event-block:hover .event-category,
.block-agenda .event-block:hover .event-title,
.block-agenda .event-block:hover .event-date,
.block-agenda .event-block:hover .event-time,
.block-agenda .event-block:hover .event-place,
.block-agenda .event-block:hover a {
  color: #ff454a;
}
.agenda-more a:hover {
  background-color: #ff454a !important;
  -webkit-animation: none !important;
          animation: none !important;
}
.agenda-more a:hover:before {
  border-color: transparent #ff454a transparent transparent;
}
.agenda-more a:hover:after {
  border-color: #ff454a transparent transparent transparent;
}
.agenda-more a:hover:before,
.agenda-more a:hover:after {
  -webkit-animation: none !important;
          animation: none !important;
}
/* ------------------------------------------------------------- *
 * preload images hack
 * ------------------------------------------------------------- */
body:after {
  content: url('assets/images/svg-images_button-decoration-bottom.svg.php?c=ffffff') url('assets/images/svg-images_icon-folder.svg.php?c=000000') url('assets/images/svg-images_icon-info.svg.php?c=000000') url('assets/images/svg-images_arrow-left.svg.php?c=ffffff') url('assets/images/svg-images_arrow-right.svg.php?c=ffffff') url('assets/images/svg-images_icon-link-arrow.svg.php?c=000000') url('assets/images/svg-images_icon-tumblr-circle.svg.php?c=55524f') url('assets/images/svg-images_icon-google-circle.svg.php?c=55524f') url('assets/images/svg-images_icon-facebook-circle.svg.php?c=55524f') url('assets/images/svg-images_logo-enm-white.svg.php?c=55524f') url('assets/images/svg-images_icon-speech.svg.php?c=55524f') url('assets/images/svg-images_icon-lock.svg.php?c=55524f') url('assets/images/logo-villeurbanne-hover.png') url('assets/images/logo-republique-hover.png') url('assets/images/logo-departement-hover.png') url('assets/images/logo-region-hover.png');
  display: none;
}

/* ------------------------------------------------------------- *
 * formulaire d'inscription newsletter
 * ------------------------------------------------------------- */
.tnp-subscription input[type="text"],
.tnp-subscription input[type="email"]{
    -moz-appearance: none;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    border: solid 2px #CFCECD;
    background-color: transparent;
    padding: 0.5em 1em;
    border-radius: 0.4em;
    display: inline-block;
    transition: all 0.2s ease 0s;
}

.tnp-subscription input[type="submit"] {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-decoration: none;
    height: 30px;
    padding: 6px 10px;
    background-color: #CFCECD;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.9em;
    font-family: "Stratos",sans-serif;
    color: #56524F;
    border: medium none;
    border-radius: 0.4em;
}

.tnp-subscription input[type="submit"]:hover{
    color: white;
  -webkit-animation: background-rainbow 8s infinite alternate linear;
          animation: background-rainbow 8s infinite alternate linear;
}

.tnp-subscription input[type="text"]:hover,
.tnp-subscription input[type="email"]:hover,
.tnp-subscription input[type="text"]:focus,
.tnp-subscription input[type="email"]:focus{
    background-color: #FFFFFF;
    border: solid 2px #56524f;
}
