/*
#@squelettes/css/lessfrancesca.less
*/
/* fichier less/css site francesca Bonato chorégraphe */
/* couleurs du site */
/*#FAF5EB;*/
/* colorer les éléments */
.ennoir {
  color: #07020b;
  border-color: #07020b;
}
.ennoir svg > * {
  fill: #07020b;
  stroke: #07020b;
}
.ennoir .flechepicto > * {
  fill: none;
}
.enblanc {
  color: #f2f5f7;
  border-color: #f2f5f7;
}
.enblanc svg,
.enblanc .svgpicto,
.enblanc .svgelem {
  fill: #f2f5f7 !important;
  stroke: #f2f5f7 !important;
}
.enblanc #picto_fleche .svgelem {
  fill-opacity: 0.001 !important;
}
.enbeige {
  color: #ebe6dd;
  border-color: #ebe6dd;
}
.enbeige svg > * {
  fill: #ebe6dd !important;
  stroke: #ebe6dd !important;
}
.enbeige .flechepicto > * {
  fill-opacity: 0.001 !important;
}
.engris-1 {
  color: #8c9495;
  border-color: #8c9495;
}
.engris-1 svg > * {
  fill: #8c9495;
  stroke: #8c9495;
}
.engris-1 .flechepicto > * {
  fill: none;
}
.enroxo-1 {
  color: #b79ca1;
  border-color: #b79ca1;
}
.enroxo-1 svg > * {
  fill: #b79ca1;
  stroke: #b79ca1;
}
.enroxo-1 .flechepicto > * {
  fill: none;
}
.engris-pale {
  color: #76a5b6;
  border-color: #76a5b6;
}
.engris-pale svg > * {
  fill: #76a5b6;
  stroke: #76a5b6;
}
.engris-pale .flechepicto > * {
  fill: none;
}
/* colorer les fonds */
.fdnoir {
  background-color: #07020b;
  color: #f2f5f7;
  border-color: #f2f5f7;
}
.fdnoir svg,
.fdnoir .svgpicto,
.fdnoir .svgelem {
  fill: #f2f5f7 !important;
  stroke: #f2f5f7 !important;
}
.fdnoir #picto_fleche .svgelem {
  fill-opacity: 0.001 !important;
}
.fdblanc {
  background-color: #f2f5f7;
  color: #07020b;
  border-color: #07020b;
}
.fdblanc svg > * {
  fill: #07020b;
  stroke: #07020b;
}
.fdblanc .flechepicto > * {
  fill: none;
}
.fdbeige {
  background-color: #ebe6dd;
  color: #07020b;
  border-color: #07020b;
}
.fdbeige svg > * {
  fill: #07020b;
  stroke: #07020b;
}
.fdbeige .flechepicto > * {
  fill: none;
}
.fdgris {
  background-color: #8c9495;
}
.fdroxo {
  background-color: #b79ca1;
}
.fdgris-pale {
  background-color: #76a5b6;
  color: #07020b;
  border-color: #07020b;
}
.fdgris-pale svg > * {
  fill: #07020b;
  stroke: #07020b;
}
.fdgris-pale .flechepicto > * {
  fill: none;
}
/* ------------------------------------------------------------ */
/* css typo francesca bonato */
/* fonts du site */
.typo-paragraphe {
  font-family: "noway_round", sans-serif;
}
.typo-titre {
  font-family: "bely-display", serif;
}
.typo-exergue {
  font-family: "classica-pro", serif;
}
/* réglage des fonts */
body {
  font-family: "noway_round", sans-serif;
  color: #07020b;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  line-height: 1.5;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
p,
li {
  text-align: left;
  font-size: 1rem;
}
ul.spip {
  text-align: left;
  list-style-type: disc;
}
h1,
.h1-like {
  text-transform: uppercase;
  font-family: "bely-display", serif;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: .01em;
}
@media (max-width: 640px) {
  h1,
  .h1-like {
    font-size: 2em;
  }
}
h2,
.h2-like {
  font-family: "bely-display", serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
  hyphens: manual;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
}
h3,
.h3-like {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 1.125rem;
  hyphens: manual;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
}
h4,
.h4-like {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
}
h2 + div {
  margin-top: 5rem;
}
h4 + p {
  margin-top: 0;
}
h2 + p,
h3 + p,
h4 + p {
  margin-top: 0;
}
p + h3,
p + h2,
h3 + h3,
h3 + div {
  margin-top: 3.5rem;
}
p + h4 {
  margin-top: 1.5rem;
}
blockquote.spip,
blockquote.spip > * {
  background: none;
  font-family: "classica-pro", serif;
  font-style: italic;
}
blockquote::before {
  content: "\201C";
}
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
}
a.spip_doc::before {
  display: inline-block;
  margin-right: .5em;
  padding-left: .225em;
  margin-left: -1rem;
  content: "\21E3";
  font-family: sans-serif;
}
a,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit;
}
.spip_art_conteneur p {
  margin-bottom: .9rem;
}
/* classes typographiques d'usage courant */
.enmaj {
  text-transform: uppercase;
}
.engras {
  font-weight: bold;
}
.enitalic {
  font-style: italic;
}
.sanscesure {
  overflow-wrap: normal;
  word-break: keep-all;
  -webkit-overflow-wrap: normal;
  -webkit-word-break: keep-all;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
}
/* helpers typographiques */
.nohyphens {
  word-break: keep-all;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}
