@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*=========================*\

  BODY

\*=========================*/
body {
  background: white;
  color: #434343;
  font: 400 100% Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  margin: 0 auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

[aria-hidden=true] {
  speak: none;
}

header, #page, #pied_page {
  box-sizing: border-box;
}

/*=========================*\

  TEXTE SELECTIONNE

\*=========================*/
.texte--selectionne {
  background-color: #db001b;
  color: white;
}

::-webkit-selection {
  background-color: #db001b;
  color: white;
}

::-moz-selection {
  background-color: #db001b;
  color: white;
}

::selection {
  background-color: #db001b;
  color: white;
}

mark {
  background-color: #db001b;
  color: white;
}

abbr,
acronym {
  border-bottom: 0.0625em dotted;
  cursor: help;
}

dfn {
  font: 400 0.938em Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  font-style: italic;
}

img,
embed {
  max-width: 100%;
  position: relative;
}

img:before {
  background-color: #f1ece8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(67, 67, 67, 0.54);
  content: "L'image « " attr(alt) " » n'a pas été trouvée.";
  display: block;
  font: 400 0.875em Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  padding: 1em;
  position: absolute;
  text-align: center;
  width: 100%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #434343;
  display: block;
  margin: 0 0 1em;
}

h1,
.h1 {
  font: 700 1.94444em "Open Sans", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  line-height: 1.2;
  margin: 0 0 .5em;
}

h2,
.h2 {
  font: 700 1.8em "Open Sans", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  line-height: 1;
}

h3,
.h3 {
  font: 700 1.25em "Open Sans", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  line-height: 1;
}

h4,
.h4 {
  font: 700 1em "Open Sans", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  line-height: 1;
}

h5,
.h5 {
  font: 700 1em "Open Sans", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  font-style: italic;
  line-height: 1;
}

h6,
.h6 {
  font: 500 1em "Open Sans", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  line-height: 1;
}

/*style 1 titre*/
.styletitre1 h2::before {
  content: "";
  border-left: 4px solid;
  margin-right: 0.5em;
}

/*style 2 titre*/
.styletitre2 h2 {
  position: relative;
  display: inline-block;
  float: none;
  margin-left: 1.4em;
}

.styletitre2 h2::before, .styletitre2 h2::after {
  background-color: #434343;
}

.styletitre2 h2::before, .styletitre2 h2::after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  left: auto;
  display: block;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  content: '';
}

.styletitre2 h2::after {
  right: auto;
  left: 110%;
  left: calc(100% + 20px);
}

/* style 3 titre */
.styletitre3 h2 span::after {
  content: "";
  height: 2px;
  background-color: #2B9FB0;
  width: 70px;
  margin-top: 0.4em;
  display: block;
}

.styletitre3 .alignCenter h2 span::after {
  content: "";
  height: 2px;
  background-color: #2B9FB0;
  width: 70px;
  margin: 0 48%;
  margin-top: 0.4em;
  display: block;
}

.styletitre3 .alignRight h2 {
  position: relative;
}

.styletitre3 .alignRight h2 span {
  padding-bottom: 0.4em;
  display: block;
}

.styletitre3 .alignRight h2::after {
  content: "";
  height: 2px;
  background-color: #2B9FB0;
  width: 70px;
  margin-bottom: 0.4em;
  display: block;
  position: absolute;
  right: 0;
}

.styletitre3 .alignRight h2 span::after {
  content: none;
}

h2 {
  margin-bottom: 0.5em;
}

.subtitle {
  font-weight: lighter;
  font-size: 1em;
}

p {
  margin: 0 0 1.5em;
}

b,
strong,
caption,
legend {
  font-weight: bold;
}

em,
cite {
  font-style: italic;
}

pre {
  background: #f1ece8;
  overflow-x: scroll;
  font: 400 1em/1.5 Consolas, monaco, monospace;
  padding: 1em 0;
  margin: 0 0 1.5em;
}

