<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
    font-family: "Open Sans";

}

body.context.pdf {
    padding:0 0 0 .3cm;
    margin: 0;
}

/* COULEURS
****************************************************************************************/
.texte_primaire {
    color: #124C8B
}

.fond_primaire {
    background-color: #124C8B
}

.texte_secondaire {
    color: #C7051F;
}

.fond_secondaire {
    background-color: #C7051F;
}

/* STRUCTURE
****************************************************************************************/
.bloc {
    display: flex;
    flex-wrap: wrap;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 3vh;
}

.context.pdf .bloc {
    font-size: 14px;
    line-height: .95em;
    width: 100%;
    clear: both;
    margin-bottom: 0em;
    page-break-inside: avoid;
}


/* EDITION
****************************************************************************************/

.bloc.controls, .en-tete.controls {
    border: 1px dotted #dfdfdf;
    margin: 4px 8px;
    padding: 8px;
    background: white;
}

.bloc .bloc-controls, .en-tete .bloc-controls {
    position: absolute;
    display: flex;
    visibility: hidden;
    margin-left: calc(20cm - 90px);
}

.bloc .bloc-publication, .en-tete .bloc-publication {
    position: absolute;
    display: flex;
    margin-left: -90px;
    background: rgba(255, 255, 255, .5);
    padding: .2em;
}

.bloc .bloc-publication i, .en-tete .bloc-publication i {
    font-size: 80%;
    margin: 4px;
    color: grey
}

.en-tete .bloc-controls {
    margin-left: calc(20cm - 30px);
}

.bloc:hover .bloc-controls, .en-tete:hover .bloc-controls {
    visibility: visible;
}


.bloc .bloc-controls a, .en-tete .bloc-controls a {
    color: white;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #555;
    margin: 0 1px;
    border-radius: 0;
}


.bloc .bloc-controls a:first-child, .en-tete .bloc-controls a:first-child {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.bloc .bloc-controls a:last-child, .en-tete .bloc-controls a:last-child {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.bloc .bloc-controls a:hover, .en-tete .bloc-controls a:hover {
    background: black;
}

.bloc-controls .btn, .bloc-controls .btn {
    padding: .5em;
    line-height: 1em;
}

/* EN-TETE
****************************************************************************************/
.en-tete {
    /*padding: 5px;*/
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
}

.en-tete h2 {
    font-family: "open sans condensed", sans-serif;
    font-weight: bold;
    font-size: 300%;
    padding-left: 2em;
    flex: 0 0 100%;
    margin: 1em 0 1em;
}

.context.pdf .en-tete h2 {
    font-size: 150%;
    line-height: .8em;
    padding: .5em 0 0 1.5em;
}

.context.pdf .en-tete h2.small {
    font-size: 120%;
    padding: 1em 0 0 1.5em;
}

#editeur-wrapper .en-tete h2 {
    font-size: 200%;

}

.en-tete h3 {
    font-family: "open sans", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 120%;
    margin: 0;
    padding: 0;
    line-height: 1em;
    flex: 0 0 100%
}

.en-tete h4 {
    font-family: "open sans condensed", sans-serif;
    font-weight: 300;
    font-size: 80%;
    margin: 0;
    padding: 0;
    flex: 0 0 100%;
    line-height: 1em;
}

.en-tete h5 {
    font-family: "open sans condensed", sans-serif;
    font-weight: 300;
    font-size: 100%;
    margin: 0;
    padding: 0;
    flex: 0 0 100%;
    line-height: 1em;
}


.en-tete .soulignement {
    margin-top: -8em;
    /*z-index:    -100;*/
    height: 5em;
    width: 100%;
    overflow: hidden;
}


.en-tete img {
    height: 5em;
    float: left;

}

#editeur-wrapper .en-tete .soulignement {
    height: 3em;
    margin-top: -5em;
}

#editeur-wrapper .en-tete .soulignement img {
    height: 3em;
    float: left;

}

.context.pdf .en-tete .soulignement {
    height: 3em;
    width: 100%;
    padding-top: -2em;
}

.context.pdf .en-tete .soulignement img {
    height: 3em;
    width: 100%;
    float: left;
}


.en-tete .numerotation {
    font-size: 150%;
    font-family: "open sans condensed", sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
}


.en-tete table {
    width: 100%;
}

