<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css general*/
html,
body
{
margin: 0px;
height: 100%;
background-color: #efefef;
}

body.modal-open
{
height: 100vh;
overflow-y: hidden;
padding-right: 15px;
}

.logo
{
height: 50px;
}

.logo-petit
{
height: 40px;
}

.nav-warning&gt;li.active&gt;a,
.nav-warning&gt;li.active&gt;a:focus,
.nav-warning&gt;li.active&gt;a:hover
{
background-color: #F47321;
border-color: #FFFFFF;
color: #FFFFFF;
}

.full-page
{
min-height: 100%;
margin-bottom: -40px;
}

.wrap-page
{
height: 40px;
}

.chemin
{
padding: 10px;
font-style: italic;
color: #ffffff;
background-color: #535152;
}

.chemin a
{
text-decoration: none;
color: #ffffff;
}

.chemin a:hover
{
color: #dddddd;
}

.page
{
margin-top: 140px;
margin-bottom: 20px;
padding-left: 40px;
padding-right: 40px;
background-color: #ffffff;
border-width: 1px;
border-style: solid;
border-color: #999999;
position: relative;
}

.ascenseur
{
position: fixed;
display: none;
height: auto;
width: auto;
right: 10px;
bottom: 70px;
line-height: 0.5;
}

.ascenseur img
{
opacity: 0.5;
filter: alpha(opacity=50);
}

.ascenseur img:hover
{
opacity: 1;
filter: alpha(opacity=100);
}

.copyright
{
position: relative;
height: 40px;
line-height: 39px;
font-size: 10px;
font-weight: bold;
color: #cccccc;
background-color: #363636;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #333333;
}

.copyright a
{
color: #cccccc;
}

.legende
{
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 20px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}

.obligatoire
{
color: #8b0000;
font-size: 10px;
}

.zone-obligatoire
{
font-size: 10px;
}

.zone-obligatoire span
{
margin-top: 10px;
color: #8b0000;
font-weight: bold;
}

.nom-element
{
font-size: 16px;
font-weight: bold;
color: #424949;
/*color: #85ba17;*/
}

.sous-nom-element
{
font-size: 10px;
/*text-align: center;*/
}

.sous-titre-nom-element
{
font-size: 10px;
/*text-align: center;*/
font-weight: bold;
color: #f39c12;
/*color: darkorange;*/
}

.titre-categorie
{
padding-left: 10px;
font-size: 20px;
font-weight: bold;
color: #819FF7;
}

.action-rapide .btn
{
margin-bottom: 20px;
}

.associe-texte
{
font-weight: bold !important;
color: #85ba17 !important;
}

.non-associe-texte
{
font-weight: bold !important;
color: #d9534f !important;
}

.associe
{
font-weight: bold !important;
color: #ffffff !important;
background-color: #85ba17 !important;
}

.non-associe
{
font-weight: bold !important;
color: #ffffff !important;
background-color: #d9534f !important;
}

.texte-succes
{
font-weight: bold !important;
color: #85ba17 !important;
}

.texte-erreur
{
font-weight: bold !important;
color: #d9534f !important;
}

.texte-attention
{
font-weight: bold !important;
color: #f39c12 !important;
}

.texte-page
{
font-weight: bold !important;
color: #0099e6 !important;
}

.texte-question,
.texte-programme
{
font-weight: bold !important;
color: #85ba17 !important;
}

.fond-succes
{
background-color: #dff0d8 !important;
}

.fond-erreur
{
background-color: #f2dede !important;
}

.fond-attention
{
background-color: #fcf8e3 !important;
}

.fond-blanc
{
background-color: #ffffff !important;
}

.img-20px
{
height: 20px;
}

.img-25px
{
height: 25px;
}

.img-30px
{
height: 30px;
}

.curseur-clic
{
cursor: pointer;
}

.curseur-aide
{
cursor: help;
}

.curseur-bloque
{
cursor: not-allowed;
}

