@charset "UTF-8";
:root, .light, .normal, .dark, .mce-content-body {
  --color_page: #F5F5F5;
  --colorTXT: #383838;
  --colorBG: white;
  --colorInvTXT: white;
  --colorInvBG: black;
  --colorOverlay: #ccc;
  --colorInvBGTransp:rgba(0, 0, 0, 0.7);
  --colorInvTXTransp:rgba(255,255,255,0.7);
  --Transparency:rgba(0,0,0,0.2);
  --colorOverlayLight: #555;
  --colorOverlayDark: #dedede;
}
:root {
  --font-size-base: 14px;
  --font-size-xs: clamp(0.313rem, -0.187rem + 1.25vw, 0.813rem);
  --line-height-xs: 1.6;
  --font-size-s: clamp(0.438rem, -0.125rem + 1.406vw, 1rem);
  --line-height-s: 1.6;
  --font-size-r: clamp(0.625rem, 0.125rem + 1.25vw, 1.125rem);
  --line-height-r: 1.6;
  --font-size-m: clamp(0.688rem, -0.187rem + 2.188vw, 1.563rem);
  --line-height-m: 1.55;
  --font-size-l: clamp(0.813rem, -0.312rem + 2.813vw, 1.938rem);
  --line-height-l: 1.49;
  --font-size-xl: clamp(1rem, -0.375rem + 3.438vw, 2.375rem);
  --line-height-xl: 1.41;
  --font-size-2xl: clamp(1.313rem, -0.375rem + 4.219vw, 3rem);
  --line-height-2xl: 1.36;
  --font-size-3xl: clamp(1.625rem, -0.5rem + 5.313vw, 3.75rem);
  --line-height-3xl: 1.29;
  --font-size-4xl: clamp(2rem, -0.687rem + 6.719vw, 4.688rem);
  --line-height-4xl: 1.22;
  --color_highlight: #aaa;
  --color_site_light_1: #C1C3D1;
  --color_site_light_2: #CFD1E0;
  --color_site_light_3: #F7F7F7;
  --color_site_dark_1: #151D31;
  --color_site_dark_2: #33364F;
  --color_site_dark_3: #9095AF;
  --color_titre: #000000;
  --color_accroche: #666666;
  --color_intertitre1: #000000;
  --color_intertitre2: #888888;
  --color_texte: #000000;
  --color_commentaire: #999999;
  --color_blanc: #FFF;
  --color_gris_clair: #faf8f6;
  --color_gris_moyen: #ddd;
  --color_default: #666;
  --color_noir: #000000;
  --color_default_over: #ebe8e5;
  --color_blanc_transparent: rgba(255,255,255,0.6);
  --color_noir_transparent: rgba(0,0,0,0.7);
  --color_fond_assombri: rgba(50,50,50,0.1);
  --color_bloc_base: initial;
  --paddingBase: 30px;
  --paddingSmall: 15px;
  --margeBase: 0px;
  --borderMarginBase: 0px solid transparent;
  --paddingBouton: 0.5em 1em;
  --paddingBoutonSmall: 0.25em 0.5em;
  --baseTypo: 1em;
  --icon: 48px;
  --icon_small: 24px;
  --gap_fin: 1px;
  --gap_small: 10px;
  --gap_standard: 60px;
  --gap_big: 120px;
  --radius: 6px;
  --radiusGrand: 30px;
  --color_danger: #d9534f;
  --color_danger_over: #e17572;
  --color_info: #5bc0de;
  --color_info_over: #7ccde5;
  --color_primary: #428bca;
  --color_primary_over: #68a2d5;
  --color_priorite: #34495e;
  --color_success: #5cb85c;
  --color_success_over: #7dc67d;
  --color_warning: #f0ad4e;
  --color_warning_over: #f3bd71;
  --color_twitter: #000000;
  --color_viadeo: #f07355;
  --color_vimeo: #1eb7ea;
  --color_wechat: #09b83e;
  --color_xing: #026466;
  --color_youtube: #e6282b;
  --color_linkedin: #02679a;
  --color_facebook: #37589b;
  --color_five-hundred-pix: #0099e5;
  --color_instagram: #956D53;
  --color_pinterest: #c91618;
  --color_rss: #ef7b00;
  --color_soundcloud: #FF3A00;
  --border-box: 1px solid #000;
  --border_base: 0px;
  --border_blanc: 1px solid #FFFFFF;
  --border_highlight: 2px solid #e23646;
  --filet: 1px solid #ddd;
  --ombre_standard: rgba(0, 0, 0, 0.05) 2px 4px 24px 0px;
  --ombre_popin: 0 8px 24px rgba(0,0,0,0.3);
  --ombre: #000 0px 2px 16px;
  --ombre_base: none;
  --ombre_box: 0 1px 2px rgba(25,25,34,0.15);
  --larg_desktop: 960px;
  --larg_desktop_large: 1200px;
  --double_size: 200%;
  --full_size: 100%;
  --trois_quart_size: 75%;
  --demi_size: 50%;
  --quart_size: 25%;
  --tiers_size: 33.33%;
  --cinquieme_size: 20%;
  --width_sixieme: 16.66%;
  --window_width: 80%;
  --hauteurBase: initial;
  --hauteur_champs: 40px;
  --filetbloc: 5px;
  --margin_bloc: 1%;
  --margin_haut_bas: 10px 0px;
  --margin_presque_full: 1%;
  --window_margin: 0%;
  --font_principale: "Open Sans", sans-serif;
  --font_secondaire: "Open Sans", sans-serif;
  --font_mail: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  --font_standard: standard;
  --font_site: site;
  --font_awesome: "Font Awesome 7 Pro";
}
@media handheld, only screen and (max-width: 1025px) {
  :root {
    --paddingBase: 15px;
    --paddingBouton: 8px 12px;
    --gap_standard: 30px;
    --gap_big: 60px;
  }
}
:root, .light, .normal, .dark, .mce-content-body {
  --color_page: #F5F5F5;
  --colorTXT: #383838;
  --colorBG: white;
  --colorInvTXT: white;
  --colorInvBG: black;
  --colorOverlay: #ccc;
  --colorInvBGTransp:rgba(0, 0, 0, 0.7);
  --colorInvTXTransp:rgba(255,255,255,0.7);
  --Transparency:rgba(0,0,0,0.2);
  --colorOverlayLight: #555;
  --colorOverlayDark: #dedede;
}
:root {
  --font-size-base: 14px;
  --font-size-xs: clamp(0.313rem, -0.187rem + 1.25vw, 0.813rem);
  --line-height-xs: 1.6;
  --font-size-s: clamp(0.438rem, -0.125rem + 1.406vw, 1rem);
  --line-height-s: 1.6;
  --font-size-r: clamp(0.625rem, 0.125rem + 1.25vw, 1.125rem);
  --line-height-r: 1.6;
  --font-size-m: clamp(0.688rem, -0.187rem + 2.188vw, 1.563rem);
  --line-height-m: 1.55;
  --font-size-l: clamp(0.813rem, -0.312rem + 2.813vw, 1.938rem);
  --line-height-l: 1.49;
  --font-size-xl: clamp(1rem, -0.375rem + 3.438vw, 2.375rem);
  --line-height-xl: 1.41;
  --font-size-2xl: clamp(1.313rem, -0.375rem + 4.219vw, 3rem);
  --line-height-2xl: 1.36;
  --font-size-3xl: clamp(1.625rem, -0.5rem + 5.313vw, 3.75rem);
  --line-height-3xl: 1.29;
  --font-size-4xl: clamp(2rem, -0.687rem + 6.719vw, 4.688rem);
  --line-height-4xl: 1.22;
  --color_highlight: #aaa;
  --color_site_light_1: #C1C3D1;
  --color_site_light_2: #CFD1E0;
  --color_site_light_3: #F7F7F7;
  --color_site_dark_1: #151D31;
  --color_site_dark_2: #33364F;
  --color_site_dark_3: #9095AF;
  --color_titre: #000000;
  --color_accroche: #666666;
  --color_intertitre1: #000000;
  --color_intertitre2: #888888;
  --color_texte: #000000;
  --color_commentaire: #999999;
  --color_blanc: #FFF;
  --color_gris_clair: #faf8f6;
  --color_gris_moyen: #ddd;
  --color_default: #666;
  --color_noir: #000000;
  --color_default_over: #ebe8e5;
  --color_blanc_transparent: rgba(255,255,255,0.6);
  --color_noir_transparent: rgba(0,0,0,0.7);
  --color_fond_assombri: rgba(50,50,50,0.1);
  --color_bloc_base: initial;
  --paddingBase: 30px;
  --paddingSmall: 15px;
  --margeBase: 0px;
  --borderMarginBase: 0px solid transparent;
  --paddingBouton: 0.5em 1em;
  --paddingBoutonSmall: 0.25em 0.5em;
  --baseTypo: 1em;
  --icon: 48px;
  --icon_small: 24px;
  --gap_fin: 1px;
  --gap_small: 10px;
  --gap_standard: 60px;
  --gap_big: 120px;
  --radius: 6px;
  --radiusGrand: 30px;
  --color_danger: #d9534f;
  --color_danger_over: #e17572;
  --color_info: #5bc0de;
  --color_info_over: #7ccde5;
  --color_primary: #428bca;
  --color_primary_over: #68a2d5;
  --color_priorite: #34495e;
  --color_success: #5cb85c;
  --color_success_over: #7dc67d;
  --color_warning: #f0ad4e;
  --color_warning_over: #f3bd71;
  --color_twitter: #000000;
  --color_viadeo: #f07355;
  --color_vimeo: #1eb7ea;
  --color_wechat: #09b83e;
  --color_xing: #026466;
  --color_youtube: #e6282b;
  --color_linkedin: #02679a;
  --color_facebook: #37589b;
  --color_five-hundred-pix: #0099e5;
  --color_instagram: #956D53;
  --color_pinterest: #c91618;
  --color_rss: #ef7b00;
  --color_soundcloud: #FF3A00;
  --border-box: 1px solid #000;
  --border_base: 0px;
  --border_blanc: 1px solid #FFFFFF;
  --border_highlight: 2px solid #e23646;
  --filet: 1px solid #ddd;
  --ombre_standard: rgba(0, 0, 0, 0.05) 2px 4px 24px 0px;
  --ombre_popin: 0 8px 24px rgba(0,0,0,0.3);
  --ombre: #000 0px 2px 16px;
  --ombre_base: none;
  --ombre_box: 0 1px 2px rgba(25,25,34,0.15);
  --larg_desktop: 960px;
  --larg_desktop_large: 1200px;
  --double_size: 200%;
  --full_size: 100%;
  --trois_quart_size: 75%;
  --demi_size: 50%;
  --quart_size: 25%;
  --tiers_size: 33.33%;
  --cinquieme_size: 20%;
  --width_sixieme: 16.66%;
  --window_width: 80%;
  --hauteurBase: initial;
  --hauteur_champs: 40px;
  --filetbloc: 5px;
  --margin_bloc: 1%;
  --margin_haut_bas: 10px 0px;
  --margin_presque_full: 1%;
  --window_margin: 0%;
  --font_principale: "Open Sans", sans-serif;
  --font_secondaire: "Open Sans", sans-serif;
  --font_mail: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  --font_standard: standard;
  --font_site: site;
  --font_awesome: "Font Awesome 7 Pro";
}
@media handheld, only screen and (max-width: 1025px) {
  :root {
    --paddingBase: 15px;
    --paddingBouton: 8px 12px;
    --gap_standard: 30px;
    --gap_big: 60px;
  }
}
:root .masquageAccessible {
  position: absolute;
  width: 0px;
  height: 0px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
:root figure {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
#body ul.avoidLinks {
  position: absolute;
  height: 0px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}
#body ul.avoidLinks li {
  margin: 0px;
  padding: 0px;
}
#body ul.avoidLinks:focus-within {
  margin: 0px;
  position: relative;
  height: unset;
  overflow: visible;
  padding: 1em;
}
:root, .light, .normal, .dark, .mce-content-body {
  --color_page: #F5F5F5;
  --colorTXT: #383838;
  --colorBG: white;
  --colorInvTXT: white;
  --colorInvBG: black;
  --colorOverlay: #ccc;
  --colorInvBGTransp:rgba(0, 0, 0, 0.7);
  --colorInvTXTransp:rgba(255,255,255,0.7);
  --Transparency:rgba(0,0,0,0.2);
  --colorOverlayLight: #555;
  --colorOverlayDark: #dedede;
}
:root {
  --font-size-base: 14px;
  --font-size-xs: clamp(0.313rem, -0.187rem + 1.25vw, 0.813rem);
  --line-height-xs: 1.6;
  --font-size-s: clamp(0.438rem, -0.125rem + 1.406vw, 1rem);
  --line-height-s: 1.6;
  --font-size-r: clamp(0.625rem, 0.125rem + 1.25vw, 1.125rem);
  --line-height-r: 1.6;
  --font-size-m: clamp(0.688rem, -0.187rem + 2.188vw, 1.563rem);
  --line-height-m: 1.55;
  --font-size-l: clamp(0.813rem, -0.312rem + 2.813vw, 1.938rem);
  --line-height-l: 1.49;
  --font-size-xl: clamp(1rem, -0.375rem + 3.438vw, 2.375rem);
  --line-height-xl: 1.41;
  --font-size-2xl: clamp(1.313rem, -0.375rem + 4.219vw, 3rem);
  --line-height-2xl: 1.36;
  --font-size-3xl: clamp(1.625rem, -0.5rem + 5.313vw, 3.75rem);
  --line-height-3xl: 1.29;
  --font-size-4xl: clamp(2rem, -0.687rem + 6.719vw, 4.688rem);
  --line-height-4xl: 1.22;
  --color_highlight: #aaa;
  --color_site_light_1: #C1C3D1;
  --color_site_light_2: #CFD1E0;
  --color_site_light_3: #F7F7F7;
  --color_site_dark_1: #151D31;
  --color_site_dark_2: #33364F;
  --color_site_dark_3: #9095AF;
  --color_titre: #000000;
  --color_accroche: #666666;
  --color_intertitre1: #000000;
  --color_intertitre2: #888888;
  --color_texte: #000000;
  --color_commentaire: #999999;
  --color_blanc: #FFF;
  --color_gris_clair: #faf8f6;
  --color_gris_moyen: #ddd;
  --color_default: #666;
  --color_noir: #000000;
  --color_default_over: #ebe8e5;
  --color_blanc_transparent: rgba(255,255,255,0.6);
  --color_noir_transparent: rgba(0,0,0,0.7);
  --color_fond_assombri: rgba(50,50,50,0.1);
  --color_bloc_base: initial;
  --paddingBase: 30px;
  --paddingSmall: 15px;
  --margeBase: 0px;
  --borderMarginBase: 0px solid transparent;
  --paddingBouton: 0.5em 1em;
  --paddingBoutonSmall: 0.25em 0.5em;
  --baseTypo: 1em;
  --icon: 48px;
  --icon_small: 24px;
  --gap_fin: 1px;
  --gap_small: 10px;
  --gap_standard: 60px;
  --gap_big: 120px;
  --radius: 6px;
  --radiusGrand: 30px;
  --color_danger: #d9534f;
  --color_danger_over: #e17572;
  --color_info: #5bc0de;
  --color_info_over: #7ccde5;
  --color_primary: #428bca;
  --color_primary_over: #68a2d5;
  --color_priorite: #34495e;
  --color_success: #5cb85c;
  --color_success_over: #7dc67d;
  --color_warning: #f0ad4e;
  --color_warning_over: #f3bd71;
  --color_twitter: #000000;
  --color_viadeo: #f07355;
  --color_vimeo: #1eb7ea;
  --color_wechat: #09b83e;
  --color_xing: #026466;
  --color_youtube: #e6282b;
  --color_linkedin: #02679a;
  --color_facebook: #37589b;
  --color_five-hundred-pix: #0099e5;
  --color_instagram: #956D53;
  --color_pinterest: #c91618;
  --color_rss: #ef7b00;
  --color_soundcloud: #FF3A00;
  --border-box: 1px solid #000;
  --border_base: 0px;
  --border_blanc: 1px solid #FFFFFF;
  --border_highlight: 2px solid #e23646;
  --filet: 1px solid #ddd;
  --ombre_standard: rgba(0, 0, 0, 0.05) 2px 4px 24px 0px;
  --ombre_popin: 0 8px 24px rgba(0,0,0,0.3);
  --ombre: #000 0px 2px 16px;
  --ombre_base: none;
  --ombre_box: 0 1px 2px rgba(25,25,34,0.15);
  --larg_desktop: 960px;
  --larg_desktop_large: 1200px;
  --double_size: 200%;
  --full_size: 100%;
  --trois_quart_size: 75%;
  --demi_size: 50%;
  --quart_size: 25%;
  --tiers_size: 33.33%;
  --cinquieme_size: 20%;
  --width_sixieme: 16.66%;
  --window_width: 80%;
  --hauteurBase: initial;
  --hauteur_champs: 40px;
  --filetbloc: 5px;
  --margin_bloc: 1%;
  --margin_haut_bas: 10px 0px;
  --margin_presque_full: 1%;
  --window_margin: 0%;
  --font_principale: "Open Sans", sans-serif;
  --font_secondaire: "Open Sans", sans-serif;
  --font_mail: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  --font_standard: standard;
  --font_site: site;
  --font_awesome: "Font Awesome 7 Pro";
}
@media handheld, only screen and (max-width: 1025px) {
  :root {
    --paddingBase: 15px;
    --paddingBouton: 8px 12px;
    --gap_standard: 30px;
    --gap_big: 60px;
  }
}
.me-dev {
  position: relative;
  padding: 5px;
  width: 100%;
  background-color: black;
  text-align: center;
  font-size: 0.8em;
  color: #cdcdcd;
  display: block;
  float: left;
}
#body ::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
}
#body ::-webkit-scrollbar-thumb {
  scrollbar-width: thin;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: var(--radiusGrand);
}
#body ::-webkit-scrollbar-thumb:hover {
  scrollbar-width: thin;
  background-color: var(--color_highlight);
}
#body ::-webkit-scrollbar-track {
  scrollbar-width: thin;
  border-radius: var(--radiusGrand);
  background-color: rgba(255, 255, 255, 0.05);
  border-top: 0px solid;
  border-left: 0px solid;
  margin: 1em;
}
#body section {
  justify-content: inherit !important;
  align-items: inherit !important;
  flex-wrap: inherit !important;
  flex-direction: inherit !important;
  display: inherit;
  z-index: inherit;
  position: relative;
}
#body #html {
  font-size: 100%;
}
#body #node_top a {
  text-decoration: none;
}
#body * {
  box-sizing: border-box;
}
#body table {
  width: var(--full_size);
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}
#body table tr {
  vertical-align: middle;
}
#body table tr td {
  text-align: center;
}
#body table tr th {
  font-weight: bold;
  text-align: center;
}
#body table tr td.c, #body table tr th.c {
  text-align: center;
}
#body table tr td.j, #body table tr th.j {
  text-align: justify;
}
#body table tr td.l, #body table tr th.l {
  text-align: left;
}
#body table tr td.r, #body table tr th.r {
  text-align: right;
}
#body table tr td:first-child, #body table tr th:first-child {
  text-align: left;
}
#body thead {
  background-color: var(--color_gris_clair);
  font-weight: bolder;
}
#body .me_acronym_popin {
  border-bottom: 1px dotted red;
  cursor: pointer;
  margin: 0px;
}
#body .me_acronym_popin_cadre {
  border: 1px solid #DAE2F0;
  box-shadow: #888 0px 2px 12px;
  margin: 0px;
  max-height: 200px;
  max-width: 200px;
  position: absolute;
  z-index: 1000;
}
#body .me_acronym_popin_masque {
  background-color: #FFFFFF;
  color: #565656;
  float: left;
  font-family: "Questrial";
  overflow: hidden;
  padding: 1em;
  position: relative;
}
body {
  font-family: var(--font_principale);
  font-size: var(--font-size-r);
  font-weight: 300;
  margin: 0px;
  text-wrap-style: pretty;
  background-color: var(--color_page);
  color: var(--colorTXT);
}
body h1, body h2, body h3, body h4, body h5, body h6, body p {
  color: var(--colorTXT);
  line-height: 150%;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  text-rendering: optimizelegibility;
}
html {
  margin: 0px;
  scroll-behavior: smooth;
}
.p2-commentaire {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  margin: 0 0 1em 0;
}
.p1-texte {
  font-size: var(--font-size-r);
  line-height: var(--line-height-r);
  margin: 0 0 1em 0;
}
.h4-intertitre-2, .glossaire_mot {
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
  margin: 0 0 1em 0;
}
.h3-intertitre-1, .accroche {
  font-size: var(--font-size-l);
  line-height: var(--line-height-l);
  margin: 0 0 0.5em 0;
}
.h2-accroche {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  margin: 0 0 0.5em 0;
}
.h1-titre {
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-2xl);
  margin: 0 0 0.5em 0;
  font-weight: 600;
}
strong, b {
  font-weight: bolder;
}
.p3-bouton {
  display: inherit;
  justify-content: inherit;
  margin: 1em 0 0 0;
}
.p3-bouton a {
  align-items: center;
  color: var(--colorInvTXT);
  background-color: var(--colorInvBG);
  border-radius: var(--radius);
  display: inline-flex;
  padding: var(--paddingBouton);
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
}
.p3-bouton a:hover {
  transition: all ease 0.1s;
}
.mb-infinite-scroll-btn {
  display: inherit;
  justify-content: inherit;
  margin: 1em 0 0 0;
}
.mb-infinite-scroll-btn a {
  align-items: center;
  color: var(--colorInvTXT);
  background-color: var(--colorInvBG);
  border-radius: var(--radius);
  display: inline-flex;
  padding: var(--paddingBouton);
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
}
.mb-infinite-scroll-btn a:hover {
  transition: all ease 0.1s;
}
.p3-bouton-negatif {
  display: inherit;
  justify-content: inherit;
  margin: 1em 0 0 0;
}
.p3-bouton-negatif a {
  align-items: center;
  background-color: var(--color_blanc);
  border-radius: var(--radius);
  color: var(--color_highlight);
  display: inline-flex;
  padding: var(--paddingBouton);
  text-decoration: none;
  transition: all ease 0.3s;
}
.p3-bouton-negatif a:hover {
  transform: scale(1.05);
  transition: all ease 0.3s;
}
.p3-bouton-negatif a:hover:after {
  transform: translate(5px, 0px);
  transition: all ease 0.2s;
}
.p3-bouton-negatif a:after {
  font-size: 1.2em;
  color: var(--color_highlight);
  content: "";
  margin: 0 0 0 10px;
  transition: all ease 0.2s;
  font-family: var(--font_standard);
}
.p3-bouton-negatif-outline {
  color: var(--color_blanc);
  display: inherit;
  font-weight: 500;
  justify-content: inherit;
  margin: 1em 0 0 0;
}
.p3-bouton-negatif-outline a {
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #FFFFFF;
  border-radius: var(--radius);
  color: var(--color_blanc);
  display: inline-flex;
  padding: var(--paddingBouton);
  text-decoration: none;
  transition: all ease 0.3s;
}
.p3-bouton-negatif-outline a:hover {
  background-color: var(--color_blanc);
  color: var(--color_highlight);
  transition: all ease 0.3s;
}
.p3-bouton-negatif-outline a:hover:after {
  transform: translate(5px, 0px);
  transition: all ease 0.2s;
}
.p3-bouton-negatif-outline a:after {
  content: "";
  font-family: var(--font_standard);
  font-size: 1.2em;
  margin: 0 0 0 10px;
  transition: all ease 0.2s;
}
.p3-bouton-outline {
  align-items: flex-end;
  color: var(--color_highlight);
  display: inherit;
  flex: 1 auto;
  justify-content: center;
  margin: 1em 0 0 0;
}
.p3-bouton-outline a {
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border: var(--border_highlight);
  border-radius: var(--radius);
  color: var(--color_highlight);
  display: inline-flex;
  padding: var(--paddingBouton);
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
}
.p3-bouton-outline a:hover {
  background-color: var(--color_highlight);
  color: var(--color_blanc);
  transition: all ease 0.1s;
}
.p3-bouton-simple {
  justify-content: flex-start;
  align-content: center;
  flex: 1 auto;
  position: relative;
  margin: 1em 0 0 0;
  display: inline-flex;
  color: var(--color_texte);
  align-self: baseline;
  align-items: flex-end;
}
.p3-bouton-simple a {
  align-items: center;
  z-index: 1;
  text-decoration: none;
  padding: var(--paddingBouton);
  display: inline-flex;
  color: var(--color_texte);
}
.p3-bouton-simple a:hover {
  color: var(--color_blanc);
  transition: all ease 0.1s;
}
.p3-bouton-simple a:hover:after {
  transform: translate(5px, 0px);
  color: var(--color_blanc);
  transition: all ease 0.1s;
}
.p3-bouton-simple a:after {
  color: var(--color_commentaire);
  margin: 0 0 0 10px;
  transition: all ease 0.3s;
  font-size: 1.2em;
  font-family: var(--font_standard);
  content: "";
}
.p3-bouton-simple:before {
  background-color: var(--color_highlight);
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
}
.p3-bouton-simple:hover:before {
  height: 100%;
}
.titre-sous-etape {
  clear: both;
  margin: 0px 0px 5px 0px;
}
ul {
  list-style-type: square;
  margin: 0.5em 0px 0.5em 2em;
  padding: 0px;
}
ul li {
  margin: 0.5em 0px;
  line-height: 150%;
}
ol {
  margin: 0.5em 0px 0.5em 2em;
  padding: 0px;
}
ol li {
  margin: 0.5em 0px;
  line-height: 150%;
}
a {
  color: inherit;
  margin: 0px;
  padding: 0px;
}
a[target=_blank]:after {
  display: inline;
  color: inherit;
  content: "";
  font-family: var(--font_standard);
  vertical-align: middle;
  font-size: 0.85em;
  padding: 0 0 0 0.25em;
}
a:link:hover, a:visited:hover, a:active:hover {
  text-decoration: none;
}
acronym {
  border-bottom: 1px dotted #FF0000;
}
blockquote {
  border-left: 2px solid var(--color_highlight);
  font-size: 1.8em;
  font-style: normal;
  font-weight: 200;
  line-height: 110%;
  margin: 5% auto;
  max-width: 700px;
  padding: 20px 10px 10px 20px;
  position: relative;
  text-align: left;
  width: var(--full_size);
  z-index: 1;
}
blockquote p {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
blockquote:before {
  content: "“";
  opacity: 20;
  top: 10px;
  left: 15px;
  position: absolute;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 400%;
  color: var(--color_texte);
}
code {
  font-family: "Courier New", Courier, Monaco, monospace;
}
hr {
  border-collapse: collapse;
  border: 1px solid var(--colorTXT);
  border-bottom: 0px !important;
}
p {
  flex: none;
  line-height: 100%;
  margin: 0px;
}
sup, sub {
  font-size: 0.6em;
  line-height: 0px;
}
.cadreLegendeImage {
  max-width: 100% !important;
}
.cadreLegendeImage > * {
  height: auto;
  width: var(--full_size);
}
.image_demiLargeur {
  margin: 10px 25%;
  width: var(--demi_size);
  height: auto;
}
.image_icone {
  margin: 0px 5px 5px 0px;
  width: var(--icon);
}
.image_pleineLargeur {
  height: auto;
  width: var(--full_size);
}
.image_ronde {
  border-radius: 50%;
  left: auto;
  margin: 0px auto 10px auto;
  position: relative;
  right: auto;
  text-align: center;
  width: 100%;
  max-width: 130px !important;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.image_bordsArrondis {
  width: 100%;
  height: auto;
  border-radius: var(--radiusGrand);
}
img + span.commentaire, img + span.legendeImage {
  font-size: 0.8em;
  clear: both;
  display: block;
}
table#calendrier {
  box-shadow: var(--ombre_standard);
  width: 250px;
}
table#calendrier td {
  text-align: center;
}
table#calendrier tr {
  height: 30px;
}
.table_style1 {
  background-color: var(--color_default);
}
.table_style2 {
  background-color: var(--color_youtube);
}
.table_tableauDonnees {
  width: var(--full_size);
  margin: 10px 0px;
}
.table_tableauDonnees table {
  overflow: hidden;
  text-overflow: ellipsis;
}
.table_tableauDonnees table a {
  text-decoration: none;
  font-weight: bolder;
  color: var(--color_highlight);
}
.table_tableauDonnees table a:hover {
  color: var(--color_warning);
}
.table_tableauDonnees table tr td:first-child {
  white-space: normal;
}
.table_tableauDonnees td {
  text-overflow: ellipsis;
}
.table_tableauDonnees td, .table_tableauDonnees th {
  line-height: 115%;
  overflow: hidden;
  padding: 5px 3px;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
}
.table_tableauDonnees tfoot tr td {
  background-color: var(--color_info_over);
  color: var(--color_blanc);
  font-weight: bolder;
  text-align: left;
  vertical-align: middle;
}
.table_tableauDonnees thead tr td {
  background-color: var(--color_default);
  color: var(--color_blanc);
  font-weight: bolder;
  text-align: left;
  vertical-align: middle;
}
.table_tableauDonnees tr:nth-child(even) {
  background-color: var(--color_blanc);
}
.table_tableauDonnees tr:nth-child(odd) {
  background-color: var(--color_gris_clair);
}
.table_tableauDonneesLigneImpaire {
  background-color: var(--color_gris_clair);
}
.table_tableauDonneesLignePaire {
  background-color: var(--color_blanc);
}
.table_tableauDonneesPremiereColonne {
  background-color: var(--color_info_over);
  color: var(--color_blanc);
  font-weight: bolder;
  text-align: left;
  vertical-align: middle;
}
.table_tableauDonneesPremiereLigne {
  background-color: var(--color_default);
  color: var(--color_blanc);
  font-weight: bolder;
  text-align: left;
  vertical-align: middle;
}
:root, .light, .normal, .dark, .mce-content-body {
  --color_page: #F5F5F5;
  --colorTXT: #383838;
  --colorBG: white;
  --colorInvTXT: white;
  --colorInvBG: black;
  --colorOverlay: #ccc;
  --colorInvBGTransp:rgba(0, 0, 0, 0.7);
  --colorInvTXTransp:rgba(255,255,255,0.7);
  --Transparency:rgba(0,0,0,0.2);
  --colorOverlayLight: #555;
  --colorOverlayDark: #dedede;
}
:root {
  --font-size-base: 14px;
  --font-size-xs: clamp(0.313rem, -0.187rem + 1.25vw, 0.813rem);
  --line-height-xs: 1.6;
  --font-size-s: clamp(0.438rem, -0.125rem + 1.406vw, 1rem);
  --line-height-s: 1.6;
  --font-size-r: clamp(0.625rem, 0.125rem + 1.25vw, 1.125rem);
  --line-height-r: 1.6;
  --font-size-m: clamp(0.688rem, -0.187rem + 2.188vw, 1.563rem);
  --line-height-m: 1.55;
  --font-size-l: clamp(0.813rem, -0.312rem + 2.813vw, 1.938rem);
  --line-height-l: 1.49;
  --font-size-xl: clamp(1rem, -0.375rem + 3.438vw, 2.375rem);
  --line-height-xl: 1.41;
  --font-size-2xl: clamp(1.313rem, -0.375rem + 4.219vw, 3rem);
  --line-height-2xl: 1.36;
  --font-size-3xl: clamp(1.625rem, -0.5rem + 5.313vw, 3.75rem);
  --line-height-3xl: 1.29;
  --font-size-4xl: clamp(2rem, -0.687rem + 6.719vw, 4.688rem);
  --line-height-4xl: 1.22;
  --color_highlight: #aaa;
  --color_site_light_1: #C1C3D1;
  --color_site_light_2: #CFD1E0;
  --color_site_light_3: #F7F7F7;
  --color_site_dark_1: #151D31;
  --color_site_dark_2: #33364F;
  --color_site_dark_3: #9095AF;
  --color_titre: #000000;
  --color_accroche: #666666;
  --color_intertitre1: #000000;
  --color_intertitre2: #888888;
  --color_texte: #000000;
  --color_commentaire: #999999;
  --color_blanc: #FFF;
  --color_gris_clair: #faf8f6;
  --color_gris_moyen: #ddd;
  --color_default: #666;
  --color_noir: #000000;
  --color_default_over: #ebe8e5;
  --color_blanc_transparent: rgba(255,255,255,0.6);
  --color_noir_transparent: rgba(0,0,0,0.7);
  --color_fond_assombri: rgba(50,50,50,0.1);
  --color_bloc_base: initial;
  --paddingBase: 30px;
  --paddingSmall: 15px;
  --margeBase: 0px;
  --borderMarginBase: 0px solid transparent;
  --paddingBouton: 0.5em 1em;
  --paddingBoutonSmall: 0.25em 0.5em;
  --baseTypo: 1em;
  --icon: 48px;
  --icon_small: 24px;
  --gap_fin: 1px;
  --gap_small: 10px;
  --gap_standard: 60px;
  --gap_big: 120px;
  --radius: 6px;
  --radiusGrand: 30px;
  --color_danger: #d9534f;
  --color_danger_over: #e17572;
  --color_info: #5bc0de;
  --color_info_over: #7ccde5;
  --color_primary: #428bca;
  --color_primary_over: #68a2d5;
  --color_priorite: #34495e;
  --color_success: #5cb85c;
  --color_success_over: #7dc67d;
  --color_warning: #f0ad4e;
  --color_warning_over: #f3bd71;
  --color_twitter: #000000;
  --color_viadeo: #f07355;
  --color_vimeo: #1eb7ea;
  --color_wechat: #09b83e;
  --color_xing: #026466;
  --color_youtube: #e6282b;
  --color_linkedin: #02679a;
  --color_facebook: #37589b;
  --color_five-hundred-pix: #0099e5;
  --color_instagram: #956D53;
  --color_pinterest: #c91618;
  --color_rss: #ef7b00;
  --color_soundcloud: #FF3A00;
  --border-box: 1px solid #000;
  --border_base: 0px;
  --border_blanc: 1px solid #FFFFFF;
  --border_highlight: 2px solid #e23646;
  --filet: 1px solid #ddd;
  --ombre_standard: rgba(0, 0, 0, 0.05) 2px 4px 24px 0px;
  --ombre_popin: 0 8px 24px rgba(0,0,0,0.3);
  --ombre: #000 0px 2px 16px;
  --ombre_base: none;
  --ombre_box: 0 1px 2px rgba(25,25,34,0.15);
  --larg_desktop: 960px;
  --larg_desktop_large: 1200px;
  --double_size: 200%;
  --full_size: 100%;
  --trois_quart_size: 75%;
  --demi_size: 50%;
  --quart_size: 25%;
  --tiers_size: 33.33%;
  --cinquieme_size: 20%;
  --width_sixieme: 16.66%;
  --window_width: 80%;
  --hauteurBase: initial;
  --hauteur_champs: 40px;
  --filetbloc: 5px;
  --margin_bloc: 1%;
  --margin_haut_bas: 10px 0px;
  --margin_presque_full: 1%;
  --window_margin: 0%;
  --font_principale: "Open Sans", sans-serif;
  --font_secondaire: "Open Sans", sans-serif;
  --font_mail: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  --font_standard: standard;
  --font_site: site;
  --font_awesome: "Font Awesome 7 Pro";
}
@media handheld, only screen and (max-width: 1025px) {
  :root {
    --paddingBase: 15px;
    --paddingBouton: 8px 12px;
    --gap_standard: 30px;
    --gap_big: 60px;
  }
}
.mce-content-body:not(.mce-edit-focus, .me-edit) {
  background-color: rgba(125, 125, 125, 0.25);
}
.mce-content-body.mce-edit-focus {
  background-color: unset;
}
.mce-content-body.me-edit {
  background-color: unset;
}
.tox .tox-menu.tox-collection.tox-collection--list {
  background-color: var(--color_page);
}
.tox .tox-collection--list .tox-collection__item--enabled {
  background-color: unset !important;
  color: var(--colorTXT) !important;
}
#body:not(.mce-content-body) hr.lireLaSuite, #body.mce-edit-focus hr.lireLaSuite, #body.me-edit hr.lireLaSuite {
  display: none;
}
#body:not(.mce-content-body) hr.lireLaSuite ~ *, #body.mce-edit-focus hr.lireLaSuite ~ *, #body.me-edit hr.lireLaSuite ~ * {
  display: none;
}
.fondBandeauDefilant_texteADroite {
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 10% auto 50%;
  padding: 20px;
  width: 40% !important;
  align-items: flex-start;
}
.fondBandeauDefilant_texteADroite:not(.mce-content-body) .h1-titre, .fondBandeauDefilant_texteADroite:not(.mce-content-body) .h2-accroche, .fondBandeauDefilant_texteADroite:not(.mce-content-body) .h3-intertitre-1, .fondBandeauDefilant_texteADroite:not(.mce-content-body) .h4-intertitre-2, .fondBandeauDefilant_texteADroite:not(.mce-content-body) .p1-texte, .fondBandeauDefilant_texteADroite:not(.mce-content-body) p, .fondBandeauDefilant_texteADroite:not(.mce-content-body) h1, .fondBandeauDefilant_texteADroite:not(.mce-content-body) h2, .fondBandeauDefilant_texteADroite:not(.mce-content-body) h3, .fondBandeauDefilant_texteADroite:not(.mce-content-body) h4, .fondBandeauDefilant_texteADroite:not(.mce-content-body) h5, .fondBandeauDefilant_texteADroite:not(.mce-content-body) h6, .fondBandeauDefilant_texteADroite.mce-edit-focus .h1-titre, .fondBandeauDefilant_texteADroite.mce-edit-focus .h2-accroche, .fondBandeauDefilant_texteADroite.mce-edit-focus .h3-intertitre-1, .fondBandeauDefilant_texteADroite.mce-edit-focus .h4-intertitre-2, .fondBandeauDefilant_texteADroite.mce-edit-focus .p1-texte, .fondBandeauDefilant_texteADroite.mce-edit-focus p, .fondBandeauDefilant_texteADroite.mce-edit-focus h1, .fondBandeauDefilant_texteADroite.mce-edit-focus h2, .fondBandeauDefilant_texteADroite.mce-edit-focus h3, .fondBandeauDefilant_texteADroite.mce-edit-focus h4, .fondBandeauDefilant_texteADroite.mce-edit-focus h5, .fondBandeauDefilant_texteADroite.mce-edit-focus h6, .fondBandeauDefilant_texteADroite.me-edit .h1-titre, .fondBandeauDefilant_texteADroite.me-edit .h2-accroche, .fondBandeauDefilant_texteADroite.me-edit .h3-intertitre-1, .fondBandeauDefilant_texteADroite.me-edit .h4-intertitre-2, .fondBandeauDefilant_texteADroite.me-edit .p1-texte, .fondBandeauDefilant_texteADroite.me-edit p, .fondBandeauDefilant_texteADroite.me-edit h1, .fondBandeauDefilant_texteADroite.me-edit h2, .fondBandeauDefilant_texteADroite.me-edit h3, .fondBandeauDefilant_texteADroite.me-edit h4, .fondBandeauDefilant_texteADroite.me-edit h5, .fondBandeauDefilant_texteADroite.me-edit h6 {
  color: var(--color_blanc);
}
.fondBandeauDefilant_texteAGauche {
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 50% auto 10%;
  padding: 20px;
  width: 40% !important;
  align-items: flex-start;
}
.fondBandeauDefilant_texteAGauche:not(.mce-content-body) .h1-titre, .fondBandeauDefilant_texteAGauche:not(.mce-content-body) .h2-accroche, .fondBandeauDefilant_texteAGauche:not(.mce-content-body) .h3-intertitre-1, .fondBandeauDefilant_texteAGauche:not(.mce-content-body) .h4-intertitre-2, .fondBandeauDefilant_texteAGauche:not(.mce-content-body) .p1-texte, .fondBandeauDefilant_texteAGauche:not(.mce-content-body) p, .fondBandeauDefilant_texteAGauche:not(.mce-content-body) h1, .fondBandeauDefilant_texteAGauche:not(.mce-content-body) h2, .fondBandeauDefilant_texteAGauche:not(.mce-content-body) h3, .fondBandeauDefilant_texteAGauche:not(.mce-content-body) h4, .fondBandeauDefilant_texteAGauche:not(.mce-content-body) h5, .fondBandeauDefilant_texteAGauche:not(.mce-content-body) h6, .fondBandeauDefilant_texteAGauche.mce-edit-focus .h1-titre, .fondBandeauDefilant_texteAGauche.mce-edit-focus .h2-accroche, .fondBandeauDefilant_texteAGauche.mce-edit-focus .h3-intertitre-1, .fondBandeauDefilant_texteAGauche.mce-edit-focus .h4-intertitre-2, .fondBandeauDefilant_texteAGauche.mce-edit-focus .p1-texte, .fondBandeauDefilant_texteAGauche.mce-edit-focus p, .fondBandeauDefilant_texteAGauche.mce-edit-focus h1, .fondBandeauDefilant_texteAGauche.mce-edit-focus h2, .fondBandeauDefilant_texteAGauche.mce-edit-focus h3, .fondBandeauDefilant_texteAGauche.mce-edit-focus h4, .fondBandeauDefilant_texteAGauche.mce-edit-focus h5, .fondBandeauDefilant_texteAGauche.mce-edit-focus h6, .fondBandeauDefilant_texteAGauche.me-edit .h1-titre, .fondBandeauDefilant_texteAGauche.me-edit .h2-accroche, .fondBandeauDefilant_texteAGauche.me-edit .h3-intertitre-1, .fondBandeauDefilant_texteAGauche.me-edit .h4-intertitre-2, .fondBandeauDefilant_texteAGauche.me-edit .p1-texte, .fondBandeauDefilant_texteAGauche.me-edit p, .fondBandeauDefilant_texteAGauche.me-edit h1, .fondBandeauDefilant_texteAGauche.me-edit h2, .fondBandeauDefilant_texteAGauche.me-edit h3, .fondBandeauDefilant_texteAGauche.me-edit h4, .fondBandeauDefilant_texteAGauche.me-edit h5, .fondBandeauDefilant_texteAGauche.me-edit h6 {
  color: var(--color_blanc);
}
.fondBandeauDefilant_texteAuCentre {
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 5%;
  padding: var(--paddingBase);
  text-align: center !important;
  width: 90% !important;
}
.fondBandeauDefilant_texteAuCentre:not(.mce-content-body) .h1-titre, .fondBandeauDefilant_texteAuCentre:not(.mce-content-body) .h2-accroche, .fondBandeauDefilant_texteAuCentre:not(.mce-content-body) .h3-intertitre-1, .fondBandeauDefilant_texteAuCentre:not(.mce-content-body) .h4-intertitre-2, .fondBandeauDefilant_texteAuCentre:not(.mce-content-body) .p1-texte, .fondBandeauDefilant_texteAuCentre:not(.mce-content-body) p, .fondBandeauDefilant_texteAuCentre:not(.mce-content-body) h1, .fondBandeauDefilant_texteAuCentre:not(.mce-content-body) h2, .fondBandeauDefilant_texteAuCentre:not(.mce-content-body) h3, .fondBandeauDefilant_texteAuCentre:not(.mce-content-body) h4, .fondBandeauDefilant_texteAuCentre:not(.mce-content-body) h5, .fondBandeauDefilant_texteAuCentre:not(.mce-content-body) h6, .fondBandeauDefilant_texteAuCentre.mce-edit-focus .h1-titre, .fondBandeauDefilant_texteAuCentre.mce-edit-focus .h2-accroche, .fondBandeauDefilant_texteAuCentre.mce-edit-focus .h3-intertitre-1, .fondBandeauDefilant_texteAuCentre.mce-edit-focus .h4-intertitre-2, .fondBandeauDefilant_texteAuCentre.mce-edit-focus .p1-texte, .fondBandeauDefilant_texteAuCentre.mce-edit-focus p, .fondBandeauDefilant_texteAuCentre.mce-edit-focus h1, .fondBandeauDefilant_texteAuCentre.mce-edit-focus h2, .fondBandeauDefilant_texteAuCentre.mce-edit-focus h3, .fondBandeauDefilant_texteAuCentre.mce-edit-focus h4, .fondBandeauDefilant_texteAuCentre.mce-edit-focus h5, .fondBandeauDefilant_texteAuCentre.mce-edit-focus h6, .fondBandeauDefilant_texteAuCentre.me-edit .h1-titre, .fondBandeauDefilant_texteAuCentre.me-edit .h2-accroche, .fondBandeauDefilant_texteAuCentre.me-edit .h3-intertitre-1, .fondBandeauDefilant_texteAuCentre.me-edit .h4-intertitre-2, .fondBandeauDefilant_texteAuCentre.me-edit .p1-texte, .fondBandeauDefilant_texteAuCentre.me-edit p, .fondBandeauDefilant_texteAuCentre.me-edit h1, .fondBandeauDefilant_texteAuCentre.me-edit h2, .fondBandeauDefilant_texteAuCentre.me-edit h3, .fondBandeauDefilant_texteAuCentre.me-edit h4, .fondBandeauDefilant_texteAuCentre.me-edit h5, .fondBandeauDefilant_texteAuCentre.me-edit h6 {
  color: var(--color_blanc);
}
.fondCouleurFond_beige {
  background-color: #faf8f6 !important;
}
.fondCouleurFond_blanc {
  background-color: var(--color_blanc) !important;
}
.fondCouleurFond_clairTransparent {
  background-color: var(--color_blanc_transparent) !important;
}
.fondCouleurFond_degrade {
  background-image: linear-gradient(90deg, #e5398b, #fb6719);
}
.fondCouleurFond_grisClair {
  background-color: #f5f5f5 !important;
}
.fondCouleurFond_grisFonce {
  background-color: #444444 !important;
}
.fondCouleurFond_grisMoyen {
  background-color: #aaaaaa !important;
}
.fondCouleurFond_noir {
  background-color: var(--color_noir) !important;
}
.fondCouleurFond_highlight {
  background-color: var(--color_highlight) !important;
}
.fondCouleurFond_siteLight1 {
  background-color: var(--color_site_light_1) !important;
}
.fondCouleurFond_siteLight2 {
  background-color: var(--color_site_light_2) !important;
}
.fondCouleurFond_siteLight3 {
  background-color: var(--color_site_light_3) !important;
}
.fondCouleurFond_siteDark1 {
  background-color: var(--color_site_dark_1) !important;
}
.fondCouleurFond_siteDark2 {
  background-color: var(--color_site_dark_2) !important;
}
.fondCouleurFond_siteDark3 {
  background-color: var(--color_site_dark_3) !important;
}
.fondCouleurFond_sombreTransparent {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.fondCouleurFond_selonTheme {
  background-color: var(--colorBG);
}
.fondCouleurFond_grisFonce p, .fondCouleurFond_grisFonce h1, .fondCouleurFond_grisFonce h2, .fondCouleurFond_grisFonce h3, .fondCouleurFond_grisFonce h4, .fondCouleurFond_grisFonce h5, .fondCouleurFond_grisFonce h6, .fondCouleurFond_noir p, .fondCouleurFond_noir h1, .fondCouleurFond_noir h2, .fondCouleurFond_noir h3, .fondCouleurFond_noir h4, .fondCouleurFond_noir h5, .fondCouleurFond_noir h6 {
  color: var(--color_blanc);
}
.fondGouttiere_fine {
  gap: var(--gap_fin);
}
.fondGouttiere_small {
  gap: var(--gap_small);
}
.fondGouttiere_standard {
  gap: var(--gap_standard);
}
.fondGouttiere_big {
  gap: var(--gap_big);
}
.fondBordure_fineWhite {
  border: 2px solid white !important;
}
.fondBordure_fineLight {
  border: 2px solid var(--color_site_light_1) !important;
}
.fondBordure_fineDark {
  border: 2px solid var(--color_site_dark_1) !important;
}
.fondBordure_epaisseDark {
  border: 8px solid var(--color_site_dark_1) !important;
}
.fondBordure_epaisseLight {
  border: 8px solid var(--color_site_light_1) !important;
}
.fondFondPage_tuile {
  width: 100vw !important;
  height: 100%;
  background-size: 100% auto !important;
  background-repeat: repeat !important;
  backgroud-position: center !important;
  z-index: -2;
  position: absolute !important;
  top: 0px;
  left: 0px;
}
.fondAlignementInterne_bas {
  align-items: center;
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
}
.fondAlignementInterne_basDroit {
  align-content: flex-end;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}
.fondAlignementInterne_basGauche {
  align-items: flex-start;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: left;
}
.fondAlignementInterne_haut {
  align-items: center;
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
}
.fondAlignementInterne_hautDroit {
  align-items: flex-end;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: right;
}
.fondAlignementInterne_hautGauche {
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
  display: flex !important;
}
.fondAlignementInterne_milieu {
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  display: flex !important;
}
.fondAlignementInterne_milieu > * {
  width: var(--full_size);
}
.fondAlignementInterne_milieuDroit {
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  text-align: right;
  display: flex !important;
}
.fondAlignementInterne_milieuGauche {
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  display: flex !important;
}
.fondAlignementVertical_bas {
  align-self: flex-end;
}
.fondAlignementVertical_centre {
  align-self: center;
}
.fondAlignementVertical_haut {
  align-self: flex-start;
}
.fondArticle_rollSolution:hover {
  background-color: #666666 !important;
}
.fondTexte_negatif {
  color: var(--colorInvTXT);
}
.fondTexte_negatif h1, .fondTexte_negatif h2, .fondTexte_negatif h3, .fondTexte_negatif h4, .fondTexte_negatif h5, .fondTexte_negatif h6, .fondTexte_negatif p, .fondTexte_negatif input, .fondTexte_negatif textarea {
  color: var(--colorInvTXT);
}
.fondTexte_negatif input, .fondTexte_negatif textarea {
  color: var(--colorInvTXT);
}
.fondTexte_negatif hr {
  border: 1px solid var(--colorInvTXT);
}
.fondTexte_blancForce {
  color: var(--color_blanc);
}
.fondTexte_blancForce h1, .fondTexte_blancForce h2, .fondTexte_blancForce h3, .fondTexte_blancForce h4, .fondTexte_blancForce h5, .fondTexte_blancForce h6, .fondTexte_blancForce p, .fondTexte_blancForce input, .fondTexte_blancForce textarea {
  color: var(--color_blanc);
}
.fondTexte_blancForce input, .fondTexte_blancForce textarea {
  color: var(--color_blanc);
}
.fondTexte_blancForce hr {
  border: 1px solid var(--color_blanc);
}
.fondTexte_noirForce {
  color: var(--color_noir);
}
.fondTexte_noirForce h1, .fondTexte_noirForce h2, .fondTexte_noirForce h3, .fondTexte_noirForce h4, .fondTexte_noirForce h5, .fondTexte_noirForce h6, .fondTexte_noirForce p, .fondTexte_noirForce input, .fondTexte_noirForce textarea {
  color: var(--color_noir);
}
.fondTexte_noirForce hr {
  border: 1px solid var(--color_noir);
}
.fondDecalage_bas {
  margin-top: -6vw;
  transform: translate(0px, 6vw);
}
.fondDecalage_basDroite {
  transform: translate(6vw, 6vw);
}
.fondDecalage_basGauche {
  transform: translate(-6vw, 6vw);
}
.fondDecalage_droite {
  transform: translate(6vw);
}
.fondDecalage_gauche {
  transform: translate(-6vw);
}
.fondDecalage_haut {
  margin-bottom: -6vw;
  transform: translate(0px, -6vw);
}
.fondDecalage_hautDroite {
  transform: translate(6vw, -6vw);
}
.fondDecalage_hautGauche {
  transform: translate(-6vw, -6vw);
}
.fondEchelleInterne_plusGrand {
  font-size-adjust: 0.6;
}
.fondEchelleInterne_plusGrand h1, .fondEchelleInterne_plusGrand h2, .fondEchelleInterne_plusGrand h3, .fondEchelleInterne_plusGrand h4, .fondEchelleInterne_plusGrand h5, .fondEchelleInterne_plusGrand h6, .fondEchelleInterne_plusGrand p {
  line-height: normal;
}
.fondEchelleInterne_TresGrand {
  font-size-adjust: 0.9;
}
.fondEchelleInterne_TresGrand h1, .fondEchelleInterne_TresGrand h2, .fondEchelleInterne_TresGrand h3, .fondEchelleInterne_TresGrand h4, .fondEchelleInterne_TresGrand h5, .fondEchelleInterne_TresGrand h6, .fondEchelleInterne_TresGrand p {
  line-height: normal;
}
.fondEchelleInterne_TresTresGrand {
  font-size-adjust: 1.4;
}
.fondEchelleInterne_TresTresGrand h1, .fondEchelleInterne_TresTresGrand h2, .fondEchelleInterne_TresTresGrand h3, .fondEchelleInterne_TresTresGrand h4, .fondEchelleInterne_TresTresGrand h5, .fondEchelleInterne_TresTresGrand h6, .fondEchelleInterne_TresTresGrand p {
  line-height: normal;
}
.fondEchelleInterne_plusPetit {
  font-size-adjust: 0.4;
}
.fondEchelleInterne_plusPetit h1, .fondEchelleInterne_plusPetit h2, .fondEchelleInterne_plusPetit h3, .fondEchelleInterne_plusPetit h4, .fondEchelleInterne_plusPetit h5, .fondEchelleInterne_plusPetit h6, .fondEchelleInterne_plusPetit p {
  line-height: normal;
}
.fondEchelleInterne_tresPetit {
  font-size-adjust: 0.3;
}
.fondEchelleInterne_tresPetit h1, .fondEchelleInterne_tresPetit h2, .fondEchelleInterne_tresPetit h3, .fondEchelleInterne_tresPetit h4, .fondEchelleInterne_tresPetit h5, .fondEchelleInterne_tresPetit h6, .fondEchelleInterne_tresPetit p {
  line-height: normal;
}
.fondEffetFond_ImageAssombrie {
  background-blend-mode: overlay;
  background-color: #555555 !important;
}
.fondEffetFond_ImageEclaircie {
  background-blend-mode: overlay;
  background-color: #bbbbbb !important;
}
.fondEffetFond_overlayImage {
  background-blend-mode: overlay;
}
.fondEffetFond_niveauxGris {
  background-blend-mode: luminosity;
  background-color: #000 !important;
}
.fondEffetFond_luminosite {
  background-blend-mode: luminosity;
}
.fondEffetFond_TexteTransparent {
  background-clip: text !important;
}
.fondEffetFond_TexteTransparent .h1-titre, .fondEffetFond_TexteTransparent .h2-accroche, .fondEffetFond_TexteTransparent .h3-intertitre-1, .fondEffetFond_TexteTransparent .h4-intertitre-2, .fondEffetFond_TexteTransparent .p1-texte, .fondEffetFond_TexteTransparent p, .fondEffetFond_TexteTransparent h1, .fondEffetFond_TexteTransparent h2, .fondEffetFond_TexteTransparent h3, .fondEffetFond_TexteTransparent h4, .fondEffetFond_TexteTransparent h5, .fondEffetFond_TexteTransparent h6 {
  background-image: inherit;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: transparent !important;
  display: inline;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fondEffetSurvol_deplacement {
  transform: translateY(initial);
  transition: 0.3s ease all;
}
.fondEffetSurvol_deplacement:hover {
  cursor: pointer;
  transform: translateY(-5px);
  transition: 0.1s ease all;
}
.fondEffetSurvol_opacite {
  opacity: 100%;
  transition: 0.3s ease all;
}
.fondEffetSurvol_opacite:hover {
  cursor: pointer;
  opacity: 60%;
  transition: 0.2s ease all;
}
.fondEffetSurvol_zoom {
  transform: scale(1);
  transition: 0.3s ease all;
}
.fondEffetSurvol_zoom:hover {
  cursor: pointer;
  transform: scale(1.03);
  transition: 0.1s ease all;
}
.fondHauteur_1-1 {
  aspect-ratio: 1 !important;
}
.fondHauteur_1-2 {
  aspect-ratio: 0.5 !important;
}
.fondHauteur_16-9 {
  aspect-ratio: 1.7777777778 !important;
}
.fondHauteur_2-1 {
  aspect-ratio: 2 !important;
}
.fondHauteur_21-9 {
  aspect-ratio: 2.3333333333 !important;
}
.fondHauteur_3-1 {
  aspect-ratio: 3 !important;
}
.fondHauteur_3-2 {
  aspect-ratio: 1.5 !important;
}
.fondHauteur_4-1 {
  aspect-ratio: 4 !important;
}
.fondHauteur_4-3 {
  aspect-ratio: 1.3333333333 !important;
}
.fondHauteur_ecran {
  min-height: 100vh !important;
}
.fondHauteur_identiqueLargeur {
  height: 0px !important;
  padding: 0 0 100% 0 !important;
}
.fondHauteur_l {
  min-height: 32vw !important;
}
.fondHauteur_m {
  min-height: 20vw !important;
}
.fondHauteur_s {
  min-height: 12vw !important;
}
.fondHauteur_xl {
  min-height: 50vw !important;
}
.fondHauteur_xs {
  min-height: 6vw !important;
}
.fondHauteur_xxl {
  min-height: 75vw !important;
}
.fondLargeurInterne_1600pxMax > * {
  margin: auto;
  max-width: 1600px !important;
  width: var(--full_size);
}
.fondLargeurInterne_1200pxMax > * {
  margin: auto;
  max-width: 1200px !important;
  width: var(--full_size);
}
.fondLargeurInterne_800pxMax > * {
  margin: auto;
  max-width: 800px !important;
  width: var(--full_size);
}
.fondLargeurMax_1000px {
  max-width: 1000px !important;
}
.fondLargeurMax_1200px {
  max-width: 1200px !important;
}
.fondLargeurMax_1400px {
  max-width: 1400px !important;
}
.fondLargeurMax_1600px {
  max-width: 1600px !important;
}
.fondLargeurMax_200px {
  max-width: 200px !important;
}
.fondLargeurMax_280px {
  max-width: 280px !important;
}
.fondLargeurMax_360px {
  max-width: 360px !important;
}
.fondLargeurMax_480px {
  max-width: 480px !important;
}
.fondLargeurMax_640px {
  max-width: 640px !important;
}
.fondLargeurMax_800px {
  max-width: 800px !important;
}
.fondMargeInterne_sans {
  padding: 0px !important;
}
.fondMargeInterne_standard {
  padding: var(--paddingBase) !important;
}
.fondMargeInterne_moyenne {
  padding: 2.5% !important;
}
.fondMargeInterne_grande {
  padding: 5% !important;
}
.fondMargeInterne_tresGrande {
  padding: 10% 20% !important;
}
.fondMargeInterne_HautBasSmall {
  padding: var(--gap_small) 0 !important;
}
.fondMargeInterne_HautBasStandard {
  padding: var(--gap_standard) 0 !important;
}
.fondMargeInterne_HautBasBig {
  padding: var(--gap_big) 0 !important;
}
.fondMarge_sans {
  border: 0px !important;
  margin: 0px !important;
}
.fondMarge_standard {
  border: var(--paddingBase) !important;
}
.fondMarge_grande {
  border: 60px solid transparent !important;
}
.fondMultiColonne_2 {
  column-count: 2;
  column-gap: 3%;
  columns: 2;
  display: block;
}
.fondMultiColonne_3 {
  column-count: 3;
  column-gap: 3%;
  columns: 3;
  display: block;
}
.fondMultiColonne_4 {
  column-count: 4;
  column-gap: 3%;
  columns: 4;
  display: block;
}
.fondMultiColonne_5 {
  column-count: 5;
  column-gap: 3%;
  column-rule: 1px solid #efefef;
  columns: 5;
  display: block;
}
.fondOmbre_netteBasGauche {
  overflow: visible !important;
  box-shadow: 1em 1em 0px black !important;
}
.fondOmbre_netteBasDroite {
  overflow: visible !important;
  box-shadow: 1em 1em 0px black !important;
}
.fondOmbre_basGaucheCouleurBloc {
  overflow: visible !important;
}
.fondOmbre_basGaucheCouleurBloc:after {
  transform: translate(-2vw, 1vw);
  left: 0px;
  background-color: inherit;
  opacity: 70;
  top: 0px;
  z-index: -1;
  height: 100%;
  position: absolute;
  width: 100%;
  content: "";
}
.fondOmbre_hautDroitCouleurBloc {
  overflow: visible !important;
}
.fondOmbre_hautDroitCouleurBloc:after {
  background-color: inherit;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 70;
  position: absolute;
  top: 0px;
  transform: translate(2vw, -1vw);
  width: 100%;
  z-index: -1;
}
.fondPositionInterne_bas {
  padding-top: 50%;
}
.fondPositionInterne_droite > * {
  padding-left: 50%;
}
.fondPositionInterne_gauche > * {
  padding-right: 50%;
}
.fondPositionInterne_haut {
  padding-bottom: 50%;
}
.fondProfondeur_derriere {
  z-index: -1;
}
.fondProfondeur_devant {
  z-index: 1;
}
.fondResponsive_affichageMobile {
  display: none !important;
}
.fondResponsive_affichageMobile[data-type="article"], .fondResponsive_affichageMobile[data-type="module"] {
  display: block !important;
  opacity: 0.3;
  position: relative;
}
.fondResponsive_affichageMobile[data-type="article"]:before, .fondResponsive_affichageMobile[data-type="module"]:before {
  font-family: "mefont";
  font-size: 54px;
  padding: 10px;
  background-color: red;
  color: white;
  opacity: 1;
  content: "";
  top: 20px;
  left: 20px;
  z-index: 1;
  position: absolute;
  border-radius: 0.15em;
}
.fondResponsive_masquageFondImageTablette {
  background-attachment: initial;
}
.fondResponsive_masquageMobile {
  display: flex;
}
.fondResponsive_masquageMobile[data-type="article"], .fondResponsive_masquageMobile[data-type="module"] {
  position: relative;
}
.fondResponsive_masquageMobile[data-type="article"]:before, .fondResponsive_masquageMobile[data-type="module"]:before {
  font-family: "mefont";
  font-size: 54px;
  padding: 10px;
  background-color: red;
  color: white;
  opacity: 1;
  content: "";
  top: 20px;
  left: 20px;
  z-index: 1;
  position: absolute;
  border-radius: 0.15em;
}
.fondRotation_180Degres {
  transform: rotate(180deg);
}
.fondRotation_270Degres {
  transform: rotate(270deg);
}
.fondRotation_90Degres {
  transform: rotate(90deg);
}
.fondLargeur_1-12e {
  background-clip: padding-box;
  background-color: var(--color_bloc_base);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--ombre_base);
  display: block;
  flex-direction: column;
  height: var(--hauteurBase);
  margin: var(--margeBase);
  min-height: 50px;
  padding: var(--paddingBase);
  width: 8.33% !important;
}
.fondLargeur_1-12e > *, .fondLargeur_2-12e > *, .fondLargeur_3-12e > *, .fondLargeur_4-12e > *, .fondLargeur_5-12e > * {
  flex: none;
}
.fondLargeur_1-12e img, .fondLargeur_2-12e img, .fondLargeur_3-12e img, .fondLargeur_4-12e img, .fondLargeur_5-12e img, .fondLargeur_6-12e img, .fondLargeur_7-12e img, .fondLargeur_8-12e img {
  height: auto;
  max-width: 100%;
}
.fondLargeur_10-12e {
  background-clip: padding-box;
  background-color: var(--color_bloc_base);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--ombre_base);
  display: block;
  flex-direction: column;
  height: var(--hauteurBase);
  min-height: 50px;
  padding: var(--paddingBase);
  width: 83.33% !important;
}
.fondLargeur_11-12e {
  background-clip: padding-box;
  background-color: var(--color_bloc_base);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--ombre_base);
  display: block;
  flex-direction: column;
  height: var(--hauteurBase);
  min-height: 50px;
  padding: var(--paddingBase);
  width: 91.66% !important;
}
.fondLargeur_11-12e > *, .fondLargeur_12-12e > * {
  flex: none;
}
.fondLargeur_12-12e {
  box-shadow: var(--ombre_base);
  width: 100% !important;
  margin: var(--margeBase);
  height: var(--hauteurBase);
  display: block;
  padding: var(--paddingBase);
  flex-direction: column;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--color_bloc_base);
  min-height: 50px;
}
.fondLargeur_2-12e {
  min-height: 50px;
  box-shadow: var(--ombre_base);
  width: 16.66% !important;
  padding: var(--paddingBase);
  margin: var(--margeBase);
  height: var(--hauteurBase);
  display: block;
  background-color: var(--color_bloc_base);
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-direction: column;
}
.fondLargeur_3-12e {
  padding: var(--paddingBase);
  height: var(--hauteurBase);
  background-color: var(--color_bloc_base);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box;
  min-height: 50px;
  flex-direction: column;
  margin: var(--margeBase);
  width: 25% !important;
  box-shadow: var(--ombre_base);
  display: block;
}
.fondLargeur_3-24e {
  flex-direction: column;
  display: block;
  height: var(--hauteurBase);
  margin: var(--margeBase);
  padding: var(--paddingBase);
  width: 12.5% !important;
  box-shadow: var(--ombre_base);
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--color_bloc_base);
  background-position: center;
}
.fondLargeur_4-12e {
  flex-direction: column;
  min-height: 50px;
  box-shadow: var(--ombre_base);
  width: 33.33% !important;
  background-clip: padding-box;
  padding: var(--paddingBase);
  height: var(--hauteurBase);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--color_bloc_base);
}
.fondLargeur_5-12e {
  height: var(--hauteurBase);
  flex-direction: column;
  box-shadow: var(--ombre_base);
  min-height: 50px;
  width: 41.66% !important;
  padding: var(--paddingBase);
  display: block;
  background-size: cover;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--color_bloc_base);
}
.fondLargeur_5-24e {
  flex-direction: column;
  box-shadow: var(--ombre_base);
  width: 20% !important;
  padding: var(--paddingBase);
  margin: var(--margeBase);
  height: var(--hauteurBase);
  display: block;
  background-clip: padding-box;
  background-color: var(--color_bloc_base);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fondLargeur_6-12e {
  background-clip: padding-box;
  background-color: var(--color_bloc_base);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--ombre_base);
  display: block;
  flex-direction: column;
  height: var(--hauteurBase);
  min-height: 50px;
  padding: var(--paddingBase);
  width: 50% !important;
}
.fondLargeur_6-12e > *, .fondLargeur_7-12e > *, .fondLargeur_8-12e > *, .fondLargeur_9-12e > *, .fondLargeur_10-12e > *, .fondLargeur_3-24e > *, .fondLargeur_5-24e > * {
  flex: none;
}
.fondLargeur_7-12e {
  background-clip: padding-box;
  background-color: var(--color_bloc_base);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--ombre_base);
  display: block;
  flex-direction: column;
  height: var(--hauteurBase);
  min-height: 50px;
  padding: var(--paddingBase);
  width: 58.33% !important;
}
.fondLargeur_8-12e {
  height: var(--hauteurBase);
  padding: var(--paddingBase);
  width: 66.66% !important;
  box-shadow: var(--ombre_base);
  min-height: 50px;
  background-color: var(--color_bloc_base);
  background-position: center;
  background-clip: padding-box;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
}
.fondLargeur_9-12e {
  background-clip: padding-box;
  background-color: var(--color_bloc_base);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--ombre_base);
  display: block;
  flex-direction: column;
  height: var(--hauteurBase);
  min-height: 50px;
  padding: var(--paddingBase);
  width: 75% !important;
}
.fondLargeur_9-12e img, .fondLargeur_10-12e img, .fondLargeur_11-12e img img, .fondLargeur_12-12e img, .fondLargeur_3-24e img, .fondLargeur_5-24e img {
  height: auto;
  max-width: 100%;
}
.fondLargeur_auto {
  flex-direction: column;
  flex: 1 1 !important;
  min-height: 50px;
  min-width: 320px;
  max-width: 500px;
  box-shadow: var(--ombre_base);
  padding: var(--paddingBase);
  width: unset !important;
  height: var(--hauteurBase);
  display: block;
  background-size: cover;
  background-clip: padding-box;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color_bloc_base);
}
.fondLargeur_forceRetour {
  display: block;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  width: var(--full_size);
}
.fondMasque_arrondiBas {
  clip-path: ellipse(150% 100% at 50% 0%);
}
.fondMasque_arrondiHaut {
  clip-path: ellipse(150% 100% at 50% 100%);
}
.fondMasque_arrondiHautBas {
  clip-path: ellipse(150% 50% at 50% 50%);
}
#body #colonne {
  scroll-snap-type: both;
  overflow-y: scroll;
}
.fondSection_magnetismeHaut {
  scroll-snap-type: y proximity;
  overflow-y: scroll;
}
.fondSection_magnetismeHaut > * {
  scroll-snap-align: start;
}
@media handheld, only screen and (max-width: 1025px) {
  .fondMultiColonne_2 {
    column-count: 1;
    columns: 1;
  }
  .fondMultiColonne_3 {
    column-count: 2;
    columns: 2;
  }
  .fondMultiColonne_4 {
    column-count: 2;
    columns: 2;
  }
  .fondMultiColonne_5 {
    column-count: 3;
    columns: 3;
  }
  .fondResponsive_masquageFondImageTablette {
    background-image: "";
  }
  .fondBandeau_image {
    height: 65vw;
  }
  .fondBandeau_reference {
    margin: 0px;
  }
  .fondLargeur_2-12e {
    width: 25% !important;
  }
  .fondLargeur_5-12e {
    width: var(--demi_size) !important;
  }
  .fondLargeur_5-24e {
    border: var(--borderMarginBase);
    width: 50% !important;
  }
  .fondLargeur_6-12e {
    border: var(--borderMarginBase);
  }
  .fondLargeur_7-12e {
    width: var(--demi_size) !important;
  }
  .fondLargeur_9-12e {
    width: 50% !important;
  }
  .fondHexagon_grandCadre:hover {
    transform: translate(0px, 0px);
  }
  .fondHexagon_grandFondCouleur:hover {
    transform: translate(0px, 0px);
  }
  .fondHexagon_petitCadre:hover {
    transform: translate(0px, 0px);
  }
}
@media screen and (max-width: 640px) {
  .fondBandeau_incline {
    background-size: 100% auto !important;
    height: 120vw !important;
    padding: 54vw 4vw 6vw 4vw;
  }
  .fondBandeau_incline:after {
    bottom: 0px;
    height: 65%;
    top: initial;
    transform: skew(0deg, -5deg) translate(0, 16%);
    width: var(--full_size);
  }
  .fondAlignementInterne_basDroit {
    align-content: center;
  }
  .fondAlignementInterne_basGauche {
    align-content: center;
  }
  .fondAlignementInterne_hautDroit {
    align-content: center;
  }
  .fondAlignementInterne_hautGauche {
    align-content: center;
  }
  .fondAlignementInterne_milieuDroit {
    align-items: center;
  }
  .fondAlignementInterne_milieuGauche {
    align-content: center;
  }
  .fondAlignementVertical_centre {
    width: var(--full_size);
    border: var(--borderMarginBase);
  }
  .fondDecalage_bas {
    margin-top: 0vh;
    transform: translate(0px, 0px);
  }
  .fondDecalage_basDroite {
    margin-top: 0vh;
    transform: translate(0px, 0px);
  }
  .fondDecalage_basGauche {
    margin-top: 0vh;
    transform: translate(0px, 0px);
  }
  .fondDecalage_droite {
    transform: translate(0px, 0px);
  }
  .fondDecalage_gauche {
    transform: translate(0px, 0px);
  }
  .fondDecalage_haut {
    margin-bottom: 0vh;
    transform: translate(0px, 0px);
  }
  .fondDecalage_hautDroite {
    margin-bottom: 0vh;
    transform: translate(0px, 0px);
  }
  .fondDecalage_hautGauche {
    margin-bottom: 0vh;
    transform: translate(0px, 0px);
  }
  .fondHauteur_l {
    min-height: 100vw !important;
  }
  .fondHauteur_m {
    min-height: 50vw !important;
  }
  .fondHauteur_xl {
    min-height: 150vw !important;
  }
  .fondHauteur_xs {
    min-height: 12vw !important;
  }
  .fondMargeInterne_standard {
    padding: var(--paddingBase) !important;
  }
  .fondMargeInterne_tresGrande {
    padding: 5% 10% !important;
  }
  .fondMultiColonne_3 {
    column-count: 1;
    columns: 1;
  }
  .fondMultiColonne_4 {
    column-count: 1;
    columns: 1;
  }
  .fondMultiColonne_5 {
    column-count: 1;
    column-rule: initial;
    columns: 1;
  }
  .fondPositionInterne_droite > * {
    padding-left: 0% !important;
  }
  .fondPositionInterne_gauche > * {
    padding-right: 0% !important;
  }
  .fondResponsive_affichageMobile {
    display: flex !important;
  }
  .fondResponsive_affichageMobile[data-type="article"], .fondResponsive_affichageMobile[data-type="module"] {
    opacity: 1;
  }
  .fondResponsive_masquageFondImageTablette {
    background-image: "";
  }
  .fondResponsive_masquageMobile {
    display: none !important;
  }
  .fondLargeur_1-12e {
    width: var(--tiers_size) !important;
  }
  .fondLargeur_10-12e {
    width: var(--full_size) !important;
  }
  .fondLargeur_11-12e {
    width: var(--full_size) !important;
  }
  .fondLargeur_2-12e {
    width: var(--demi_size) !important;
  }
  .fondLargeur_3-12e {
    width: var(--demi_size) !important;
  }
  .fondLargeur_3-24e {
    width: var(--full_size) !important;
  }
  .fondLargeur_4-12e {
    width: var(--full_size) !important;
  }
  .fondLargeur_5-12e {
    width: var(--full_size) !important;
  }
  .fondLargeur_5-24e {
    width: 50% !important;
  }
  .fondLargeur_6-12e {
    width: var(--full_size) !important;
  }
  .fondLargeur_7-12e {
    width: var(--full_size) !important;
  }
  .fondLargeur_8-12e {
    width: var(--full_size) !important;
  }
  .fondLargeur_9-12e {
    width: var(--full_size) !important;
  }
  .fondBandeauDefilant_texteAuCentre {
    padding: 20px 40px;
    background-color: var(--color_noir_transparent);
    margin: auto 10%;
    width: 80% !important;
  }
  .fondBandeauDefilant_texteADroite {
    margin: auto 10%;
    padding: 20px 40px;
    width: 80% !important;
  }
  .fondBandeauDefilant_texteAGauche {
    padding: 20px 40px;
    margin: auto 10%;
    width: 80% !important;
  }
}
.fondLazyloadingBackgroundImage_disable {
  content: "";
}
:root, .light, .normal, .dark, .mce-content-body {
  --color_page: #F5F5F5;
  --colorTXT: #383838;
  --colorBG: white;
  --colorInvTXT: white;
  --colorInvBG: black;
  --colorOverlay: #ccc;
  --colorInvBGTransp:rgba(0, 0, 0, 0.7);
  --colorInvTXTransp:rgba(255,255,255,0.7);
  --Transparency:rgba(0,0,0,0.2);
  --colorOverlayLight: #555;
  --colorOverlayDark: #dedede;
}
:root {
  --font-size-base: 14px;
  --font-size-xs: clamp(0.313rem, -0.187rem + 1.25vw, 0.813rem);
  --line-height-xs: 1.6;
  --font-size-s: clamp(0.438rem, -0.125rem + 1.406vw, 1rem);
  --line-height-s: 1.6;
  --font-size-r: clamp(0.625rem, 0.125rem + 1.25vw, 1.125rem);
  --line-height-r: 1.6;
  --font-size-m: clamp(0.688rem, -0.187rem + 2.188vw, 1.563rem);
  --line-height-m: 1.55;
  --font-size-l: clamp(0.813rem, -0.312rem + 2.813vw, 1.938rem);
  --line-height-l: 1.49;
  --font-size-xl: clamp(1rem, -0.375rem + 3.438vw, 2.375rem);
  --line-height-xl: 1.41;
  --font-size-2xl: clamp(1.313rem, -0.375rem + 4.219vw, 3rem);
  --line-height-2xl: 1.36;
  --font-size-3xl: clamp(1.625rem, -0.5rem + 5.313vw, 3.75rem);
  --line-height-3xl: 1.29;
  --font-size-4xl: clamp(2rem, -0.687rem + 6.719vw, 4.688rem);
  --line-height-4xl: 1.22;
  --color_highlight: #aaa;
  --color_site_light_1: #C1C3D1;
  --color_site_light_2: #CFD1E0;
  --color_site_light_3: #F7F7F7;
  --color_site_dark_1: #151D31;
  --color_site_dark_2: #33364F;
  --color_site_dark_3: #9095AF;
  --color_titre: #000000;
  --color_accroche: #666666;
  --color_intertitre1: #000000;
  --color_intertitre2: #888888;
  --color_texte: #000000;
  --color_commentaire: #999999;
  --color_blanc: #FFF;
  --color_gris_clair: #faf8f6;
  --color_gris_moyen: #ddd;
  --color_default: #666;
  --color_noir: #000000;
  --color_default_over: #ebe8e5;
  --color_blanc_transparent: rgba(255,255,255,0.6);
  --color_noir_transparent: rgba(0,0,0,0.7);
  --color_fond_assombri: rgba(50,50,50,0.1);
  --color_bloc_base: initial;
  --paddingBase: 30px;
  --paddingSmall: 15px;
  --margeBase: 0px;
  --borderMarginBase: 0px solid transparent;
  --paddingBouton: 0.5em 1em;
  --paddingBoutonSmall: 0.25em 0.5em;
  --baseTypo: 1em;
  --icon: 48px;
  --icon_small: 24px;
  --gap_fin: 1px;
  --gap_small: 10px;
  --gap_standard: 60px;
  --gap_big: 120px;
  --radius: 6px;
  --radiusGrand: 30px;
  --color_danger: #d9534f;
  --color_danger_over: #e17572;
  --color_info: #5bc0de;
  --color_info_over: #7ccde5;
  --color_primary: #428bca;
  --color_primary_over: #68a2d5;
  --color_priorite: #34495e;
  --color_success: #5cb85c;
  --color_success_over: #7dc67d;
  --color_warning: #f0ad4e;
  --color_warning_over: #f3bd71;
  --color_twitter: #000000;
  --color_viadeo: #f07355;
  --color_vimeo: #1eb7ea;
  --color_wechat: #09b83e;
  --color_xing: #026466;
  --color_youtube: #e6282b;
  --color_linkedin: #02679a;
  --color_facebook: #37589b;
  --color_five-hundred-pix: #0099e5;
  --color_instagram: #956D53;
  --color_pinterest: #c91618;
  --color_rss: #ef7b00;
  --color_soundcloud: #FF3A00;
  --border-box: 1px solid #000;
  --border_base: 0px;
  --border_blanc: 1px solid #FFFFFF;
  --border_highlight: 2px solid #e23646;
  --filet: 1px solid #ddd;
  --ombre_standard: rgba(0, 0, 0, 0.05) 2px 4px 24px 0px;
  --ombre_popin: 0 8px 24px rgba(0,0,0,0.3);
  --ombre: #000 0px 2px 16px;
  --ombre_base: none;
  --ombre_box: 0 1px 2px rgba(25,25,34,0.15);
  --larg_desktop: 960px;
  --larg_desktop_large: 1200px;
  --double_size: 200%;
  --full_size: 100%;
  --trois_quart_size: 75%;
  --demi_size: 50%;
  --quart_size: 25%;
  --tiers_size: 33.33%;
  --cinquieme_size: 20%;
  --width_sixieme: 16.66%;
  --window_width: 80%;
  --hauteurBase: initial;
  --hauteur_champs: 40px;
  --filetbloc: 5px;
  --margin_bloc: 1%;
  --margin_haut_bas: 10px 0px;
  --margin_presque_full: 1%;
  --window_margin: 0%;
  --font_principale: "Open Sans", sans-serif;
  --font_secondaire: "Open Sans", sans-serif;
  --font_mail: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  --font_standard: standard;
  --font_site: site;
  --font_awesome: "Font Awesome 7 Pro";
}
@media handheld, only screen and (max-width: 1025px) {
  :root {
    --paddingBase: 15px;
    --paddingBouton: 8px 12px;
    --gap_standard: 30px;
    --gap_big: 60px;
  }
}
#me_formulaire p:has(input:invalid) input {
  background-color: var(--color_danger);
}
#me_formulaire .erreur {
  color: var(--color_danger);
  font-size: 0.85em;
  width: 100%;
  position: relative;
  display: flex;
}
#body textarea, #body input[type=text], #body input[type=date], #body input[type=email], #body input[type=tel], #body input[type=number], #body input[type=password], #body input[type=reset], #body input[type=submit], #body input[type=integer], #body select, #body input {
  border: 0px;
  border-radius: var(--radius);
  outline: none;
  padding: 0.5em;
  font-family: var(--font_principale);
  font-size: 1em;
  font-weight: inherit;
  color: var(--colorTXT);
  background-color: var(--colorBG);
}
#body textarea:focus, #body input[type=text]:focus, #body input[type=date]:focus, #body input[type=email]:focus, #body input[type=tel]:focus, #body input[type=number]:focus, #body input[type=password]:focus, #body input[type=reset]:focus, #body input[type=submit]:focus, #body input[type=integer]:focus, #body select:focus, #body input:focus {
  outline: 2px dashed var(--colorTXT);
  outline-offset: 2px;
}
#body textarea input[type=radio]:focus + label, #body textarea input[type=checkbox]:focus + label, #body input[type=text] input[type=radio]:focus + label, #body input[type=text] input[type=checkbox]:focus + label, #body input[type=date] input[type=radio]:focus + label, #body input[type=date] input[type=checkbox]:focus + label, #body input[type=email] input[type=radio]:focus + label, #body input[type=email] input[type=checkbox]:focus + label, #body input[type=tel] input[type=radio]:focus + label, #body input[type=tel] input[type=checkbox]:focus + label, #body input[type=number] input[type=radio]:focus + label, #body input[type=number] input[type=checkbox]:focus + label, #body input[type=password] input[type=radio]:focus + label, #body input[type=password] input[type=checkbox]:focus + label, #body input[type=reset] input[type=radio]:focus + label, #body input[type=reset] input[type=checkbox]:focus + label, #body input[type=submit] input[type=radio]:focus + label, #body input[type=submit] input[type=checkbox]:focus + label, #body input[type=integer] input[type=radio]:focus + label, #body input[type=integer] input[type=checkbox]:focus + label, #body select input[type=radio]:focus + label, #body select input[type=checkbox]:focus + label, #body input input[type=radio]:focus + label, #body input input[type=checkbox]:focus + label {
  outline: 2px dashed var(--colorTXT);
  outline-offset: 2px;
}
#body textarea, #body input[type=text], #body input[type=password], #body input[type=date], #body input[type=email], #body input[type=tel], #body input[type=number], #body input[type=integer] {
  width: var(--full_size);
}
#body input.input-error {
  box-shadow: inset 0 0 0 2px var(--color_warning);
}
#body .button, #body input[type=button], #body input[type=submit], #body a.button, #body a.button:visited, #body input[type=button].button, #body input[type=submit].button {
  background-color: var(--colorTXT);
  border: 0px solid transparent;
  border-radius: var(--radius);
  color: var(--colorBG);
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin: 0px auto 10px auto;
  outline: none;
  overflow: hidden;
  padding: var(--paddingBouton);
  position: relative;
  text-align: center;
  text-decoration: none;
}
#body .button:focus-visible, #body input[type=button]:focus-visible, #body input[type=submit]:focus-visible, #body a.button:focus-visible, #body a.button:visited:focus-visible, #body input[type=button].button:focus-visible, #body input[type=submit].button:focus-visible {
  outline: 2px dashed var(--colorTXT);
  outline-offset: 2px;
}
#body label {
  font-weight: normal;
}
#body textarea {
  min-height: 150px;
}
#me_formulaire {
  /*       conteneur boutons actions : suivant / précédent / valider      */
}
#me_formulaire .me_formFilAriane ol {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2px;
  flex: 1;
  margin: 0px;
  padding: 0px;
}
#me_formulaire .me_formFilAriane ol li {
  display: flex;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  flex: 1;
  background-color: var(--colorInvBG);
  color: var(--colorInvTXT);
  border-radius: 0.5em 0.5em 0 0;
  cursor: inherit;
}
#me_formulaire .me_formFilAriane ol li a {
  transition: 0.2s all ease;
  cursor: pointer;
  text-decoration: none;
  margin: 0px;
  width: 100%;
  padding: 0.3em 1em 0.8em 1em;
}
#me_formulaire .me_formFilAriane ol li:nth-child(1) a:before {
  content: "1. ";
}
#me_formulaire .me_formFilAriane ol li:nth-child(2) a:before {
  content: "2. ";
}
#me_formulaire .me_formFilAriane ol li:nth-child(3) a:before {
  content: "3. ";
}
#me_formulaire .me_formFilAriane ol li:nth-child(4) a:before {
  content: "4. ";
}
#me_formulaire .me_formFilAriane ol li:nth-child(5) a:before {
  content: "5. ";
}
#me_formulaire .me_formFilAriane ol li:nth-child(6) a:before {
  content: "6. ";
}
#me_formulaire .me_formFilAriane ol li:not([aria-current="step"]) {
  opacity: 0.6;
}
#me_formulaire .me_formFilAriane ol li:not([aria-current="step"]) a {
  padding: 0.3em 1em;
}
#me_formulaire .me_formFilAriane ol li:not([aria-current="step"]):has([aria-disabled="true"]) {
  opacity: 0.3;
}
#me_formulaire .me_formFilAriane ol li:not([aria-current="step"]):has([aria-disabled="true"]) a {
  cursor: default;
}
#me_formulaire .me_formFilAriane ol li:hover:not(:has([aria-disabled="true"])) a {
  padding: 0.3em 1em 0.8em 1em;
}
#me_formulaire .me_formCTA {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1em;
}
#me_formulaire .me_formCTA input {
  margin: 0px;
}
#me_formulaire .me_formCTA input[type=submit] {
  margin: 0px;
}
#me_formulaire .me_formCTA input:hover {
  outline: 2px solid var(--colorInvBG);
  outline-offset: 2px;
}
#me_formulaire form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--paddingBase);
  padding: 1em 0;
}
#me_formulaire form .intitule {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25em;
  line-height: 150%;
}
#me_formulaire form .intitule .commentaire {
  min-width: 100%;
  font-size: 0.85em;
}
#me_formulaire form .intituleLong, #me_formulaire form .intituleMailLong {
  display: inline-flex;
  flex-wrap: wrap;
  width: var(--full_size);
  gap: 0.25em;
  line-height: 150%;
}
#me_formulaire form .intituleLong .commentaire, #me_formulaire form .intituleMailLong .commentaire {
  min-width: 100%;
  font-size: 0.85em;
}
#me_formulaire form > div {
  justify-content: center;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--paddingBase);
}
#me_formulaire form > div fieldset {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  min-width: 100%;
  border-radius: 0 0 1em 1em;
  border: none;
  float: left;
  padding: var(--paddingBase);
  gap: var(--paddingBase);
  border: 1px solid var(--colorInvBG);
}
#me_formulaire form > div fieldset legend {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0px;
  padding: 1em;
}
#me_formulaire .espacementLigne {
  width: var(--full_size);
  position: relative;
  float: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: flex-start;
}
#me_formulaire .espacementLigne .conteneurOptions {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#me_formulaire .formcinquieme {
  border-radius: 4px;
  float: left;
  margin: 0px 1%;
  padding: 1%;
  position: relative;
  text-align: center;
  width: 16%;
}
#me_formulaire .formcinquieme input[type=text] {
  font-size: 2em;
  margin: 5px auto 0px auto;
  text-align: center;
  width: 40%;
}
#me_formulaire .form100w {
  min-width: 100%;
}
#me_formulaire .form50w {
  min-width: 40%;
  width: 40%;
  flex: 1;
}
#me_formulaire .form33w {
  min-width: 30%;
  width: 30%;
}
#me_formulaire .formdroit {
  flex: 1;
  width: 40%;
  min-width: 40%;
}
#me_formulaire .formgauche {
  flex: 1;
  width: 40%;
  min-width: 40%;
}
#me_formulaire .mm_commentaire_kapcha {
  bottom: 10px;
  color: var(--color_danger);
  font-size: 0.9em;
  line-height: 140%;
  margin: 5px 0px;
}
#me_formulaire textarea, #me_formulaire input[type=text], #me_formulaire input[type=date], #me_formulaire input[type=email], #me_formulaire input[type=tel], #me_formulaire input[type=number], #me_formulaire input[type=password], #me_formulaire input[type=reset], #me_formulaire input[type=integer], #me_formulaire select {
  align-self: flex-end;
  flex: 1;
}
#me_formulaire textarea:placeholder, #me_formulaire input[type=text]:placeholder, #me_formulaire input[type=date]:placeholder, #me_formulaire input[type=email]:placeholder, #me_formulaire input[type=tel]:placeholder, #me_formulaire input[type=number]:placeholder, #me_formulaire input[type=password]:placeholder, #me_formulaire input[type=reset]:placeholder, #me_formulaire input[type=integer]:placeholder, #me_formulaire select:placeholder {
  opacity: 0.7;
}
#me_formulaire input[type="checkbox"], #me_formulaire input[type="radio"] {
  opacity: 0;
  position: absolute;
}
#me_formulaire input[type="checkbox"] + label, #me_formulaire input[type="radio"] + label {
  font-weight: bolder;
  background-color: var(--colorInvBG);
  color: var(--colorInvTXT);
  opacity: 0.25;
  display: flex;
  padding: 0.3em 0.6em;
  border-radius: var(--radiusGrand);
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  cursor: pointer;
  position: relative;
  float: left;
  min-width: 32px;
  min-height: 32px;
}
#me_formulaire input[type="checkbox"]:checked + label, #me_formulaire input[type="radio"]:checked + label {
  opacity: 1;
}
#me_formulaire #cryptogram + br, #cryptogram_mmDesabonnement + br, #cryptogram_mmAbonnement + br {
  display: none;
}
.g-recaptcha {
  margin: 20px 0px;
}
img#cryptogram, img#cryptogram_mmAbonnement, img#cryptogram_mmDesabonnement {
  border-radius: var(--radius);
  display: inline;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}