.nosouligne {
  text-decoration: none !important;
}
.minus {
  text-transform: lowercase;
}
.minus:first-child {
  text-transform: capitalize;
}
.texteplusgros {
  font-size: 1em;
}
@media (min-width: 992px) {
  .texteplusgros {
    font-size: 1.15em;
  }
}
.textemoinsgros {
  font-size: 1em;
}
@media (max-width: 575px) {
  .textemoinsgros {
    font-size: .8em;
  }
}
.textemoinsgros h2,
.textemoinsgros .h2-like {
  font-size: 1.25rem;
}
.textemoinsgros h4,
.textemoinsgros .h4-like {
  font-size: .9rem;
}
/* ------------------------------------------------------------ */
/* Feuille de style additionnelle du site */
.titre-section {
  font-family: "bely-display", serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
  hyphens: manual;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  color: inherit;
}
.exergue {
  line-height: 1.5;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  font-family: "classica-pro", serif;
  font-size: 1.25rem;
  font-weight: 100;
  font-style: italic;
  word-break: keep-all;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}
.exerguebig {
  line-height: 1.5;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  /*font-size: 1.15rem;*/
  font-family: "noway_round", sans-serif;
  font-weight: 100;
  word-break: keep-all;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}
.signature {
  line-height: 1.5;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  font-family: "classica-pro", serif;
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  margin-top: 2rem;
  text-align: right;
  word-break: keep-all;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}