.curseur-attente
{
cursor: wait;
}

.curseur-zoom-plus
{
cursor: zoom-in;
}

.curseur-zoom-moins
{
cursor: zoom-out;
}

.g-recaptcha
{
margin-left: auto;
margin-right: auto;
width: 304px;
}

.envoi-formulaire
{
opacity:0.25;
}

textarea
{
min-height: 56px;
}

button ~ button
{
margin-left: 20px;
}

/*css bootstrap*/
*,
*:before,
*:after
{
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}

.navbar-brand
{
padding-top: 15px;
}

@media (max-width: 767px)
{
.navbar-brand
{
padding: 5px;
padding-top: 20px;
}
}

@media (min-width: 768px)
{
.navbar-nav
{
float: right;
}
}

.navbar-default
{
color: #ff8000;
font-weight: bold;
border-width: 0px;
}

button.navbar-toggle.collapsed
{
background-color: #535152;
}

button.navbar-toggle.collapsed:hover
{
background-color: #ff8000;
}

button.navbar-toggle.collapsed:hover span
{
background-color: #ffffff;
}

.modal-90
{
width: 90%;
}

.alert
{
margin-bottom: 0px;
}

.alert-dismissable .close,
.alert-dismissible .close
{
top: 0px;
right: 0px;
}

.tab-horizontal
{
margin-top: -1px;
border-width: 1px;
border-top-width: 1px;
border-style: solid;
border-color: #999999;
background-color: #ffffff;
}

.tab-vertical
{
min-height: 350px;
height: auto !important;
height: 350px;
background-color: #ffffff;
}

.menu-vertical
{
padding-right: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}

.noresize
{
resize: none;
}

.vresize
{
resize: vertical;
}

.hresize
{
resize: horizontal;
}

.pagination li &gt; a,
.list-group a
{
cursor: pointer !important;
}

#liste_pagination li.disabled a
{
background-color: transparent;
border-color: #999999;
border-top-color: transparent;
border-bottom-color: transparent;
}

#liste_pagination .label
{
font-size: 10px;
}

.nav &gt; li.disabled &gt; a
{
border-color: transparent;
}

.panel-niveau-1
{
border-width: 1px;
border-style: solid;
border-color: #848484;
}

.panel-niveau-1 &gt; .panel-heading
{
position: relative;
}

.panel-niveau-1 &gt; .panel-heading &gt; .panel-title
{
font-size: 16px;
font-weight: bold;
color: #333333;
}

.panel-niveau-1 &gt; .panel-collapse &gt; .panel-body
{
padding-right: 0px;
}

.table-niveau-1
{
position: relative;
background-color: #535152;
color: #ffffff;
font-weight: bold;
}

.case-niveau-1
{
vertical-align: middle;
}

.case-resultat-matrice-competence
{
width: 45px;
height: 45px;
}

.detail-niveau-1
{
color: #333333;
text-align: center;
vertical-align: middle;
}

.panel-niveau-2
{
margin-bottom: 0px;
border-width: 0px;
border-left-width: 2px;
border-left-color: #999999;
}

.panel-niveau-2 &gt; .panel-heading
{
position: relative;
color: #333333;
border-width: 0px;
background-color: transparent;
}

.panel-niveau-2 &gt; .panel-heading &gt; .panel-title
{
font-size: 14px;
}

.panel-niveau-2 &gt; .panel-collapse &gt; .panel-body
{
padding-right: 0px;
}

.table-niveau-2
{
position: relative;
background-color: #bdbdbd;
/*color: #ffffff;*/
font-weight: bold;
}

.case-niveau-2
{
padding-left: 25px !important;
vertical-align: middle;
}

.detail-niveau-2
{
color: #333333;
text-align: center;
vertical-align: middle;
}

.panel-niveau-3
{
margin-bottom: 0px;
border-width: 0px;
border-left-width: 2px;
border-left-color: #999999;
}