.mm-form {
  position: relative;
}
.mm-form .label {
  display: block;
  font-size: 1.2em;
  margin: 10px 0px 5px 0px;
  width: var(--full_size);
}
.mm-form .ligne {
  display: block;
  margin: 0px;
  padding: 10px 0px;
  position: relative;
  width: 100%;
}
.mm-form .ligne br {
  display: none;
}
.mm-form .ligne.champ input {
  padding: 0px 2%;
  width: 96%;
}
.mm-form .ligne.cryptogramme img {
  float: left;
  height: var(--hauteur_champs);
}
.mm-form .ligne.cryptogramme input {
  height: var(--hauteur_champs);
  margin: 0px 0px 0px 5px;
  padding: 0px 5px;
  position: relative;
  width: 70px;
}
.mm-form .ligne.cryptogramme span {
  display: block;
  float: left;
  padding: 0px 0px 10px 0px;
  width: 100%;
}
.mm-form .ligne.submit {
  width: 100%;
}
.mm-form .ligne.submit input {
  width: 40%;
}
.mm-form button:focus, .mm-form input[type=text]:focus, .mm-form input[type=email]:focus, .mm-form input[type=number]:focus, .mm-form input[type=tel]:focus, .mm-form input[type=date]:focus, .mm-form select:focus, .mm-form input[type=button]:focus, .mm-form input[type=radio]:focus + label, .mm-form input[type=checkbox]:focus + label {
  outline: 2px dashed var(--colorTXT);
  outline-offset: 2px;
}
@media screen and (max-width: 640px) {
  #body #me_formulaire .formdroit {
    min-width: var(--full_size);
  }
  #body #me_formulaire .formgauche {
    min-width: var(--full_size);
  }
  #body #me_formulaire .form50w {
    min-width: var(--full_size);
  }
  #body #me_formulaire .form33w {
    min-width: var(--full_size);
  }
  #body #me_formulaire .me_formFilAriane ol {
    flex-direction: column;
    align-items: stretch;
  }
}
:root, .light, .normal, .dark, .mce-content-body {
  --color_page: #F5F5F5;
  --colorTXT: #383838;
  --colorBG: white;
  --colorInvTXT: white;
  --colorInvBG: black;
  --colorOverlay: #ccc;
  --colorInvBGTransp:rgba(0, 0, 0, 0.7);
  --colorInvTXTransp:rgba(255,255,255,0.7);
  --Transparency:rgba(0,0,0,0.2);
  --colorOverlayLight: #555;
  --colorOverlayDark: #dedede;
}
:root {
  --font-size-base: 14px;
  --font-size-xs: clamp(0.313rem, -0.187rem + 1.25vw, 0.813rem);
  --line-height-xs: 1.6;
  --font-size-s: clamp(0.438rem, -0.125rem + 1.406vw, 1rem);
  --line-height-s: 1.6;
  --font-size-r: clamp(0.625rem, 0.125rem + 1.25vw, 1.125rem);
  --line-height-r: 1.6;
  --font-size-m: clamp(0.688rem, -0.187rem + 2.188vw, 1.563rem);
  --line-height-m: 1.55;
  --font-size-l: clamp(0.813rem, -0.312rem + 2.813vw, 1.938rem);
  --line-height-l: 1.49;
  --font-size-xl: clamp(1rem, -0.375rem + 3.438vw, 2.375rem);
  --line-height-xl: 1.41;
  --font-size-2xl: clamp(1.313rem, -0.375rem + 4.219vw, 3rem);
  --line-height-2xl: 1.36;
  --font-size-3xl: clamp(1.625rem, -0.5rem + 5.313vw, 3.75rem);
  --line-height-3xl: 1.29;
  --font-size-4xl: clamp(2rem, -0.687rem + 6.719vw, 4.688rem);
  --line-height-4xl: 1.22;
  --color_highlight: #aaa;
  --color_site_light_1: #C1C3D1;
  --color_site_light_2: #CFD1E0;
  --color_site_light_3: #F7F7F7;
  --color_site_dark_1: #151D31;
  --color_site_dark_2: #33364F;
  --color_site_dark_3: #9095AF;
  --color_titre: #000000;
  --color_accroche: #666666;
  --color_intertitre1: #000000;
  --color_intertitre2: #888888;
  --color_texte: #000000;
  --color_commentaire: #999999;
  --color_blanc: #FFF;
  --color_gris_clair: #faf8f6;
  --color_gris_moyen: #ddd;
  --color_default: #666;
  --color_noir: #000000;
  --color_default_over: #ebe8e5;
  --color_blanc_transparent: rgba(255,255,255,0.6);
  --color_noir_transparent: rgba(0,0,0,0.7);
  --color_fond_assombri: rgba(50,50,50,0.1);
  --color_bloc_base: initial;
  --paddingBase: 30px;
  --paddingSmall: 15px;
  --margeBase: 0px;
  --borderMarginBase: 0px solid transparent;
  --paddingBouton: 0.5em 1em;
  --paddingBoutonSmall: 0.25em 0.5em;
  --baseTypo: 1em;
  --icon: 48px;
  --icon_small: 24px;
  --gap_fin: 1px;
  --gap_small: 10px;
  --gap_standard: 60px;
  --gap_big: 120px;
  --radius: 6px;
  --radiusGrand: 30px;
  --color_danger: #d9534f;
  --color_danger_over: #e17572;
  --color_info: #5bc0de;
  --color_info_over: #7ccde5;
  --color_primary: #428bca;
  --color_primary_over: #68a2d5;
  --color_priorite: #34495e;
  --color_success: #5cb85c;
  --color_success_over: #7dc67d;
  --color_warning: #f0ad4e;
  --color_warning_over: #f3bd71;
  --color_twitter: #000000;
  --color_viadeo: #f07355;
  --color_vimeo: #1eb7ea;
  --color_wechat: #09b83e;
  --color_xing: #026466;
  --color_youtube: #e6282b;
  --color_linkedin: #02679a;
  --color_facebook: #37589b;
  --color_five-hundred-pix: #0099e5;
  --color_instagram: #956D53;
  --color_pinterest: #c91618;
  --color_rss: #ef7b00;
  --color_soundcloud: #FF3A00;
  --border-box: 1px solid #000;
  --border_base: 0px;
  --border_blanc: 1px solid #FFFFFF;
  --border_highlight: 2px solid #e23646;
  --filet: 1px solid #ddd;
  --ombre_standard: rgba(0, 0, 0, 0.05) 2px 4px 24px 0px;
  --ombre_popin: 0 8px 24px rgba(0,0,0,0.3);
  --ombre: #000 0px 2px 16px;
  --ombre_base: none;
  --ombre_box: 0 1px 2px rgba(25,25,34,0.15);
  --larg_desktop: 960px;
  --larg_desktop_large: 1200px;
  --double_size: 200%;
  --full_size: 100%;
  --trois_quart_size: 75%;
  --demi_size: 50%;
  --quart_size: 25%;
  --tiers_size: 33.33%;
  --cinquieme_size: 20%;
  --width_sixieme: 16.66%;
  --window_width: 80%;
  --hauteurBase: initial;
  --hauteur_champs: 40px;
  --filetbloc: 5px;
  --margin_bloc: 1%;
  --margin_haut_bas: 10px 0px;
  --margin_presque_full: 1%;
  --window_margin: 0%;
  --font_principale: "Open Sans", sans-serif;
  --font_secondaire: "Open Sans", sans-serif;
  --font_mail: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  --font_standard: standard;
  --font_site: site;
  --font_awesome: "Font Awesome 7 Pro";
}
@media handheld, only screen and (max-width: 1025px) {
  :root {
    --paddingBase: 15px;
    --paddingBouton: 8px 12px;
    --gap_standard: 30px;
    --gap_big: 60px;
  }
}
#body .ctn_mur_actualites .conteneur_actus .actus_infos {
  background-color: var(--color_blanc);
  box-shadow: 0px 0px 2px #ccc;
  padding: 15px;
}
#body .ctn_mur_actualites .conteneur_actus .actus_infos .actus_categorie .chapitre {
  color: var(--color_default);
  font-size: 0.8em;
}
#body .ctn_mur_actualites .conteneur_actus .actus_infos .actus_categorie .tag {
  margin: 0 0 15px 0;
  position: relative;
}
#body .ctn_mur_actualites .conteneur_actus .actus_infos .actus_img {
  padding: 0px;
}
#body .ctn_mur_actualites .conteneur_actus .actus_infos .actus_img.vignette {
  padding: 0px;
  width: 50%;
}
#body .ctn_mur_actualites .conteneur_actus .actus_infos .actus_titre .h3-intertitre-1 {
  color: var(--color_titre);
  font-size: 1.4em;
  margin: 0px;
}
#body .ctn_mur_actualites .actus_filtres {
  align-content: space-around;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0;
  width: var(--full_size);
}
#body .ctn_mur_actualites .actus_filtres button {
  background-color: unset;
  border: 0px solid transparent;
  color: color_gris_moyen;
  cursor: pointer;
  font-weight: 500;
  line-height: 100%;
  margin: 5px 10px;
  padding: 7px 0px 4px 0px;
  transition: 0.2s all ease;
  width: fit-content;
}
#body .ctn_mur_actualites .actus_filtres button:hover {
  border-bottom: 2px solid #8a99ac;
  transition: 0.2s all ease;
}
#body .ctn_mur_actualites .actus_filtres button.filtreActif {
  border-bottom: 2px solid #000;
  color: var(--color_texte);
}
#body .ctn_mur_actualites .derniere_actus {
  align-items: center;
  background-color: #F2F2F2;
  display: flex;
  margin: auto;
  transform: translate(0, 0);
  transition: 0.2s all ease;
  width: 80%;
}
#body .ctn_mur_actualites .derniere_actus .derniere_actus_conteneur_infos .derniere_actus_infos .derniere_actus_categorie .tag {
  margin: 0 0 10px 0;
  position: relative;
}
#body .ctn_mur_actualites .actus_date p {
  color: var(--color_highlight);
  font-size: 1.2em;
  font-weight: 700;
  margin: 5px 0 0 0;
}
#body .ctn_mur_actualites .boutonPlusActus {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
}
#body .ctn_mur_actualites .boutonPlusActus button {
  align-items: center;
  background-color: unset;
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0.15) 100%);
  border: 0 solid transparent;
  border-radius: 0 0 15px 15px;
  color: var(--color_texte);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  justify-content: center;
  margin: auto;
  outline: none;
  overflow: hidden;
  padding: 20px 15px 4px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.2s all ease;
}
#body .ctn_mur_actualites .boutonPlusActus button:after {
  font-family: var(--font_standard);
  font-size: 20px;
  padding: 0 0 5px 0;
  content: "";
}
#body .ctn_mur_actualites .boutonPlusActus button:hover {
  transform: translate(0px, 5px);
  transition: 0.1s all ease;
}
#body .ctn_mur_actualites .conteneur_actus .d-flex, #body .mb_conteneur_liste_articles_suggestionBillet .mb_resumeBillet .d-flex {
  color: #BCBCBC;
  display: flex;
  position: relative;
  align-items: center;
}
#body .ctn_mur_actualites .derniere_actus .derniere_actus_conteneur_infos {
  align-items: center;
  display: flex;
}
#body .ctn_mur_actualites .derniere_actus .derniere_actus_conteneur_infos .d-flex {
  color: #BCBCBC;
  display: flex;
  bottom: 20px;
  align-items: center;
}
#body .ctn_mur_actualites .derniere_actus .derniere_actus_conteneur_infos .d-flex .actus_date.p1-texte, #body .conteneur_actus .d-flex .actus_date.p1-texte, #body .mb_conteneur_liste_articles_suggestionBillet .mb_resumeBillet .d-flex .actus_date.p1-texte {
  border-left: 1px solid #BCBCBC;
  margin: 0px 10px;
  padding: 0px 10px;
}
#body .ctn_mur_actualites .derniere_actus .derniere_actus_conteneur_infos .derniere_actus_infos {
  padding: 20px 20px 20px 0px;
  font-size: 1.2em;
}
#body .ctn_mur_actualites .derniere_actus .derniere_actus_conteneur_infos .derniere_actus_infos .derniere_actus_resume {
  margin: 0px 0px 30px 0px;
}
#body .ctn_mur_actualites .derniere_actus .derniere_actus_img {
  aspect-ratio: 1;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: contain !important;
  margin: 5%;
  min-width: 20%;
}
#body .ctn_mur_actualites .derniere_actus:hover {
  transform: scale(0.98);
  transition: 0.2s all ease;
}
#body .ctn_mur_actualites .shariff .shariff-button a {
  background-color: #1fe0;
}
#body .ctn_mur_actualites .shariff .shariff-button a span {
  font-size: 14px;
}
#body .ctn_mur_actualites .shariff .shariff-button .fab:before {
  color: #b0b0b0;
}
#body .ctn_mur_actualites .shariff .shariff-button ul li {
  width: 22px;
}
#body .ctn_mur_actualites .shariff .shariff-button ul.orientation-horizontal {
  flex-wrap: nowrap !important;
}
#body .ctn_mur_actualites .verrou {
  align-items: center;
  justify-content: center;
  top: -14px;
  z-index: 9;
  right: -14px;
  width: 28px;
  border-radius: 50%;
  position: absolute;
  height: 28px;
  display: flex;
  font-size: 24px;
  color: var(--color_blanc);
  background-color: var(--color_default);
}
#body .ctn_mur_actualites .verrou.inactif {
  background-color: var(--color_highlight) !important;
}
#body .ctn_mur_actualites .verrou.inactif:after {
  content: "";
  transform: translate(0px, 0px);
}
#body .ctn_mur_actualites .verrou:after {
  transform: translate(3px, 0px);
  content: "";
  font-size: 14px;
  font-family: var(--font_standard);
}
#body .ctn_mur_actualites .verrou[data-idvisibilite="0"] {
  display: none;
}
#body .ctn_mur_actualites .verrou[data-idvisibilite="1"] {
  background-color: var(--color_highlight);
}
#body .ctn_mur_actualites .verrou[data-idvisibilite="2"] {
  background-color: var(--color_highlight);
}
#body .mb_resumeBillet .h3-intertitre-1 {
  font-size: 1.25em;
}
#body #tarteaucitronRoot #tarteaucitronPrivacyUrl {
  display: inline-block;
}
#body #tarteaucitronRoot button {
  border-radius: 4px;
  text-transform: none;
}
#body .mb-new-feed > div {
  border: 0px !important;
  width: var(--full_size) !important;
}
#body ::-webkit-scrollbar {
  width: 8px;
}
#body ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
#body ::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
#body ::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-left: 8px solid #e5e5e5;
  border-radius: 10px;
  border-top: 8px solid #e5e5e5;
  margin: 15px;
}
#body .listFic_li img {
  width: 40px;
  position: relative;
  margin: 0 10px 0 0;
  float: left;
}
#body .listingFichiers {
  flex-direction: column;
  flex-wrap: nowrap;
  width: var(--full_size);
  margin: 20px 0px;
  display: flex;
}
#body .listingFichiers button {
  padding: 1em;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  background-color: var(--colorInvBG);
  border-radius: var(--radius);
  color: var(--colorInvTXT);
  border: 0px;
  font-size: 1.2em;
  font-weight: 500;
  align-items: center;
}
#body .listingFichiers button:after {
  cursor: pointer;
  transition: all 0.3s ease;
  content: "";
  font-family: var(--font_standard);
  font-size: 1.4em;
  margin: 0 0 0 10px;
  transition: all ease 0.2s;
}
#body .listingFichiers button.actif:after {
  content: "";
}
#body li.listFic_li {
  width: var(--full_size);
  padding: 10px;
}
#body li.listFic_li span.listFic_comm {
  font-size: 0.8em;
  display: block;
  font-weight: lighter;
}
#body li.listFic_li span.listFic_date {
  line-height: 110%;
  font-size: 0.8em;
}
#body li.listFic_li span.listFic_lien {
  display: block;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
}
#body li.listFic_li span.listFic_lien + br {
  display: none;
}
#body li.listFic_li span.listFic_poids {
  font-size: 0.75em;
}
#body ul.cal_onglet {
  height: 40px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 100%;
}
#body ul.cal_onglet li {
  border-left: 2px solid #fff;
  float: right;
  height: 40px;
  line-height: 40px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 25%;
}
#body ul.cal_onglet li a {
  color: #aaa;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}