.en-tete table.sous_chapitre {
    width: auto;
    float: none;
    font-size: 24px;
    margin-bottom: .5em;
}


.context.pdf .en-tete table.sous_chapitre {
    width: auto;
    float: right;
    font-size: 14px;

}

.en-tete td.right {
    font-size: 100%;
}

.en-tete td.left {
    display: none;
}

.en-tete table img {
    height: 2em;
}

.context.pdf .en-tete td.left {
    display: flex;
}

.context.pdf .en-tete td.right {
    text-align: right;
}

.context.pdf .en-tete td img {
    height: 2em;
    margin-top: -.8em;
}

.en-tete .infos {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: normal;
    flex: 0 0 23%;
    font-size: 90%;
    text-align: right;
    line-height: 1em;
}

.en-tete .strong {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
}


@media screen and (min-device-width: 320px) and (max-width: 768px) {
    .en-tete h2 {
        font-size: 4vw;
        padding-left: 3em;
    }

    .en-tete .soulignement {
        margin-top: -6vh;
    }

    .en-tete img {
        height: 1em;
    }

    .en-tete .soulignement, .en-tete .soulignement img {
        height: 5vh;
    }
}

/* CONTENU
****************************************************************************************/

/* TITRES */
.bloc h3, .bloc h4, .bloc h5 {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    width: 100%;
    margin: 0em 0 .5em 0;
}



.context.pdf .bloc h3 {
    font-size: 1.5em;
    margin-top: .5em;
    margin-bottom: 0em;
}

.context.pdf .bloc h4 {
    font-size: 1.2em;
    margin-top: .5em;
    margin-bottom: 0em;
    }


/* LIENS */
.bloc a {
    color: #C7051F;
}

.bloc .text{
    /*word-break: break-all;*/
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}



/* COLONNES */
.bloc .bloc-column {
    width: 49%;
    padding: .2em;
}

.context.pdf .bloc .bloc-column {
    width: 48%;
    margin: 1% 1% 0 0;
    float: left;

}


/* IMAGES */
.bloc.images .image {
    width: 50%;
    padding: .2em;
}

.bloc img {
    width: 100%;

}

.bloc.image {
    text-align: center;

    width: 100%;
}

.bloc.image .image {
    width: 100% ;
}

.bloc.image img {
    width: 100%;
    margin: 0 auto;
}

.bloc.images img {
    max-width: 100%;
    width: auto;
    height: auto;
}



.bloc.image_texte img {
    max-height: 30vh;
    width: auto;
}



/* Image et texte */
#guide .bloc.image_texte img {

    max-width: 100%;
    width: auto;
    height: auto;
}

.context.pdf .bloc.image_texte img {
    max-height: 4cm;
    width: auto;
    /*border: 4px dotted green;*/
}

.context.pdf .bloc.image_texte .text p{

    padding-top: 0;
    margin-top: 0;
}


/* Une image */
.context.pdf .bloc.image img {
    /*max-height: 7cm;*/
    /*width: auto;*/
    max-height: 6cm;
    max-width: 100%;
    width: auto;
    height: auto;
    /*border: 4px dotted red;*/
}

.context.pdf .bloc.image.full-height-image img {
    max-height: 18cm;
}

/* Deux images */
.context.pdf .bloc.images .image {
    width: 48%;
    margin: 1% 1% 0 0;
    float: left;
}

.context.pdf .bloc.images .image img {
    max-height: 5cm;
    /*border: 4px dotted blue ;*/
}

.bloc.image_texte .bloc-column img, .context.pdf .bloc.image_texte .bloc-column img{
    /*height: available;*/
    max-height: none;
    width: 100%;
    /*width: auto;*/
    /*height: 5cm;*/
    /*aspect-ratio: initial;*/
    margin: 0 auto;
    /*border: 4px dotted red;*/
}

.bloc.image_texte .bloc-column.center {
    text-align: center;
}



@media screen and (min-device-width: 320px) and (max-width: 768px) {

    .bloc {
        font-size: 16px;
    }

    .bloc .bloc-column {
        width: 100%;
    }

    .bloc.images .image {
        width: 100%;
    }

    .bloc.images {
        text-align: center;
    }
}