.spip_doc_legende,
.legende {
  font-size: .6rem;
  line-height: 1.1;
  line-height: 1.5;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  text-transform: uppercase;
  font-family: "noway_round", sans-serif;
  font-weight: 100;
  max-width: 100% !important;
}
.infocote {
  display: block;
  margin: 1rem 0 0 1rem;
  padding: 1rem;
  text-align: left !important;
}
@media (max-width: 575px) {
  .infocote {
    margin-left: 0;
  }
}
.infocote h4.iteminfo-titre {
  font-size: .8rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: .9;
  margin: 0;
  color: #f2f5f7;
  border-color: #f2f5f7;
}
.infocote h4.iteminfo-titre svg,
.infocote h4.iteminfo-titre .svgpicto,
.infocote h4.iteminfo-titre .svgelem {
  fill: #f2f5f7 !important;
  stroke: #f2f5f7 !important;
}
.infocote h4.iteminfo-titre #picto_fleche .svgelem {
  fill-opacity: 0.001 !important;
}
.infocote p.iteminfo-detail {
  font-size: .85rem;
  line-height: 1;
  margin: 0 0 .75rem 0;
}
.infocote p.iteminfo-detail a {
  text-decoration: underline;
}
.infocote:has(div) {
  background-color: #b79ca1;
}
h3.actu-titre {
  font-family: "classica-pro", serif;
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  word-break: keep-all;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  margin-bottom: .25rem;
}
.actu-date {
  display: block;
  font-family: "noway_round", sans-serif;
  font-size: .75rem;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
p.actu-intro {
  font-family: "noway_round", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
}
svg.logofooter rect {
  fill: none !important;
  stroke: none !important;
}
svg.logofooter path {
  fill: #ebe6dd !important;
  stroke: none !important;
}
/* pas de stroke pour le logo du site */
.svg-text-logo {
  stroke-width: 0 !important;
}
/* ------------------------------------------------------------ */
/* Helpers génériques */
/* variables de tailles d'écrans */
/* ------ Helpers ------ */
/* Helpers de structure */
.panneau {
  display: flex;
  align-items: center;
  /* centrage vertical */
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pleinecran {
  min-height: 100vh;
}
.troisquartsecran {
  height: 80vh;
}
.deuxtiersecran {
  height: 66vh;
}
.demiecran {
  height: 50vh;
}
.quarantepcecran {
  height: 40vh;
}
.untiersecran {
  height: 33vh;
}
.unquartecran {
  height: 25vh;
}
.troisquartsecran,
.deuxtiersecran,
.demiecran,
.quarantepcecran,
.untiersecran,
.unquartecran {
  overflow-y: hidden;
}
.fulllarg {
  width: 100%;
  text-align: center;
}
.fulllarg img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.pleinelarg {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.deuxtierslarg {
  width: 66% !important;
  margin-left: auto;
  margin-right: auto;
}
.troisquartslarg {
  width: 75% !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .pleinelarg,
  .deuxtierslarg,
  .troisquartslarg {
    width: 95% !important;
  }
}
.absolutecont {
  position: relative;
}
.w33 {
  width: 33%;
}
.w50 {
  width: 50%;
}
.w66 {
  width: 66%;
}
.w75 {
  width: 75%;
}
@media (max-width: 575px) {
  .w33,
  .w50,
  .w66,
  .w75 {
    width: 95% !important;
  }
}
.clear,
.clearfix {
  clear: both;
}
/* retraitement articles spip
	incluant les classes additionnelles
		du couteau suisse */
.spip_fd-full {
  width: 100vw;
  align-self: center;
  margin: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.spip_fd-full > * {
  margin: 0 auto;
  max-width: 1040px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.spip_fdnoir {
  width: 100vw;
  align-self: center;
  margin: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #07020b;
  color: #f2f5f7;
  border-color: #f2f5f7;
}
.spip_fdnoir > * {
  margin: 0 auto;
  max-width: 1040px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.spip_fdnoir svg,
.spip_fdnoir .svgpicto,
.spip_fdnoir .svgelem {
  fill: #f2f5f7 !important;
  stroke: #f2f5f7 !important;
}
.spip_fdnoir #picto_fleche .svgelem {
  fill-opacity: 0.001 !important;
}
.spip_fdblanc {
  width: 100vw;
  align-self: center;
  margin: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #f2f5f7;
  color: #07020b;
  border-color: #07020b;
}
.spip_fdblanc > * {
  margin: 0 auto;
  max-width: 1040px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.spip_fdblanc svg > * {
  fill: #07020b;
  stroke: #07020b;
}
.spip_fdblanc .flechepicto > * {
  fill: none;
}
.spip_fdbeige {
  width: 100vw;
  align-self: center;
  margin: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #ebe6dd;
  color: #07020b;
  border-color: #07020b;
}
.spip_fdbeige > * {
  margin: 0 auto;
  max-width: 1040px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.spip_fdbeige svg > * {
  fill: #07020b;
  stroke: #07020b;
}
.spip_fdbeige .flechepicto > * {
  fill: none;
}
.spip_fdgris {
  width: 100vw;
  align-self: center;
  margin: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #8c9495;
}
.spip_fdgris > * {
  margin: 0 auto;
  max-width: 1040px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.spip_fdroxo {
  width: 100vw;
  align-self: center;
  margin: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #b79ca1;
}
.spip_fdroxo > * {
  margin: 0 auto;
  max-width: 1040px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.spip_fdgris-pale {
  width: 100vw;
  align-self: center;
  margin: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #76a5b6;
  color: #07020b;
  border-color: #07020b;
}
.spip_fdgris-pale > * {
  margin: 0 auto;
  max-width: 1040px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.spip_fdgris-pale svg > * {
  fill: #07020b;
  stroke: #07020b;
}
.spip_fdgris-pale .flechepicto > * {
  fill: none;
}
.spip_image-full {
  width: 75vw;
  align-self: center;
  margin: 0;
  padding: 0;
}
.spip_image-full .spip_documents,
.spip_image-full .spip_documents.spip_documents_center {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .spip_image-full {
    width: 100vw;
  }
}
.spip_doc_inner {
  position: relative;
}
/* affichage des légendes enabsolute, sur les images */
.spip_documents_left:after {
  clear: both;
}
h4.spip {
  clear: both;
}
h3.spip {
  clear: both;
}
.spip_art_conteneur {
  overflow-x: visible;
  display: flex;
  flex-direction: column;
}
.spip_2colonnes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.5rem;
  width: 75%;
  margin: 0 auto;
}
.spip_2colonnes .spip_col {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}
@media (max-width: 575px) {
  .spip_2colonnes {
    width: 95% !important;
  }
  .spip_2colonnes .spip_col {
    padding: 0 .5rem;
  }
}
@media (max-width: 991px) {
  .spip_2colonnes {
    display: block;
  }
}
.spip_doc_legende,
.legende {
  margin: 0;
  text-align: right;
  padding: .25rem 1.5rem .25rem .25rem;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}
.spip_doc_legende .spip_doc_titre,
.legende .spip_doc_titre,
.spip_doc_legende .spip_doc_descriptif,
.legende .spip_doc_descriptif,
.spip_doc_legende .spip_doc_credits,
.legende .spip_doc_credits {
  text-align: inherit;
}
@media (max-width: 575px) {
  .spip_doc_legende,
  .legende {
    position: initial;
    display: inline-block;
    width: 100%;
    max-width: 100% !important;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.spip_document .oembed,
.spip_documents .oembed {
  max-width: 100% !important;
  padding: 0;
  border: 0;
}
/* Helpers images */
.imgdefond {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.rollovergray img {
  filter: grayscale(80%);
}
.rollovergray:hover img {
  filter: grayscale(0);
}
.rolloversepia img {
  filter: sepia(0%);
}
.rolloversepia:hover img {
  filter: sepia(30%);
}
.imggray img {
  filter: grayscale(80%);
}
.fusionmult img {
  mix-blend-mode: multiply;
}
.fdradial {
  background: radial-gradient(#7fb2cf 0, #416478 50%, #282328 80%);
}
.transp-100 {
  opacity: 1;
}
.transp-90 {
  opacity: .9;
}
.transp-80 {
  opacity: .8;
}
.transp-70 {
  opacity: .7;
}
.transp-60 {
  opacity: .6;
}
.transp-50 {
  opacity: .5;
}
.transp-40 {
  opacity: .4;
}
.transp-30 {
  opacity: .3;
}
.transp-20 {
  opacity: .2;
}
.transp-10 {
  opacity: .1;
}
/* boutons et pictos */
.bouton {
  display: inline-block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #07020b;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: #b79ca1;
  font-family: "bely-display", serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
  hyphens: manual;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  font-family: "noway_round", sans-serif;
  line-height: 1;
  transition: all 2s ease;
}
.bouton:focus,
.bouton:active,
.bouton:hover {
  background-color: #76a5b6;
  color: #07020b;
  border-color: #07020b;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 13px 14px 38px -15px rgba(0, 0, 0, 0.77) inset;
  -webkit-box-shadow: 13px 14px 38px -15px rgba(0, 0, 0, 0.77) inset;
  -moz-box-shadow: 13px 14px 38px -15px rgba(0, 0, 0, 0.77) inset;
}
.bouton:focus svg > *,
.bouton:active svg > *,
.bouton:hover svg > * {
  fill: #07020b;
  stroke: #07020b;
}
.bouton:focus .flechepicto > *,
.bouton:active .flechepicto > *,
.bouton:hover .flechepicto > * {
  fill: none;
}
.bouton2 {
  display: inline-block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  font-family: "noway_round", sans-serif;
  border: none;
  border: 1px solid;
  padding: 1rem;
  text-transform: uppercase;
  line-height: 1;
  transition: all 2s ease;
  margin: 1rem auto;
}
.bouton2:focus,
.bouton2:active,
.bouton2:hover {
  background-color: #b79ca1;
}
.picto20 {
  width: 20px;
  height: auto;
  display: inline-block;
}
/* Play button - Modification css plugin oembed pour l'affichage du bouton play */
.oe-play-button button {
  text-indent: -5000em;
  cursor: pointer;
  position: absolute;
  display: block;
  padding: 0;
  left: 50%;
  top: 50%;
  border: 2px solid #ddd;
  background: transparent;
  width: 66px;
  height: 66px;
  margin-left: -33px;
  margin-top: -33px;
  z-index: 10;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.oe-play-button button:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 1px;
  display: block;
  padding: 0;
  border: none;
  width: 68px;
  height: 68px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.oe-play-button button:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  border-left: 20px solid #ddd;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: -7px;
  margin-top: -10px;
  z-index: 11;
}
.oe-play-button:hover button,
.oe-play-button button:focus {
  background-color: transparent;
}
.oe-play-button:hover button,
.oe-play-button button:focus {
  border-color: #000;
}
.oe-play-button:hover button:after,
.oe-play-button:hover button:focus:after {
  border-left-color: #000;
}
/* ne pas redimensionner les stroke avec la taille du svg */
#picto_fleche .svgelem {
  vector-effect: non-scaling-stroke;
}
/* Helpers de positionnement et affichage */
.txtcentre {
  text-align: center;
}
.txtleft {
  text-align: left;
}
.txtright {
  text-align: right;
}
.centre {
  margin-right: auto;
  margin-left: auto;
}
.centregrid {
  justify-self: center;
}
.limit95 {
  max-width: 95% !important;
  margin-right: auto;
  margin-left: auto;
}
.limit1040px {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1039px) {
  .limit1040px {
    max-width: 95% !important;
    margin-right: auto;
    margin-left: auto;
  }
}
.limit1250px {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1249px) {
  .limit1250px {
    max-width: 95% !important;
    margin-right: auto;
    margin-left: auto;
  }
}
.limit1440px {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1439px) {
  .limit1440px {
    max-width: 95% !important;
    margin-right: auto;
    margin-left: auto;
  }
}
.visiblesipetit {
  display: none;
}
@media (max-width: 991px) {
  .visiblesipetit {
    display: block;
  }
}
.cachesipetit {
  display: block;
}
@media (max-width: 991px) {
  .cachesipetit {
    display: none !important;
  }
}
.cache {
  display: none !important;
}
.margeheader {
  padding-top: 100px;
}
@media (max-width: 600px) {
  .margeheader {
    padding-top: 60px;
    /* Réduction de la hauteur du header */
  }
}
.enligne {
  display: inline-block;
}
/* Helpers de blocs et bordures */
.nobord {
  border: none;
}
.borddroit {
  border: none;
  border-right: 1px solid;
}
.bordleft {
  border: none;
  border-left: 1px solid;
}
.bordbas {
  border: none;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
}
.bordhaut {
  border: none;
  border-top: 1px solid;
  padding-top: 1rem;
}
.bordhautbas {
  border: none;
  border-top: 1px solid;
  padding-top: 1rem;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
}
.bordfull {
  border: none;
  border: 1px solid;
  padding: 1rem;
}
/* helpers de marge */
.margeleft,
.margex,
.margefull {
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .margeleft,
  .margex,
  .margefull {
    margin-left: 1rem;
  }
}
.margeright,
.margex,
.margefull {
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .margeright,
  .margex,
  .margefull {
    margin-right: 1rem;
  }
}
.margetop,
.margey,
.margefull {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .margetop,
  .margey,
  .margefull {
    margin-top: 1rem;
  }
}
.margebas,
.margey,
.margefull {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .margebas,
  .margey,
  .margefull {
    margin-bottom: 1rem;
  }
}
.ombreinterne {
  box-shadow: 0px 75px 59px -18px rgba(0, 0, 0, 0.46) inset;
  -webkit-box-shadow: 0px 75px 59px -18px rgba(0, 0, 0, 0.46) inset;
  -moz-box-shadow: 0px 75px 59px -18px rgba(0, 0, 0, 0.46) inset;
}
.caption-bigimg {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #f2f5f7;
  border-color: #f2f5f7;
  transition-property: all;
  transition-duration: .5s;
}
.caption-bigimg svg,
.caption-bigimg .svgpicto,
.caption-bigimg .svgelem {
  fill: #f2f5f7 !important;
  stroke: #f2f5f7 !important;
}
.caption-bigimg #picto_fleche .svgelem {
  fill-opacity: 0.001 !important;
}
.caption-bigimg svg {
  height: 5rem;
  transition-property: transform;
  transition-duration: .5s;
}
.caption-bigimg:hover {
  background-color: rgba(183, 156, 161, 0.5);
}
.caption-bigimg:hover svg {
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .caption-bigimg h1,
  .caption-bigimg .h1-like {
    font-size: 2.25rem;
  }
}
/* helpers de background */
.bgfixe {
  background-attachment: fixed;
}
/* limitation de la largeur du texte pour les articles issus de la base données */
.longtexte p,
.longtexte .p-like,
.longtexte ul,
.longtexte ol,
.longtexte dl,
.longtexte blockquote,
.longtexte pre,
.longtexte td,
.longtexte th,
.longtexte label,
.longtexte textarea,
.longtexte caption,
.longtexte details,
.longtexte figure,
.longtexte h1,
.longtexte h1-like,
.longtexte h2,
.longtexte h2-like,
.longtexte h3,
.longtexte h3-like,
.longtexte h4,
.longtexte h4-like {
  max-width: 50rem !important;
  margin-right: auto;
  margin-left: auto;
}
/* ------------------------------------------------------------ */
/* éléments structurels du site (header, navigation, footer) */
/* Header site */
.menulogo {
  transition: transform 0.5s ease;
  width: 212px;
  height: 100px;
  margin-left: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
}
header {
  display: block;
  height: 100px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  z-index: 100 !important;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
header svg {
  margin: 0;
  padding: 0;
  height: 100%;
  width: auto;
  transform-origin: top left;
  /* Définit l'origine de transformation */
  transition: transform 0.5s ease, height 0.5s ease;
}
/* Réduction avec une matrice */
@media (max-width: 600px) {
  header {
    height: 60px;
    /* Réduction de la hauteur du header */
  }
  header svg {
    transform: matrix(0.6, 0, 0, 0.6, 0, 0);
    /* Mise à l'échelle à 60% */
  }
}
/* menu de navigation */
#menuburger {
  display: block;
  position: fixed;
  z-index: 110 !important;
  top: 0;
  right: 1rem;
  margin: .5rem 1rem;
  padding: .5rem 0 0 0;
  width: 3rem;
  height: 2.5rem;
  text-align: center;
  background-color: #B79CA164;
  background-blend-mode: multiply;
  /* Common button styles */
  /* cross button */
}
#menuburger input {
  display: none;
}
#menuburger .nav-button2 {
  position: relative;
  display: block;
  height: 23px;
  width: 2rem;
  margin: 0 auto;
  background-color: transparent;
  background-image: linear-gradient(to right, #f2f5f7, #f2f5f7);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  padding: 0;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: 0.25s cubic-bezier(0.17, 0.67, 0.89, 1.4);
  transition-property: transform;
  will-change: transform;
}
#menuburger .nav-button2::before,
#menuburger .nav-button2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 3px;
  background-color: #f2f5f7;
  transition: .25s;
  transition-property: transform, top;
  will-change: transform, top;
}
#menuburger .nav-button2::before {
  top: 0;
}
#menuburger .nav-button2::after {
  top: calc(100% - 3px);
}
#menuburger .cross-button,
#menuburger .cross-button:hover {
  background-image: none;
}
#menuburger .cross-button::before,
#menuburger .cross-button::after {
  top: 50%;
}
#menuburger .cross-button::before {
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
}
#menuburger .cross-button::after {
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -45deg);
}
@media (min-width: 1330px) {
  #menuburger {
    display: none;
  }
}
#navig_en-ligne {
  display: inline-block;
  position: absolute;
  z-index: 101;
  top: 2rem;
  left: 0;
  right: 0;
  background-color: #07020b;
  color: #f2f5f7;
  border-color: #f2f5f7;
  opacity: .6;
  border: none;
  border-top: 1px solid;
  padding-top: 1rem;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  font-size: .8rem;
  line-height: 1rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  text-align: right;
  padding-right: 2rem;
}
#navig_en-ligne svg,
#navig_en-ligne .svgpicto,
#navig_en-ligne .svgelem {
  fill: #f2f5f7 !important;
  stroke: #f2f5f7 !important;
}
#navig_en-ligne #picto_fleche .svgelem {
  fill-opacity: 0.001 !important;
}
#navig_en-ligne svg,
#navig_en-ligne .svgpicto,
#navig_en-ligne .svgelem {
  fill: #f2f5f7 !important;
  stroke: #f2f5f7 !important;
}
#navig_en-ligne #picto_fleche .svgelem {
  fill-opacity: 0.001 !important;
}
#navig_en-ligne * {
  display: inline !important;
  vertical-align: baseline;
  margin-left: .5rem;
}
@media (max-width: 1329px) {
  #navig_en-ligne {
    display: none;
  }
}
#navig_generale {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 109 !important;
  margin-top: 60px;
  width: 300px;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: width 0.15s ease-out;
  -moz-transition: width 0.15s ease-out;
  -webkit-transition: width 0.15s ease-out;
  background-color: #f2f5f7;
  color: #07020b;
  border-color: #07020b;
  opacity: .8;
  /* Apparition & disparition des sous menus */
}
#navig_generale svg > * {
  fill: #07020b;
  stroke: #07020b;
}
#navig_generale .flechepicto > * {
  fill: none;
}
#navig_generale a {
  text-decoration: none;
}
#navig_generale ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  font-style: normal;
  text-transform: uppercase;
}
#navig_generale .itemmenunav {
  display: block;
  position: relative;
  width: 100%;
  /*height: 3rem;*/
  padding: 1rem 0 1rem 2rem;
  border-top: 1px solid #07020b;
}
#navig_generale .itemmenunav a {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}
#navig_generale .itemmenunav label,
#navig_generale .itemmenunav label::before {
  font-weight: bold;
  display: inline-block;
  text-align: center !important;
  width: 2em;
  font-size: 1.5rem;
  margin: 0 0 0 -2.2em;
  padding: 0 0 0 1.35em;
}
#navig_generale .itemmenunav:hover {
  background-color: #b79ca1;
  color: #f2f5f7;
  border-color: #f2f5f7;
}
#navig_generale .itemmenunav:hover svg,
#navig_generale .itemmenunav:hover .svgpicto,
#navig_generale .itemmenunav:hover .svgelem {
  fill: #f2f5f7 !important;
  stroke: #f2f5f7 !important;
}
#navig_generale .itemmenunav:hover #picto_fleche .svgelem {
  fill-opacity: 0.001 !important;
}
#navig_generale .itemmenunav.on {
  font-weight: bold;
}
#navig_generale .menu-items__lien,
#navig_generale .menu-items__texte {
  font-size: 1rem;
}
#navig_generale .has-sub {
  position: relative;
  margin: 0;
}
#navig_generale .has-sub > h2 {
  border-bottom: 1px dotted #07020b;
}
#navig_generale .has-sub > ul {
  margin-top: 1rem;
}
#navig_generale .has-sub ul li {
  width: 100%;
  display: block;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  text-overflow: ellipsis;
}
#navig_generale .has-sub ul li a {
  margin-top: 1rem;
  display: inline-block;
  text-transform: uppercase;
  opacity: 1;
}
@media (min-width: 640px) {
  #navig_generale .togglessmenu ul li > a {
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.25s ease-in-out;
  }
  #navig_generale .togglessmenu:hover ul li > a,
  #navig_generale .togglessmenu:active ul li > a,
  #navig_generale .togglessmenu:focus ul li > a {
    /*padding: 1.5em .5em 0.25em .5em;*/
    height: 2rem;
    opacity: 1;
    margin: 0;
    text-transform: uppercase;
    display: block;
    transition: all 0.25s ease-in-out;
  }
  #navig_generale .sousmenunav + .sousmenunav > a {
    padding-top: 0.1em;
  }
}
#navig_generale.navcollapse {
  width: 0;
}
#navig_generale.menuactif {
  width: 320px;
}
/* FOOTER */
/* encart logo */
.footer-logo {
  height: 125px;
  margin-left: 0;
  margin-right: auto;
}
/* contact */
.footer-contact p {
  line-height: 1.2;
}
/* copyright & partners */
.footer-copyright {
  height: 65px;
  line-height: 65px !important;
}
.footer-partners {
  height: 65px;
  line-height: 65px;
  text-align: left;
}
.footer-partners svg {
  max-width: 150px;
  margin: 0 0 1rem 0;
}
/* boutons reseaux sociaux : socicon */
/*.rezosocio {margin: 1rem auto !important;}*/
.socicon-facebook:before {
  content: "\e028";
}
.socicon-instagram:before {
  content: "\e044";
}
.socicon-vimeo:before {
  content: "\e093";
}
.socicon-twitter:before {
  content: "\e08d";
}
.socicon-mail:before {
  content: "\e050";
}
.socicon-youtube:before {
  content: "\e0a5";
}
#footersite {
  /*padding-top: 2.5rem;*/
}
#footersite .footer-contact {
  margin-top: 1.25rem;
}
#footersite .footer-contact p {
  line-height: 1.2;
  font-size: .8rem;
  text-align: left;
}
#footersite .rezosocio {
  height: 1.5rem;
  overflow-y: hidden;
  text-align: left;
  margin-top: .5rem;
}
#footersite a.bouton-rezos {
  padding: .25rem 0;
  margin: 0 .5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  height: 1.5rem;
  width: 1.5rem;
  transition: font-size 0.25s, padding 0.25s;
}
#footersite a.bouton-rezos .socicon {
  margin: 0 auto;
  line-height: 1.5rem;
  color: #f2f5f7;
  border-color: #f2f5f7;
}
#footersite a.bouton-rezos .socicon svg,
#footersite a.bouton-rezos .socicon .svgpicto,
#footersite a.bouton-rezos .socicon .svgelem {
  fill: #f2f5f7 !important;
  stroke: #f2f5f7 !important;
}
#footersite a.bouton-rezos .socicon #picto_fleche .svgelem {
  fill-opacity: 0.001 !important;
}
#footersite a.bouton-rezos:hover {
  font-size: 1.15rem;
  padding: 0 0;
}
/* formulaire formidable */
.formulaire_formidable-3 input[type=submit] {
  display: none;
}
.formulaire_formidable-3 p.boutons {
  visibility: hidden;
}
.formulaire_spip .editer {
  text-align: left;
}
/* message réponse */
.formulaire_formidable-3 .reponse_formulaire {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.reponse_formulaire_ok {
  background: #8c9495;
  color: #f2f5f7;
  border: none;
}
/* mise en page champs */
/* labels de manière générale */
.formulaire_formidable-3 label {
  display: block;
  font-size: 1.25rem;
  /*color: black;*/
  padding: 0;
  /*height: 2.4rem;
	line-height: 2.4rem;*/
  letter-spacing: -0.05rem;
  font-weight: inherit;
}
/* label champ input 1, soit l'endroit où on met son mail */
.formulaire_formidable-3 label[for="champ_input_1"] {
  display: none;
}
.formulaire_formidable-3 p.explication {
  font-size: .85rem;
  margin-bottom: 0.5em;
  text-align: left;
}
/* label butt envoi */
.formulaire_formidable-3 label.voismoi {
  display: inline-block;
}
.formulaire_formidable-3 label.buttenvoi {
  border: none;
  margin: 0;
  margin-left: -5px;
  font-size: 1.5rem;
  padding: 0 .5rem;
  transition-property: transform;
  transition-duration: .5s;
}
.formulaire_formidable-3 label.buttenvoi:hover {
  transform: rotate(180deg);
}
/* input de manière générale */
.formulaire_formidable-3 input {
  margin: 0;
}
/* champ input (texte) */
.formulaire_formidable-3 input[type=text] {
  display: inline-block;
  margin: 0;
  height: 30px;
  padding: 0 1rem;
  max-width: 20em;
  border: 1px solid white;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
  font-size: .8rem;
}
.formulaire_formidable-3 input[type=text]::-webkit-input-placeholder {
  color: #f2f5f7;
}
.formulaire_formidable-3 input[type=text]:-moz-placeholder {
  /* older Firefox*/
  color: #f2f5f7;
}
.formulaire_formidable-3 input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #f2f5f7;
}
.formulaire_formidable-3 input[type=text]:-ms-input-placeholder {
  color: #f2f5f7;
}
/* --------------------------------------------------------- */
/* affichage video en background sur la page d'accueil */
#heroscrollbutt {
  display: block;
  position: absolute;
  width: 100px;
  height: auto;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