blockquote {
  padding: 0 2em;
  margin: 4.5em 0;
  position: relative;
}
blockquote:before, blockquote:after {
  color: #f1ece8;
  font: 400 4em Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  font-style: italic;
  position: absolute;
}
blockquote:before {
  content: "\00AB";
  left: 0;
  top: -90px;
}
blockquote:after {
  content: "\00BB";
  right: 0;
}

q::before {
  content: "«\00a0";
}
q::after {
  content: "\00a0»";
}

code {
  font: 400 0.938em Consolas, monaco, monospace;
}

.contenu ul {
  list-style-type: none;
}

.contenu ul li::before {
  content: "●";
  background: none;
  margin-right: 10px;
}

ol {
  counter-reset: item;
  list-style-type: none;
  list-style: decimal;
}

ol > li {
  display: block;
}

ol > li::before {
  content: counter(item, decimal-leading-zero) ".";
  counter-increment: item;
  font-weight: bold;
  margin-right: 10px;
}

dt {
  font: 700 0.938em Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
}

dd {
  margin: 0 0 1.5em .5em;
}

a,
.a {
  color: #db001b;
}
a:visited,
.a:visited {
  color: #a80015;
}
a:active, a:focus,
.a:active,
.a:focus {
  background-color: #db001b;
  color: white;
  text-decoration: none;
}
a:active:hover, a:active:visited, a:focus:hover, a:focus:visited,
.a:active:hover,
.a:active:visited,
.a:focus:hover,
.a:focus:visited {
  color: white;
}
a:hover,
.a:hover {
  color: #ff0f2d;
  text-decoration: none;
}
a img,
.a img {
  border: none;
  vertical-align: middle;
}

th {
  border-bottom: 0.0625em solid #f1ece8;
  font: 700 0.938em Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  padding: .5em;
  text-align: left;
  vertical-align: top;
}

td {
  border-bottom: 0.0625em solid #f1ece8;
  padding: .5em;
  vertical-align: top;
}

.video-container {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.cookieAcceptBar {
  display: none;
  bottom: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #303030;
  display: none;
  padding: 0.5em;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #dddddd;
  font-size: 15px;
}

.cookieAcceptBar a {
  text-decoration: none;
  font-weight: bold;
}

.cookieAcceptBar button {
  cursor: pointer;
  border: none;
  color: #fff;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-shadow: none;
}

#cookieAcceptBarConfirm {
  background-color: #51a351;
}

#cookieRefuseBarConfirm {
  border: 1px solid red;
  background-image: none;
  background: none;
  color: #303030 !important;
}

/* -----------------------
 Personnalisation des couleurs  à modifier par charte
 ------------------------- */
.accordions .accordions-trigger {
  background-color: #d90000;
  /* Couleur de fond */
}

.accordions .accordions-trigger::before {
  color: #FFFFFF;
  /* Couleur de l'icône */
}

.accordions-title {
  color: #FFFFFF;
  /* Couleur du titre */
}

.accordions .accordions-trigger.open,
.accordions-trigger:focus,
.accordions-trigger:hover {
  background-color: #820000;
  /* Couleur de fond quand l'accordéon est ouvert ou focusé */
}

.accordions .accordions-trigger.open::before,
.accordions-trigger:focus::before,
.accordions-trigger:hover::before {
  color: #FFFFFF;
  /* Couleur de l'icône quand l'accordéon est ouvert ou focusé */
}

.accordions .accordions-trigger.open .accordions-title,
.accordions-trigger:focus .accordions-title,
.accordions-trigger:hover .accordions-title {
  color: #FFFFFF;
  /* Couleur du titre quand l'accordéon est ouvert ou focusé */
}

.accordions-panel {
  background: #eeeeee;
  color: #222222;
}

body {
  max-width: none;
}

.contenu .rs li::before {
  content: none;
}

#liens_evitement {
  display: block;
  text-align: center;
}
html.js #liens_evitement {
  display: none;
}

#bandeau_outils .reseaux-sociaux {
  position: relative;
  float: left;
  right: auto;
  top: auto;
}
#bandeau_outils .reseaux-sociaux ul.reseaux-sociaux__liste {
  margin: 0;
  padding-left: 1em;
}
#bandeau_outils .reseaux-sociaux__liste li {
  margin-right: 0.5em;
}
#bandeau_outils .reseaux-sociaux img {
  height: 20px;
}