/* Taille colonnes */
.bloc-column.half { width:50%; flex: 0 0 50%}
.bloc-column.quarter { width:25%; flex: 0 0 25%}
.bloc-column.three-quarters { width:75%; flex: 0 0 75%}
.bloc-column.third { width:33%; flex: 0 0 33%}
.bloc-column.two-thirds { width:66%; flex: 0 0 66%}
.bloc-column.big { width:85%; flex: 0 0 85%}
.bloc-column.small { width:15%; flex: 0 0 15%}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    .bloc-column.big { width:75%; flex: 0 0 75%}
    .bloc-column.small { width:25%; flex: 0 0 25%}
}
.bloc.image_texte {
    width: 100%;
    float:none;
    clear: both;

}

.context.pdf .bloc  .bloc-column.two-thirds{ width:66%;}
.context.pdf .bloc .bloc-column.third { max-width:33%}
.context.pdf .bloc  .bloc-column.three-quarters { width:75%;}
.context.pdf .bloc .bloc-column.quarter { max-width:25%}
.context.pdf .bloc  .bloc-column.big { width:15cm;}
.context.pdf .bloc .bloc-column.small { max-width:15%}

/* Styles de blocks */

.context.pdf .bloc p {
    margin:0.1em 0 .2em 0;
}

.checklist, .bloc.controls.checklist {
    background: rgba(18, 76, 139, 0.1);
    padding: .5em;
    font-size: 100%;

}

.references, .bloc.controls.references {
    background: #f0f0f0;
    padding: .2em .5em;
    font-size: 90%;

}

.references h3,  .references h5,  .references h4 {
    margin-bottom: .2em;
    font-size: 120%;
}

.references .text {
    font-size: 100%;
    line-height: 1.4em;
}

.context.pdf .references {
    padding:0 2px 2px 2px;

}

.context.pdf .references ul, .context.pdf  ul  {
    margin: 0;

}


.context.pdf .references li , .context.pdf li {
    margin: 0;
    line-height: .9em;
}

 .context.pdf .references h4,  .context.pdf .references h3, .context.pdf .references h5 {
    margin-bottom: .2em;
    font-size: 100%;
}
.context.pdf  .references .text {
    font-size: 65%;
    line-height: 1.2em;
}


/* SAUTS DE PAGE */
.context.pdf .bloc.saut {
    page-break-after: always;
}

/* LEGENDES */
.bloc .legende {
    font-family: "open sans condensed", sans-serif;
    font-weight: 300;
    font-size: 100%;
    line-height: 1em;
    margin: .5em;
}

.context.pdf .bloc .legende {
    font-size: 85%;    line-height: .6em;

}

/* GLOSSAIRE */
a.glossaire {
    padding: .2em;
    color: #333;
    background: #f0f0f0;
    border-radius: 4px;
}

.glossaire:hover {
    text-decoration: none;
    color: #f0f0f0;
    /*background: #333;*/
    cursor:help;
}

.glossaire dt {
    font-family: "open sans condensed", sans-serif;
    font-weight: bold;
}

.context.pdf dt {
    font-family: "open sans condensed", sans-serif;
    font-weight: bold;
    margin: 1em 0 0 0;
    padding: 0;
    line-height: 1em;

    page-break-after: avoid;
}

.context.pdf dd {
    /*margin: 0;*/
    /*padding:0;*/
    line-height: 1em;
    display: block;
}

/* CHAPITRE */
.chapitre.center {
    text-align: center;
    padding-top: 10cm;
}


.chapitre.center img {
    width: 100%;
}


h2.titre_chapitre {
    font-family: "open sans condensed", sans-serif;
    font-weight: bold;
    font-size: 350%;
    line-height: .7em;

}


.context.pdf h1.numerotation {
    font-size: 500%;
    font-family: "open sans condensed", sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: .7em;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {

    a.glossaire {
        background: transparent;
    }
}

.chapter.warning p, p.warning {
    font-family: "open sans condensed", sans-serif;
    font-weight: 300;
    font-size: 90%;
    text-align: center;
    margin-top: 12cm;
    line-height: 1em;
    }

p.warning {
    width: 100%;
    border-top: 1px solid silver;
    font-size: 70%;
    color:grey;
    text-align: right;
    margin-top: 1em;
    position: absolute;
    bottom:0px
}

.chapter.warning a, a.warning {
    color:grey;
    text-decoration: none;
    }

/* COUVERTURE
****************************************************************************************/
#couverture h1 {
    font-family: "open sans", sans-serif;
    font-weight: bold;
    font-size: 400%;
    margin: 0;
    padding: 0;
    line-height: 1em;
    flex: 0 0 100%;
    text-transform: uppercase;
}