#body ul.cal_onglet li a:hover {
  color: #eee;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}
#body ul.cal_onglet li:hover {
  background-color: var(--color_default);
}
#body ul.cal_onglet li.on {
  background-color: var(--color_default);
}
#body ul.cal_onglet li.on a {
  color: #eeeeee;
}
#body ul.cal_onglet li.on:hover {
  background-color: var(--color_default);
}
#body ul.listeFichiersCadre {
  clear: both;
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  width: var(--full_size);
}
#body ul.listeFichiersCadre h2 {
  clear: both;
  font-size: 1.2em;
  margin: 2px 0px;
}
#body ul.listeFichiersCadre h2:before {
  content: "";
  font-family: var(--font_standard);
  font-size: 2em;
  margin: 0 0 0 10px;
  transition: all ease 0.2s;
}
#body ul.listeFichiersCadre h2.actif {
  clear: both;
  color: var(--color_highlight);
  font-size: 1.2em;
  margin: 2px 0px;
}
#body ul.listeFichiersCadre h2.actif:before {
  content: "";
}
#body ul.listeFichiersCadre li {
  background-color: var(--color_blanc);
  display: block;
  float: left;
  height: 100px;
  list-style-type: none;
  margin: 1%;
  padding: 1%;
  position: relative;
  text-decoration: none;
  width: 31.33%;
}
#body ul.listeFichiersCadre li .lien {
  color: var(--color_highlight);
  display: block;
  font-size: 0.9em;
}
#body ul.listeFichiersCadre li a {
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
}
#body ul.listeFichiersCadre li img {
  float: right;
  margin: 0px 0px 10px 10px;
  position: relative;
  width: 40px;
}
#body ul.listFic_ul {
  display: flex;
  list-style-type: none;
  margin: 8px 0;
  flex-direction: column;
  padding: 0px;
}
#body ul.listFic_ul a {
  display: flex;
  text-decoration: none;
  align-items: stretch;
  align-content: stretch;
  overflow: hidden;
}
#body .iframe_magazineNumerique {
  overflow-y: hidden;
  width: var(--full_size);
  position: relative;
  height: 80vh;
  border: 0px;
  display: block;
}
#body .googlemap {
  height: 100%;
  margin: 0px;
  width: 100%;
}
#body .conteneurVideo {
  padding: 0px 0px 56% 0px;
  position: relative;
}
#body .playerVideo {
  position: relative;
}
#body #me_scrollto_top {
  background-color: var(--color_noir_transparent);
  bottom: 20px;
  display: block;
  height: 50px;
  line-height: 50px;
  right: 20px;
  text-align: center;
  width: 50px;
}
#body #me_scrollto_top span {
  display: none;
}
#body #me_scrollto_top:before {
  color: var(--color_blanc);
  content: "";
  font-family: var(--font_standard);
  font-size: 1.4em;
  text-align: center;
}
#body #me_scrollto_top a {
  opacity: 50;
  text-decoration: none;
}
#body #me_scrollto_top a:hover {
  opacity: 100;
}
#body #mb_conteneurpagination a {
  border: var(--border_highlight);
  border-radius: var(--radius);
  color: var(--color_highlight);
  float: left;
  font-weight: 500;
  line-height: 35px;
  margin: 0px 10px 0px 0px;
  padding: var(--paddingBouton);
  position: relative;
  text-decoration: none;
}
#body #mb_conteneurpagination a:link:hover, #body #mb_conteneurpagination a:visited:hover, #body #mb_conteneurpagination a:active:hover {
  background-color: var(--color_highlight);
  color: var(--color_blanc);
}
#body #mb_conteneurpagination span {
  background-color: var(--color_highlight);
  border: var(--border_highlight);
  border-radius: var(--radius);
  color: var(--color_blanc);
  float: left;
  font-weight: 500;
  line-height: 35px;
  margin: 0px 10px 0px 0px;
  padding: var(--paddingBouton);
  position: relative;
}
#body .accroche_reponse_sondage {
  color: var(--color_highlight);
  display: block;
}
#body .barre_sondage {
  background-color: var(--color_highlight);
  border-radius: var(--radius);
}
#body .conteneur_sondage {
  background-color: var(--color_gris_clair);
  border-radius: 10px;
  padding: 20px;
  width: var(--full_size);
}
#body .fond_barre_sondage {
  background-color: var(--color_blanc);
  border-radius: 40px;
  height: 20px;
  margin: 5px 0px 15px 0px;
  width: var(--full_size);
}
#body .libelle_barre_sondage {
  color: var(--color_default);
  font-size: 0.8em;
  font-weight: 500;
  left: 10px;
  position: relative;
  top: -19px;
}
#body #sitemap, #body .plandusite {
  border: none;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  color: var(--colorTXT);
}
#body #sitemap legend, #body .plandusite legend {
  color: var(--color_highlight);
  margin: 0px;
  padding: 5px;
}
#body #sitemap > ul.niveau1 > li, #body .plandusite > ul.niveau1 > li {
  margin-bottom: 2em;
}
#body #sitemap > ul.niveau1 > li > a, #body .plandusite > ul.niveau1 > li > a {
  font-size: 1.4em;
  font-weight: 600;
}
#body #sitemap > ul.niveau1 > li > ul.niveau2 > li, #body .plandusite > ul.niveau1 > li > ul.niveau2 > li {
  margin-bottom: 1em;
}
#body #sitemap > ul.niveau1 > li > ul.niveau2 > li > a, #body .plandusite > ul.niveau1 > li > ul.niveau2 > li > a {
  font-size: 1.2em;
  font-weight: 500;
}
#body #sitemap ul, #body .plandusite ul {
  line-height: 150%;
  position: relative;
}
#body #sitemap ul li, #body .plandusite ul li {
  font-weight: 400;
  display: block;
  list-style-position: inside;
  list-style-type: none;
  position: relative;
}
#body #sitemap ul li a, #body .plandusite ul li a {
  padding: 0 0 1px 0;
  text-decoration: none;
}
#body #sitemap ul li a:hover, #body .plandusite ul li a:hover {
  border-bottom: 1px solid #999;
  color: var(--color_highlight);
  padding: 0 0 1px 0;
  text-decoration: none;
}
#body #sitemap ul li.inline, #body .plandusite ul li.inline {
  display: inline-block;
  padding: 0px;
}
#body #sitemap ul.niveau1.me, #body .plandusite ul.niveau1.me {
  margin: 1em;
  padding: 0 0 0 10px;
}
#body #sitemap ul.niveau2, #body .plandusite ul.niveau2 {
  border-left: 1px solid #999;
}
#body #sitemap ul.niveau2.me, #body .plandusite ul.niveau2.me {
  padding: 0 0 0 10px;
  margin: 1em;
}
#body #sitemap ul.niveau3, #body .plandusite ul.niveau3 {
  margin: 1em;
  padding: 0 0 0 10px;
  position: relative;
}
#body #sitemap ul.niveau3 li.niveau3.me, #body .plandusite ul.niveau3 li.niveau3.me {
  margin: 0px;
}
#body #sitemap ul.niveau3 li.niveau3.me a, #body .plandusite ul.niveau3 li.niveau3.me a {
  margin: 0px;
}
#body #sitemap ul.niveau4, #body .plandusite ul.niveau4 {
  border-left: 1px solid #999;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
