@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;
  }
}
.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-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;
}
#mb_conteneur_bandeau_defilant, .mb_conteneurContenu {
  aspect-ratio: 1.7777777778;
  position: relative;
  align-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
  align-items: inherit;
  justify-content: center;
}
#mb_conteneur_bandeau_defilant > *, #mb_conteneur_bandeau_defilant section > *, .mb_conteneurContenu > *, .mb_conteneurContenu section > * {
  flex: none;
  width: var(--full_size);
}
.feed_conteneurArticle_bandeau_defilant {
  margin: auto;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  background-color: #555;
  width: 100%;
  background-blend-mode: overlay;
  align-items: center;
  justify-content: center;
}
.feed_conteneurArticle_bandeau_defilant > *, .feed_conteneurArticle_bandeau_defilant section > * {
  flex: none;
  width: var(--full_size);
}
#feed_nav1 {
  margin: 0px;
  left: initial !important;
}
.feed_bouton_precedent_bandeau_defilant {
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  bottom: 40px;
  color: var(--color_blanc);
  height: 40px;
  left: 10px;
  position: absolute;
  text-align: center;
  width: 40px;
  z-index: 10;
}
.feed_bouton_precedent_bandeau_defilant:after {
  content: "";
  font-family: var(--font_standard);
  line-height: 40px;
}
.feed_bouton_precedent_bandeau_defilant:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.feed_bouton_suivant_bandeau_defilant {
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  bottom: 40px;
  color: var(--color_blanc);
  height: 40px;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 40px;
  z-index: 10;
}
.feed_bouton_suivant_bandeau_defilant:after {
  line-height: 40px;
  font-size: 1em;
  font-family: var(--font_standard);
  content: "";
}
.feed_bouton_suivant_bandeau_defilant:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.feed_cadre_bandeau_defilant {
  position: relative;
  margin: 0px;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.feed_deroulant_bandeau_defilant {
  height: 100%;
  background-repeat: no-repeat;
  float: left;
  margin: auto;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.feed_deroulant_bandeau_defilant .sous_feed {
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}
.feed_imagebandeau_defilantZoom_bandeau_defilant {
  background-repeat: no-repeat;
  height: 100%;
  margin: 0px;
  background-position: center;
  width: 100%;
  overflow: hidden;
}
.feed_legende_bandeau_defilant {
  bottom: 50px;
  color: var(--color_blanc);
  height: 30px;
  left: 0px;
  line-height: 100%;
  margin: 0px 2%;
  position: absolute;
  text-align: center;
  width: 96%;
  z-index: 5;
}
.feed_masque_bandeau_defilant {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  width: 100%;
}
.feed_boutonOff_bandeau_defilant {
  background-repeat: no-repeat;
  opacity: 0.4;
  padding: 0 0 10px 0;
  background-position: center;
  background-color: var(--color_blanc);
  float: left;
  height: 10px;
  margin: 1px 0px 0px 5px;
  position: relative;
  width: 10px;
  border-radius: 50%;
}
.feed_boutonOff_bandeau_defilant p {
  background-color: #000;
  color: #FFF;
  float: left;
  font-size: 1em;
  height: 100px;
  line-height: 2em;
  margin: 0px;
  opacity: 100;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 100px;
}
.feed_boutonOn_bandeau_defilant {
  background-color: var(--color_blanc);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  float: left;
  height: 10px;
  margin: 1px 0px 0px 5px;
  padding: 0px;
  position: relative;
  width: 10px;
}
.feed_boutonOn_bandeau_defilant p {
  background-color: #7C7C70;
  color: #FFF;
  font-size: 1em;
  height: 100px;
  left: 0px;
  line-height: 2em;
  text-align: center;
  top: 0px;
  width: 100px;
}
.feed_masque_nav_bandeau_defilant {
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  left: 0px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.feed_masque_nav_bandeau_defilant .me_animationPlayPause {
  background-color: var(--colorInvTXT);
  color: var(--colorTXT);
  border-radius: 50px;
  border: 0px;
  padding: 0.5em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  transition: 0.2s all ease;
}
.feed_masque_nav_bandeau_defilant .me_animationPlayPause span {
  display: none;
}
.feed_masque_nav_bandeau_defilant .me_animationPlayPause[data-play="0"] {
  background-color: var(--colorTXT);
  color: var(--colorInvTXT);
}
.feed_masque_nav_bandeau_defilant .me_animationPlayPause[data-play="0"]:after {
  content: "";
}
.feed_masque_nav_bandeau_defilant .me_animationPlayPause:after {
  content: "";
  font-size: 24px;
  font-family: var(--font_standard);
}
.feed_pause_bandeau_defilant {
  background-color: var(--color_highlight);
  color: var(--color_blanc);
  display: none;
  height: 25px;
  left: 0px;
  margin: 0px;
  opacity: 80;
  padding: 5px 0px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0px;
  width: 100%;
  z-index: 3;
}
.feed_precedent_bandeau_defilant {
  align-items: center;
  color: var(--color_blanc);
  display: flex;
  flex-direction: row;
  height: var(--icon);
  justify-content: center;
  left: 10px;
  position: absolute;
  width: var(--icon);
  z-index: 10;
  cursor: pointer;
}
.feed_precedent_bandeau_defilant:after {
  transition: 0.2s all ease-in-out;
  content: "";
  font-family: var(--font_standard);
  font-size: 1.6em;
}
.feed_precedent_bandeau_defilant:hover:after {
  transform: translate(-5px, 0px);
}
.feed_suivant_bandeau_defilant {
  align-items: center;
  color: var(--color_blanc);
  display: flex;
  height: var(--icon);
  justify-content: center;
  position: absolute;
  right: 10px;
  width: var(--icon);
  z-index: 10;
  cursor: pointer;
}
.feed_suivant_bandeau_defilant:after {
  transition: 0.2s all ease-in-out;
  content: "";
  font-family: var(--font_standard);
  font-size: 1.6em;
}
.feed_suivant_bandeau_defilant:hover:after {
  transform: translate(5px, 0px);
}