#page {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.page_content_site {
  display: block;
  margin: 0 auto;
  max-width: 84.375em !important;
  width: 100%;
}

.fiche .photo {
  margin: 0;
}

.banniere__baseline {
  font-size: 1em;
  vertical-align: middle;
  padding-right: 2em;
}

#recherche-simple .plier-deplier__bouton {
  padding: 0.25em 0.6em;
}
#recherche-simple .icon {
  margin: 0;
}

#page_deco {
  margin: 0 auto;
  padding: 0;
  border-bottom: 4px solid;
}
#page_deco:before, #page_deco:after {
  content: "";
  display: table;
}
#page_deco:after {
  clear: both;
}

.cartouche #menu {
  background: none;
  margin: 0;
}

.fixed main {
  padding-top: 100px;
}

.fixed .cartouche {
  box-shadow: 0 3px 4px -4px gray;
  position: fixed;
  top: 0;
  z-index: 800;
  width: 100%;
  -webkit-transition: height 0.2s linear;
  -moz-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.banniere__logo, #menu.plier-deplier__contenu, #menu_principal {
  display: inline-block;
}

#menu #menu_principal > li > a {
  font-size: 1.15em;
}
#menu #menu_principal {
  width: 100%;
}
#menu #menu_principal li:hover a, #menu #menu_principal a:hover {
  background: none;
}

/*
@include respond-min($small-medium) {
	.contenu {
		min-height: 25em;
	}

	#avec_nav_avec_encadres,
	#avec_nav_sans_encadres {
		@include zen-grid-item(3, 2);
	}

	#sans_nav_avec_encadres {
		@include zen-grid-item(3, 1);

		+ #encadres {
			@include zen-clear(none);
			@include zen-grid-item(1, 4);
		}
	}
}

@include respond-min($large-xlarge) {
	#avec_nav_avec_encadres {
		@include zen-grid-item(2, 2);
	}

	#avec_nav_sans_encadres {
		@include zen-grid-item(3, 2);
	}

	#sans_nav_avec_encadres {
		@include zen-grid-item(3, 1);
	}

	#sans_nav_sans_encadres {
		@include zen-grid-item(4, 1);
	}
}
*/
#pied_deco {
  clear: both;
}

#pied_page {
  clear: both;
  margin: 0 auto;
  max-width: 84.375em;
  padding: 1em 0 2em;
  position: relative;
  width: 100%;
}

#haut_page {
  z-index: 1000;
  right: 5%;
  bottom: 5%;
  font-size: 1.5em;
  position: fixed;
}
#haut_page .btn_haut_page {
  background: none;
}
#haut_page span.icon {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 4px;
  margin: 0;
}

#menu_pied_page {
  color: #f1ece8;
  list-style: none;
  padding: 0;
  text-align: center;
}
#menu_pied_page li {
  border-left: 1px solid;
  display: inline;
  margin: 0 1em 0 0;
  padding: 0 0 0 1em;
}
html #menu_pied_page li {
  padding-left: 0;
}
html #menu_pied_page li::before {
  content: none;
  display: none;
}
#menu_pied_page li:first-child {
  border-left: 0;
  padding: 0;
}

.second-pied-page #info-pied_page {
  padding: 1em 0;
}
.second-pied-page #info-pied_page ul {
  padding: 0;
  margin: 0;
}
.second-pied-page #info-pied_page ul li {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}
.second-pied-page ul.box-info-pied_page li.boxcontent-pied_page {
  position: relative;
  width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  color: #FFFFFF;
  vertical-align: top;
  vertical-align: middle;
}
.second-pied-page ul.box-info-pied_page .adresse {
  padding-left: 1em;
}

.troisieme-pied-page #copyright-pied_page {
  text-align: center;
  padding-bottom: 1em;
}
.troisieme-pied-page #copyright-pied_page p {
  font-size: 0.8em;
  margin: 0;
}