#heroscrollbutt svg {
  transform: rotate(90deg);
}
#heroscrollbutt svg > * {
  stroke-width: .75 !important;
}
.background_elem {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.background_fixed {
  position: fixed;
  z-index: -1;
}
.hero_cartouche {
  display: block;
  text-align: left;
  line-height: 1;
  position: absolute;
  max-width: 400px;
  bottom: 4rem;
  left: 4rem;
}
.hero_cartouche .h1-like {
  font-size: 2rem;
  line-height: 1;
}
.hero_cartouche .h2-like {
  font-size: 1.5rem;
  line-height: 1;
}
.hero_cartouche .h4-like {
  font-size: 1rem;
  line-height: 1;
}
.hero_cartouche .p-like {
  font-size: .9rem;
  line-height: 1;
}
.hero_cartouche_smalltop {
  display: block;
  text-align: left;
  line-height: 1;
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: .5rem;
}
/* Conteneur du slider */
.citation-slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
/* Flèches de navigation */
.nav-arrow {
  width: 10%;
  background: none;
  border: none;
  font-size: 2em;
  cursor: pointer;
  padding: 0;
}
/* Wrapper et contenu du slider */
.slider-wrapper {
  overflow: hidden;
  width: 80%;
}
.slider-content {
  display: flex;
  transition: transform 0.3s ease;
}
.slider-item {
  flex: 0 0 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 768px) {
  .nav-arrow {
    width: 15%;
  }
  .slider-wrapper {
    width: 70%;
  }
}