.panel-niveau-3 &gt; .panel-heading
{
position: relative;
color: #333333;
border-width: 0px;
background-color: transparent;
}

.panel-niveau-3 &gt; .panel-heading &gt; .panel-title
{
font-size: 12px;
}

.panel-niveau-3 &gt; .panel-collapse &gt; .panel-body
{
padding-right: 25px;
}

.table-niveau-3
{
position: relative;
/*background-color: #faac58;
color: #ffffff;*/
font-weight: bold;
}

.case-niveau-3
{
padding-left: 50px !important;
vertical-align: middle;
}

.detail-niveau-3
{
color: #333333;
text-align: center;
vertical-align: middle;
}

.panel-niveau-4
{
margin-bottom: 0px;
background-color: transparent;
border-width: 0px;
border-left-width: 2px;
border-left-color: #999999;
}

.panel-niveau-4-page,
.panel-niveau-4-specifique,
.panel-niveau-4-formation
{
border-left-color: #3180be;
}

.panel-niveau-4-question,
.panel-niveau-4-catalogue,
.panel-niveau-4-certification
{
border-left-color: #85ba17;
}

.panel-niveau-4-inter
{
border-left-color: #ff8000;
}

.panel-niveau-4-information
{
border-left-color: #ff0000;
}

.panel-niveau-4-page-question
{
margin-left: 30px;
}

.panel-niveau-4-page + .panel-niveau-4-question,
.panel-niveau-4-page + .alert,
.panel-niveau-4-page-question + .panel-niveau-4-question
.alert + .panel-niveau-4-question
{
margin-top: 20px;
}

.panel-niveau-4 &gt; .panel-heading
{
position: relative;
border-width: 0px;
background-color: transparent;
}

.panel-niveau-4 &gt; .panel-heading-page,
.panel-niveau-4 &gt; .panel-heading-specifique,
.panel-niveau-4 &gt; .panel-heading-formation
{
color: #3180be;
}

.panel-niveau-4 &gt; .panel-heading-question,
.panel-niveau-4 &gt; .panel-heading-catalogue,
.panel-niveau-4 &gt; .panel-heading-certification
{
color: #85ba17;
}

.panel-niveau-4 &gt; .panel-heading-inter
{
color: #ff8000;
}

.panel-niveau-4 &gt; .panel-heading-information
{
color: #ff0000;
}

.panel-niveau-4 &gt; .panel-heading &gt; .panel-title
{
font-size: 14px;
font-weight: bold;
}

.panel-niveau-4 &gt; .panel-collapse &gt; .panel-body
{
padding-right: 0px;
}

.panel-niveau-5
{
position: relative;
padding-top: 0px;
}

.panel-niveau-5 table
{
background-color: inherit;
}

.dropdown-menu img
{
width: 20px;
}

#action &gt; .list-group &gt; .list-group-item
{
margin-bottom: 0px;
border-width: 0px;
}

#action &gt; .list-group &gt; .list-group-item img
{
width: 20px;
}

.text-normal
{
color: #333333;
font-weight: normal;
font-size: 12px;
}

.text-top
{
vertical-align: top !important;
}

.text-middle
{
vertical-align: middle !important;
}

.text-bold
{
font-weight: bold !important;
}

.text-font-weight-normal
{
font-weight: normal;
}

.text-barre
{
text-decoration: line-through !important;
}

.text-souligne
{
text-decoration: underline !important;
}

.thumbnail
{
position: relative;
text-align: center;
color: #ffffff;
border-width: 5px;
border-color: transparent;
border-style: solid;
}

.thumbnail-simple
{
margin: 5px;
min-height: 175px;
height: auto !important;
height: 175px;
padding-top: 10px;
color: #333333;
background-color: #fafafa;
border-style: dashed;
border-width: 1px;
border-color: #999999;
}

.thumbnail-simple:hover,
.thumbnail-simple-selectionne
{
background-color: #dff0d8;
}

