/*
#@squelettes/css/lessffjs.less
*/
/* css FFJS.org Spip */
/* author : Julien Schwartz 2016 */
/* Variable générales */
/* !!! correction bug knacss fr dans html */
html.fr {
  float: none;
}
html {
  width: 100%;
  margin: 0;
}
body {
  font-family: 'Quattrocento Sans', Helvetica, Arial, 'M PLUS 1p', sans-serif;
  color: #0d1011;
  width: 100%;
  margin: 0;
  line-height: 1.2;
  /* set body font-size in em (1.6em equiv "16px" = 12pt) */
  font-size: 1.6em;
}
body:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  font-size: 1.2em;
}
/* correction spip.css */
.spip_logo {
  float: none;
}
/* cacher un éléent proprement (merci knacss.css !!!) */
/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
/* bugfix Ios qui ne reconnaît pas la propriété background-attachment : fixed */
.iostrick {
  /*ipad*/
  /*retina ipad*/
  /*ipad 1 2*/
  /*ipad mini*/
  /*iphone 6*/
  /*iphone 6+*/
  /*iphone 5 5s*/
  /*iphone 2g 4s*/
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .iostrick {
    -webkit-background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .iostrick {
    -webkit-background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .iostrick {
    -webkit-background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .iostrick {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .iostrick {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .iostrick {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .iostrick {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .iostrick {
    background-attachment: scroll;
  }
}
/* gestion des couleurs */
.fdrouge {
  background-image: -webkit-linear-gradient(to bottom right, #db0f0f, #990000);
  background-image: -moz-linear-gradient(to bottom right, #db0f0f, #990000);
  background-image: linear-gradient(to bottom right, #db0f0f, #990000);
}
.fdrouge .grostexte > * {
  color: white !important;
}
.fdrouge .captionlink {
  color: #000 !important;
}
.fdrouge .captionlink:hover {
  color: #dc1919 !important;
  background-color: black;
}
.fdrouge .plushoriz,
.fdrouge .plusvert {
  border-color: black;
}
.fdbleu {
  background-image: -webkit-linear-gradient(to bottom right, #2f8bbc, #1b5f84);
  background-image: -moz-linear-gradient(to bottom right, #2f8bbc, #1b5f84);
  background-image: linear-gradient(to bottom right, #2f8bbc, #1b5f84);
}
.fdbleu .grostexte > * {
  color: white !important;
}
.fdbleu .captionlink {
  color: #000;
}
.fdbleu .captionlink:hover {
  color: #64bedc;
  background-color: black;
}
.fdbleu .plushoriz,
.fdbleu .plusvert {
  border-color: black;
}
.fondrouge {
  background-color: #dc1919;
  color: white !important;
  /* réglage des logos SVG */
}
.fondrouge .logosvg .feuillage {
  fill: #fff !important;
}
.fondrouge .iconsvg {
  background-color: #fff;
}
.fondrouge .iconsvg-motif {
  fill: #dc1919 !important;
}
.fondrouge .iconsvg:hover .iconsvg {
  background-color: #dc1919;
}
.fondrouge .iconsvg:hover .iconsvg-motif {
  fill: #fff !important;
}
.fondrouge .sliderimgtext h2 {
  color: #000 !important;
}
.fondrouge .grostexte > * {
  color: white !important;
}
.fondrouge .captionlink {
  color: #000 !important;
}
.fondrouge .captionlink:hover {
  color: #dc1919 !important;
  background-color: black;
}
.fondrouge .plushoriz,
.fondrouge .plusvert {
  border-color: black;
}
.fondrouge .txtrouge {
  color: #000 !important;
}
.fondbleu {
  background-color: #64bedc;
  color: white !important;
  /* réglage des logos SVG */
}
.fondbleu .logosvg .feuillage {
  fill: #fff !important;
}
.fondbleu .iconsvg {
  background-color: #fff;
}
.fondbleu .iconsvg-motif {
  fill: #64bedc !important;
}
.fondbleu .iconsvg:hover {
  background-color: #64bedc;
}
.fondbleu .iconsvg:hover .iconsvg-motif {
  fill: #fff !important;
}
.fondbleu .grostexte > * {
  color: white !important;
}
.fondbleu .captionlink {
  color: #000;
}
.fondbleu .captionlink:hover {
  color: #64bedc;
  background-color: black;
}
.fondbleu .plushoriz,
.fondbleu .plusvert {
  border-color: black;
}
.fondbleu_terne {
  background-color: #488b96;
  color: white !important;
}
.fondviolet_terne {
  background-color: #805172;
  color: white !important;
}
.fondbronze {
  background-color: #9e8a65;
  color: white !important;
}
.fdnoir {
  background-color: #0d1011;
  color: white !important;
  /* réglage des logos SVG */
}
.fdnoir .logosvg .feuillage,
.fdnoir .logosvg .tronc,
.fdnoir .logosvg .texte {
  fill: #fff !important;
}
.fdrouge > *,
.fdbleu > *,
.fondrouge > *,
.fondbleu > *,
.fondbleu_terne > *,
.fondviolet_terne > *,
.fondbronze > * {
  color: #fff !important;
}
.txtrouge {
  color: #dc1919 !important;
  border-color: #dc1919;
}
.txtbleu {
  color: #64bedc !important;
  border-color: #64bedc;
}
.txtgris {
  color: #0d1011;
  opacity: .8;
}
/*.encours {color: @couleur_noire !important;}*/
/* réglage des fonts */
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:lang(ja),
.p-like:lang(ja),
ul:lang(ja),
ol:lang(ja),
dl:lang(ja),
blockquote:lang(ja),
pre:lang(ja),
td:lang(ja),
th:lang(ja),
label:lang(ja),
textarea:lang(ja),
caption:lang(ja),
details:lang(ja),
figure:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  font-weight: 300;
}
p {
  text-align: justify;
  font-size: 1.8rem;
}
p:lang(ja) {
  font-size: 1.4rem;
}
ul.spip {
  text-align: left;
}
h1,
.h1-like {
  text-transform: uppercase;
  font-family: 'Exotic_350 W03', Helvetica, Arial, 'M PLUS 1p', sans-serif;
  font-size: 4rem;
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: .01em;
}
h1:lang(ja),
.h1-like:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  font-weight: 100;
  word-break: normal !important;
  font-size: 3rem;
}
@media (max-width: 640px) {
  h1,
  .h1-like {
    font-size: 2em;
  }
}
h2,
.h2-like {
  text-transform: uppercase;
  font-family: 'Exotic_350 W03', Helvetica, Arial, 'M PLUS 1p', sans-serif;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 400;
  hyphens: manual;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
}
h2:lang(ja),
.h2-like:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 2.25rem;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  word-break: normal !important;
}
h3,
.h3-like {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.25rem;
  margin-bottom: 1.125rem;
  hyphens: manual;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
}
h3:lang(ja),
.h3-like:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  font-weight: 400;
  font-size: 1.85rem;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  word-break: normal !important;
}
h4,
.h4-like {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
h4:lang(ja),
.h4-like:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
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-style: italic;
}
blockquote::before {
  content: "\201C";
  color: #64bedc;
  font-style: normal;
}
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,
a.spip_out,
a.spip_doc,
a.spip_note,
#navig_context .menunavig a,
a.lienlat {
  color: #dc1919;
}
a.spip::after,
a.spip_out::after,
a.spip_doc::after,
a.spip_note::after,
#navig_context .menunavig a::after,
a.lienlat::after {
  position: absolute;
  opacity: .75;
  bottom: -2px;
  left: 0;
  background-color: #dc1919;
  width: 100%;
  height: 2px;
  z-index: 1;
  content: "";
  overflow: hidden;
  -webkit-transition: all 0.5s ease, -webkit-transform 0.5s ease;
  transition: all 0.5s ease, -webkit-transform 0.5s ease;
  transition: all .5s ease, transform .5s ease;
  transition: all 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
a.spip::after,
a.spip_out::after,
a.spip_doc::after,
a.spip_note::after,
#navig_context .menunavig a::after,
a.lienlat::after {
  max-width: 0;
}
a.spip:hover::after,
a.spip_out:hover::after,
a.spip_doc:hover::after,
a.spip_note:hover::after,
#navig_context .menunavig a:hover::after,
a.lienlat:hover::after {
  max-width: 100%;
}
a.spip_doc::before {
  display: inline-block;
  margin-right: .5em;
  padding-left: .25em;
  content: "\21E3";
  font-family: sans-serif;
}
a.lienlat {
  line-height: 1;
  margin-bottom: .25em;
  color: #0d1011;
}
a.lienlat:hover {
  color: #dc1919;
}
.infoscontext a.spip_out::before {
  display: inline-block;
  margin-right: .25em;
  content: "\21E2";
  font-family: sans-serif;
}
.infoscontext p {
  font-size: 1.4rem;
}
.detailsection {
  max-width: 75rem;
  margin: 0 auto;
}
.detailsection ul {
  margin: 1rem 0 2rem;
}
.detailsection li {
  margin: 0;
}
body.page_sommaire .detailsection {
  max-width: 100% !important;
}
.p-font {
  font-family: 'Quattrocento Sans', Helvetica, Arial, 'M PLUS 1p', sans-serif;
  text-transform: lowercase;
}
.p-font:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  word-break: normal !important;
}
.h1-font {
  font-family: 'Exotic_350 W03', Helvetica, Arial, 'M PLUS 1p', sans-serif;
  text-transform: uppercase;
}
.h1-font:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  word-break: normal !important;
}
.enmaj {
  text-transform: uppercase;
}
.engras {
  font-weight: bold;
}
.engras:lang(ja) {
  font-weight: 400;
}
strong:lang(ja),
b:lang(ja),
em:lang(ja) {
  font-weight: 400;
}
.sanscesure {
  word-wrap: keep-all;
  word-break: keep-all;
  -webkit-word-wrap: keep-all;
  -webkit-word-break: keep-all;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
}
:lang(ja) > .sanscesure,
.sanscesure:lang(ja),
.sanscesure:lang(ja) > * {
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
  -o-hyphens: auto !important;
  word-break: normal !important;
  -webkit-word-wrap: normal !important;
  -webkit-word-break: normal !important;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
}
p.fauxtitre {
  margin-bottom: .15em;
}
p.fauxtitre + p {
  margin-top: 0;
}
:lang(ja) * {
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
  -o-hyphens: auto !important;
  word-break: normal !important;
  -webkit-word-wrap: normal !important;
  -webkit-word-break: normal !important;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
}
/* correction styles SPIP (depuis interface #TEXTE) */
.caractencadre-spip {
  color: #dc1919;
  font-weight: bold;
  background-color: transparent;
}
.caractencadre-spip:lang(ja) {
  font-weight: 400;
}
.caractencadre2-spip {
  color: #64bedc;
  font-weight: bold;
  background-color: transparent;
}
.caractencadre2-spip:lang(ja) {
  font-weight: 400;
}
/* mode de fusion */
.fusionmult {
  mix-blend-mode: multiply;
}
/* éléments principaux de layout */
.page {
  width: 100%;
  margin: 0;
  min-height: 100vh;
}
.panneau {
  width: auto;
  box-sizing: border-box;
  border: 0;
  /*overflow: hidden; enlevé car provoque la disparition de la 2e ligne des sliders temporels*/
  padding: 1.5em 0.5em;
  text-align: center;
}
.pleinecran {
  min-height: 100vh;
}
.entetepage {
  margin-top: 61px;
}
.entetepage p {
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  .entetepage {
    margin-top: 75px;
  }
}
.ssconteneur {
  position: relative;
  width: 75%;
  max-width: 1024px;
  padding: 0 1.5em;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 768px) {
  .ssconteneur {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
}
/*.pleinepage > .ssconteneur {width: 100%;}*/
/* conteneurs spécifiques */
/*.ssconteneur {
	margin: 0 auto;
	padding: 5em 0 0 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 641px) and (max-width: 960px) {.ssconteneur {padding-top: 3.25em;}}
@media (max-width: 640px) {.ssconteneur {padding-top: 2.5em;}}*/
.paddingplus .ssconteneur {
  padding-left: 5em !important;
  padding-right: 5em !important;
}
.pasdepad,
.pasdepad .ssconteneur {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 640px) {
  .griditem {
    margin-top: 1.5em;
    padding-right: 0 !important;
  }
}
.ancrenommee {
  display: block;
  height: 0;
  overflow: hidden;
  margin-bottom: 4.5em;
}
@media (max-width: 640px) {
  .ancrenommee {
    margin-bottom: 5em;
  }
}
.bloctitre {
  text-align: center;
  margin: 2.5rem auto 5rem;
  width: 75%;
}
@media (max-width: 768px) {
  .bloctitre {
    width: 100%;
  }
}
.bloctitre > * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.entetesection {
  margin-bottom: 5rem;
}
.menulat {
  display: table;
  border-collapse: separate;
  border-spacing: 0 1rem;
}
@media (max-width: 990px) {
  .menulat {
    display: block;
  }
}
.elemenulat {
  margin: 0 0 .5em .5em;
  display: table-row;
}
.elemenulat > * {
  font-size: 1.6rem !important;
}
.elemenulat p {
  display: table-cell;
  padding: .5em 1em .5em 0;
  text-transform: uppercase;
  word-wrap: keep-all;
  word-break: keep-all;
  -webkit-word-wrap: keep-all;
  -webkit-word-break: keep-all;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  text-align: left;
}
@media (max-width: 990px) {
  .elemenulat {
    text-align: center;
    display: block;
  }
  .elemenulat p {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
}
#detail_article a,
.metaelems a {
  text-decoration: none;
}
#detail_article a:hover,
.metaelems a:hover {
  color: #dc1919 !important;
}
.blocfooter {
  margin-top: 5rem !important;
}
.demidroite {
  width: 50%;
  margin-left: auto;
}
@media (max-width: 640px) {
  .demidroite {
    width: 100%;
    margin-left: 0;
  }
}
.infoscontext {
  /* colonne droite des articles partenaires, projets, entretiens, ouvrages et actus */
}
@media (max-width: 991px) {
  .infoscontext {
    /* valeur breakpoint pour grille knacss */
    margin-top: 1em;
    padding-top: 2rem !important;
    border-top: 2px solid #dc1919;
  }
  .infoscontext .etik8vignette {
    top: 0;
    margin-bottom: 1em;
  }
}
.ptn,
.pt0 {
  padding-top: 0;
}
.cadrefausseimg {
  height: auto;
  padding: 25% .5em;
}
.cadrefausseimg .lienfausseimg {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
/* affichage en colonnes */
.buzz {
  display: table-cell;
  padding: 0 2rem;
  width: 50%;
}
@media (max-width: 640px) {
  .buzz {
    display: block;
    margin: 2em 0;
    padding: 0;
    width: 100%;
  }
}
.buzz:first-of-type {
  padding: 0;
  padding-right: 4rem;
}
.buzz:last-of-type {
  padding: 0;
  padding-left: 4rem;
}
/* knacss grid system : amélioration de la gouttière */
.griditem {
  padding: 0 1rem;
}
/*.griditem:first-of-type {
	padding: 0;
	padding-right: 2rem;
	@media (max-width: 991px) {padding-right: 0;}
	}
.griditem:last-of-type {padding: 0; padding-left: 2rem;}*/
/* div avec fond image colorée */
.blocimgfd {
  display: table;
  height: 50vh;
  width: 100%;
  /*ipad*/
  /*retina ipad*/
  /*ipad 1 2*/
  /*ipad mini*/
  /*iphone 6*/
  /*iphone 6+*/
  /*iphone 5 5s*/
  /*iphone 2g 4s*/
  padding-bottom: 1.5em;
  background-attachment: fixed;
  background-blend-mode: multiply;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .blocimgfd {
    -webkit-background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .blocimgfd {
    -webkit-background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .blocimgfd {
    -webkit-background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .blocimgfd {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .blocimgfd {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .blocimgfd {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .blocimgfd {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .blocimgfd {
    background-attachment: scroll;
  }
}
.blocimgfd .ssconteneur {
  display: table;
  height: 100%;
  width: 100%;
}
.blocimgfd .grostexte {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.blocimgfd .grostexte > * {
  color: white !important;
  line-height: 1;
  text-align: center !important;
}
.grostexte > * {
  margin: 1em auto;
}
.grostexte {
  text-align: center;
  /*max-width: 75%;*/
  margin: 0 auto !important;
}
.grostexte > * {
  word-break: normal;
}
.grostexte h2,
.grostexte .h2-like {
  font-size: 4rem;
  letter-spacing: .1rem;
  margin-bottom: 1em;
  text-align: center;
}
.grostexte h3,
.grostexte .h3-like {
  font-size: 3rem;
}
.grostexte h4,
.grostexte .h4-like {
  font-size: 2.5rem;
}
.grostexte p,
.grostexte .p-like {
  font-size: 2.25rem;
}
.grostexte:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  font-weight: 300;
}
.grostexte:lang(ja) h2,
.grostexte:lang(ja) .h2-like {
  font-size: 3rem;
}
.grostexte:lang(ja) h3,
.grostexte:lang(ja) .h3-like {
  font-size: 2.5rem;
}
.grostexte:lang(ja) h4,
.grostexte:lang(ja) .h4-like {
  font-size: 2rem;
}
.grostexte:lang(ja) p,
.grostexte:lang(ja) .p-like {
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .grostexte {
    max-width: 100%;
  }
  .grostexte h2,
  .grostexte .h2-like {
    font-size: 3rem;
  }
  .grostexte h3,
  .grostexte .h3-like {
    font-size: 2rem;
  }
  .grostexte h4,
  .grostexte .h4-like {
    font-size: 1.6rem;
  }
  .grostexte p,
  .grostexte .p-like {
    font-size: 1.6rem;
  }
}
/* vignettes contenant du texte */
.vignettetexte h3 {
  font-family: 'Exotic_350 W03', Helvetica, Arial, 'M PLUS 1p', sans-serif;
  text-transform: uppercase;
  color: #dc1919;
  font-size: 1.4rem;
  line-height: 1;
  margin: 1.4rem 0 0;
}
.vignettetexte h3:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  word-break: normal !important;
}
.vignettetexte p {
  font-size: 1.1rem;
  line-height: 1.1;
  text-transform: uppercase;
  word-break: keep-all;
  hyphens: none;
  text-align: left;
  margin: 0;
}
.vignettetexte a.captionlink .plusvert {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.captionvignette {
  min-height: 4em;
  padding: .5em;
}
.etik8vignette {
  position: relative;
  display: inline-block;
  top: -1em;
  z-index: 50;
  padding: .5em;
  margin-bottom: -1em;
  background-color: #dc1919;
  color: white !important;
  /* réglage des logos SVG */
  color: #fff !important;
}
.etik8vignette .logosvg .feuillage {
  fill: #fff !important;
}
.etik8vignette .iconsvg {
  background-color: #fff;
}
.etik8vignette .iconsvg-motif {
  fill: #dc1919 !important;
}
.etik8vignette .iconsvg:hover .iconsvg {
  background-color: #dc1919;
}
.etik8vignette .iconsvg:hover .iconsvg-motif {
  fill: #fff !important;
}
.etik8vignette .sliderimgtext h2 {
  color: #000 !important;
}
.etik8vignette .grostexte > * {
  color: white !important;
}
.etik8vignette .captionlink {
  color: #000 !important;
}
.etik8vignette .captionlink:hover {
  color: #dc1919 !important;
  background-color: black;
}
.etik8vignette .plushoriz,
.etik8vignette .plusvert {
  border-color: black;
}
.etik8vignette .txtrouge {
  color: #000 !important;
}
.etik8vignette .bx-wrapper .bx-pager.bx-default-pager a:hover,
.etik8vignette .bx-wrapper .bx-pager.bx-default-pager a.active,
.etik8vignette .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff !important;
}
.etik8vignette .bx-wrapper .bx-pager.bx-default-pager a {
  background: gray !important;
}
.etik8vignette .contain-slider .slider-prev a,
.etik8vignette .contain-slider .slider-next a {
  color: #fff !important;
}
.etik8vignette .contain-slider .slider-prev a:hover,
.etik8vignette .contain-slider .slider-next a:hover {
  color: silver !important;
}
.newsetik8-143 {
  background-color: #488b96;
  color: white !important;
  color: #fff !important;
}
.newsetik8-144 {
  background-color: #805172;
  color: white !important;
  color: #fff !important;
}
.newsetik8-145 {
  background-color: #9e8a65;
  color: white !important;
  color: #fff !important;
}
/* effet de hover sur vignettes */
.imgvignette {
  position: relative;
  overflow: hidden;
}
.imgvignette::before {
  opacity: 0;
  margin-top: 100%;
  padding-top: 0;
}
.imgvignette::before {
  background: rgba(249, 79, 79, 0.35);
}
.imgvignette::before {
  content: "+";
  text-transform: uppercase;
  font-family: 'Exotic_350 W03', Helvetica, Arial, 'M PLUS 1p', sans-serif;
  font-size: 4rem;
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: .01em;
  color: #fff;
  display: block;
  height: 100%;
  padding-top: 35%;
  position: absolute;
  top: 0;
  z-index: 90;
  -webkit-transition: all 1s ease, -webkit-transform 1s ease;
  transition: all 1s ease, -webkit-transform 1s ease;
  transition: all 1s ease, transform 1s ease;
  transition: all 1s ease, transform 1s ease, -webkit-transform 1s ease;
  left: 0;
  right: 0;
}
.imgvignette::before:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  font-weight: 100;
  word-break: normal !important;
  font-size: 3rem;
}
@media (max-width: 640px) {
  .imgvignette::before {
    font-size: 2em;
  }
}
.liendevignette {
  display: block;
}
a.liendevignette:hover .imgvignette::before {
  opacity: 1;
  margin-top: 0;
}
a.liendevignette:hover + .captionvignette .etik8vignette {
  background-color: #FFF;
  -webkit-transition: all 1s ease, -webkit-transform 1s ease;
  transition: all 1s ease, transform 1s ease;
}
a.liendevignette:hover + .captionvignette .etik8vignette p {
  color: #dc1919;
}
/* vignette lien vers video */
.fauxbuttplay {
  display: inline-block;
  position: absolute;
  text-align: center;
  width: 75px;
  height: 75px;
  border: 3px solid #fff;
  border-radius: 100%;
  top: 75px;
  left: auto;
  right: auto;
  margin: 0 auto;
  margin-left: -37px;
  opacity: .8;
  transition: all 0.5s ease-in-out;
}
.seqimage:hover .fauxbuttplay:before {
  color: #dc1919 !important;
  transition: all 0.5s ease-in-out;
}
.seqimage:hover .fauxbuttplay {
  border: 3px solid #dc1919;
  transition: all 0.5s ease-in-out;
}
.seqimage {
  text-align: center;
  overflow: hidden;
  height: 100%;
}
.fauxbuttplay:before {
  content: "\25B6";
  font-family: sans-serif;
  font-size: 2.5em;
  height: 75px;
  width: 75px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding-left: .25em;
  transition: all 0.5s ease-in-out;
}
/* 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: 65rem;
}
/* helpers de mise en page */
.bordessus {
  border-top: 1px solid;
  padding-top: .5em;
}
.bordessous {
  border-bottom: 1px solid;
  padding-bottom: .5em;
}
.enligne {
  display: inline-block;
}
.centragelien {
  text-align: center;
  margin-top: 2em;
}
/* centre les liens VOIR PLUS sous les vignettes */
/* reseaux sociaux */
#rezosocio {
  background-color: #64bedc;
  color: white !important;
  /* réglage des logos SVG */
  color: #fff !important;
  height: 45px;
  padding: 10px 0 0 1em;
  text-align: left;
}
#rezosocio .logosvg .feuillage {
  fill: #fff !important;
}
#rezosocio .iconsvg {
  background-color: #fff;
}
#rezosocio .iconsvg-motif {
  fill: #64bedc !important;
}
#rezosocio .iconsvg:hover {
  background-color: #64bedc;
}
#rezosocio .iconsvg:hover .iconsvg-motif {
  fill: #fff !important;
}
#rezosocio .grostexte > * {
  color: white !important;
}
#rezosocio .captionlink {
  color: #000;
}
#rezosocio .captionlink:hover {
  color: #64bedc;
  background-color: black;
}
#rezosocio .plushoriz,
#rezosocio .plusvert {
  border-color: black;
}
#rezosocio .bx-wrapper .bx-pager.bx-default-pager a:hover,
#rezosocio .bx-wrapper .bx-pager.bx-default-pager a.active,
#rezosocio .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff !important;
}
#rezosocio .bx-wrapper .bx-pager.bx-default-pager a {
  background: gray !important;
}
#rezosocio .contain-slider .slider-prev a,
#rezosocio .contain-slider .slider-next a {
  color: #fff !important;
}
#rezosocio .contain-slider .slider-prev a:hover,
#rezosocio .contain-slider .slider-next a:hover {
  color: silver !important;
}
#rezosocio p,
#rezosocio h1,
#rezosocio h2,
#rezosocio h3,
#rezosocio h4,
#rezosocio ul,
#rezosocio li {
  vertical-align: top;
}
div + #rezosocio {
  margin-top: 1.5em;
}
.share-buttons {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 2.5em;
  list-style-type: none;
}
.share-buttons li {
  display: inline-block;
  margin: 0 .25em;
}
.share-buttons a {
  display: inline-block;
}
.share-buttons .iconsvg {
  height: 25px;
  width: 25px;
  border-radius: 12px;
}
/* Navigation */
/* navigation générale */
#menuburger {
  display: block;
  position: fixed;
  z-index: 110 !important;
  top: 0;
  left: 0;
  margin: 1.5rem 0 1.5rem 1.5rem;
  padding: .5rem 0 0 0;
  width: 3em;
  height: 3em;
  /*border: 5px solid black;*/
  text-align: center;
  /* Common button styles */
  /* cross button */
}
#menuburger input {
  display: none;
}
#menuburger .nav-button {
  position: relative;
  display: block;
  height: 2.2rem;
  width: 3rem;
  margin: 0 auto;
  background-color: transparent;
  background-image: linear-gradient(to right, #0d1011, #0d1011);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  padding: 0;
  outline: 0;
  border: 0;
  color: #333;
  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-button::before,
#menuburger .nav-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 3px;
  background: #0d1011;
  transition: .25s;
  transition-property: transform, top;
  will-change: transform, top;
}
#menuburger .nav-button::before {
  top: 0;
}
#menuburger .nav-button::after {
  top: calc(100% - 14px);
}
#menuburger .nav-button:hover {
  background-image: linear-gradient(to right, #dc1919, #dc1919);
}
#menuburger .nav-button:hover::before,
#menuburger .nav-button:hover::after {
  background: #dc1919;
}
#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);
}
#navig_generale {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90 !important;
  padding-top: 61px;
  width: 320px;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  background: #46859a;
  transition: width 0.15s ease-out;
  -moz-transition: width 0.15s ease-out;
  -webkit-transition: width 0.15s ease-out;
  /* Apparition & disparition des sous menus */
}
#navig_generale a {
  text-decoration: none;
}
#navig_generale .itemmenunav {
  display: block;
  position: relative;
  width: 100%;
  /*height: 3rem;*/
  padding-left: 2em;
  border-top: 1px solid #325f6e;
}
#navig_generale .itemmenunav a {
  color: #64bedc;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Exotic_350 W03', Helvetica, Arial, 'M PLUS 1p', sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin: 1em 0;
}
#navig_generale .itemmenunav a:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  word-break: normal !important;
}
#navig_generale .itemmenunav label,
#navig_generale .itemmenunav label::before {
  color: #64bedc;
  font-weight: bold;
  display: inline-block;
  text-align: center !important;
  width: 2em;
  font-size: 2.5rem;
  margin: 0 0 0 -2.2em;
  padding: 0 0 0 1.35em;
}
#navig_generale .itemmenunav label:lang(ja),
#navig_generale .itemmenunav label::before:lang(ja) {
  font-weight: 400;
}
#navig_generale .itemmenunav:hover {
  background-color: #325f6e;
}
#navig_generale .has-sub {
  position: relative;
  margin: 0;
}
#navig_generale input[type="radio"] {
  display: none;
}
#navig_generale .sub {
  width: 100%;
  background-color: #64bedc;
  border-bottom: 1px solid #46859a;
}
#navig_generale input[type=radio].togglessmenu:not(:checked) ~ .sub > a {
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: block;
  transition: all 0.25s ease-in-out;
}
#navig_generale input[type=radio].togglessmenu:checked ~ .sub > a {
  padding: 0.25em .5em 0.25em 1.5em;
  height: 2.4em;
  opacity: 1;
  margin: 0;
  text-transform: uppercase;
  display: block;
  color: #46859a;
  transition: all 0.25s ease-in-out;
}
#navig_generale input[type=radio].togglessmenu:checked ~ .sub > a:hover {
  color: #64bedc;
  background-color: #5098b0;
}
#navig_generale input:checked + label:before {
  content: "\25BE";
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2em;
}
#navig_generale input:not(:checked) + label:before {
  content: "\25B8";
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2em;
}
#navig_generale.navcollapse {
  width: 0;
}
#navig_generale.menuactif {
  width: 320px;
}
/* Effet accordeon apparition & disparition des sous menus */
.has-sub {
  margin: 0;
}
.has-sub > h2 {
  border-bottom: 1px solid gray;
}
input[type="checkbox"].togglessmenu,
input[type="radio"].togglessmenu {
  display: none;
}
.sub {
  width: 100%;
  display: block;
  margin: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
input[type=checkbox].togglessmenu:not(:checked) ~ .sub,
input[type=radio].togglessmenu:not(:checked) ~ .sub {
  opacity: 0;
  max-height: 0;
  padding-left: 0;
  overflow: hidden;
}
input[type=checkbox].togglessmenu:checked ~ .sub,
input[type=radio].togglessmenu:checked ~ .sub {
  max-height: 1000px;
  opacity: 1;
  padding-left: .5em;
  margin-bottom: 1em;
}
.has-sub label {
  display: inline-block;
  /*text-align:center !important;
		font-size: 2.5rem;*/
  margin: 0;
  padding: 0;
}
.has-sub label::before {
  display: inline-block;
  margin: 0 .5rem 0 0;
  padding: 0;
}
.has-sub label + * {
  display: inline-block !important;
  width: 100%;
}
input.togglessmenu:checked + label:before {
  content: "\25BE";
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}
input.togglessmenu:not(:checked) + label:before {
  content: "\25B8";
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}
input.togglessmenu + label:hover:before,
input.togglessmenu + label:hover {
  color: #dc1919;
}
/* navigation contextuelle */
#navig_context {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2rem 0;
  width: 100% !important;
  height: 6rem !important;
  position: absolute;
  z-index: 98 !important;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  padding: .25em 0 .25em 4em;
  margin: 0;
}
#navig_context > * {
  vertical-align: middle;
  overflow: hidden;
}
#navig_context .menulogo {
  display: table-cell;
  width: 10em;
  height: 6rem;
}
#navig_context .menulogo a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#navig_context .menulogo .logosvg {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
#navig_context .menunavig {
  display: table;
  width: auto;
  height: 100%;
  border-collapse: separate;
  border-spacing: 0 1.5rem;
}
#navig_context .menunavig > * {
  display: table-cell;
  width: auto;
}
#navig_context .menusearch {
  display: table-cell;
  width: 2.5rem;
  overflow: hidden;
}
#navig_context .menusearch .iconsvg-loupe {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
#navig_context .menusearch:hover .iconsvg-loupe .iconsvg-motif {
  fill: #dc1919;
}
#navig_context .menulang {
  display: table-cell;
  width: 5em;
  font-size: 1rem;
  line-height: 1.2;
}
#navig_context .ssconteneur {
  margin-bottom: 0;
}
body.page_sommaire #navig_context {
  top: auto;
  bottom: 0;
}
@media (max-width: 960px) {
  body.page_sommaire #navig_context {
    top: 0;
    bottom: auto;
  }
}
.sticky-wrapper {
  height: 0 !important;
  z-index: 1;
}
.is-sticky {
  z-index: 100 !important;
}
@media (max-width: 960px) {
  .cachesipetit {
    display: none !important;
  }
}
.menunavig {
  font-family: 'Exotic_350 W03', Helvetica, Arial, 'M PLUS 1p', sans-serif;
  font-size: .8em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding: 0 auto;
}
.menunavig:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  font-size: 1em;
}
.menunavig .navigitem {
  border-left: 1px solid black;
  display: inline-block;
  padding: 0 1em;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 750px) {
  .menunavig .navigitem {
    display: none;
  }
}
.menunavig .navigitem:first-of-type {
  border: none;
}
.menunavig a {
  text-decoration: none;
  letter-spacing: .05em;
  color: #0d1011;
}
.menunavig a:hover {
  color: #dc1919;
}
@media (max-width: 1260px) {
  .menunavig .cachesipetit {
    display: none;
  }
}
@media (max-width: 710px) {
  .menunavig {
    display: none !important;
  }
}
/* modifications css plugin menu_lang */
#menu_lang {
  padding-left: .25em;
}
#menu_lang li {
  float: none;
}
#menu_lang li a,
#menu_lang li a:hover {
  text-decoration: none;
}
#menu_lang li a,
#menu_lang li span,
#menu_lang li strong {
  padding: .25em;
  font-size: inherit;
  border: none;
}
#menu_lang li.first {
  border-bottom: 1px solid #dc1919;
}
#menu_lang li strong,
#menu_lang li a:hover {
  color: #dc1919;
}
/* Sliders */
/* modif plugin bx slider */
/* modif css bxslider */
.bx-wrapper {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 100%;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  height: 100%;
}
.bx-wrapper .bx-caption {
  background: #dc1919 !important;
  background-blend-mode: multiply;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: 'Quattrocento Sans', Helvetica, Arial, 'M PLUS 1p', sans-serif;
  text-transform: lowercase;
  display: block;
  font-size: .85em;
  padding: 1rem;
}
.bx-wrapper .bx-caption span:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  word-break: normal !important;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 89 !important;
}
.bx-wrapper {
  border: none !important;
  background-color: transparent !important;
  margin-bottom: 0 !important;
  display: inline-block;
  vertical-align: middle;
}
/* affichage pager */
.bx-wrapper .bx-pager-item {
  height: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #6e0d0d !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #dc1919 !important;
}
.fondrouge .bx-wrapper .bx-pager.bx-default-pager a:hover,
.fondbleu .bx-wrapper .bx-pager.bx-default-pager a:hover,
.fondnoir .bx-wrapper .bx-pager.bx-default-pager a:hover,
.fdrouge .bx-wrapper .bx-pager.bx-default-pager a:hover,
.fdbleu .bx-wrapper .bx-pager.bx-default-pager a:hover,
.fondrouge .bx-wrapper .bx-pager.bx-default-pager a.active,
.fondbleu .bx-wrapper .bx-pager.bx-default-pager a.active,
.fondnoir .bx-wrapper .bx-pager.bx-default-pager a.active,
.fdrouge .bx-wrapper .bx-pager.bx-default-pager a.active,
.fdbleu .bx-wrapper .bx-pager.bx-default-pager a.active,
.fondrouge .bx-wrapper .bx-pager.bx-default-pager a:focus,
.fondbleu .bx-wrapper .bx-pager.bx-default-pager a:focus,
.fondnoir .bx-wrapper .bx-pager.bx-default-pager a:focus,
.fdrouge .bx-wrapper .bx-pager.bx-default-pager a:focus,
.fdbleu .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff !important;
}
.fondrouge .bx-wrapper .bx-pager.bx-default-pager a,
.fondbleu .bx-wrapper .bx-pager.bx-default-pager a,
.fondnoir .bx-wrapper .bx-pager.bx-default-pager a,
.fdrouge .bx-wrapper .bx-pager.bx-default-pager a,
.fdbleu .bx-wrapper .bx-pager.bx-default-pager a {
  background: gray !important;
}
.fondrouge .contain-slider .slider-prev a,
.fondbleu .contain-slider .slider-prev a,
.fondnoir .contain-slider .slider-prev a,
.fdrouge .contain-slider .slider-prev a,
.fdbleu .contain-slider .slider-prev a,
.fondrouge .contain-slider .slider-next a,
.fondbleu .contain-slider .slider-next a,
.fondnoir .contain-slider .slider-next a,
.fdrouge .contain-slider .slider-next a,
.fdbleu .contain-slider .slider-next a {
  color: #fff !important;
}
.fondrouge .contain-slider .slider-prev a:hover,
.fondbleu .contain-slider .slider-prev a:hover,
.fondnoir .contain-slider .slider-prev a:hover,
.fdrouge .contain-slider .slider-prev a:hover,
.fdbleu .contain-slider .slider-prev a:hover,
.fondrouge .contain-slider .slider-next a:hover,
.fondbleu .contain-slider .slider-next a:hover,
.fondnoir .contain-slider .slider-next a:hover,
.fdrouge .contain-slider .slider-next a:hover,
.fdbleu .contain-slider .slider-next a:hover {
  color: silver !important;
}
.sliderbx {
  /* classes css generique pour tous les slider BX slider */
  width: 100%;
  margin: 0 auto 3em;
  text-align: center;
}
.sliderbx a {
  text-decoration: none;
}
.slidertemporel {
  /* classe specifique aux sliders de frise chronologique */
  padding: 0;
  margin-bottom: 0;
  background-color: #ff2626;
}
.slidertemporel .titre_slider {
  color: #fff;
}
.slidertemporel a {
  color: #fff;
}
.slidertemporel .slider-prev,
.slidertemporel .slider-next {
  width: 1.9rem;
  border-radius: 100%;
  display: inline-block;
  /*padding-bottom: .5rem;*/
}
.slidertemporel .slider-prev a,
.slidertemporel .slider-next a {
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 100%;
}
.slidertemporel .slider-prev a:hover,
.slidertemporel .slider-next a:hover {
  color: #000;
  background-color: transparent;
}
.slidertemporel .titre_slider > p {
  text-align: center;
  font-size: 1.6rem;
}
.slidertemporel .slidate {
  padding-top: .15em;
  /*centrage vertical des dates*/
  text-align: center;
}
.slidertemporel .slidate > * {
  transition: all 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  padding: 0;
}
.slidertemporel .slidate:hover > *,
.slidertemporel .slidate .encours {
  background-color: transparent;
  color: #000;
  padding: 0 1.5em;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
@media (max-width: 991px) {
  .slidertemporel .titre_slider {
    background-color: transparent !important;
    color: #000 !important;
    margin: 1rem auto;
    width: 75%;
  }
  .slidertemporel #sliderannees {
    height: 3.5rem;
    padding-bottom: 1.5rem;
  }
}
/* navigation des sliders */
/* création des flèches de navigation */
.bx-prev::before {
  content: '\2770';
  font-family: 'Exotic_350 W03', Helvetica, Arial, 'M PLUS 1p', sans-serif;
  text-transform: uppercase;
  height: 100%;
}
.bx-prev::before:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  word-break: normal !important;
}
.bx-next::before {
  content: '\2771';
  font-family: 'Exotic_350 W03', Helvetica, Arial, 'M PLUS 1p', sans-serif;
  text-transform: uppercase;
  height: 100%;
}
.bx-next::before:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
  word-break: normal !important;
}
.selectorslider {
  display: inline-block;
  margin-left: 1.5em;
}
.sliderimgtext {
  /* classe specifique aux sliders d'image */
}
.sliderimgtext h2,
.sliderimgtext h3,
.sliderimgtext p {
  margin: 0;
  display: block;
  line-height: 1.1;
}
.sliderimgtext h2 {
  margin-bottom: .5em;
  font-size: 1.5em;
  color: #dc1919;
}
.sliderimgtext h3 {
  font-size: 1em;
  margin-bottom: .5em;
}
.sliderimgtext p {
  font-size: .8em;
}
@media (max-width: 768px) {
  .sliderimgtext p {
    display: none;
  }
}
.sliderimgtext a.captionlink {
  margin-top: 1.5em !important;
}
@media (max-width: 480px) {
  .sliderimgtext a.captionlink {
    margin-top: .5em !important;
  }
}
.contain-slider {
  /* contient le slider et les boutons de navigations */
  position: relative;
  padding: 0 3rem;
  margin: 0 auto;
  text-align: center !important;
}
.contain-slider .selectorslider {
  height: 0;
}
.contain-slider .slider-prev,
.contain-slider .slider-next {
  display: table-cell;
  position: absolute;
  top: 50%;
  height: 100%;
  vertical-align: middle;
  font-size: 2.5em;
  width: 2.5rem;
}
.contain-slider .slider-prev a,
.contain-slider .slider-next a {
  color: #b01414;
  text-decoration: none;
}
.contain-slider .slider-prev a:hover,
.contain-slider .slider-next a:hover {
  color: #dc1919;
}
.contain-slider .slider-prev {
  left: 0;
  margin-left: .5rem;
}
.contain-slider .slider-next {
  right: 0;
  margin-right: .5rem;
}
.seqcaption {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 100%;
}
.seqcaption .ssconteneur {
  display: block;
  text-align: left;
  margin: 1.5em auto;
}
@media (max-width: 990px) {
  .seqcaption > * {
    text-align: center !important;
  }
}
.seqimage {
  width: 100%;
  text-align: center;
}
.seqimage img {
  margin: 0 auto;
}
/* ----------------------------------------------------------- */
/*                 Classes spécifiques aux pages               */
/* ----------------------------------------------------------- */
/* classes spécifiques page d'accueil */
#entetesite {
  padding-top: 0 !important;
}
#entetesite .ssconteneur {
  padding-top: 0;
}
.imgexergue {
  width: 100%;
  height: 90vh;
  position: relative;
}
@media (max-width: 960px) {
  .imgexergue {
    overflow: hidden;
  }
}
.bandologo {
  position: absolute;
  z-index: 98;
  left: 4em;
  width: 15%;
  height: 100%;
  padding: 1em;
  color: white !important;
  background-color: rgba(220, 25, 25, 0.9);
  /*@media (max-width: 640px) {width: 30%; left: 1em;}
	@media (min-width: 641px) and (max-width: 960px) {width: 20%; left: 2em;}*/
}
.bandologo p {
  word-wrap: keep-all;
  word-break: keep-all;
  -webkit-word-wrap: keep-all;
  -webkit-word-break: keep-all;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
}
.bandologo .logosvg {
  height: 80%;
}
@media (max-width: 960px) {
  .bandologo {
    display: none;
  }
}
.imgcaptionhover {
  position: absolute;
  z-index: 50;
  bottom: 15vh;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em;
  /*test tabulaire*/
  display: table;
}
@media (max-width: 960px) {
  .imgcaptionhover {
    position: absolute;
    padding: .5em .25em;
    background-color: #000;
    margin: 0;
    bottom: 0;
    right: 0;
    min-height: 15vh;
    overflow: hidden;
    font-size: 80%;
  }
}
.captiontext {
  padding-right: .5em;
  max-width: 40em;
}
@media (max-width: 960px) {
  .captiontext {
    padding-right: .5em;
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
    color: white;
  }
  .captiontext p {
    max-width: 100%;
    padding: 0 2rem;
    font-size: 1.4rem;
  }
  .captiontext p:lang(ja) {
    font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
    font-size: 1.2rem;
  }
}
@media (max-width: 540px) {
  .captiontext p {
    font-size: 1.2rem;
  }
  .captiontext p:lang(ja) {
    font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
    font-size: 1rem;
  }
}
.captionlink {
  display: table-cell;
  background-color: transparent;
  text-align: center !important;
  line-height: 100%;
  text-transform: uppercase;
  font-family: 'Exotic_350 W03', Helvetica, Arial, 'M PLUS 1p', sans-serif;
  font-size: 2.4rem;
  color: #dc1919;
  text-decoration: none;
}
.captionlink:lang(ja) {
  font-family: 'M PLUS 1p', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', 'Droid Sans Japanese', sans-serif;
}
.captionlink:hover {
  color: #fff;
  background-color: #dc1919;
}
@media (max-width: 960px) {
  .captionlink:hover {
    color: #000;
  }
}
.plushoriz {
  display: table-cell;
  vertical-align: middle;
  padding: 0 .5em 0 .5em;
  border-left: 1px solid #dc1919;
}
.plusvert {
  display: inline-block;
  border: none;
  border-top: 1px solid #dc1919;
  margin: .5em auto;
  margin-top: .25em !important;
  text-align: center;
}
.plusgros {
  font-size: 3.5rem;
  margin-top: 1em !important;
}
.pluspetit {
  font-size: 1.9rem !important;
  margin-top: .5em !important;
}
@media (max-width: 640px) {
  .plushoriz {
    display: inline-block;
    border: none;
    border-top: 1px solid #dc1919;
    margin: 0 auto;
    margin-top: .25em !important;
    text-align: center;
  }
  .restela {
    display: table-cell;
    vertical-align: middle;
    padding: 0 .5em 0 .5em;
    border: none;
    border-left: 1px solid #dc1919;
  }
}
@media (min-width: 641px) and (max-width: 990px) {
  .plushoriz {
    display: inline-block;
    border: none;
    border-top: 1px solid #0d1011;
    margin: 0 auto;
    margin-top: .25em !important;
    text-align: center;
  }
  .restela {
    display: table-cell;
    vertical-align: middle;
    padding: 0 .5em 0 .5em;
    border: none;
    border-left: 1px solid #dc1919;
  }
}
#interlude_1,
#interlude_3 {
  margin-top: 0;
  display: table;
  height: 50vh;
  width: 100%;
  /*ipad*/
  /*retina ipad*/
  /*ipad 1 2*/
  /*ipad mini*/
  /*iphone 6*/
  /*iphone 6+*/
  /*iphone 5 5s*/
  /*iphone 2g 4s*/
  padding-bottom: 1.5em;
  background-attachment: fixed;
  background-blend-mode: multiply;
  background-color: #64bedc;
  color: white !important;
  /* réglage des logos SVG */
  color: #fff !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #interlude_1,
  #interlude_3 {
    -webkit-background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #interlude_1,
  #interlude_3 {
    -webkit-background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #interlude_1,
  #interlude_3 {
    -webkit-background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #interlude_1,
  #interlude_3 {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  #interlude_1,
  #interlude_3 {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  #interlude_1,
  #interlude_3 {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  #interlude_1,
  #interlude_3 {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #interlude_1,
  #interlude_3 {
    background-attachment: scroll;
  }
}
#interlude_1 .ssconteneur,
#interlude_3 .ssconteneur {
  display: table;
  height: 100%;
  width: 100%;
}
#interlude_1 .grostexte,
#interlude_3 .grostexte {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#interlude_1 .grostexte > *,
#interlude_3 .grostexte > * {
  color: white !important;
  line-height: 1;
  text-align: center !important;
}
#interlude_1 .logosvg .feuillage,
#interlude_3 .logosvg .feuillage {
  fill: #fff !important;
}
#interlude_1 .iconsvg,
#interlude_3 .iconsvg {
  background-color: #fff;
}
#interlude_1 .iconsvg-motif,
#interlude_3 .iconsvg-motif {
  fill: #64bedc !important;
}
#interlude_1 .iconsvg:hover,
#interlude_3 .iconsvg:hover {
  background-color: #64bedc;
}
#interlude_1 .iconsvg:hover .iconsvg-motif,
#interlude_3 .iconsvg:hover .iconsvg-motif {
  fill: #fff !important;
}
#interlude_1 .grostexte > *,
#interlude_3 .grostexte > * {
  color: white !important;
}
#interlude_1 .captionlink,
#interlude_3 .captionlink {
  color: #000;
}
#interlude_1 .captionlink:hover,
#interlude_3 .captionlink:hover {
  color: #64bedc;
  background-color: black;
}
#interlude_1 .plushoriz,
#interlude_3 .plushoriz,
#interlude_1 .plusvert,
#interlude_3 .plusvert {
  border-color: black;
}
#interlude_1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#interlude_3 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#interlude_1 .bx-wrapper .bx-pager.bx-default-pager a.active,
#interlude_3 .bx-wrapper .bx-pager.bx-default-pager a.active,
#interlude_1 .bx-wrapper .bx-pager.bx-default-pager a:focus,
#interlude_3 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff !important;
}
#interlude_1 .bx-wrapper .bx-pager.bx-default-pager a,
#interlude_3 .bx-wrapper .bx-pager.bx-default-pager a {
  background: gray !important;
}
#interlude_1 .contain-slider .slider-prev a,
#interlude_3 .contain-slider .slider-prev a,
#interlude_1 .contain-slider .slider-next a,
#interlude_3 .contain-slider .slider-next a {
  color: #fff !important;
}
#interlude_1 .contain-slider .slider-prev a:hover,
#interlude_3 .contain-slider .slider-prev a:hover,
#interlude_1 .contain-slider .slider-next a:hover,
#interlude_3 .contain-slider .slider-next a:hover {
  color: silver !important;
}
#decouvrir .ssconteneur {
  padding-left: 2em;
  padding-right: 2em;
}
#decouvrir .detailsection {
  margin-top: 4em;
}
@media (max-width: 640px) {
  #decouvrir .detailsection {
    margin-top: 1.5em;
  }
}
/* Page accueil : la fondation en chiffres */
#interlude_2 {
  display: table;
  height: 50vh;
  width: 100%;
  /*ipad*/
  /*retina ipad*/
  /*ipad 1 2*/
  /*ipad mini*/
  /*iphone 6*/
  /*iphone 6+*/
  /*iphone 5 5s*/
  /*iphone 2g 4s*/
  padding-bottom: 1.5em;
  background-attachment: fixed;
  background-blend-mode: multiply;
  background-color: #64bedc;
  color: white !important;
  /* réglage des logos SVG */
  color: #fff !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #interlude_2 {
    -webkit-background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #interlude_2 {
    -webkit-background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #interlude_2 {
    -webkit-background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #interlude_2 {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  #interlude_2 {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  #interlude_2 {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  #interlude_2 {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #interlude_2 {
    background-attachment: scroll;
  }
}
#interlude_2 .ssconteneur {
  display: table;
  height: 100%;
  width: 100%;
}
#interlude_2 .grostexte {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#interlude_2 .grostexte > * {
  color: white !important;
  line-height: 1;
  text-align: center !important;
}
#interlude_2 .grostexte h3 {
  margin-bottom: 0;
  line-height: .9;
}
#interlude_2 .grostexte h4 {
  margin-top: 0;
  text-align: center;
  line-height: 1;
}
#interlude_2 .logosvg .feuillage {
  fill: #fff !important;
}
#interlude_2 .iconsvg {
  background-color: #fff;
}
#interlude_2 .iconsvg-motif {
  fill: #64bedc !important;
}
#interlude_2 .iconsvg:hover {
  background-color: #64bedc;
}
#interlude_2 .iconsvg:hover .iconsvg-motif {
  fill: #fff !important;
}
#interlude_2 .grostexte > * {
  color: white !important;
}
#interlude_2 .captionlink {
  color: #000;
}
#interlude_2 .captionlink:hover {
  color: #64bedc;
  background-color: black;
}
#interlude_2 .plushoriz,
#interlude_2 .plusvert {
  border-color: black;
}
#interlude_2 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#interlude_2 .bx-wrapper .bx-pager.bx-default-pager a.active,
#interlude_2 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff !important;
}
#interlude_2 .bx-wrapper .bx-pager.bx-default-pager a {
  background: gray !important;
}
#interlude_2 .contain-slider .slider-prev a,
#interlude_2 .contain-slider .slider-next a {
  color: #fff !important;
}
#interlude_2 .contain-slider .slider-prev a:hover,
#interlude_2 .contain-slider .slider-next a:hover {
  color: silver !important;
}
@media (max-width: 990px) {
  #interlude_2 .griditem {
    margin: 1.5rem 0;
  }
}
/* les projets */
#projets .enrobe_slider {
  text-align: center;
  margin: 0 auto .5em auto;
  width: 60%;
}
@media (max-width: 640px) {
  #projets .enrobe_slider {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  #projets .enrobe_slider {
    width: 75%;
  }
}
/* coordonnées*/
.leaflet-pane {
  z-index: 80 !important;
}
.leaflet-top,
.leaflet-bottom {
  z-index: 85 !important;
}
#coordonnees .ssconteneur {
  padding-left: 0;
  padding-right: 0;
}
#coordonnees #infosadresse {
  text-align: center;
  margin: .5em auto 0;
  width: 75%;
}
#coordonnees #adretab {
  padding-bottom: 1.5rem;
}
#coordonnees #adretab > * {
  margin: auto auto;
  padding-left: 20%;
}
.lienmail {
  margin: .5em auto !important;
  text-align: center;
  padding-left: 0 !important;
}
.lienmail a {
  text-decoration: none;
  color: #0d1011;
  margin-top: .25em;
}
.lienmail a::before {
  content: '\002709';
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 2.5em;
}
.lienmail a:hover::before {
  color: #dc1919;
}
/* footer */
#footersite {
  margin-top: 2em;
}
#footersite .ssconteneur {
  padding: 1em;
}
[class^="fond"] + [class^="fond"],
[class^="fond"] + [class^="fd"],
[class^="fd"] + [class^="fond"],
[class^="fd"] + [class^="fd"] {
  margin-top: 0 !important;
}
.page_sommaire #footersite {
  margin-top: 0;
}
.fdbleu + #footersite,
.fdrouge + #footersite,
.fondbleu + #footersite,
.fondrouge + #footersite {
  margin-top: 0;
}
.logofooter {
  height: 7.5em;
}
.logofooter .logosvg {
  height: 100%;
  width: 100%;
}
/* formulaire formidable */
.formulaire_formidable-1 p.boutons {
  display: inline-block;
  margin-left: 0;
}
.formulaire_formidable-1 input {
  margin: 0;
  padding: 0;
}
.formulaire_formidable-1 input[type=text] {
  max-width: 20em;
  border: 1px solid #595959;
}
.formulaire_formidable-1 input[type=text] {
  display: inline-block;
  margin-right: 0;
  line-height: 1.9em;
  height: 30px;
  padding: 4px;
  vertical-align: center;
  border-right: 0;
}
@media (max-width: 640px) {
  .formulaire_formidable-1 input[type=text] {
    max-width: 12em;
  }
}
.formulaire_formidable-1 label.buttenvoi {
  border: 1px solid #595959;
  margin: 0;
  margin-left: -4px;
  line-height: 1.9em;
  height: 30px;
  padding: 4px;
  background-color: #fff;
  vertical-align: bottom;
  border-left: 0;
  /* Fonctionne déjà sur webkit */
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .5s;
  /* Bientôt supporté par Firefox */
  -moz-transition-property: background-color;
  -moz-transition-duration: .5s;
  /* … et lorsque ce sera standardisé */
  transition-property: background-color;
  transition-duration: .5s;
}
.formulaire_formidable-1 label.buttenvoi span {
  color: #595959;
  /* Fonctionne déjà sur webkit */
  -webkit-transition-property: color;
  -webkit-transition-duration: .5s;
  /* Bientôt supporté par Firefox */
  -moz-transition-property: color;
  -moz-transition-duration: .5s;
  /* … et lorsque ce sera standardisé */
  transition-property: color;
  transition-duration: .5s;
}
.formulaire_formidable-1 label.buttenvoi:hover {
  background-color: #595959;
}
.formulaire_formidable-1 label.buttenvoi:hover span {
  color: #fff;
}
.formulaire_formidable-1 input[type=submit] {
  display: none;
}
.formulaire_formidable-1 input[type=submit] {
  border: 1px solid #111;
  background-color: #595959;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.formulaire_formidable-1 label {
  display: none;
}
.formulaire_formidable-1 label.voismoi {
  display: inline-block;
}
p#explication_input_1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9em;
  margin: .25em auto;
  text-align: center;
}
p#explication_input_1:lang(ja) {
  font-weight: 400;
}
.formulaire_formidable-1 input[type=text]::-webkit-input-placeholder {
  color: #595959;
  text-transform: uppercase;
  font-weight: 400;
}
.formulaire_formidable-1 input[type=text]:-moz-placeholder {
  /* older Firefox*/
  color: #595959;
  text-transform: uppercase;
  font-weight: 400;
}
.formulaire_formidable-1 input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #595959;
  text-transform: uppercase;
  font-weight: 400;
}
.formulaire_formidable-1 input[type=text]:-ms-input-placeholder {
  color: #595959;
  text-transform: uppercase;
  font-weight: 400;
}
.formulaire_formidable-1 .reponse_formulaire {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* escape link pour revenir au top */
.btt {
  position: fixed;
  bottom: 1em;
  right: 1.5em;
  z-index: 100;
  opacity: .8;
  text-align: center;
}
.btt a {
  display: block;
  background-color: #dc1919;
  width: 3em;
  height: 3em;
  line-height: 3em;
  border-radius: 1.5em;
  margin: 0 auto;
  text-decoration: none;
}
.btt a:hover {
  background-color: #64bedc;
}
.btt a::before {
  content: "\2191";
  font-family: sans-serif;
  font-size: 2em;
  padding: .5em 0;
  color: #fff;
}
/* formulaire de recherche */
.boite_modale {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(220, 25, 25, 0.75);
  z-index: 999;
}
.boite_modale .formulaire_recherche {
  margin: auto;
  width: 75%;
  font-variant: uppercase;
  white-space: nowrap;
}
.boite_modale .formulaire_recherche label[for=recherche] {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
.boite_modale .formulaire_recherche input.search,
.boite_modale .formulaire_recherche input.text {
  display: inline-block;
  margin: 0;
  width: 100%;
  height: 5rem;
  padding: .5rem;
  font-size: 4rem;
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 0.5rem solid #fff;
}
.boite_modale .formulaire_recherche input.search::-webkit-placeholder,
.boite_modale .formulaire_recherche input.text::-webkit-placeholder {
  text-transform: uppercase;
  font-weight: 400;
}
.boite_modale .formulaire_recherche input.search::-moz-placeholder,
.boite_modale .formulaire_recherche input.text::-moz-placeholder {
  text-transform: uppercase;
  font-weight: 400;
}
.boite_modale .formulaire_recherche input.search::placeholder,
.boite_modale .formulaire_recherche input.text::placeholder {
  text-transform: uppercase;
  font-weight: 400;
}
.boite_modale .formulaire_recherche input.search::-ms-placeholder,
.boite_modale .formulaire_recherche input.text::-ms-placeholder {
  text-transform: uppercase;
  font-weight: 400;
}
.boite_modale .formulaire_recherche input[type=submit] {
  display: none;
}
.boite_modale .formulaire_recherche label[for=submit_1] {
  display: inline-block;
  margin: 0 0 1.2rem -4rem;
  height: 5rem;
  padding: 0 0 4rem 0;
  font-size: 3.5rem;
  background: transparent;
  color: #fff;
  border-bottom: 0.5rem solid transparent;
}
.boite_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.butt_close {
  display: block;
  position: fixed;
  width: 5rem;
  height: 5rem;
  top: 15%;
  right: 15%;
}
.butt_close::before {
  content: "\2573";
  font-size: 5rem;
}