div.style1_media a.lanceur_media {
  background: none;
}

.mean-title a img {
  max-height: 3em;
}

.slot, .layout__simple-grid--siteOnePage .layout__gridSlot {
  /*max-height: $slotHeight;*/
  padding: 0 !important;
}

.layout__simple-grid__row_wrapper.site,
.cartouche > div,
#pied_page,
#info-pied_page,
#copyright-pied_page,
.textwidget {
  max-width: 80.000em;
  margin: 0 auto;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
}

.layout__simple-grid--siteOnePage .layout__gridSlot {
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 8.33333%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  /*display: inline-block;*/
  display: block;
  overflow: auto;
}
.layout__simple-grid--siteOnePage .layout__slot--columnspan2 {
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 16.66667%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.layout__simple-grid--siteOnePage .layout__slot--columnspan3 {
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.layout__simple-grid--siteOnePage .layout__slot--columnspan4 {
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 33.33333%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.layout__simple-grid--siteOnePage .layout__slot--columnspan5 {
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 41.66667%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.layout__simple-grid--siteOnePage .layout__slot--columnspan6 {
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.layout__simple-grid--siteOnePage .layout__slot--columnspan7 {
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 58.33333%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.layout__simple-grid--siteOnePage .layout__slot--columnspan8 {
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 66.66667%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.layout__simple-grid--siteOnePage .layout__slot--columnspan9 {
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 75%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.layout__simple-grid--siteOnePage .layout__slot--columnspan10 {
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 83.33333%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.layout__simple-grid--siteOnePage .layout__slot--columnspan11 {
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 91.66667%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.layout__simple-grid--siteOnePage .layout__slot--columnspan12 {
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.layout__simple-grid--siteOnePage .layout__slot--rowspan2 {
  height: 30.2em;
}
.layout__simple-grid--siteOnePage .layout__slot--rowspan3 {
  height: 45.3em;
}
.layout__simple-grid--siteOnePage .layout__slot--rowspan4 {
  height: 60.4em;
}

.layout__simple-grid--siteOnePage .layout__gridSlot.layout__slot--empty {
  display: initial;
}

.layout__simple-grid__row, .card {
  line-height: 0;
}

.card * {
  line-height: normal;
}

/* définition variable selon nb d'enfant */
.colonnes:has(:nth-child(1)) {
  --column-count: 1;
}

.colonnes:has(:nth-child(2)) {
  --column-count: 2;
}

.colonnes:has(:nth-child(3)) {
  --column-count: 3;
}

.colonnes:has(:nth-child(4)) {
  --column-count: 4;
}

.colonnes:has(:nth-child(5)) {
  --column-count: 5;
}

.colonnes:has(:nth-child(6)) {
  --column-count: 6;
}

/* Style colonnes parent */
.colonnes {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  box-sizing: border-box;
  align-items: stretch;
  width: 100%;
}

/* Style des colonnes enfants */
.colonnes > div {
  box-sizing: border-box;
  width: 100%;
}

/* Responsive */
@media (min-width: 768px) {
  .colonnes > div {
    width: calc(50% - 1em);
  }
}
@media (min-width: 1024px) {
  .colonnes > div {
    width: auto;
    flex: 1 1 calc((100% - ((var(--column-count) - 1) * 1em)) / var(--column-count));
  }
}
.layout__slot .card.fullWidth {
  padding: 0;
}
.layout__slot .siteWidth .bloc {
  margin: 0 auto;
  max-width: 84.375em;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.layout__slot .card {
  padding: 3em 1em;
}

.card.diaporama, .card.openstreetmap, .card.ParallaxCard, .card.pictureCard {
  padding: 0;
}

.layout__slot .card.ChiffresCard {
  padding: 3em 0em;
}

.card.diaporama.fullWidth .owl--content {
  margin: 0 auto;
  max-width: 84.375em;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.card.diaporama.siteWidth .owl--content {
  margin: 0 auto;
  width: 80%;
}

.DiaporamaCard .owl-carousel {
  position: relative;
  height: 100%;
  height: 20em;
}
.DiaporamaCard .owl-carousel div:not(.owl-nav), .DiaporamaCard .owl-carousel div:not(.owl-dots) {
  height: 100%;
}
.DiaporamaCard .owl-carousel .owl-nav, .DiaporamaCard .owl-carousel .owl-dots {
  height: auto !important;
}
.DiaporamaCard .owl-carousel .owl-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.DiaporamaCard .owl-carousel div.owl--text {
  position: relative;
  top: 25%;
  width: 25em;
  height: 8em;
  padding: 1em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.DiaporamaCard .owl-carousel .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
.DiaporamaCard .owl-carousel .owl-nav div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 50px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: .9em;
  border-radius: 3px;
  color: #FFF;
  background: #000;
  opacity: .6;
  text-transform: capitalize;
}
.DiaporamaCard .owl-carousel .owl-nav .owl-prev {
  left: 5px;
}
.DiaporamaCard .owl-carousel .owl-nav .owl-next {
  right: 5px;
}

.blocPhotoTexteCard {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.blocPhotoTexteCard .photo {
  background-size: cover;
  background-position: center center;
}
.blocPhotoTexteCard .photo img {
  display: none;
}
.blocPhotoTexteCard .texte {
  box-sizing: border-box;
  padding: 3em 1em 4em 2em;
}
.blocPhotoTexteCard .texte .PhotoTexteCardContent {
  margin-top: 2em;
}
.blocPhotoTexteCard .width40 {
  flex: 0 0 40%;
}
.blocPhotoTexteCard .width50, .blocPhotoTexteCard .width {
  flex: 0 0 50%;
}
.blocPhotoTexteCard .width60 {
  flex: 0 0 60%;
}
.blocPhotoTexteCard .photodroite {
  padding: 3em 1em 4em 1em;
}

.siteWidth .blocPhotoTexteCard .photo {
  background-image: none;
  background-size: 0;
}
.siteWidth .blocPhotoTexteCard .photo img {
  display: block;
}
.siteWidth .blocPhotoTexteCard .texte {
  padding: 2em 0em 2em 2em;
}
.siteWidth .blocPhotoTexteCard .photodroite {
  padding: 2em 2em 2em 0em;
}

.ParallaxCard.desactive .ParallaxImg {
  position: relative;
}
.ParallaxCard.desactive .ParallaxImg img {
  width: 100%;
  height: auto;
  display: block;
}
.ParallaxCard.desactive .ParallaxImg .textwidget {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ParallaxImg {
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ParallaxImg .pullquote-center {
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
  font-size: 1.5em;
}
.ParallaxImg p {
  padding: 0;
  margin: 0;
}

.RsCard .blocRsCard-title {
  margin-bottom: 3em;
}
.RsCard .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.RsCard .grid .grid-item {
  display: flex;
  background-color: #eeeeee;
  box-sizing: border-box;
  flex: 0 1 calc(100% - 1em);
  margin: 0 1em 1em 0;
}
@media screen and (min-width: 30em) {
  .RsCard .grid .grid-item {
    flex: 0 1 calc(50% - 1em);
  }
}
@media screen and (min-width: 48em) {
  .RsCard .grid .grid-item {
    flex: 0 1 calc(33% - 1em);
  }
}
@media screen and (min-width: 73.75em) {
  .RsCard .grid .grid-item {
    flex: 0 1 calc(25% - 1em);
  }
}
@media screen and (min-width: 84.375em) {
  .RsCard .grid .grid-item {
    flex: 0 1 calc(20% - 1em);
  }
}
.RsCard .grid .grid-item-content {
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  display: flex;
  flex-flow: column nowrap;
}
.RsCard .grid .grid-item-content .grid-item-header {
  text-align: center;
  margin-bottom: .7em;
}
.RsCard .grid .grid-item-content .grid-item-times {
  font-style: italic;
}
.RsCard .grid .grid-item-content .grid-item-footer {
  margin-top: .7em;
  text-align: center;
}
.RsCard .grid .social-feeds {
  text-align: center;
  margin-bottom: 0.4em;
  opacity: 0.4;
}
.RsCard .grid .social-feeds:hover {
  opacity: 1;
}

.MapCard {
  padding: 0;
}
.MapCard .MapCardInfo {
  background: #FFFFFF;
  padding: 0.5em;
  position: relative;
  bottom: 50px;
  right: 50%;
  box-shadow: 7px 7px 7px #888888;
}
.MapCard .MapCardInfo::after {
  content: '';
  position: absolute;
  left: 46%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #FFFFFF;
  clear: both;
}

/* -----   .blocTexteCard    ---------- */
.blocTexteCard .TexteCard {
  margin-bottom: 1.5em;
  width: 100%;
}
.blocTexteCard .TexteCard h2 {
  font-size: 1.2em;
}

.fullWidth .TexteCard h2 {
  margin: 0 0 1em 0;
}

@media screen and (min-width: 48em) {
  .blocTexteCard [class*="blocTexteCardContent-"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blocTexteCard .blocTexteCardContent-3 .TexteCard {
    box-sizing: border-box;
    flex: 1 1 calc(33% - 1em);
  }
  .blocTexteCard .blocTexteCardContent-2 .TexteCard, .blocTexteCard .blocTexteCardContent-4 .TexteCard {
    box-sizing: border-box;
    flex: 0 1 calc(50% - 1em);
  }
  .blocTexteCard .blocTexteCard-title {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 73.75em) {
  .blocTexteCard .blocTexteCardContent-4 .TexteCard {
    box-sizing: border-box;
    flex: 0 1 calc(25% - 1em);
  }
}
.blocChiffresCard {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blocChiffresCard .ChiffresBloc {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  padding-right: 1.5em;
  padding-left: 1.5em;
  position: relative;
  width: 100%;
  min-height: 1px;
}
.blocChiffresCard .ChiffresBloc.style0 .ChiffresTexte {
  /*border: 1px solid #eaeaea;*/
}
.blocChiffresCard .ChiffresBloc.style1 .ChiffresTexte {
  border: 1px solid #eaeaea;
}
.blocChiffresCard .ChiffresTexte {
  webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 1.5em;
  text-align: center;
}
.blocChiffresCard .ChiffresTexte h2 {
  margin-bottom: 0.1em;
  font-size: 3em;
  margin-left: 0;
}
.blocChiffresCard .ChiffresTexte h2::before {
  color: inherit;
  content: none;
  border-left: none;
  margin-right: 0;
}
.blocChiffresCard .ChiffresTexte .styletitre2 h2::after {
  content: none;
}
.blocChiffresCard .ChiffresTexte:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0px 20px 26px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 20px 26px -10px rgba(0, 0, 0, 0.3);
}

.blocChiffresCard.nbbloc1 .ChiffresBloc {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.blocChiffresCard.nbbloc2 .ChiffresBloc {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blocChiffresCard.nbbloc3 .ChiffresBloc {
  -ms-flex: 0 0 33.333%;
  flex: 0 0  33.333%;
  max-width: 33.333%;
}

.blocChiffresCard.nbbloc4 .ChiffresBloc {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.pictureCard {
  padding: 0;
}
.pictureCard img {
  height: auto;
}

.title--middle img {
  height: auto;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

ul.objets {
  list-style-type: none;
  margin: 0;
  overflow: visible;
  padding: 0;
}
ul.objets li {
  margin: 0;
  padding: 0;
}
ul.objets li::before {
  content: none;
}

.ficheaccueil ul.objets.actualites {
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1em;
  list-style: none;
  margin: 0;
}
.ficheaccueil ul.objets.actualites .objets__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  padding-top: 0;
}
.ficheaccueil ul.objets.actualites .objets__item .fiche-thumb {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0px;
}
.ficheaccueil ul.objets.actualites .objets__item .fiche-thumb .fiche-thumb__image {
  align-self: start;
  aspect-ratio: 16 / 9;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.ficheaccueil ul.objets.actualites .objets__item .fiche-thumb .fiche-thumb__details {
  padding: 2em;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ficheaccueil ul.objets.actualites .objets__item .fiche-thumb .fiche-thumb__details .fiche-thumb__link {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding-bottom: 1em;
}
.ficheaccueil ul.objets.actualites .objets__item .fiche-thumb .fiche-thumb__details .fiche-thumb__date {
  margin-bottom: 1em;
  color: #DC0814;
}
.ficheaccueil ul.objets.actualites .objets__item .fiche-thumb .fiche-thumb__details .fiche-thumb__more {
  text-align: right;
  position: absolute;
  bottom: 1em;
  width: 100%;
  right: 2em;
}
@media screen and (min-width: 48em) {
  .ficheaccueil ul.objets.actualites {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5em;
  }
  .ficheaccueil ul.objets.actualites .objets__item {
    flex: 1 1 calc(33.333% - 1.5em);
    max-width: calc(33.333% - 1.5em);
  }
}

.objets.formations .formation-item {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.objets.formations .formation-item__details {
  align-items: center;
  color: #303030;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.objets.formations .formation-p-e {
  margin: 0.25em;
}
.objets.formations .formation-p-e[open] .formation-p-e__summary {
  background-color: #DC0814;
  color: #FFFFFF;
  list-style-type: disclosure-open;
}
.objets.formations .formation-p-e__summary {
  background-color: #bdbcbc;
  cursor: pointer;
  display: list-item;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.2;
  list-style-type: disclosure-closed;
  margin: 0;
  padding: 1em;
  text-transform: uppercase;
}
.objets.formations .formation-p-e ul {
  list-style: disc outside url("img/puce.svg");
}

ul.objets .objets__item:not(:first-child) {
  border-top: 1px solid #db001b;
  padding-top: 1em;
}
ul.objets .objets__item {
  margin-bottom: 1em;
}
ul.objets .objets__item .fiche-thumb {
  display: flex;
  gap: 2em;
}
ul.objets .objets__item .fiche-thumb .fiche-thumb__details .fiche-thumb__date {
  padding-bottom: 0.5em;
}
ul.objets .objets__item .fiche-thumb .fiche-thumb__details .fiche-thumb__title {
  margin: 0;
}
ul.objets .objets__item .fiche-thumb .fiche-thumb__details .fiche-thumb__more {
  padding-top: 0.5em;
}
ul.objets .objets__item .fiche-thumb .fiche-thumb__image {
  max-height: 100px;
}

.buttons {
  display: flex;
  gap: 10px;
}

/* Styles des boutons */
.button, .search-form input[type="submit"], .search__button, #js-toggle-topics {
  display: inline-block;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  outline: none;
  text-transform: uppercase;
  font-family: inherit;
}

.button.button-primary:visited, .button.bouton-style1:visited, .search__button:visited {
  color: #FFFFFF;
}

.button.button-secondary:visited, #js-toggle-topics {
  color: #db001b;
}

/* Bouton primary */
.button.button-primary, .search-form input[type="submit"], .button.bouton-style1, .search__button {
  border: 1px solid #db001b;
  /* Bordure verte */
  background-color: #db001b;
  /* Vert */
  color: #fff;
  /* Texte blanc */
}

/* Bouton - Hover et Focus */
.button.button-primary:hover,
.button.button-primary:focus,
.search-form input[type="submit"]:hover,
.search-form input[type="submit"]:focus,
.button.bouton-style1:hover,
.button.bouton-style1:focus,
.button.button-secondary:hover,
.button.button-secondary:focus,
.button.bouton-style2:hover,
.button.bouton-style2:focus,
.search__button:hover,
.search__button:focus,
#js-toggle-topics:hover,
#js-toggle-topics:focus {
  /* border: 1px solid $vert2;*/
  /* Bordure verte */
  /*background-color: transparent;*/
  /* Vert plus foncé */
  /*box-shadow: 0 0 4px 2px rgba(0, 124, 0, 0.5);*/
  /* Lueur légère */
  /*color: $vert2;*/
  /* Vert */
  border-radius: 0;
}

/* Bouton secondary */
.button.button-secondary, .button.bouton-style2, #js-toggle-topics {
  background-color: transparent;
  color: #434343;
  /* Vert */
  border: 1px solid #434343;
  /* Bordure verte */
}

/* Bouton secondary - Hover et Focus */
.button.button-secondary:hover,
.button.button-secondary:focus,
#js-toggle-topics:hover,
#js-toggle-topics:focus {
  /*border: 1px solid $vert2;
  background-color: $vert2;
  color: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 124, 0, 0.5);  */
}

/* Accessibilité RGAA */
.button.button:focus-visible {
  outline: 3px solid #ffcc00;
  /* Contour jaune pour les lecteurs d'écran */
  outline-offset: 3px;
}

.button.button-l {
  font-size: 14px;
}
@media screen and (min-width: 48em) {
  .button.button-l {
    font-size: 17px;
  }
}

.button.button-xl {
  font-size: 16px;
}
@media screen and (min-width: 48em) {
  .button.button-xl {
    font-size: 21px;
    padding: 14px 28px;
  }
}

.button.button-xxl {
  font-size: 19px;
}
@media screen and (min-width: 48em) {
  .button.button-xxl {
    font-size: 32px;
    padding: 16px 45px;
  }
}

body #pied_deco #pied_page {
  text-align: center;
  padding: 0;
}
body #pied_deco #pied_page #menu_pied_page {
  margin: 0;
  padding: 1.5em 0 1.5em;
  color: #ccc;
  list-style: none;
}
body #pied_deco .second-pied-page ul.box-info-pied_page li.boxcontent-pied_page {
  width: 49%;
  max-width: 49%;
}

/*  tablette petite ecran*/
@media screen and (max-width: 73.74em) {
  header .cartouche {
    border-bottom: none;
    margin-bottom: 0;
    height: 3em;
  }

  .banniere__logo {
    display: none;
  }

  #menu {
    width: 100%;
  }

  .js #menu.plier-deplier__contenu {
    display: block;
    top: unset;
    left: unset;
    position: absolute;
  }

  .fixed main {
    padding-top: 61px;
  }
}
/* mobile tablette affichage menu hamburgeur*/
@media screen and (max-width: 47.99em) {
  .blocChiffresCard .ChiffresBloc {
    margin-top: 1.5em;
  }

  .blocChiffresCard.nbbloc4 .ChiffresBloc {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blocPhotoTexteCard.blocPhotoTexteCarddroite {
    flex-direction: column-reverse;
  }

  .blocPhotoTexteCard .texte, .blocPhotoTexteCard .photo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .blocPhotoTexteCard .photo img {
    display: block;
  }

  .siteWidth .blocPhotoTexteCard .texte {
    padding: 2em 0em 2em 0em;
  }
  .siteWidth .blocPhotoTexteCard .photodroite {
    padding: 2em 0em 2em 0em;
  }
}
/*petit mobile*/
@media screen and (max-width: 29.99em) {
  .blocChiffresCard.bloc .ChiffresBloc, .blocTexteCard .TexteCard {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  body #pied_deco .second-pied-page ul.box-info-pied_page li.boxcontent-pied_page {
    width: 100%;
    max-width: 100%;
  }

  body #pied_deco .second-pied-page ul.box-info-pied_page li.boxcontent-pied_page {
    text-align: center;
    margin-bottom: 1em;
  }

  ul.rs li a img {
    max-width: 45px;
  }
}
/*RESPONSIVE MENU*/
#content_menu #menu.mean-container {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFF;
  margin: 0;
  box-shadow: 0 3px 4px -4px gray;
  z-index: 1000;
}

.mean-container .mean-bar .mean-title {
  padding-left: 1em;
  box-sizing: border-box;
  font-weight: bold;
  height: 3em;
}

.mean-container .mean-nav {
  margin-top: 0;
}

.mean-container a.meanmenu-reveal {
  padding: 13px;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 27px;
}

.mean-container #logo-site {
  max-height: 51px;
  margin: 0 1em;
}

.mean-container .mean-bar {
  background: none !important;
  background-color: transparent;
  padding: 0;
}