.thumbnail a
{
color: #ffffff;
text-decoration: none;
}

.cadre-thumbnail
{
position: relative;
height: 115px;
font-size: 11px;
border-width: 1px;
border-color: transparent;
border-style: solid;
cursor: pointer;
opacity: 0.75;
}

.cadre-thumbnail:hover
{
opacity: 1;
}

.cadre-thumbnail-rouge
{
background-color: #e51400;
}

.cadre-thumbnail-bleu
{
background-color: #2e8bcc;
}

.cadre-thumbnail-vert
{
background-color: #393;
}

.cadre-thumbnail-orange
{
background-color: #f39c12;
}

.cadre-thumbnail-jaune
{
background-color: #ffc40d;
}

.cadre-thumbnail-violet
{
background-color: #7b4f9d;
}
/*
.cadre-thumbnail-noir
{
background-color: #000000;
}
*/
.cadre-thumbnail-noir
{
background-color: #ffffff;
border-color: #333333;
color: #333333;
}

.cadre-thumbnail-trombinoscope
{
min-height: 210px;
height: auto !important;
height: 210px;
border-width: 1px;
border-color: #999999;
border-top-width: 8px;
border-top-color: #ff7f00;
text-align: center;
color: #333333;
cursor: default;
opacity: 1;
}

.image-thumbnail
{
max-height: 75%;
height: auto !important;
height: 75%;
}

.image-thumbnail img
{
width: 76px !important;
height: 76px !important;
}

.cadre-thumbnail-trombinoscope img
{
margin-top: 10px;
width: 105px !important;
height: 135px !important;
}

.badge-thumbnail-haut
{
position: absolute;
right: 25px;
top: 20px;
}

.badge-thumbnail-haut-droit
{
position: absolute;
right: 5px;
top: 5px;
}

.badge-thumbnail-bas
{
position: absolute;
right: 25px;
bottom: 50px;
}

.caption-thumbnail
{
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
padding: 5px;
padding-top: 0px;
font-weight: bold;
}

.input-group-sm &gt; .form-control, .input-group-sm &gt; .input-group-addon, .input-group-sm &gt; .input-group-btn &gt; .btn
{
line-height: 1;
}

.input-group-addon.input-sm
{
font-size: 10px;
}

.ui-datepicker-trigger.input-group-addon
{
cursor: pointer;
}

.glyphicon
{
top: 0px;
}

.glyphicon-success
{
color: #85ba17 !important;
}

.glyphicon-danger
{
color: #d91b15 !important;
}

.glyphicon-warning
{
color: #8a6d3b !important;
}

.glyphicon-primary
{
color: #3180be !important;
}

.glyphicon-neutre
{
color: #000000 !important;
}
/*
.btn
{
height: 100%;
}
*/
.btn-checkbox,
.btn-radio
{
padding: 5px 10px !important;
height: 28px !important;
white-space: normal !important;
color: #333333 !important;
text-align: justify !important;
font-size: 11px !important;
/*line-height: 1.5 !important;*/
background-color: transparent !important;
}

.btn-recherche
{
border-left-width: 0px !important;
}

.btn-rad-recherche
{
padding-top: 4.5px !important;
padding-bottom: 4.5px !important;
}

.faux-calendrier
{
top: 0px !important;
}

.btn-danger
{
border-color: #d91b15;
}

.btn-danger.active
{
border-color: #85ba17;
}

.btn-danger.active:hover
{
border-color: #4e6d0d;
}

.btn-index
{
width: 100%;
height: 60px;
line-height: 46px;
font-size: 16px;
font-weight: bold;
}

.btn-action
{
display: table;
width: 100%;
height: 20px;
line-height: 20px;
vertical-align: middle;
font-size: 10px;
}

.btn-principal
{
display: table;
width: 100%;
height: 40px;
line-height: 40px;
vertical-align: middle;
font-size: 18px;
font-weight: bold;
}

.checkbox-ligne-auto .btn-group-justified
{
width: auto;
}