#couverture h2 {

    font-family: "open sans condensed", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 120%;
    margin: 0;
    padding: 0;
    line-height: 1em;
    flex: 0 0 100%
}

#couverture #date {
    font-family: "open sans condensed", sans-serif;
    font-weight: bold;
    font-size: 80%;
    text-align: right;
    margin-top: 2em;
    text-transform: uppercase;
}

.image_wrapper {
    text-align: center;
}

#couverture .image_wrapper img {
    width: 100%;
    margin: 0cm auto 0;
}

/* PARTENAIRES */
.partenaires_wrapper {
    font-weight: 300;
    font-family: "open sans condensed", sans-serif;
    text-align: center;
    font-size: 9px;
    padding-bottom: .4cm;
}

.partenaires_wrapper table {
    margin: 0 auto;
    width: 50%;
}

.partenaires_wrapper img {
    width: 4cm;
    margin: 0 10px;

}

/* SOUTIENS */
.soutiens_wrapper {
    font-family: "open sans condensed", sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 9px;
    margin-bottom: 1em;
}



.soutiens_wrapper table {
    margin: 0 auto;

}

.soutiens_wrapper img {
    width: 2.1cm;
    margin: 0 10px;

}



/* TABLE DES MATIERES */


#toc {
    /*background: rgba(255, 255, 255, .95);*/
    width: 25vw;
    padding: .5em;
    height: 70vh;
    overflow-y: scroll;
}

.context.pdf #toc {
    height: auto;
}


#toc h5 {
    /*display: flex;*/
    flex-direction: row;
    padding-left: 1em;
    width: 100%;
}

#toc h5 span {
    display: flex;
    justify-content: space-between;
}

#toc h5 img {
    width: 2em;
    float: right;
}

#toc h6 {
    padding-left: 2em;
}

#toc a {
    color: #555;
    align-self: center;
}


#toc a.selected {

}

.context.pdf #toc .two-cols {

    justify-content: space-between;
    height: 16cm;

}

.context.pdf .col {
    width: 47%;
    margin-right: 1.5%;
    float: left;
}

.context.pdf #toc h4, .context.pdf #toc a,
.context.pdf #toc h5, .context.pdf #toc h6 {
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-size: 100%;
    text-decoration: none;
    color: black;
    display: block;
    background: transparent;
    box-shadow: none;

}

.context.pdf #toc h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 1em;

}

.context.pdf #toc h5 {
    font-size: 14px;
    font-weight: bold;
    margin-top: .5em;
    color: #124C8B;;
}

.context.pdf #toc h6 {
    font-size: 11px;
    margin-top: .3em;
    font-weight: normal;
}

#guide-nav .accordeon-content {
    height: 0;
    overflow: hidden;
    transition: .4s ease-in-out height;
}

.context.pdf .accordeon-content {
    height: auto;
}

#guide-nav .selected h4, #guide-nav .accordeon-wrapper.sous_chapitre.selected h5, #guide-nav #toc h6 a.selected {
    background: rgba(18, 76, 139, 0.13);
    color: #124C8B;
}

#guide-nav #toc .selected h4 a, #guide-nav #toc .accordeon-wrapper.sous_chapitre.selected h5 a {
    /*color: white*/
}

#guide-nav .selected &gt; .accordeon-content {
    height: fit-content;
    max-height: 90vw;
    overflow-x: hidden;
    overflow-y: scroll;
}

#page-toc #toc h4 {
    margin-top: 1em;
}


#page-toc #toc h4 a:hover, #page-toc #toc h5 a:hover {
    text-decoration: none;
    cursor: default;
}

/* POPUP */
.tooltip-text {
    font-family: "Open Sans";
    font-size: 90%;
}

/* PIED DE PAGE  */
#pdf-footer {
    font-size: 70%;
    color: #124C8B;;
    margin-top: 1em;
    border-top: #124C8B dotted 1px;
    text-align: right;
}

#pdf-footer a {
    font-family: "open sans condensed", sans-serif;
    font-weight: bold;
    color: #124C8B;
    text-decoration: none;
}</pre></body></html>