#body #sitemap ul.niveau4 li.niveau4.inline a, #body .plandusite ul.niveau4 li.niveau4.inline a {
  color: #333;
  font-style: italic;
}
#body #sitemap ul.niveau4 li.niveau4.inline:first-child, #body .plandusite ul.niveau4 li.niveau4.inline:first-child {
  padding: 0px;
}
#body .grid-item {
  background-clip: padding-box;
  border: 1em solid transparent !important;
  font-size: 0.9em;
  transform: translate(0px, 0px);
  transition: 0.4s all ease;
}
#body .grid-item .h3-intertitre-1, #body .grid-item .p2-commentaire {
  line-height: 105%;
  margin: 0px;
  padding: 5px 0px;
}
#body .grid-item .h3-intertitre-1 {
  font-size: var(--font-size-r);
  line-height: var(--line-height-r);
}
#body .grid-item .p2-commentaire {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
}
#body .grid-item a {
  display: inherit;
}
#body .grid-item img {
  border-radius: 4px;
}
#body .grid-item:hover {
  transform: translate(0px, -5px);
  transition: 0.2s all ease;
}
#body #livreBlancPopup {
  background-color: var(--color_blanc);
  border: var(--border_highlight);
  bottom: 15px;
  left: 15px;
  padding: 10px 20px;
  position: fixed;
  z-index: 5;
}
#body #livreBlancPopup .closePopup {
  align-items: center;
  display: flex;
  height: 30;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30;
}
#body #livreBlancPopup .closePopup img {
  height: auto;
  width: 100%;
}
#body .progress-bar {
  z-index: 9999;
  top: 0px;
  position: fixed;
  height: 5px;
}
#body .bx-wrapper .bx-controls-auto, #body .bx-wrapper .bx-pager {
  align-items: center;
  position: absolute;
  padding: 0 0 17px 0;
  display: flex;
  background-color: var(--color_blanc);
  justify-content: center;
}
#body .bx-wrapper .contenuDefile .imgDefileHome {
  display: block;
  height: 400px;
  min-width: 350px;
  object-fit: cover;
}
#body .contenuDefile {
  align-items: center;
  display: flex;
  flex-direction: row;
}
#body .contenuDefile .p3-bouton {
  justify-content: flex-start;
  margin: 30px 0px 0px 0px;
}
#body .mb_conteneur_les.defile_content .bx-wrapper {
  box-shadow: none;
  border: none;
  background-color: var(--color_blanc);
}
#body .textContenuDefile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px;
}
#body .me-intersticiel-overlay {
  background-color: var(--colorOverlay);
  opacity: 80;
}
#body .me-intersticiel {
  background-color: var(--color_page);
  border: 20px solid transparent;
  border-radius: var(--radius);
  box-shadow: var(--ombre_popin);
  padding: 0px;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 90% !important;
  max-width: 600px;
  min-height: 250px;
  height: fit-content !important;
}
#body .me-intersticiel .me-intersticiel-ctn {
  padding: var(--paddingBase);
  position: relative;
  display: flex;
  flex-direction: column;
}
#body .me-intersticiel-buttons {
  margin: 2em 0 0 0;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