.decalage-arborescence
{
margin-left: 22px;
padding-left: 10px;
border-left-width: 1px;
border-left-style: solid;
}

table
{
background-color: transparent;
}

.table &gt; thead &gt; tr &gt; th
{
border-bottom-width: 1px;
}

.table th,
.table td
{
height: 35px;
padding: 5px !important;
}

.table-bg-gris
{
color: #ffffff;
background-color: #777777;
}

.table-bg-success
{
background-color: #dff0d8 !important;
}

.table-bg-danger
{
background-color: #f2dede !important;
}

.bordure-gauche-sans
{
border-left-width: 0px !important;
}

.bordure-droite-sans
{
border-right-width: 0px !important;
}

.bordure-haut-sans
{
border-top-width: 0px !important;
}

.bordure-bas-sans
{
border-bottom-width: 0px !important;
}

.bordure-sans
{
border-left-width: 0px !important;
border-right-width: 0px !important;
border-top-width: 0px !important;
border-bottom-width: 0px !important;
}

.bordure-gauche-epais
{
border-left-width: 4px !important;
}

.bordure-droite-epais
{
border-right-width: 4px !important;
}

.bordure-haut-epais
{
border-top-width: 4px !important;
}

.bordure-bas-epais
{
border-bottom-width: 4px !important;
}

.bordure-epais
{
border-color: #999999 !important;
border-width: 4px !important;
border-style: solid !important;
}

.bordure-gauche-avec
{
border-left-color: #999999 !important;
border-left-width: 1px !important;
border-left-style: solid !important;
}

.bordure-droite-avec
{
border-right-color: #999999 !important;
border-right-width: 1px !important;
border-right-style: solid !important;
}

.bordure-haut-avec
{
border-top-color: #999999 !important;
border-top-width: 1px !important;
border-top-style: solid !important;
}

.bordure-bas-avec
{
border-bottom-color: #999999 !important;
border-bottom-width: 1px !important;
border-bottom-style: solid !important;
}

.bordure-avec
{
border-color: #999999 !important;
border-width: 1px !important;
border-style: solid !important;
}

.texte-ajuste
{
width: 1%;
white-space: nowrap;
}

.table-30px
{
width: 30px;
}

.table-35px
{
width: 35px;
}

.table-40px,
.table-defaut
{
width: 40px;
}

.table-45px,
.table-cbox-seule,
.table-numero
{
width: 45px;
}

.table-50px
{
width: 50px;
}

.table-55px
{
width: 55px;
}

.table-60px
{
width: 60px;
}

.table-65px
{
width: 65px;
}

.table-70px
{
width: 70px;
}

.table-75px
{
width: 75px;
}

.table-db-img,
.table-periodicite,
.table-80px
{
width: 80px;
}

.table-85px
{
width: 85px;
}

.table-90px
{
width: 90px;
}

.table-95px
{
width: 95px;
}

.table-100px
{
width: 100px;
}

.table-resultat
{
width: 100px;
height: 50px;
}

.table-110px
{
width: 110px;
}

.table-120px
{
width: 120px;
}

.table-130px
{
width: 130px;
}

.table-140px
{
width: 140px;
}

.table-150px
{
width: 150px;
}

.table-155px
{
width: 155px;
}

.table-160px
{
width: 160px;
}

.table-170px
{
width: 170px;
}

.table-175px
{
width: 175px;
}

.table-180px
{
width: 180px;
}

.table-185px
{
width: 185px;
}

.table-190px
{
width: 190px;
}

.table-195px
{
width: 195px;
}

.table-200px
{
width: 200px;
}

.table-date-info,
.table-220px
{
width: 220px;
}

.table-225px
{
width: 225px;
}

.table-250px
{
width: 250px;
}

.table-300px
{
width: 300px;
}

.table-325px
{
width: 325px;
}

.table-350px
{
width: 350px;
}

.table-400px
{
width: 400px;
}

