/* cmsms stylesheet: Formation2026 - Normalize modified: mercredi 26 novembre 2025 12:20:51 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *	IE on Windows Phone and in iOS.
 */

html {
  // line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *	controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *	`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/* cmsms stylesheet: Formation2026 - Interface modified: vendredi 12 décembre 2025 16:05:05 */
/* CSS for Paged.js interface – v0.4 */

/* Change the look */
:root {
    --color-background: whitesmoke;
    --color-pageSheet: #cfcfcf;
    --color-pageBox: violet;
    --color-paper: white;
    --color-marginBox: transparent;
    --pagedjs-crop-color: black;
    --pagedjs-crop-shadow: white;
    --pagedjs-crop-stroke: 1px;
}

/* To define how the book look on the screen: */
@media screen, pagedjs-ignore {
    body {
        background-color: var(--color-background);
    }

    .pagedjs_pages {
        display: flex;
        width: calc(var(--pagedjs-width) * 1);
        flex: 0;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .pagedjs_page {
        background-color: var(--color-paper);
        box-shadow: 0 0 0 1px var(--color-pageSheet);
        margin: 0;
        flex-shrink: 0;
        flex-grow: 0;
        margin-top: 10mm;
    }

    .pagedjs_first_page {
        margin-left: var(--pagedjs-width);
    }

    .pagedjs_page:last-of-type {
        margin-bottom: 10mm;
    }

    .pagedjs_pagebox{
        box-shadow: 0 0 0 1px var(--color-pageBox);
    }

    .pagedjs_left_page{
        z-index: 20;
        width: calc(var(--pagedjs-bleed-left) + var(--pagedjs-pagebox-width))!important;
    }

    .pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-crop {
        border-color: transparent;
    }
    
    .pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-middle{
        width: 0;
    } 

    .pagedjs_right_page{
        z-index: 10;
        position: relative;
        left: calc(var(--pagedjs-bleed-left)*-1);
    }

    /* show the margin-box */

    .pagedjs_margin-top-left-corner-holder,
    .pagedjs_margin-top,
    .pagedjs_margin-top-left,
    .pagedjs_margin-top-center,
    .pagedjs_margin-top-right,
    .pagedjs_margin-top-right-corner-holder,
    .pagedjs_margin-bottom-left-corner-holder,
    .pagedjs_margin-bottom,
    .pagedjs_margin-bottom-left,
    .pagedjs_margin-bottom-center,
    .pagedjs_margin-bottom-right,
    .pagedjs_margin-bottom-right-corner-holder,
    .pagedjs_margin-right,
    .pagedjs_margin-right-top,
    .pagedjs_margin-right-middle,
    .pagedjs_margin-right-bottom,
    .pagedjs_margin-left,
    .pagedjs_margin-left-top,
    .pagedjs_margin-left-middle,
    .pagedjs_margin-left-bottom {
        box-shadow: 0 0 0 1px inset var(--color-marginBox);
    }

    /* uncomment this part for recto/verso book : ------------------------------------ */

    /*
    .pagedjs_pages {
        flex-direction: column;
        width: 100%;
    }

    .pagedjs_first_page {
        margin-left: 0;
    }

    .pagedjs_page {
        margin: 0 auto;
        margin-top: 10mm;
    } 

    .pagedjs_left_page{
        width: calc(var(--pagedjs-bleed-left) + var(--pagedjs-pagebox-width) + var(--pagedjs-bleed-left))!important;
    }

    .pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-crop{
        border-color: var(--pagedjs-crop-color);
    }

    .pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-middle{
        width: var(--pagedjs-cross-size)!important;
    } 

    .pagedjs_right_page{
        left: 0; 
    } 
    */
    
    

    /*--------------------------------------------------------------------------------------*/



    /* uncomment this par to see the baseline : -------------------------------------------*/

    
    /* .pagedjs_pagebox {
        --pagedjs-baseline: 22px;
        --pagedjs-baseline-position: 5px;
        --pagedjs-baseline-color: cyan;
        background: linear-gradient(transparent 0%, transparent calc(var(--pagedjs-baseline) - 1px), var(--pagedjs-baseline-color) calc(var(--pagedjs-baseline) - 1px), var(--pagedjs-baseline-color) var(--pagedjs-baseline)), transparent;
        background-size: 100% var(--pagedjs-baseline);
        background-repeat: repeat-y;
        background-position-y: var(--pagedjs-baseline-position);
    }  */
   

    /*--------------------------------------------------------------------------------------*/
}





/* Marks (to delete when merge in paged.js) */

.pagedjs_marks-crop{
    z-index: 999999999999;
  
}

.pagedjs_bleed-top .pagedjs_marks-crop, 
.pagedjs_bleed-bottom .pagedjs_marks-crop{
    box-shadow: 1px 0px 0px 0px var(--pagedjs-crop-shadow);
}  

.pagedjs_bleed-top .pagedjs_marks-crop:last-child,
.pagedjs_bleed-bottom .pagedjs_marks-crop:last-child{
    box-shadow: -1px 0px 0px 0px var(--pagedjs-crop-shadow);
}  

.pagedjs_bleed-left .pagedjs_marks-crop,
.pagedjs_bleed-right .pagedjs_marks-crop{
    box-shadow: 0px 1px 0px 0px var(--pagedjs-crop-shadow);
}

.pagedjs_bleed-left .pagedjs_marks-crop:last-child,
.pagedjs_bleed-right .pagedjs_marks-crop:last-child{
    box-shadow: 0px -1px 0px 0px var(--pagedjs-crop-shadow);
}
/* cmsms stylesheet: Formation2026 - BaseCSS modified: vendredi 12 décembre 2025 15:58:51 */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        
        @page {
            size: A5;
            margin: 0mm;
            bleed: 4mm;
            marks: crop cross;
        }
        
        @page:left {
            margin: 0mm;
        }
        
        @page:right {
            margin: 0mm;
        }
  
  
 
@font-face {
  font-family: Eliza;
  src: url('../fonts/Eliza-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rene Bieder Rationaldisplay;
  src: url('../fonts/Rene-Bieder---RationalDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rene Bieder Rationaldisplay;
  src: url('../fonts/Rene-Bieder---RationalDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #1b4379;
  --black: #000;
  --white: white;
  --blue-grey: #8bb1e4;
  --middle-red: #f64d3f;
  --dark-blue: #002347;
  --dark-red: #8d0d03;
  --middle-blue: #163561;
  --red: #fd0000;
}

.blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

h1 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}

h2 {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3rem;
}

p {
  margin-bottom: 5px;
  line-height: 1.3rem;
}

a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
}

.grid_header {
  background-color: var(--blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.image {
  object-fit: contain;
  width: 100%;
}

.composante {
  margin-bottom: 20px;
  font-family: Rene Bieder Rationaldisplay, Arial, sans-serif;
}

.body {
  color: var(--black);
  font-family: Lato, sans-serif;
}

.container {
  padding: 20px;
}

.container.mod {
  padding-top: 0;
}

.bloc {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bloc.bloc-infos-generales {
  border-right: 1px solid var(--blue);
}

.bloc-qrcode {
  float: left;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  width: 130px;
  min-height: 100%;
  margin-right: 20px;
  display: flex;
}

.bloc-label {
  float: right;
  flex-flow: column;
  align-self: flex-end;
  align-items: center;
  width: 130px;
  min-height: 100%;
  margin-left: 20px;
  display: block;
}

.bloc-titrefiche {
  float: left;
  flex-flow: column;
  align-self: flex-end;
  min-height: 100%;
}

.text-label {
  text-align: center;
  margin-top: 20px;
  font-family: Rene Bieder Rationaldisplay, Arial, sans-serif;
  font-weight: 700;
}

._2-columns {
  column-count: 2;
  column-rule-style: none;
  column-gap: 40px;
}

.bullet_liste {
  clear: both;
  padding-top: 0;
  padding-bottom: 7px;
  padding-left: 14px;
  position: relative;
}

.bullet_liste.li {
  margin-left: 14px;
}

.bullet_liste::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 18px;
  color: #1b4379;
  z-index: 1;
  padding-right: 5px;
}
.bullet_liste.blue::before {
  color: #ffffff;
} 

.liste-fiches {
  width: 100%;
  margin-bottom: 5px;
}

.white {
  color: var(--white);
  font-size: 30px;
}

.blue {
  background-color: var(--blue);
  color: var(--white);
}

.bold-text {
  font-size: 18px;
}

.acces {
  border-top: 1px solid var(--blue);
  background-image: url('../images/Certification_RNCP.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 60px;
  background-attachment: scroll;
  padding-top: 20px;
}

.parcours {
  margin-top: 20px;
  font-family: Eliza, Palatino Linotype, sans-serif;
  font-size: 35px;
  line-height: 2rem;
}

.parcours.h1 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 2rem;
}

.footer {
  min-width: 100%;
  max-height: 60px;
}

.footer.image {
  width: auto;
  min-width: auto;
}

.grid-bloc {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Coordonnees Contenu"
  / .8fr 2.2fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.article {
  margin-bottom: 20px;
}

.div-blocs {
  flex-flow: column;
  justify-content: flex-start;
  display: block;
}

.fond_label {
  background-image: url('../images/FondHexa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  align-self: center;
  width: 130px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.label_image {
  vertical-align: middle;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.aside-h2 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
}

.section_titre {
  padding-top: 20px;
  padding-bottom: 30px;
}

.h1-section_titre {
  color: var(--blue-grey);
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.bloc-visuels {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

        /* Print-specific styles */
        @media print {
            .container {
                width: 148mm;
                height: 210mm;
            }
        }
/* cmsms stylesheet: Formation2026 - Web modified: vendredi 12 décembre 2025 16:02:25 */
@font-face {
  font-family: Eliza;
  src: url('../fonts/Eliza-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rene Bieder Rationaldisplay;
  src: url('../fonts/Rene-Bieder---RationalDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rene Bieder Rationaldisplay;
  src: url('../fonts/Rene-Bieder---RationalDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #1b4379;
  --black: #000;
  --white: white;
  --blue-grey: #8bb1e4;
  --middle-red: #f64d3f;
  --dark-blue: #002347;
  --dark-red: #8d0d03;
  --middle-blue: #163561;
  --red: #fd0000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}

h2 {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3rem;
}

p {
  margin-bottom: 5px;
  line-height: 1.3rem;
}

a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
}

.grid_header {
  background-color: var(--blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.image {
  object-fit: contain;
  width: 100%;
}

.composante {
  margin-bottom: 20px;
  font-family: Rene Bieder Rationaldisplay, Arial, sans-serif;
}

.body {
  color: var(--black);
  font-family: Lato, sans-serif;
}

.container {
  padding: 20px;
}

.container.mod {
  padding-top: 0;
}

.bloc {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bloc.bloc-infos-generales {
  border-right: 1px solid var(--blue);
}

.bloc-qrcode {
  float: left;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  width: 130px;
  min-height: 100%;
  margin-right: 20px;
  display: flex;
}

.bloc-label {
  float: right;
  flex-flow: column;
  align-self: flex-end;
  align-items: center;
  width: 130px;
  min-height: 100%;
  margin-left: 20px;
  display: block;
}

.bloc-titrefiche {
  float: left;
  flex-flow: column;
  align-self: flex-end;
  min-height: 100%;
}

.text-label {
  text-align: center;
  margin-top: 20px;
  font-family: Rene Bieder Rationaldisplay, Arial, sans-serif;
  font-weight: 700;
}

._2-columns {
  column-count: 2;
  column-rule-style: none;
  column-gap: 40px;
}

.bullet_liste {
  clear: both;
  padding-top: 0;
  padding-bottom: 7px;
  padding-left: 14px;
  position: relative;
}

.bullet_liste.li {
  margin-left: 14px;
}

.liste-fiches {
  width: 100%;
  margin-bottom: 5px;
}

.white {
  color: var(--white);
  font-size: 30px;
}

.blue {
  background-color: var(--blue);
  color: var(--white);
}

.bold-text {
  font-size: 18px;
}

.acces {
  border-top: 1px solid var(--blue);
  background-image: url('../images/Certification_RNCP.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 60px;
  background-attachment: scroll;
  padding-top: 20px;
}

.parcours {
  margin-top: 20px;
  font-family: Eliza, Palatino Linotype, sans-serif;
  font-size: 35px;
  line-height: 2rem;
}

.parcours.h1 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 2rem;
}

.footer {
  min-width: 100%;
  max-height: 60px;
}

.footer.image {
  width: auto;
  min-width: auto;
}

.grid-bloc {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Coordonnees Contenu"
  / .8fr 2.2fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.article {
  margin-bottom: 20px;
}

.div-blocs {
  flex-flow: column;
  justify-content: flex-start;
  display: block;
}

.fond_label {
  background-image: url('../images/FondHexa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  align-self: center;
  width: 130px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.label_image {
  vertical-align: middle;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.aside-h2 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
}

.section_titre {
  padding-top: 20px;
  padding-bottom: 30px;
}

.h1-section_titre {
  color: var(--blue-grey);
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.bloc-visuels {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

#w-node-_335eb3f0-3fa9-9937-9d2f-a84bdabbdcd8-65531bea {
  grid-area: Titre;
  place-self: stretch stretch;
}

#w-node-_335eb3f0-3fa9-9937-9d2f-a84bdabbdcd9-65531bea {
  grid-area: Titre;
}

#w-node-_3b83cf79-60da-3a3c-a5e1-35877547c408-65531bea {
  grid-area: Area-2;
  align-self: start;
}
/* cmsms stylesheet: Formation2026 - PagedCSS modified: vendredi 12 décembre 2025 16:04:51 */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        @page {
            size: A5;
            margin: 0;
            bleed: 4mm;
            marks: crop cross;
        }
        
        @page:left {
            margin: 0mm;
        }
        
        @page:right {
            margin: 0mm;
        }
        
        body {
            font-family: Lato, sans-serif;
            line-height: 1.1;
            font-size: 16px;
            color: #333;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }
        
        .container {
            width: calc(148mm + 8mm);
            background: white;
            margin: 0;
            padding: 0;
            margin-left: -4mm;
            margin-top: -4mm;
        }
        
        .header {
            background: #1b4379;
            color: white;
            padding: 4mm;
            width: calc(148mm + 8mm);
            height: 50mm;
            padding-top: calc(4mm + 4mm);
            padding-left: calc(4mm + 4mm);
            padding-right: calc(4mm + 4mm);
            box-sizing: border-box;
        }
        
        .header-grid {
            display: grid;
            grid-template-columns: 1fr 2fr 1fr;
            gap: 4mm;
            align-items: center;
        }
        
        .qr-code-block {
            background: white;
            width: 60px;
            height: 60px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.7em;
            color: #1b4379;
            text-align: center;
            padding: 5px;
        }
        
        .header-center {
            text-align: center;
        }
        
        .header-center .institution {
            font-family: "Lato", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.8em;
            margin-bottom: 8px;
            letter-spacing: 1px;
        }
        
        .header-center h1 {
            font-family: "Lato", sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 1.17em;
            line-height: 1.2;
            text-transform: uppercase;
        }
        
        .header-right {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
        
        .logo-block {
            background: white;
            width: 70px;
            height: 50px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.65em;
            color: #1b4379;
            text-align: center;
            padding: 5px;
        }
        
        .header-info {
            display: flex;
            flex-direction: column;
            gap: 5px;
            align-items: center;
        }
        
        .header-info div {
            background: transparent;
            padding: 5px 12px;
            border-radius: 3px;
            font-size: 0.85em;
            font-weight: bold;
        }
        
        .header-image {
            width: calc(148mm + 8mm);
            height: 28mm;
            box-sizing: border-box;
            overflow: hidden;
        }
        
        .header-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .main-content {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 4mm;
            padding-left: calc(4mm + 4mm);
            padding-right: calc(4mm + 4mm);
            padding-top: 4mm;
            width: calc(148mm + 8mm);
            box-sizing: border-box;
            height: calc(210mm - 50mm - 28mm);
        }
        
        .left-column {
            background: #fff;
            padding: 4mm;
            padding-top: 0;
            border-right: 1px solid #1b4379;
            height: 100%;
            display: flex;
            flex-direction: column;
            box-sizing: border-box;
        }
        
        .right-column {
            display: flex;
            flex-direction: column;
            min-height: 100%;
            height: 100%;
        }
        
        .right-column-content {
            flex: 1;
        }
        
        .info-section {
            margin-bottom: 10px;
        }
        
        h3 {
            color: #1b4379;
            font-size: 0.5em;
            margin-bottom: 3px;
            font-weight: bold;
        }
        
        a {
            color: #1b4379;
            font-size: 1em;
            text-decoration: none;
            word-break: break-all;
        }
        
        a:hover {
            text-decoration: underline;
        }
        
        h2 {
            font-family: "Lato", sans-serif;
            font-weight: 700;
            font-style: normal;
            color: #1b4379;
            font-size: 1.17em;
            margin-bottom: 10px;
            text-transform: uppercase;
        }
        
        h2 span {
            font-family: "Lato", sans-serif;
            font-weight: 300;
            font-style: normal;
        }
        
        .right-column-image {
            width: 100%;
            height: 10.69mm;
            margin-top: auto;
            overflow: hidden;
        }
        
        .right-column-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .full-width-section {
            padding-left: calc(4mm + 4mm);
            padding-right: calc(4mm + 4mm);
            padding-top: 4mm;
            padding-bottom: 4mm;
            background: white;
            page-break-inside: avoid;
            width: calc(148mm + 8mm);
            box-sizing: border-box;
        }
        
        .competences-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 4mm;
        }
        
        ul {
            list-style: none;
        }
        
        li {
            padding: 2px 0;
            padding-left: 10px;
            position: relative;
            font-size: 0.5em;
            line-height: 1;
        }
        
        li:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #1b4379;
            font-weight: bold;
        }
        
        .stages-section {
            padding-left: calc(4mm + 4mm);
            padding-right: calc(4mm + 4mm);
            padding-top: 4mm;
            padding-bottom: 4mm;
            background: white;
            page-break-inside: avoid;
            width: calc(148mm + 8mm);
            box-sizing: border-box;
        }
        
        .stage-year {
            margin-bottom: 4mm;
        }
        
        .programme-section {
            background: #1b4379;
            color: white;
            padding-left: calc(4mm + 4mm);
            padding-right: calc(4mm + 4mm);
            padding-top: calc(4mm + 4mm);
            padding-bottom: 4mm;
            page-break-inside: avoid;
            page-break-before: always;
            width: calc(148mm + 8mm);
            box-sizing: border-box;
        }
        
        .programme-section h2 {
            color: white;
        }
        
        .programme-section li:before {
            content: "•";
            position: absolute;
            left: 0;
            color: white;
            font-weight: bold;
        }
        
        .modalites-section {
            padding-left: calc(4mm + 4mm);
            padding-right: calc(4mm + 4mm);
            padding-top: 4mm;
            padding-bottom: calc(4mm + 4mm);
            background: white;
            page-break-inside: avoid;
            border-top: 1px solid #1b4379;
            width: calc(148mm + 8mm);
            box-sizing: border-box;
        }
        
        p {
            margin-bottom: 5px;
            text-align: left;
            font-size: 0.55em;
            line-height: 1.2;
        }
        
        /* Print-specific styles */
        @media print {
            .container {
                width: 148mm;
                height: 210mm;
            }
        }