#body .me-intersticiel-buttons .me-intersticiel-button-ok, #body .me-intersticiel-buttons .me-intersticiel-button-cancel {
  border: var(--border_highlight);
  border-radius: var(--radius);
  color: var(--color_highlight);
  padding: var(--paddingBouton);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: unset !important;
  flex: 1;
}
#body .me-intersticiel-buttons .me-intersticiel-button-ok:hover, #body .me-intersticiel-buttons .me-intersticiel-button-cancel:hover {
  background-color: var(--color_highlight);
  color: var(--color_blanc);
}
#body #navtop .menuSousNiveauTxt {
  color: var(--color_default);
  font-weight: 300;
}
#body #navtop .menuSousNiveauTxt:hover {
  color: var(--color_highlight);
}
#body #navtop .sm {
  background-color: var(--color_highlight);
  left: 0px;
  padding: var(--paddingBase);
  position: absolute;
  top: 40px;
}
#body #navtop .sm_sousmenu img {
  background-color: var(--color_gris_clair);
  float: left;
  height: 100px;
  max-height: auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100px;
}
#body #navtop a {
  color: var(--colorInvTXT);
  text-decoration: none;
}
#body #navtop a:hover {
  color: var(--color_gris_clair);
}
#body #navtop ul {
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#body .menuSousNiveauFondOn {
  background-color: var(--color_blanc);
  box-shadow: var(--ombre_popin);
  margin: 0px 0px 1px 0px;
  padding: 7px 10px 6px 5px;
}
#body .menuSousNiveauFondOut {
  background-color: var(--color_default);
  box-shadow: #fff 0px -1px 0px;
  margin: 0px 0px 1px 0px;
  padding: 7px 10px 6px 5px;
}
#body a.menuTitre:link, #body a.menuTitre:visited, #body a.menuTitre:active, #body #navtop .li_m {
  color: var(--color_default);
  float: left;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin: 0px 10px;
  padding: 4px 0px 0px 0px;
  text-decoration: none;
}
#body a.menuTitre:link:hover, #body a.menuTitre:visited:hover, #body a.menuTitre:active:hover, #body #navtop .li_m:hover {
  border-top: 4px solid #888;
  color: var(--color_default);
  font-weight: 300;
  line-height: 40px;
  padding: 0px;
  text-decoration: none;
}
#body a.menuTitreOn:link, #body a.menuTitreOn:visited, #body a.menuTitreOn:active, #body #navtop .li_m_on {
  border-top: 4px solid #fff;
  color: var(--color_default);
  float: left;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin: 0px 10px;
  padding: 0px;
  text-decoration: none;
}
#body #switchLangue {
  position: relative;
}
#body #switchLangue button {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 1em;
  background-color: var(--color_page);
  color: var(--colorTXT);
  border: 0px;
  padding: 0.5em;
  border-radius: var(--radius);
  font-weight: 400;
  cursor: pointer;
  z-index: 1;
}
#body #switchLangue button:before {
  font-family: var(--font_awesome);
  content: "";
  font-size: 16px;
  color: inherit;
  margin-right: 4px;
}
#body #switchLangue button:after {
  font-family: var(--font_standard);
  font-size: 16px;
  color: inherit;
  margin-right: 4px;
  transition: transform 0.3s;
}
#body #switchLangue button[aria-expanded="false"]:after {
  content: "";
}
#body #switchLangue button[aria-expanded="true"]:after {
  content: "";
}
#body #switchLangue button:hover {
  box-shadow: 0px 0px 2px var(--colorTXT);
}
#body #switchLangue #translate-menu {
  display: flex;
  position: absolute;
  left: 26px;
  top: 36px;
  transition: all ease 0.2s;
  opacity: 1;
  z-index: 0;
}
#body #switchLangue #translate-menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#body #switchLangue #translate-menu ul li {
  margin: 0em;
  padding: 0px;
  line-height: 100%;
  display: flex;
  flex-direction: column;
}
#body #switchLangue #translate-menu ul li a {
  font-weight: 400;
  font-size: 1em;
  cursor: pointer;
  padding: 0.5em;
  white-space: nowrap;
  line-height: 100%;
}
#body #switchLangue #translate-menu ul li a:hover {
  box-shadow: 0px 0px 2px var(--colorTXT);
}
#body #switchLangue #translate-menu:not(.actif) {
  visibility: hidden;
  opacity: 0;
  top: 0px;
}
#body .me_filariane {
  position: relative;
  line-height: 39px;
  display: flex;
}
#body .me_filariane .s {
  display: inline-block;
  margin: 0px 5px;
}
#body .me_filariane a {
  white-space: nowrap;
  word-wrap: normal;
}
#body .me_filariane a:last-child {
  text-overflow: ellipsis;
  position: relative;
  overflow-x: hidden;
  word-wrap: normal;
  white-space: nowrap;
  max-width: 100%;
}
#body .me_filariane_select {
  display: none;
  position: relative;
}
#body .me_filariane_select label {
  display: none;
}
#body div.conteneur_lireLaSuite {
  cursor: pointer;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  width: var(--full_size);
}
#body div.conteneur_lireLaSuite div.bloc_lireLaSuite {
  margin: 0 0 10px 0;
}
#body div.conteneur_lireLaSuite div.lien_lireLaSuite.lien_lireLaSuite_ferme {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#body div.conteneur_lireLaSuite div.lien_lireLaSuite.lien_lireLaSuite_ferme:after {
  content: "";
  font-family: var(--font_standard);
  font-size: 1.4em;
  margin: 0 0 0 10px;
  transition: all ease 0.2s;
}
#body div.conteneur_lireLaSuite div.lien_lireLaSuite.lien_lireLaSuite_ouvert {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#body div.conteneur_lireLaSuite div.lien_lireLaSuite.lien_lireLaSuite_ouvert:after {
  content: "";
  font-family: var(--font_standard);
  font-size: 1.4em;
  margin: 0 0 0 10px;
  transition: all ease 0.2s;
}
#body #sitemap ul.niveau1 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: var(--font-size-xl);
  font-weight: 600;
}
#body #sitemap ul.niveau2 {
  font-size: var(--font-size-l);
  font-weight: 400;
}
#body #sitemap ul.niveau3 {
  font-size: var(--font-size-r);
  font-weight: 300;
}
#body #sitemap a {
  text-decoration: none;
}
#body #sitemap a:hover {
  text-decoration: underline;
}
@media handheld, only screen and (max-width: 1025px) {
  #body .iframe_magazineNumerique {
    height: 120vw;
  }
}
@media screen and (max-width: 640px) {
  #body .me_filariane {
    display: none;
  }
  #body .me_filariane_select {
    display: block;
    padding: 10px;
  }
  #body #language #switchLangue button .nomComplet {
    display: none;
  }
}
:root, .light, .normal, .dark, .mce-content-body {
  --color_page: #F5F5F5;
  --colorTXT: #383838;
  --colorBG: white;
  --colorInvTXT: white;
  --colorInvBG: black;
  --colorOverlay: #ccc;
  --colorInvBGTransp:rgba(0, 0, 0, 0.7);
  --colorInvTXTransp:rgba(255,255,255,0.7);
  --Transparency:rgba(0,0,0,0.2);
  --colorOverlayLight: #555;
  --colorOverlayDark: #dedede;
}
:root {
  --font-size-base: 14px;
  --font-size-xs: clamp(0.313rem, -0.187rem + 1.25vw, 0.813rem);
  --line-height-xs: 1.6;
  --font-size-s: clamp(0.438rem, -0.125rem + 1.406vw, 1rem);
  --line-height-s: 1.6;
  --font-size-r: clamp(0.625rem, 0.125rem + 1.25vw, 1.125rem);
  --line-height-r: 1.6;
  --font-size-m: clamp(0.688rem, -0.187rem + 2.188vw, 1.563rem);
  --line-height-m: 1.55;
  --font-size-l: clamp(0.813rem, -0.312rem + 2.813vw, 1.938rem);
  --line-height-l: 1.49;
  --font-size-xl: clamp(1rem, -0.375rem + 3.438vw, 2.375rem);
  --line-height-xl: 1.41;
  --font-size-2xl: clamp(1.313rem, -0.375rem + 4.219vw, 3rem);
  --line-height-2xl: 1.36;
  --font-size-3xl: clamp(1.625rem, -0.5rem + 5.313vw, 3.75rem);
  --line-height-3xl: 1.29;
  --font-size-4xl: clamp(2rem, -0.687rem + 6.719vw, 4.688rem);
  --line-height-4xl: 1.22;
  --color_highlight: #aaa;
  --color_site_light_1: #C1C3D1;
  --color_site_light_2: #CFD1E0;
  --color_site_light_3: #F7F7F7;
  --color_site_dark_1: #151D31;
  --color_site_dark_2: #33364F;
  --color_site_dark_3: #9095AF;
  --color_titre: #000000;
  --color_accroche: #666666;
  --color_intertitre1: #000000;
  --color_intertitre2: #888888;
  --color_texte: #000000;
  --color_commentaire: #999999;
  --color_blanc: #FFF;
  --color_gris_clair: #faf8f6;
  --color_gris_moyen: #ddd;
  --color_default: #666;
  --color_noir: #000000;
  --color_default_over: #ebe8e5;
  --color_blanc_transparent: rgba(255,255,255,0.6);
  --color_noir_transparent: rgba(0,0,0,0.7);
  --color_fond_assombri: rgba(50,50,50,0.1);
  --color_bloc_base: initial;
  --paddingBase: 30px;
  --paddingSmall: 15px;
  --margeBase: 0px;
  --borderMarginBase: 0px solid transparent;
  --paddingBouton: 0.5em 1em;
  --paddingBoutonSmall: 0.25em 0.5em;
  --baseTypo: 1em;
  --icon: 48px;
  --icon_small: 24px;
  --gap_fin: 1px;
  --gap_small: 10px;
  --gap_standard: 60px;
  --gap_big: 120px;
  --radius: 6px;
  --radiusGrand: 30px;
  --color_danger: #d9534f;
  --color_danger_over: #e17572;
  --color_info: #5bc0de;
  --color_info_over: #7ccde5;
  --color_primary: #428bca;
  --color_primary_over: #68a2d5;
  --color_priorite: #34495e;
  --color_success: #5cb85c;
  --color_success_over: #7dc67d;
  --color_warning: #f0ad4e;
  --color_warning_over: #f3bd71;
  --color_twitter: #000000;
  --color_viadeo: #f07355;
  --color_vimeo: #1eb7ea;
  --color_wechat: #09b83e;
  --color_xing: #026466;
  --color_youtube: #e6282b;
  --color_linkedin: #02679a;
  --color_facebook: #37589b;
  --color_five-hundred-pix: #0099e5;
  --color_instagram: #956D53;
  --color_pinterest: #c91618;
  --color_rss: #ef7b00;
  --color_soundcloud: #FF3A00;
  --border-box: 1px solid #000;
  --border_base: 0px;
  --border_blanc: 1px solid #FFFFFF;
  --border_highlight: 2px solid #e23646;
  --filet: 1px solid #ddd;
  --ombre_standard: rgba(0, 0, 0, 0.05) 2px 4px 24px 0px;
  --ombre_popin: 0 8px 24px rgba(0,0,0,0.3);
  --ombre: #000 0px 2px 16px;
  --ombre_base: none;
  --ombre_box: 0 1px 2px rgba(25,25,34,0.15);
  --larg_desktop: 960px;
  --larg_desktop_large: 1200px;
  --double_size: 200%;
  --full_size: 100%;
  --trois_quart_size: 75%;
  --demi_size: 50%;
  --quart_size: 25%;
  --tiers_size: 33.33%;
  --cinquieme_size: 20%;
  --width_sixieme: 16.66%;
  --window_width: 80%;
  --hauteurBase: initial;
  --hauteur_champs: 40px;
  --filetbloc: 5px;
  --margin_bloc: 1%;
  --margin_haut_bas: 10px 0px;
  --margin_presque_full: 1%;
  --window_margin: 0%;
  --font_principale: "Open Sans", sans-serif;
  --font_secondaire: "Open Sans", sans-serif;
  --font_mail: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  --font_standard: standard;
  --font_site: site;
  --font_awesome: "Font Awesome 7 Pro";
}
@media handheld, only screen and (max-width: 1025px) {
  :root {
    --paddingBase: 15px;
    --paddingBouton: 8px 12px;
    --gap_standard: 30px;
    --gap_big: 60px;
  }
}
a.me-icon.standard.facebook, a.me-icon.standard.pinterest, a.me-icon.standard.rss, a.me-icon.standard.youtube, a.me-icon.standard.youtube-play, a.me-icon.standard.twitter, a.me-icon.standard.tik-tok, a.me-icon.standard.linkedin, a.me-icon.standard.instagram, a.me-icon.standard.vimeo, a.me-icon.standard.five-hundred-pix, a.me-icon.standard.tokster, a.me-icon.standard.xing, a.me-icon.standard.viadeo, a.me-icon.standard.wechat, a.me-icon.standard.youku {
  border-radius: 50%;
  color: var(--colorInvTXT);
  text-decoration: none;
  background-color: var(--colorInvBG);
  margin: 0px 5px;
  padding: 0.5em;
  line-height: 100%;
}
a.me-icon.standard.facebook:hover, a.me-icon.standard.pinterest:hover, a.me-icon.standard.rss:hover, a.me-icon.standard.youtube:hover, a.me-icon.standard.youtube-play:hover, a.me-icon.standard.twitter:hover, a.me-icon.standard.tik-tok:hover, a.me-icon.standard.linkedin:hover, a.me-icon.standard.instagram:hover, a.me-icon.standard.vimeo:hover, a.me-icon.standard.five-hundred-pix:hover, a.me-icon.standard.tokster:hover, a.me-icon.standard.xing:hover, a.me-icon.standard.viadeo:hover, a.me-icon.standard.wechat:hover, a.me-icon.standard.youku:hover {
  background-color: var(--color_highlight);
}
:root, .light, .normal, .dark, .mce-content-body {
  --color_page: #F5F5F5;
  --colorTXT: #383838;
  --colorBG: white;
  --colorInvTXT: white;
  --colorInvBG: black;
  --colorOverlay: #ccc;
  --colorInvBGTransp:rgba(0, 0, 0, 0.7);
  --colorInvTXTransp:rgba(255,255,255,0.7);
  --Transparency:rgba(0,0,0,0.2);
  --colorOverlayLight: #555;
  --colorOverlayDark: #dedede;
}
:root {
  --font-size-base: 14px;
  --font-size-xs: clamp(0.313rem, -0.187rem + 1.25vw, 0.813rem);
  --line-height-xs: 1.6;
  --font-size-s: clamp(0.438rem, -0.125rem + 1.406vw, 1rem);
  --line-height-s: 1.6;
  --font-size-r: clamp(0.625rem, 0.125rem + 1.25vw, 1.125rem);
  --line-height-r: 1.6;
  --font-size-m: clamp(0.688rem, -0.187rem + 2.188vw, 1.563rem);
  --line-height-m: 1.55;
  --font-size-l: clamp(0.813rem, -0.312rem + 2.813vw, 1.938rem);
  --line-height-l: 1.49;
  --font-size-xl: clamp(1rem, -0.375rem + 3.438vw, 2.375rem);
  --line-height-xl: 1.41;
  --font-size-2xl: clamp(1.313rem, -0.375rem + 4.219vw, 3rem);
  --line-height-2xl: 1.36;
  --font-size-3xl: clamp(1.625rem, -0.5rem + 5.313vw, 3.75rem);
  --line-height-3xl: 1.29;
  --font-size-4xl: clamp(2rem, -0.687rem + 6.719vw, 4.688rem);
  --line-height-4xl: 1.22;
  --color_highlight: #aaa;
  --color_site_light_1: #C1C3D1;
  --color_site_light_2: #CFD1E0;
  --color_site_light_3: #F7F7F7;
  --color_site_dark_1: #151D31;
  --color_site_dark_2: #33364F;
  --color_site_dark_3: #9095AF;
  --color_titre: #000000;
  --color_accroche: #666666;
  --color_intertitre1: #000000;
  --color_intertitre2: #888888;
  --color_texte: #000000;
  --color_commentaire: #999999;
  --color_blanc: #FFF;
  --color_gris_clair: #faf8f6;
  --color_gris_moyen: #ddd;
  --color_default: #666;
  --color_noir: #000000;
  --color_default_over: #ebe8e5;
  --color_blanc_transparent: rgba(255,255,255,0.6);
  --color_noir_transparent: rgba(0,0,0,0.7);
  --color_fond_assombri: rgba(50,50,50,0.1);
  --color_bloc_base: initial;
  --paddingBase: 30px;
  --paddingSmall: 15px;
  --margeBase: 0px;
  --borderMarginBase: 0px solid transparent;
  --paddingBouton: 0.5em 1em;
  --paddingBoutonSmall: 0.25em 0.5em;
  --baseTypo: 1em;
  --icon: 48px;
  --icon_small: 24px;
  --gap_fin: 1px;
  --gap_small: 10px;
  --gap_standard: 60px;
  --gap_big: 120px;
  --radius: 6px;
  --radiusGrand: 30px;
  --color_danger: #d9534f;
  --color_danger_over: #e17572;
  --color_info: #5bc0de;
  --color_info_over: #7ccde5;
  --color_primary: #428bca;
  --color_primary_over: #68a2d5;
  --color_priorite: #34495e;
  --color_success: #5cb85c;
  --color_success_over: #7dc67d;
  --color_warning: #f0ad4e;
  --color_warning_over: #f3bd71;
  --color_twitter: #000000;
  --color_viadeo: #f07355;
  --color_vimeo: #1eb7ea;
  --color_wechat: #09b83e;
  --color_xing: #026466;
  --color_youtube: #e6282b;
  --color_linkedin: #02679a;
  --color_facebook: #37589b;
  --color_five-hundred-pix: #0099e5;
  --color_instagram: #956D53;
  --color_pinterest: #c91618;
  --color_rss: #ef7b00;
  --color_soundcloud: #FF3A00;
  --border-box: 1px solid #000;
  --border_base: 0px;
  --border_blanc: 1px solid #FFFFFF;
  --border_highlight: 2px solid #e23646;
  --filet: 1px solid #ddd;
  --ombre_standard: rgba(0, 0, 0, 0.05) 2px 4px 24px 0px;
  --ombre_popin: 0 8px 24px rgba(0,0,0,0.3);
  --ombre: #000 0px 2px 16px;
  --ombre_base: none;
  --ombre_box: 0 1px 2px rgba(25,25,34,0.15);
  --larg_desktop: 960px;
  --larg_desktop_large: 1200px;
  --double_size: 200%;
  --full_size: 100%;
  --trois_quart_size: 75%;
  --demi_size: 50%;
  --quart_size: 25%;
  --tiers_size: 33.33%;
  --cinquieme_size: 20%;
  --width_sixieme: 16.66%;
  --window_width: 80%;
  --hauteurBase: initial;
  --hauteur_champs: 40px;
  --filetbloc: 5px;
  --margin_bloc: 1%;
  --margin_haut_bas: 10px 0px;
  --margin_presque_full: 1%;
  --window_margin: 0%;
  --font_principale: "Open Sans", sans-serif;
  --font_secondaire: "Open Sans", sans-serif;
  --font_mail: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  --font_standard: standard;
  --font_site: site;
  --font_awesome: "Font Awesome 7 Pro";
}
@media handheld, only screen and (max-width: 1025px) {
  :root {
    --paddingBase: 15px;
    --paddingBouton: 8px 12px;
    --gap_standard: 30px;
    --gap_big: 60px;
  }
}
#body #node_search {
  align-items: center;
  display: flex;
  justify-content: center;
}
#body #node_search form {
  z-index: 0;
  position: relative;
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  display: flex;
}
#body #node_search form:before {
  transition: all ease 0.4s;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 40px;
  width: 32px;
  height: 32px;
}
#body #node_search form:after {
  transition: all ease 0.4s;
  color: var(--colorTXT);
  content: "";
  font-family: var(--font_standard);
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 13px;
  z-index: -1;
  padding: 7px 0px;
}
#body #node_search form input {
  transition: all ease 0.3s;
  z-index: 1;
  opacity: 0;
  color: var(--colorTXT);
  background-color: var(--colorInvTXT);
  border: 1px solid var(--colorTXT);
  border-radius: 40px 0 0 40px;
  background-color: unset;
  width: 0px;
  padding: 0.5em 0px;
}
#body #node_search form button {
  transition: all ease 0.2s;
  opacity: 0;
  font-weight: 700;
  padding-right: 10px;
  font-size: 16px;
  border-radius: 0 40px 40px 0;
  border: 0px;
  color: var(--colorInvTXT);
  background-color: var(--colorTXT);
  cursor: pointer;
}
#body #node_search form:focus-within #clear-search, #body #node_search form:hover #clear-search {
  display: flex !important;
  position: absolute;
  top: 7px;
  right: 44px;
  z-index: 2;
  width: 28px;
  height: 28px;
}
#body #node_search form:focus-within #clear-search:after, #body #node_search form:hover #clear-search:after {
  content: "";
  font-family: var(--font_standard);
  font-size: 24px;
}
#body #node_search form:focus-within:before, #body #node_search form:hover:before {
  width: 96%;
}
#body #node_search form:focus-within:after, #body #node_search form:hover:after {
  opacity: 0;
}
#body #node_search form:focus-within input, #body #node_search form:hover input {
  opacity: 1;
  width: 240px;
  max-width: 100%;
  padding: 0.5em;
}
#body #node_search form:focus-within button, #body #node_search form:hover button {
  width: 48px;
  opacity: 1;
}
#body .resultats-recherche .list-container {
  disply: flex;
  flex-direction: column;
  gap: 1em;
}
#body .resultats-recherche .list-container .recherche-container ul.resultatBillets {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#body .resultats-recherche .list-container .recherche-container ul.resultatBillets li {
  transition: all ease 0.2s;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 1em;
  margin: 0 0 1em 0;
}
#body .resultats-recherche .list-container .recherche-container ul.resultatBillets li:hover {
  transform: translate(0px, -3px);
}
#body .resultats-recherche .list-container .recherche-container ul.resultatBillets li .div-vignette {
  min-width: 120px;
  width: 120px;
  aspect-ratio: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--Transparency);
}
#body .resultats-recherche .list-container .recherche-container ul.resultatBillets li .div-contain-infoBillet .h3-intertitre-1 {
  font-size: 1.1em;
  font-weight: 600;
}
#body .resultats-recherche .list-container .recherche-container ul.resultatBillets li .div-contain-infoBillet .p2-commentaire {
  font-size: 1em;
}
#body .resultats-recherche .list-container .recherche-container ul.resultatBillets li .div-contain-infoBillet a {
  text-decoration: none;
}
#body .resultats-recherche .list-container .recherche-container ul.resultatBillets li .div-contain-infoBillet a:hover {
  opacity: 0.8;
}
:root, .light, .normal, .dark, .mce-content-body {
  --color_page: #F5F5F5;
  --colorTXT: #383838;
  --colorBG: white;
  --colorInvTXT: white;
  --colorInvBG: black;
  --colorOverlay: #ccc;
  --colorInvBGTransp:rgba(0, 0, 0, 0.7);
  --colorInvTXTransp:rgba(255,255,255,0.7);
  --Transparency:rgba(0,0,0,0.2);
  --colorOverlayLight: #555;
  --colorOverlayDark: #dedede;
}
:root {
  --font-size-base: 14px;
  --font-size-xs: clamp(0.313rem, -0.187rem + 1.25vw, 0.813rem);
  --line-height-xs: 1.6;
  --font-size-s: clamp(0.438rem, -0.125rem + 1.406vw, 1rem);
  --line-height-s: 1.6;
  --font-size-r: clamp(0.625rem, 0.125rem + 1.25vw, 1.125rem);
  --line-height-r: 1.6;
  --font-size-m: clamp(0.688rem, -0.187rem + 2.188vw, 1.563rem);
  --line-height-m: 1.55;
  --font-size-l: clamp(0.813rem, -0.312rem + 2.813vw, 1.938rem);
  --line-height-l: 1.49;
  --font-size-xl: clamp(1rem, -0.375rem + 3.438vw, 2.375rem);
  --line-height-xl: 1.41;
  --font-size-2xl: clamp(1.313rem, -0.375rem + 4.219vw, 3rem);
  --line-height-2xl: 1.36;
  --font-size-3xl: clamp(1.625rem, -0.5rem + 5.313vw, 3.75rem);
  --line-height-3xl: 1.29;
  --font-size-4xl: clamp(2rem, -0.687rem + 6.719vw, 4.688rem);
  --line-height-4xl: 1.22;
  --color_highlight: #aaa;
  --color_site_light_1: #C1C3D1;
  --color_site_light_2: #CFD1E0;
  --color_site_light_3: #F7F7F7;
  --color_site_dark_1: #151D31;
  --color_site_dark_2: #33364F;
  --color_site_dark_3: #9095AF;
  --color_titre: #000000;
  --color_accroche: #666666;
  --color_intertitre1: #000000;
  --color_intertitre2: #888888;
  --color_texte: #000000;
  --color_commentaire: #999999;
  --color_blanc: #FFF;
  --color_gris_clair: #faf8f6;
  --color_gris_moyen: #ddd;
  --color_default: #666;
  --color_noir: #000000;
  --color_default_over: #ebe8e5;
  --color_blanc_transparent: rgba(255,255,255,0.6);
  --color_noir_transparent: rgba(0,0,0,0.7);
  --color_fond_assombri: rgba(50,50,50,0.1);
  --color_bloc_base: initial;
  --paddingBase: 30px;
  --paddingSmall: 15px;
  --margeBase: 0px;
  --borderMarginBase: 0px solid transparent;
  --paddingBouton: 0.5em 1em;
  --paddingBoutonSmall: 0.25em 0.5em;
  --baseTypo: 1em;
  --icon: 48px;
  --icon_small: 24px;
  --gap_fin: 1px;
  --gap_small: 10px;
  --gap_standard: 60px;
  --gap_big: 120px;
  --radius: 6px;
  --radiusGrand: 30px;
  --color_danger: #d9534f;
  --color_danger_over: #e17572;
  --color_info: #5bc0de;
  --color_info_over: #7ccde5;
  --color_primary: #428bca;
  --color_primary_over: #68a2d5;
  --color_priorite: #34495e;
  --color_success: #5cb85c;
  --color_success_over: #7dc67d;
  --color_warning: #f0ad4e;
  --color_warning_over: #f3bd71;
  --color_twitter: #000000;
  --color_viadeo: #f07355;
  --color_vimeo: #1eb7ea;
  --color_wechat: #09b83e;
  --color_xing: #026466;
  --color_youtube: #e6282b;
  --color_linkedin: #02679a;
  --color_facebook: #37589b;
  --color_five-hundred-pix: #0099e5;
  --color_instagram: #956D53;
  --color_pinterest: #c91618;
  --color_rss: #ef7b00;
  --color_soundcloud: #FF3A00;
  --border-box: 1px solid #000;
  --border_base: 0px;
  --border_blanc: 1px solid #FFFFFF;
  --border_highlight: 2px solid #e23646;
  --filet: 1px solid #ddd;
  --ombre_standard: rgba(0, 0, 0, 0.05) 2px 4px 24px 0px;
  --ombre_popin: 0 8px 24px rgba(0,0,0,0.3);
  --ombre: #000 0px 2px 16px;
  --ombre_base: none;
  --ombre_box: 0 1px 2px rgba(25,25,34,0.15);
  --larg_desktop: 960px;
  --larg_desktop_large: 1200px;
  --double_size: 200%;
  --full_size: 100%;
  --trois_quart_size: 75%;
  --demi_size: 50%;
  --quart_size: 25%;
  --tiers_size: 33.33%;
  --cinquieme_size: 20%;
  --width_sixieme: 16.66%;
  --window_width: 80%;
  --hauteurBase: initial;
  --hauteur_champs: 40px;
  --filetbloc: 5px;
  --margin_bloc: 1%;
  --margin_haut_bas: 10px 0px;
  --margin_presque_full: 1%;
  --window_margin: 0%;
  --font_principale: "Open Sans", sans-serif;
  --font_secondaire: "Open Sans", sans-serif;
  --font_mail: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  --font_standard: standard;
  --font_site: site;
  --font_awesome: "Font Awesome 7 Pro";
}
@media handheld, only screen and (max-width: 1025px) {
  :root {
    --paddingBase: 15px;
    --paddingBouton: 8px 12px;
    --gap_standard: 30px;
    --gap_big: 60px;
  }
}
#mb_conteneur_liste_feeds {
  gap: var(--paddingBase);
  align-content: stretch;
  clear: both;
  flex-wrap: wrap;
  display: flex;
  padding: var(--paddingBase) 0;
  justify-content: center;
}
#mb_conteneur_liste_feeds .motif {
  transition: all ease 0.3s;
  border: var(--borderMarginBase);
  display: flex;
  flex-basis: 25%;
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0;
  min-width: 300px;
  max-width: 340px;
  padding: 0px;
  flex-direction: column;
  position: relative;
  flex-direction: column;
  position: relative;
  display: flex;
  flex-grow: 1;
}
@keyframes animMotifIn {
  0% {
    opacity: 0;
    transform: translate(0px, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
#mb_conteneur_liste_feeds {
  max-width: 100%;
}
#mb_conteneur_liste_feeds.scrollHor {
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  width: fit-content;
  margin: auto;
  padding-left: var(--paddingBase);
  padding-right: var(--paddingBase);
}
#mb_conteneur_liste_feeds:not(.scrollHor) {
  width: 100%;
  flex-wrap: wrap;
}
#mb_conteneur_liste_feeds_grid {
  width: 94vw;
  max-width: 1600px;
  column-count: 4;
  padding: 40px 2em;
  position: relative;
  margin: auto;
}
#mb_conteneur_liste_feeds_grid .motif {
  break-inside: avoid;
  padding: 1em;
  gap: 1em;
  box-sizing: border-box;
  background-color: var(--colorInvTXTransp);
  border-radius: var(--radius);
  position: relative;
  transition: 0.2s all ease-in-out;
}
#mb_conteneur_liste_feeds .motif .vignetteResumeFeed, #mb_conteneur_liste_feeds_grid .motif .vignetteResumeFeed {
  background-color: var(--InvTransparency);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1.5;
  width: var(--full_size);
}
#mb_conteneur_liste_feeds .motif .motsClesFeed, #mb_conteneur_liste_feeds_grid .motif .motsClesFeed {
  background-color: var(--colorTXT);
  color: var(--colorInvTXT);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  font-weight: 500;
  padding: 0.25em 0.5em;
  position: absolute;
  right: -5px;
  top: 5px;
  width: fit-content;
  z-index: 1;
}
#mb_conteneur_liste_feeds .motif .contenuTexte, #mb_conteneur_liste_feeds_grid .motif .contenuTexte {
  display: flex;
  flex: 1 auto;
  flex-direction: column;
  padding: 1em 0;
  width: var(--full_size);
}
#mb_conteneur_liste_feeds .motif .contenuTexte .titreFeed, #mb_conteneur_liste_feeds_grid .motif .contenuTexte .titreFeed {
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
  font-weight: 700;
  margin-bottom: 0.5em;
}
#mb_conteneur_liste_feeds .motif .contenuTexte .categories, #mb_conteneur_liste_feeds_grid .motif .contenuTexte .categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.25em;
  margin-bottom: 1em;
  font-size: 0.85em;
}
#mb_conteneur_liste_feeds .motif .contenuTexte .categories span, #mb_conteneur_liste_feeds_grid .motif .contenuTexte .categories span {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  padding: 0.25em 0.75em;
  border-radius: 20px;
  color: var(--colorInvTXT);
  background-color: var(--colorInvBG);
}
#mb_conteneur_liste_feeds .motif .contenuTexte .dateFeed, #mb_conteneur_liste_feeds_grid .motif .contenuTexte .dateFeed {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  color: var(--color_default);
  margin-top: 0.5em;
}
#mb_conteneur_liste_feeds .motif a, #mb_conteneur_liste_feeds_grid .motif a {
  cursor: pointer;
  text-decoration: none;
}
#mb_conteneur_liste_feeds .motif.cliquable:hover, #mb_conteneur_liste_feeds_grid .motif.cliquable:hover {
  cursor: pointer;
  transform: translate(0px, -5px);
}
@media handheld, only screen and (max-width: 1025px) {
  #mb_conteneur_liste_feeds > .motif {
    flex-basis: 30%;
    max-width: 30%;
  }
  #mb_conteneur_liste_feeds_grid {
    column-count: 3;
  }
}
@media screen and (max-width: 640px) {
  #mb_conteneur_liste_feeds > .motif {
    flex-basis: 100%;
    max-width: 100%;
  }
  #mb_conteneur_liste_feeds_grid {
    column-count: 1;
  }
}
#mb_conteneur_categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: var(--paddingBase) 0;
}
#mb_conteneur_categories ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#mb_conteneur_categories ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#mb_conteneur_categories ul li a {
  transition: all ease 0.3s;
  padding: var(--paddingBouton);
  text-decoration: none;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  z-index: 0;
  background-color: var(--colorInvTXT);
  border: 2px solid #000;
}
#mb_conteneur_categories ul li a:hover:not(.active) {
  color: var(--colorInvTXT);
  background-color: var(--colorInvBG) !important;
}
#mb_conteneur_categories ul li a.active {
  cursor: unset;
  color: var(--colorInvTXT);
  background-color: var(--color_highlight);
  border: 2px solid var(--color_highlight);
}
#mb_conteneur_categories ul li.menu_li0 a:not(.active):before {
  background-color: rgba(0, 0, 0, 0.2);
}
#body .me-timeline.timeline-feeds {
  max-width: 1400px;
}
#body .me-timeline__container::before {
  background-color: var(--color_highlight) !important;
}
#body .me-timeline__content {
  padding: 2em !important;
}
#body .me-timeline__content p {
  margin: 0px !important;
}
#body .timeline-feeds .me-timeline__block:nth-child(even) .me-timeline__content::before {
  border: 15px solid transparent !important;
  border-right: 15px solid white !important;
}
#body .timeline-feeds .me-timeline__content {
  box-shadow: 0 0 0 #ffffff;
}
#body .timeline-feeds .me-timeline__content .h2-accroche {
  display: none;
  font-size: 1.6em;
  font-weight: 600;
}
#body .timeline-feeds .me-timeline__content::before {
  border: 15px solid transparent !important;
  border-left: 15px solid white !important;
}
#body .timeline-feeds .me-timeline__img.me-timeline__img--picture {
  z-index: 1;
}
#body .timeline-feeds .me-timeline__img:after {
  color: blanc;
  content: attr(data-title);
  font-family: var(--font_principale);
  font-size: 1.2em;
  font-weight: 500;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#body .tag {
  background-color: var(--color_highlight);
  color: var(--color_blanc);
  font-size: 0.65em;
  font-weight: 500;
  line-height: 200%;
  padding: 0px 5px;
  position: absolute;
  right: -5px;
  top: 5px;
  width: fit-content;
  z-index: 2;
}
#body .mb-infinite-scroll-btn {
  display: inline-block;
  margin: 20px 0px;
  text-align: center;
  width: var(--full_size);
}
#body .mb_piedBillet {
  margin: 20px 0px;
}
#body .pagination {
  margin: 20px auto;
}
#body .pagination .pageFirst::after {
  margin: 0 8px 0 0;
  letter-spacing: -8px;
  font-family: var(--font_standard);
  content: "";
}
#body .pagination .pageLast::after {
  margin: 0 8px 0 0;
  letter-spacing: -8px;
  font-family: var(--font_standard);
  content: "";
}
#body .pagination .pagePrece::after {
  font-family: var(--font_standard);
  content: "";
}
#body .pagination .pageSelect {
  font-weight: bold;
  margin: 2px;
  color: var(--color_pinterest);
  padding: 4px;
}
#body .pagination .pageSuivant::after {
  font-family: var(--font_standard);
  content: "";
}
#body .pagination a {
  margin: 2px;
  padding: 4px;
  text-decoration: none;
}
#body .pagination a:hover {
  background-color: var(--color_gris_clair);
}
@media handheld, only screen and (max-width: 1025px) {
  #body .controller_container {
    display: none;
  }
  #body .slider_container {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #body .timeline-feeds .me-timeline__content {
    width: initial;
  }
}
@media screen and (max-width: 640px) {
  #moteurRecherche_formulaire {
    width: initial;
  }
  #body .timeline-feeds .me-timeline__block:nth-child(even) .me-timeline__content::before {
    border-left: 7px solid white !important;
    border-right: 0px solid !important;
  }
  #body .timeline-feeds .me-timeline__content {
    width: initial;
  }
  #body .timeline-feeds .me-timeline__content::before {
    right: initial;
  }
}
:root, .light, .normal, .dark, .mce-content-body {
  --color_page: #F5F5F5;
  --colorTXT: #383838;
  --colorBG: white;
  --colorInvTXT: white;
  --colorInvBG: black;
  --colorOverlay: #ccc;
  --colorInvBGTransp:rgba(0, 0, 0, 0.7);
  --colorInvTXTransp:rgba(255,255,255,0.7);
  --Transparency:rgba(0,0,0,0.2);
  --colorOverlayLight: #555;
  --colorOverlayDark: #dedede;
}
:root {
  --font-size-base: 14px;
  --font-size-xs: clamp(0.313rem, -0.187rem + 1.25vw, 0.813rem);
  --line-height-xs: 1.6;
  --font-size-s: clamp(0.438rem, -0.125rem + 1.406vw, 1rem);
  --line-height-s: 1.6;
  --font-size-r: clamp(0.625rem, 0.125rem + 1.25vw, 1.125rem);
  --line-height-r: 1.6;
  --font-size-m: clamp(0.688rem, -0.187rem + 2.188vw, 1.563rem);
  --line-height-m: 1.55;
  --font-size-l: clamp(0.813rem, -0.312rem + 2.813vw, 1.938rem);
  --line-height-l: 1.49;
  --font-size-xl: clamp(1rem, -0.375rem + 3.438vw, 2.375rem);
  --line-height-xl: 1.41;
  --font-size-2xl: clamp(1.313rem, -0.375rem + 4.219vw, 3rem);
  --line-height-2xl: 1.36;
  --font-size-3xl: clamp(1.625rem, -0.5rem + 5.313vw, 3.75rem);
  --line-height-3xl: 1.29;
  --font-size-4xl: clamp(2rem, -0.687rem + 6.719vw, 4.688rem);
  --line-height-4xl: 1.22;
  --color_highlight: #aaa;
  --color_site_light_1: #C1C3D1;
  --color_site_light_2: #CFD1E0;
  --color_site_light_3: #F7F7F7;
  --color_site_dark_1: #151D31;
  --color_site_dark_2: #33364F;
  --color_site_dark_3: #9095AF;
  --color_titre: #000000;
  --color_accroche: #666666;
  --color_intertitre1: #000000;
  --color_intertitre2: #888888;
  --color_texte: #000000;
  --color_commentaire: #999999;
  --color_blanc: #FFF;
  --color_gris_clair: #faf8f6;
  --color_gris_moyen: #ddd;
  --color_default: #666;
  --color_noir: #000000;
  --color_default_over: #ebe8e5;
  --color_blanc_transparent: rgba(255,255,255,0.6);
  --color_noir_transparent: rgba(0,0,0,0.7);
  --color_fond_assombri: rgba(50,50,50,0.1);
  --color_bloc_base: initial;
  --paddingBase: 30px;
  --paddingSmall: 15px;
  --margeBase: 0px;
  --borderMarginBase: 0px solid transparent;
  --paddingBouton: 0.5em 1em;
  --paddingBoutonSmall: 0.25em 0.5em;
  --baseTypo: 1em;
  --icon: 48px;
  --icon_small: 24px;
  --gap_fin: 1px;
  --gap_small: 10px;
  --gap_standard: 60px;
  --gap_big: 120px;
  --radius: 6px;
  --radiusGrand: 30px;
  --color_danger: #d9534f;
  --color_danger_over: #e17572;
  --color_info: #5bc0de;
  --color_info_over: #7ccde5;
  --color_primary: #428bca;
  --color_primary_over: #68a2d5;
  --color_priorite: #34495e;
  --color_success: #5cb85c;
  --color_success_over: #7dc67d;
  --color_warning: #f0ad4e;
  --color_warning_over: #f3bd71;
  --color_twitter: #000000;
  --color_viadeo: #f07355;
  --color_vimeo: #1eb7ea;
  --color_wechat: #09b83e;
  --color_xing: #026466;
  --color_youtube: #e6282b;
  --color_linkedin: #02679a;
  --color_facebook: #37589b;
  --color_five-hundred-pix: #0099e5;
  --color_instagram: #956D53;
  --color_pinterest: #c91618;
  --color_rss: #ef7b00;
  --color_soundcloud: #FF3A00;
  --border-box: 1px solid #000;
  --border_base: 0px;
  --border_blanc: 1px solid #FFFFFF;
  --border_highlight: 2px solid #e23646;
  --filet: 1px solid #ddd;
  --ombre_standard: rgba(0, 0, 0, 0.05) 2px 4px 24px 0px;
  --ombre_popin: 0 8px 24px rgba(0,0,0,0.3);
  --ombre: #000 0px 2px 16px;
  --ombre_base: none;
  --ombre_box: 0 1px 2px rgba(25,25,34,0.15);
  --larg_desktop: 960px;
  --larg_desktop_large: 1200px;
  --double_size: 200%;
  --full_size: 100%;
  --trois_quart_size: 75%;
  --demi_size: 50%;
  --quart_size: 25%;
  --tiers_size: 33.33%;
  --cinquieme_size: 20%;
  --width_sixieme: 16.66%;
  --window_width: 80%;
  --hauteurBase: initial;
  --hauteur_champs: 40px;
  --filetbloc: 5px;
  --margin_bloc: 1%;
  --margin_haut_bas: 10px 0px;
  --margin_presque_full: 1%;
  --window_margin: 0%;
  --font_principale: "Open Sans", sans-serif;
  --font_secondaire: "Open Sans", sans-serif;
  --font_mail: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  --font_standard: standard;
  --font_site: site;
  --font_awesome: "Font Awesome 7 Pro";
}
@media handheld, only screen and (max-width: 1025px) {
  :root {
    --paddingBase: 15px;
    --paddingBouton: 8px 12px;
    --gap_standard: 30px;
    --gap_big: 60px;
  }
}
#body #mb_conteneur_popin {
  box-sizing: border-box;
  max-width: 800px;
  top: 0px;
  left: 0px;
  width: 100vw;
  position: static;
  height: 100%;
  background-clip: padding-box;
}
#body #mb_conteneur_popin div {
  box-sizing: border-box;
  padding: 40px;
  width: var(--full_size);
  background-clip: padding-box;
  background-color: var(--color_noir_transparent);
}
#body #mb_conteneur_popin iframe {
  box-sizing: border-box;
  min-height: 300px;
  width: var(--full_size);
  padding: 0%;
  background-clip: padding-box;
  border: none;
}
#body .me-infobulle .me-infobulle-text a.btfermer {
  width: 40px;
  text-decoration: none;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#body .me-infobulle .me-infobulle-text a.btfermer:after {
  content: "";
  font-family: var(--font_standard);
  font-size: 24em;
  transition: all ease 0.2s;
}
#body .me-confirm-button-cancel {
  background-color: var(--color_default);
  color: var(--color_blanc);
  display: block;
  float: left;
  height: var(--hauteur_champs);
  line-height: 35px;
  padding: 0px 10px;
  position: relative;
  text-align: center;
}
#body .me-confirm-button-cancel :hover {
  background-color: var(--color_warning_over);
  color: var(--color_texte);
  font-weight: 400;
  text-decoration: none;
}
#body .me-confirm-buttons {
  float: left;
  margin: 20px 0px 0px 0px;
  position: relative;
  text-align: center;
  width: var(--full_size);
}
#body .me-confirm-button-ok {
  background-color: var(--colorTXT);
  border: none;
  color: var(--colorInvTXT);
  display: block;
  float: right;
  height: var(--hauteur_champs);
  line-height: 35px;
  padding: 0px 10px;
  text-align: center;
}
#body .me-confirm-button-ok:hover {
  background-color: var(--color_highlight);
  color: var(--color_blanc);
  text-decoration: none;
}
#body .me-alert, #body .me-confirm, #body .me-popin {
  background-color: var(--colorBG);
  box-shadow: var(--ombre_box);
  margin: 0px;
  min-height: 150px;
  overflow: visible;
  padding: 25px 20px 20px 20px;
}
#body .me-alert-button-ok {
  border: 2px solid var(--colorTXT);
  border-radius: var(--radius);
  color: var(--colorTXT);
  display: block;
  font-weight: 500;
  padding: var(--paddingBouton);
}
#body .me-alert-button-ok:hover {
  background-color: var(--colorTXT);
  color: var(--color_blanc);
  font-weight: 500;
  text-decoration: none;
}
#body .me-alert-buttons {
  float: left;
  margin: 20px 25% 0px 25%;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 50%;
}
#body .me-alert-close, #body .me-confirm-close, #body .me-popin-close {
  background-color: var(--colorInvBG);
  color: var(--colorInvTXT);
  border-radius: 50%;
  height: var(--icon_small);
  width: var(--icon_small);
  position: absolute;
  right: -12px;
  top: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