.table-450px
{
width: 450px;
}

.table-500px
{
width: 500px;
}

.table-5
{
width: 5%;
}

.table-8
{
width: 8%;
}

.table-10
{
width: 10%;
}

.table-15
{
width: 15%;
}

.table-18
{
width: 18%;
}

.table-20
{
width: 20%;
}

.table-25
{
width: 25%;
}

.table-30
{
width: 30%;
}

.table-33
{
width: 33%;
}

.table-35
{
width: 35%;
}

.table-40
{
width: 40%;
}

.table-45
{
width: 45%;
}

.table-50
{
width: 50%;
}

.table-55
{
width: 55%;
}

.table-60
{
width: 60%;
}

.table-65
{
width: 65%;
}

.table-66
{
width: 66%;
}

.table-70
{
width: 70%;
}

.table-75
{
width: 75%;
}

.table-100
{
width: 100%;
}

.table-img img
{
height: 25px;
}

.table-img-gd img
{
height: 40px;
}

.table-haut
{
height: 50px;
}

.table-media img
{
max-height: 30px;
max-width: 30px;
}

.table-hachure
{
padding: 0px !important;
height: 5px !important;
background: linear-gradient(45deg, #999 1%, #fff 1%, #fff 49%, #999 49%, #999 51%, #fff 51%, #fff 99%, #999 99%);
background-size: 5px 5px;
background-position: 5px 5px;
}

.table-success
{
padding: 5px;
font-weight: bold;
color: #ffffff;
background-color: #85ba17;
}

.table-warning
{
padding: 5px;
font-weight: bold;
color: #ffffff;
background-color: #ff8000;
}

.table-danger
{
padding: 5px;
font-weight: bold;
color: #ffffff;
background-color: #d91b15;
}

.table-primary
{
padding: 5px;
font-weight: bold;
color: #ffffff;
background-color: #3180be;
}

.cadre
{
position: relative;
padding: 20px;
padding-top: 30px;
padding-bottom: 5px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}

.etiquette
{
position: absolute;
top: -12px;
left: 10px;
padding: 8px;
padding-top: 3px;
padding-bottom: 3px;
font-weight: bold;
color: #ffffff;
background-color: #3180be;
border-width: 1px;
border-style: solid;
border-color: #999999;
z-index: 1;
}

.img-desactivee
{
cursor: not-allowed;
opacity: 0.15;
filter: alpha(opacity=15);
-webkit-box-shadow: none;
box-shadow: none;
}

.text-page
{
color: #3180be;
}

.text-question,
.text-programme
{
color: #85ba17;
}

.texte-blanc
{
color: #ffffff;
}

.couleur-page
{
border-left-color: #3180be;
}

.couleur-question,
.couleur-programme
{
border-left-color: #85ba17;
}
/*
.bouton-action
{
}
*/

.bouton-action .btn
{
margin-bottom: 20px !important;
}

.bouton-action .btn~.btn
{
margin-left: 20px;
}

/*css session*/
.session
{
border-left: 6px solid #999999;
}

.session-intra
{
border-left-color: #0099e6 !important;
}

.session-inter
{
border-left-color: #85ba17 !important;
}

/*css dossier_entreprise*/
.dossier-entreprise
{
border-left: 6px solid #999999;
}

.dossier-entreprise-intra
{
border-left-color: #0099e6 !important;
}

.dossier-entreprise-inter
{
border-left-color: #85ba17 !important;
}

/*css prestation_entreprise*/
.prestation-entreprise
{
border-left: 6px solid #999999;
border-left-color: #0099e6 !important;
}

/*css module*/
.module-cadre
{
position: relative;
border: 1px solid #999999;
border-left-width: 6px;
padding: 5px;
background-color: #ffffff;
}

.module-cadre ~ .module-cadre
{
margin-top: 20px;
}

.module
{
border-left: 6px solid #999999;
}

.module-formation
{
border-left-color: #0099e6 !important;
}

.module-questionnaire
{
border-left-color: #85ba17 !important;
}

.module-formation-questionnaire
{
border-left-color: #ff8000 !important;
}

.module-externe 
{
border-left-color: red !important;
}

.module-personnalise 
{
border-left-color: #791CF8 !important;
}

.nom-module
{
font-size: 16px;
font-weight: bold;
color: #585858;
}

.type-module
{
font-size: 10px;
font-weight: bold;
color: darkorange;
}

.bouton-module .btn
{
min-width: 105px;
width: auto !important;
width: 105px;
}

.sommaire-module
{
margin-top: 20px;
font-size: 12px;
color: #585858;
cursor: pointer;
}

.ligne-sommaire-module
{
margin-top: 10px;
margin-bottom: 10px;
padding-left: 10px;
}

.ligne-sommaire-module tr
{
border-left-width: 2px;
border-left-style: solid;
border-left-color: #999999;
}

.ligne-sommaire-module td
{
padding: 5px;
color: #999999;
}

.ligne-sommaire-module td:first-child
{
padding-left: 10px;
}

.ligne-sommaire-module td:last-child
{
padding-right: 10px;
color: #585858;
}

.info-module
{
margin-top: 20px;
font-size: 12px;
color: #585858;
}

.info-module span
{
margin-left: 5px;
}

.nom-titre-module
{
font-size: 14px;
font-weight: bold;
color: #585858;
}

.liste-page-titre-module
{
font-size: 14px;
font-weight: bold;
color: #003399;
}

.liste-question-titre-module
{
font-size: 14px;
font-weight: bold;
color: #009900;
}

/*css bloc_programme*/
.bloc-programme-cadre
{
position: relative;
border: 1px solid #999999;
border-left-width: 6px;
padding: 5px;
background-color: #ffffff;
}

.bloc-programme-cadre ~ .bloc-programme-cadre
{
margin-top: 20px;
}

.bloc-programme
{
border-left: 6px solid #999999;
}

.bloc-programme-formation
{
border-left-color: #0099e6 !important;
}

.bloc-programme-certification
{
border-left-color: #85ba17 !important;
}

.bloc-programme-information 
{
border-left-color: red !important;
}

.nom-bloc-programme
{
font-weight: bold;
color: #585858;
}

.type-bloc-programme
{
font-size: 10px;
font-weight: bold;
color: darkorange;
}

.bouton-bloc-programme .btn
{
min-width: 105px;
width: auto !important;
width: 105px;
}

.sommaire-bloc-programme
{
margin-top: 20px;
font-size: 12px;
color: #585858;
cursor: pointer;
}

.ligne-sommaire-bloc-programme
{
margin-top: 10px;
margin-bottom: 10px;
padding-left: 10px;
}

.ligne-sommaire-bloc-programme tr
{
border-left-width: 2px;
border-left-style: solid;
border-left-color: #999999;
}

.ligne-sommaire-bloc-programme td
{
padding: 5px;
color: #999999;
}

.ligne-sommaire-bloc-programme td:first-child
{
padding-left: 10px;
}

.ligne-sommaire-bloc-programme td:last-child
{
padding-right: 10px;
color: #585858;
}

.info-bloc-programme
{
margin-top: 20px;
font-size: 12px;
color: #585858;
}

.info-bloc-programme span
{
margin-left: 5px;
}

.nom-titre-bloc-programme
{
font-size: 14px;
font-weight: bold;
color: #585858;
}

.liste-page-titre-bloc-programme
{
font-size: 14px;
font-weight: bold;
color: #003399;
}

.demi-journee-bloc-programme
{
position: relative;
margin-top: 20px;
padding: 20px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}

.texte-demi-journee-bloc-programme
{
position: absolute;
top: -13px;
left: 15px;
padding: 5px;
background-color: white;
}

.bloc-programme-cadre img
{
width: 25px;
cursor: pointer;
}</pre></body></html>