#body .me-alert-close:after, #body .me-confirm-close:after, #body .me-popin-close:after {
  content: "";
  font-family: var(--font_standard);
  font-size: 20px;
  transition: all ease 0.2s;
}
#body .me-alert-close span, #body .me-confirm-close span, #body .me-popin-close span {
  display: none;
}
#body .me-alert-overlay, #body .me-confirm-overlay, #body .me-popin-overlay {
  background-color: var(--color_gris_clair);
  opacity: 95;
}
#body .me-alert-title, #body .me-confirm-title, #body .me-popin-title {
  display: none;
  position: relative;
}
:root, .light, .normal, .dark, .mce-content-body {
  --color_page: #F5F5F5;
  --colorTXT: #383838;
  --colorBG: white;
  --colorInvTXT: white;
  --colorInvBG: black;
  --colorOverlay: #ccc;
  --colorInvBGTransp:rgba(0, 0, 0, 0.7);
  --colorInvTXTransp:rgba(255,255,255,0.7);
  --Transparency:rgba(0,0,0,0.2);
  --colorOverlayLight: #555;
  --colorOverlayDark: #dedede;
}
:root {
  --font-size-base: 14px;
  --font-size-xs: clamp(0.313rem, -0.187rem + 1.25vw, 0.813rem);
  --line-height-xs: 1.6;
  --font-size-s: clamp(0.438rem, -0.125rem + 1.406vw, 1rem);
  --line-height-s: 1.6;
  --font-size-r: clamp(0.625rem, 0.125rem + 1.25vw, 1.125rem);
  --line-height-r: 1.6;
  --font-size-m: clamp(0.688rem, -0.187rem + 2.188vw, 1.563rem);
  --line-height-m: 1.55;
  --font-size-l: clamp(0.813rem, -0.312rem + 2.813vw, 1.938rem);
  --line-height-l: 1.49;
  --font-size-xl: clamp(1rem, -0.375rem + 3.438vw, 2.375rem);
  --line-height-xl: 1.41;
  --font-size-2xl: clamp(1.313rem, -0.375rem + 4.219vw, 3rem);
  --line-height-2xl: 1.36;
  --font-size-3xl: clamp(1.625rem, -0.5rem + 5.313vw, 3.75rem);
  --line-height-3xl: 1.29;
  --font-size-4xl: clamp(2rem, -0.687rem + 6.719vw, 4.688rem);
  --line-height-4xl: 1.22;
  --color_highlight: #aaa;
  --color_site_light_1: #C1C3D1;
  --color_site_light_2: #CFD1E0;
  --color_site_light_3: #F7F7F7;
  --color_site_dark_1: #151D31;
  --color_site_dark_2: #33364F;
  --color_site_dark_3: #9095AF;
  --color_titre: #000000;
  --color_accroche: #666666;
  --color_intertitre1: #000000;
  --color_intertitre2: #888888;
  --color_texte: #000000;
  --color_commentaire: #999999;
  --color_blanc: #FFF;
  --color_gris_clair: #faf8f6;
  --color_gris_moyen: #ddd;
  --color_default: #666;
  --color_noir: #000000;
  --color_default_over: #ebe8e5;
  --color_blanc_transparent: rgba(255,255,255,0.6);
  --color_noir_transparent: rgba(0,0,0,0.7);
  --color_fond_assombri: rgba(50,50,50,0.1);
  --color_bloc_base: initial;
  --paddingBase: 30px;
  --paddingSmall: 15px;
  --margeBase: 0px;
  --borderMarginBase: 0px solid transparent;
  --paddingBouton: 0.5em 1em;
  --paddingBoutonSmall: 0.25em 0.5em;
  --baseTypo: 1em;
  --icon: 48px;
  --icon_small: 24px;
  --gap_fin: 1px;
  --gap_small: 10px;
  --gap_standard: 60px;
  --gap_big: 120px;
  --radius: 6px;
  --radiusGrand: 30px;
  --color_danger: #d9534f;
  --color_danger_over: #e17572;
  --color_info: #5bc0de;
  --color_info_over: #7ccde5;
  --color_primary: #428bca;
  --color_primary_over: #68a2d5;
  --color_priorite: #34495e;
  --color_success: #5cb85c;
  --color_success_over: #7dc67d;
  --color_warning: #f0ad4e;
  --color_warning_over: #f3bd71;
  --color_twitter: #000000;
  --color_viadeo: #f07355;
  --color_vimeo: #1eb7ea;
  --color_wechat: #09b83e;
  --color_xing: #026466;
  --color_youtube: #e6282b;
  --color_linkedin: #02679a;
  --color_facebook: #37589b;
  --color_five-hundred-pix: #0099e5;
  --color_instagram: #956D53;
  --color_pinterest: #c91618;
  --color_rss: #ef7b00;
  --color_soundcloud: #FF3A00;
  --border-box: 1px solid #000;
  --border_base: 0px;
  --border_blanc: 1px solid #FFFFFF;
  --border_highlight: 2px solid #e23646;
  --filet: 1px solid #ddd;
  --ombre_standard: rgba(0, 0, 0, 0.05) 2px 4px 24px 0px;
  --ombre_popin: 0 8px 24px rgba(0,0,0,0.3);
  --ombre: #000 0px 2px 16px;
  --ombre_base: none;
  --ombre_box: 0 1px 2px rgba(25,25,34,0.15);
  --larg_desktop: 960px;
  --larg_desktop_large: 1200px;
  --double_size: 200%;
  --full_size: 100%;
  --trois_quart_size: 75%;
  --demi_size: 50%;
  --quart_size: 25%;
  --tiers_size: 33.33%;
  --cinquieme_size: 20%;
  --width_sixieme: 16.66%;
  --window_width: 80%;
  --hauteurBase: initial;
  --hauteur_champs: 40px;
  --filetbloc: 5px;
  --margin_bloc: 1%;
  --margin_haut_bas: 10px 0px;
  --margin_presque_full: 1%;
  --window_margin: 0%;
  --font_principale: "Open Sans", sans-serif;
  --font_secondaire: "Open Sans", sans-serif;
  --font_mail: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  --font_standard: standard;
  --font_site: site;
  --font_awesome: "Font Awesome 7 Pro";
}
@media handheld, only screen and (max-width: 1025px) {
  :root {
    --paddingBase: 15px;
    --paddingBouton: 8px 12px;
    --gap_standard: 30px;
    --gap_big: 60px;
  }
}
.inversionContraste {
  position: relative;
}
.inversionContraste button {
  border: 0px;
  padding: 4px 8px;
  width: 100%;
  color: var(--colorInvTXT);
  background-color: var(--colorInvBG);
  cursor: pointer;
  margin-bottom: 1px;
  transition: 0.2s color ease;
  border-radius: var(--radiusGrand);
}
.inversionContraste .choix button:hover {
  transform: translate(3px, 0px);
  transition: 0.2s color ease;
}
.inversionContraste ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 100%;
}
.inversionContraste ul li {
  margin: 0px;
  padding: 0px;
}
/* https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme#try_it */
@media (prefers-color-scheme: light):root:not(.light):not(.dark) {
  --colorTXT:black;
  --colorBG:white;
  --colorInvTXT:white;
  --colorInvBG: black;
  --colorOverlay:#ccc;
}
@media (prefers-color-scheme: dark):root:not(.light):not(.dark) {
  --colorTXT:white;
  --colorBG: black;
  --colorInvTXT:black;
  --colorInvBG: white ;
  --colorOverlay:#444;
}
#node_main {
  float: left;
  position: relative;
  width: 100%;
}
#node_main #node_top {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
  float: left;
  position: sticky;
  top: 0px;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 12;
  justify-content: space-around;
}
#node_main #node_top #logo {
  float: left;
  overflow: hidden;
  padding-bottom: 5px;
  padding: 20px;
  position: relative;
  width: 320px;
}
#node_main #node_top #navtop {
  float: left;
  position: relative;
}
#node_main #node_content {
  float: left;
  position: relative;
  width: var(--full_size);
}
#node_main #node_content #colonne {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: var(--full_size);
  z-index: 1;
}
#node_main #node_content #colonne > *, #node_main #node_content #colonne section > * {
  background-clip: padding-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: var(--full_size);
}
#node_main #footer {
  background-color: var(--color_blanc);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: var(--full_size);
}
#node_main #footer > *, #node_main #footer section > * {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media handheld, only screen and (max-width: 1025px) {
  #node_main #node_top #logo {
    width: 25%;
  }
}
@media handheld, only screen and (max-width: 640px) {
  #node_main #node_top #logo {
    width: 40%;
  }
}
