@charset "UTF-8";

/*****************************************/
/* Affichage d un avis pour la page HTML */
div#panelHide, div#panelShow, div#panel2, p#flip, p#flip2 {
    margin: auto;
    padding: 5px;
    background: #e5eecc;
    border: solid 1px #c3c3c3;
    clear: both;
    -webkit-print-color-adjust:exact;
}

div#panelHide, div#panel2 {
    display: none;
    background: none;
}

div#panelShow {
    background: none;
}

button.bt_image {
    background: white;
    cursor: hand;
    border: none;
    float: right;
}

/* entete de chapitre */
p#flip {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #003CA6;
    margin-top: 15px;
}

p#flipExceptionAlarm, p#flipExceptionWarn, p#flipExceptionInfo, p#flipRisk_AL_red, p#flipRisk_AL_orange, p#flipRisk_AL_yellow, p#flipRisk_AL_not_rated {
    margin: auto;
    padding: 5px;
    background: #FC0000;
    border: solid 1px #c3c3c3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: #003CA6;
    -webkit-print-color-adjust:exact;
}

p#flipExceptionWarn, p#flipRisk_AL_orange {
    background: #FB9900;
}

p#flipExceptionInfo {
    background: green;
}

p#flipRisk_AL_orange, p#flipRisk_AL_red {
    text-align: center;
}

p#flipRisk_AL_yellow {
    text-align: center;
    background: #F4F519;
}

p#flipRisk_AL_not_rated {
    text-align: center;
    background: white;
}


/*************************************************************/
/* Declaration des css pour l affichage de la fenetre modale */
#fade { /*--Masque opaque noir de fond--*/
    display: none; /*--masque par defaut--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
}

#static_content, .textBox {
    z-index: 9999;
}

.popup_block {
    display: none; /*--masque par defaut--*/
    overflow: auto; /*scrollbars*/
    height: 70%;
    background: #fff;
    padding: 20px;
    border: 20px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 5%;
    left: 50%;
    z-index: 99999;
    /*--Les differentes definitions de Box Shadow en CSS3--*/
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    /*--Coins arrondis en CSS3--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

img.btn_close {
    float: right;
    margin: -55px -55px 0 0;
}

/*--Gerer la position fixed pour IE6--*/
* html #fade {
    position: absolute;
}

* html .popup_block {
    position: absolute;
}

/******************************/
/* Tableau des objets metiers */
.tableOM {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}

.tableOM td, .tableOM th {
    border: 1px solid #003CA6;
    padding: 4px 5px 4px 5px;
}

.tableOM th {
    font-size: 12px;
    font-weight: bold;
    color: #003CA6;
    background-color: #F59320;
    -webkit-print-color-adjust:exact;
}

.tableOM td {
    font-size: 11px;
    font-weight: normal;
    color: #003CA6;
}

.tableOM td:first-child {
    text-align: center;
}

.tableOM a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #F59320;
    text-decoration: underline;
}

#tableOM200 {
    width: 200px;
}

#tableOM150 {
    width: 150px;
}

#tableOM120 {
    width: 122px;
}

#tableOM95{
    width:95px;
}

#tableOM75{
    width:75px;
}

#tableOMRisk {
    width: 35px;
    text-align:center;
}

#tableOMCve {
    width: 115px;
    white-space:nowrap;
}

#tableOMCenter {
    text-align:center;
}

#tableOMNoWrap {
    white-space:nowrap;
}

#tableOMVersion {
    width: 120px;
}

#tableOMXML {
    max-width: 1px;
}

#tableOMNoBorderL, #tableOMNoBorderLThreat {
    border-left-width: 0px;
    width: 100px;
}

#tableOMNoBorderLThreat {
    width: auto;
    white-space:nowrap;
}

#tableOMNoBorderR {
    border-right-width: 0px;
}

/*********************************************/
/* Tableau du suivi des produits */
.tableMonitoringLevel {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-spacing: 0px 5px;
    border: 1px solid #CCCCCC;
    border-width: 1px 1px 1px 1px;
    font-size: 12px;
    width:100%;
}
.tableMonitoringLevel td {
    border: 1px solid #CCCCCC;
    border-width: 1px 1px 1px 1px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

/*********************************************/
/* Tableau des annee pour les objets metiers */
.tableYearMonth {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: separate;
    border-spacing: 0px 5px;
    border: 1px solid #CCCCCC;
    border-width: 1px 0px 1px 0px;
    width: auto;
}

.tableYearMonth td {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #003CA6;
    border-width: 0px 1px 0px 0px;
    padding: 3px 8px 3px 8px;
    color: #003CA6;
}

.tableYearMonth td:first-of-type {
    border-width: 0px 1px 0px 1px;
}

.tableYearMonth a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #003CA6;
    text-decoration: none;
}

div.sautDeLigne {
    height: 12px;
}

#navTable {
    border: solid #CCCCCC;
    border-width: 1px 0px 1px 0px;
}

#nav {
    padding: 3px 8px 27px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
/*    color: #003CA6;*/
    text-decoration: none;
/*    border: 1px solid #CCCCCC;*/
    margin: 3px 0px 3px 6px;
}
#nav li {
    display: inline;
    list-style: none;
    float:left; /*pour IE*/
    padding:5px 8px 5px 8px;
    border: solid;
    color: #003CA6;
    border-width:0px 1px 0px 0px;
}

#nav li:first-of-type {
    border-width: 0px 1px 0px 1px;
}

#nav a {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #003CA6;
    text-decoration: none;
}


/*******************************************/
/* Affichage de l'image X ou V (ex: si la FA est exploitable ou non */
.publish_x {
    background: transparent url('/imagesCss/publish_x.png') no-repeat;
    background-position: center;
    -webkit-print-color-adjust:exact;
}

.publish_v {
    background: transparent url('/imagesCss/publish_v.png') no-repeat;
    background-position: center;
    -webkit-print-color-adjust:exact;
}

/*******************************************/
/* Manage le sprite de risque pour les avis et la severite pour les attaques*/
.risk_not_rated, .risk_low, .risk_medium, .risk_high, .risk_very-high {
    background: transparent url('/imagesCss/risks.gif') no-repeat;
    display: inline;
    height: 10px;
    width: 33px;
    -webkit-print-color-adjust:exact;
}

/*******************************************************************************/
/* Manage le sprite de la jauge de couleur pour affichage le niveau de suivi des produits  */
.monitoringLevel_not_rated, .monitoringLevel_red, .monitoringLevel_orange, .monitoringLevel_yellow, .monitoringLevel_lightgreen, .monitoringLevel_green {
    background: transparent url('/imagesCss/monitoringLevel.gif') no-repeat;
    display: inline;
    height: 10px;
    width: 41px;
    -webkit-print-color-adjust:exact;
}


.severity_low, .severity_medium, .severity_high {
    background: transparent url('/imagesCss/severities.gif') no-repeat;
    display: inline;
    height: 10px;
    width: 33px;
    -webkit-print-color-adjust:exact;
}

.risk_not_rated, .monitoringLevel_not_rated {
    background-position: -0px -0px;
}

.risk_low, .severity_low, .monitoringLevel_red {
    background-position: -0px -12px;
}

.risk_medium, .severity_medium, .monitoringLevel_orange {
    background-position: -0px -24px;
}

.risk_high, .severity_high, .monitoringLevel_yellow {
    background-position: -0px -36px;
}

.risk_very-high, .monitoringLevel_lightgreen {
    background-position: -0px -48px;
}

.monitoringLevel_green {
    background-position: -0px -60px;
}


/*******************************************/
/* Manage la couleur pour les alertes*/
div.float {
    float: left;
    padding:10px;
}
.risk_AL_red, .risk_AL_orange, .risk_AL_yellow, .risk_AL_not_rated {
    height: 9px;
    width: 32px;
    border: 1px solid black;
    -webkit-print-color-adjust:exact;
    margin: 0 auto;
}
.risk_AL_red { background-color:#FC0000; }
.risk_AL_orange { background-color:#FB9900; }
.risk_AL_yellow { background-color:#F4F519; }
.risk_AL_not_rated { background-color:white; }


/* Affichage de l entete de la liste d objet metier */
.OMTitle, .OMTitleMini {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: rgb(49, 56, 111);
    font-weight: bold;
    padding-top: 0px;
    padding-left: 0px;
}

.OMTitleMini p {
    font-size: 12px;
    font-weight: normal;
}

.OMTitleMini p:first-line {
    font-size: 14px;
    font-weight: bold;
}

/* description de la police des avis */
.textBox {
    padding-top: 4px;
}

.textBox p {
    margin: 1em 0px;
}

/* description de la police des avis */
.textBox a {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #F59320;
    text-decoration: none;
}

.textBox a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #F59320;
    text-decoration: underline;
}

.textBoxTitle, .textBoxIndent, .textBoxPLine {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #003CA6;
}

.textBoxIndent, .textBoxPLine {
    font-weight: normal;
    margin: 5px 0px 15px 40px;
}

.textBoxIndent p {
    margin: 10px 0px 0px;
}

.textBoxIndent ul, ol {
    margin: 0px 0px 0px;
    padding: 0px 0px 0px 40px;
}

.textBoxPLine p {
    margin: 0px 0px 15px;
}

.textBoxH2, .textBoxH1, .textBoxTabulation10, .textBoxTabulation20, .textBoxTabulation15 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #003CA6;
}

.textBoxH1 {
    font-size: 30px;
}

/* FIXME Fred remarque
#panelShow .textBox>span:first-child {
	padding-left:10em;
}*/

.textBoxTabulation10, .textBoxTabulation20, .textBoxTabulation15 {
    float: left;
    width: 11em;
}

.textBoxTabulation15 {
    width: 14em;
}

.textBoxTabulation20 {
    width: 21em;
}

/* FORMS: format utiliser pour les formulaires */
.block {
    display: inline;
}

.inputLabel {
    display: inline;
    margin-left: 30px;
}

.inputDropDown, .inputDropDown2Col {
    border: 1px solid rgb(204, 204, 204);
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    color: rgb(49, 56, 111);
    font-size: 13px;
}

.inputDropDown2Col {
    width: 100%;
}

.inputRadio, .inputRadioVertical, .inputRadioHorizontal {
    border: 0px;
    background: #FFFFFF;
    font-size: 13px;
    margin-top: 4px;
}

.inputRadioVertical label:after {
    content: '\a';
    white-space: pre;
}

.inputRadioHorizontal input {
    margin-left: 5px;
    margin-right: 2px;
}

.inputTextArea, .inputTextAreaComment {
    margin: 0;
    font-size: 13px;
    border: 1px solid #cccccc;
    background: #FFFFFF;
    width: 100%;
}

.inputTextAreaComment {
    width: 93.38%;
}

.inputText, .inputTextCaptcha {
    margin: 0;
    font-size: 13px;
    border: 1px solid #cccccc;
    background: #FFFFFF;
    width: 100%;
    /*max-width: 575px;*/
}

.inputTextCaptcha {
    width: 100px;
    vertical-align: 20px;
    margin-left: 10px;
}

.button {
    border: solid 1px #cccccc;
    background: #FFFFFF;
    color: #003CA6;
    font-weight: normal;
    font-size: 9px;
    padding: 0px 15px 0px 15px;
}

/*******************************************************************************/
/* Style pour le search des objets metiers
/*******************************************************************************/
*
    /* herite de tableOM */
.tableOMS, .tableOMS_formulaire {
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    width: 80%;
    font-size: 12px;
    border-collapse: collapse;
}

.tableOMS td,  .tableOMS_formulaire td {
    border: 0px;
    padding: 3px 7px 6px 7px;
    font-size: 12px;
    font-weight: normal;
    color: #003CA6;
}

.tableOMS_formulaire td:first-child {
    width: 300px;
}

.tableOMS ul, .tableOMS_formulaire ul {
    margin-top: 5px;
    margin-bottom: 8px;
}

.headerLeft, .headerRight {
    margin: auto;
    padding: 5px;
    background: #e5eecc;
    border: solid 1px #c3c3c3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #003CA6;
}

.headerLeft {
    float: left;
    width: 60%;
    border-width: 1px 0px 0px 1px;
}

.headerRight {
    border-width: 1px 1px 0px 0px;
}

/* herite de tableOM */
.tableOMS_input2col {
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

.tableOMS_input2col td {
    border: 0px;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    color: #003CA6;
}

.tableOMS_input2col td:first-child {
    width:20%;
    padding-right: 5px;
}


/*******************************************************************************/
/* Style pour l affichage du formulaire questionnaire (forum)
/*******************************************************************************/
#tableTrBorderTop {
    border-top: 1px solid #e5eecc;
}

#tableTrBorderBottom {
    border-bottom: 1px solid #e5eecc;
}

tr.spaceUnder > td {
    padding-bottom: 10px;
}

.tableOMSTrLikeTh1 {
    border-top: 1px solid #e5eecc;
    color: #003CA6;
    background-color: #F4F7EA;
}

.tableOMSTrLikeTh1 td {
    font-size: 12px;
    font-weight: bold;
}

.tableOMSTrLikeTh2 {
    border-top: 1px solid #e5eecc;
    color: #003CA6;
    background-color: #F8F9F2;
}

.floating-box {
    display: inline-block;
}

/* permet d aligner un labelet un input avec la balise <p class='formfield'> .... </p> **/
.formfield * {
    vertical-align: middle;
}

td.inputTextCaptchaError {
    font-size: 14px;
    color: red;
}

/*******************************************************************************/
/* Style des bouttons pour les produits..                                      */
.pressButton {
    width: 150px;
    height: 43px;
    padding-top: 8px; /*permet le centrage vertical*/
    text-align: center;
    color: #000;
    background: #f59320;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.4);
    margin: 12px 0px 12px 34px;
}

.pressButton:hover {
    color: #222;
    background: #facc98;
}

.pressButton:active {
    color: #000;
    background: #444;
    box-shadow: 1px 1px 10px black inset, 0 1px 0 rgba(255, 255, 255, 0.4);
}

.pressButton a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

/*******************************************************************************/
/* Manage le carre de couleur pour affichage du niveau de risque pour les avis */
.riskC_not_rated, .riskC_low, .riskC_medium, .riskC_high, .riskC_very-high {
    display: inline-block;
    width: 17px;
    height: 11px;
    cursor: pointer;
    background-color: white;
    border: 1px solid black;
    -webkit-print-color-adjust:exact;
}

.riskC_not_rated {
    background-color: white;
}

.riskC_low {
    background-color: #F4F519;
}

.riskC_medium {
    background-color: #FB9900;
}

.riskC_high {
    background-color: #FC0000;
}

.riskC_very-high {
    background-color: #830003;
}


/*****************************************/
/* css pour la page d accueil */
.panelAccueil {
    clear: both;
    background: #F7F7F7;
    color: #003CA6;
    box-shadow: 0px 1px 2px -1px rgba(123, 123, 123, 0.99);
    margin: 0px auto 12px;
}

.panelAccueilHeaderFooterTable {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #003CA6;
    padding: 5px;
    margin: 0px;
    background: #B9D5E5;
    width: 100%;
}

.tableAccueilMaster, .tableAccueilMasterPr  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-collapse: separate;
    border-spacing: 15px 0px;
    margin: 10px 5px 5px -3px;
    width: 100%;
    table-layout:fixed;
}

.tableAccueilMasterPr {
    margin-left: 0px;
    margin-right: 0px;
}

.tableAccueilMasterPr td{
    vertical-align: top;
}

.tableAccueilMaster td:empty, .tableAccueilMasterPr td:empty {
    width: 5px;
}

.tableAccueilMaster a, .tableAccueilMasterPr a {
    color: #003CA6;
    text-decoration: none;
}

.tableAccueilMaster a:hover, .tableAccueilMasterPr a:hover {
    color: #F59320;
    text-decoration: none;
}

#tableAccueilMasterTdBottom {
    vertical-align: bottom;
}

.tableAccueil, .tableAccueilVigilance, .tableAccueilVigilanceElt, .tableAccueilPublication {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    border: solid 0px white;
}

.tableAccueilVigilance td {
    width: auto;
    padding: 5px 5px 1px 5px;
    vertical-align: middle;

}

#tableAccueilVigilanceMessage {
    vertical-align: middle;
    width:35%;
    height: 75px;
    text-align: left;
}
#tableAccueilVigilanceMessage a {
    text-decoration: underline;
}

#tableAccueilTallPicture {
    padding: 1px 5px 1px 5px;
    width:33px;
}

.tableAccueilVigilanceElt td, .tableAccueilVigilanceElt th, .tableAccueil td {
    padding: 5px 5px 5px 5px;
    max-width: 100px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    overflow: hidden;
    text-align: left;
}

.tableAccueil td:first-child {
    padding: 5px 5px 5px 5px;
    width: 33px;
    white-space:nowrap;
    text-align: center;
}

.tableAccueil td:nth-child(2){
    width: 70px;
}
.tableAccueil td:nth-child(3) {
    width: 75px;
}
.tableAccueil td:nth-child(4) {
    width: 25px;
}


/* classe pour scinder l'affichage et mettre les ...*/
.ellipsis {
    width:inherit;
    overflow-x: hidden;
    text-overflow:ellipsis;
}

.tableAccueilPublication td {
    width: auto;
    padding: 5px 5px 0px 5px;
    vertical-align: top;
}
.tableAccueilPublication a {
    color: #003CA6;
    font-weight: bold;
    text-decoration: underline;
}

.tableAccueilPublication a:hover {
    color: #F59320;
    font-weight: bold;
    text-decoration: underline;
}

#tableAccueilPublicationTd {
    padding: 5px 5px 10px 5px;
    color:#866354;
}

#tableAccueilPublicationTd a {
    color: #003CA6;
    text-decoration: none;
    font-weight: normal;
}

#tableAccueilPublicationTd a:hover {
    color: #F59320;
    text-decoration: none;
}

.tableAccueilVigilance {
    padding: 0px 0px 0px 5px;
    width:100%
}

.tableAccueilVigilance p {
    padding: 5px 0px 0px 0px;
}

.tableAccueilVigilance td:first-of-type {
    text-align: center;
}

.tableAccueilVigilanceElt th {
    text-align: center;
    background-color: #F7F7F7;
}

.tableAccueilVigilanceElt td:first-child {
      width:55%;
}

.tableAccueilVigilanceElt td:first-of-type {
    text-align: left;
    padding: 2px 1px 1px 1px;
}

.tableAccueilVigilanceElt td {
    padding: 0px 1px 0px 0px;
    text-align: center;
}

.tableAccueilVigilanceElt tr:nth-child(odd) {
    background-color: #EAE9E6;
}

/* classe pour afficher une info bulle dans le cadenas ...*/
.vigilanceTooltip {
    position: relative;
    display: inline-block;
}
.vigilanceTooltip .vigilanceTooltipText {
    visibility: hidden;
    width: 415px;
    background-color: #FFFFFF;
    color: black;
    border: solid 2px #FFC90E;
    margin: 0 0 0 0px;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
}
.vigilanceTooltip:hover .vigilanceTooltipText {
    visibility: visible;
}


#TDriskVig_AL_red, #TDriskVig_AL_orange, #TDriskVig_AL_yellow, #TDriskVig_AL_not_rated  {
    width: 15px;
    border: 1px solid #cccccc;
    border-collapse: separate;
    -webkit-print-color-adjust:exact;
    border-right: 0px;
    border-left: 0px;
}

#TDriskVig_AL_red {
    background-color: #FC0000;
    background: linear-gradient(to right, #FF8911 , #FF1F2D);
}

#TDriskVig_AL_orange {
    background-color: #FB9900;
    background: linear-gradient(to right, #FCD425 , #FF8911);
}

#TDriskVig_AL_yellow {
    background-color: #F4F519;
    background: linear-gradient(to right, #FDFF0E , #FCD425);
}

#TDriskVig_AL_not_rated {
    background-color: transparent;
}

#TDriskVig_AL_umpty {
    width: 30px;
}


.panelAccueilHeaderFooterTable td {
    /*width: 70%;*/
    padding: 5px;
}

.panelAccueilHeaderFooterTable td:nth-child(2) {
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: bottom;
    font-size: 10px;
    padding: 1px;
}



/*******************************************************************************/
/* Hide/Show  la liste des produits */

.textBoxHideShow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #F59320;
}

.textBoxHideShow a {
    color: #F59320;
    text-decoration: none;
}

.textBoxHideShow a:hover {
    color: #F59320;
}

.textBoxHideShow a:hover:first-of-type {
    color: #F59320;
    text-decoration: underline;
}

/* Vertical centering trick https://css-tricks.com/centering-in-the-unknown/ */
.modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin: 0;
}

.target {
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    pointer-events: none;
}

.modal {
    position: fixed;
/*    overflow: auto; */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
    display: none;
    /* Fallback for legacy browsers */
    background-color: rgba(0,0,0,0.6);
}
.modal > .content {
    text-align: left;
    display: inline-block;
    background-color: #F7F7F7;
    box-sizing: border-box;
    color: white;
    position: relative;
    width: 650px;
    padding: 20px;
    overflow-y: auto;
    max-height: calc(100vh - 210px);
    top: 100px;
}

.modal > .content .close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 15px;
    height: 15px;
    color: #31388D;
    font-size: 18px;
    text-decoration: none;
}

/* Behaviour on legacy browsers */
.target:target + .modal {
    display: block;
}

/* Fallback for IE8 */
.modal.is-expanded {
    display: block;
}
.modal.is-expanded > .content {
    top: 50%;
    margin-top: -45px;
}

/* Behavior on modern browsers */
:root .modal {
    display: block;
    background-color: transparent;
    transition: none;
    transform-origin: center center;
    transform: scale(0, 0);
}
:root .modal > .content {
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}
:root .target:target + .modal {
    transform: scale(1, 1);
}



/* class qui capture le click sur un avis de la page d accueil du cert public. Le width de 415 est pour masquer le ref/titre de l'avis */
#hrefPublicSite:focus:before {
    content: attr(data-hover);
    position: absolute;
    color: red;
    width:415px;
    background: #F7F7F7;
}


/*******************************************************************************/
/* css d effet de presentation utilises    */
/* un trait horizontal */
.trait_horizontal1 {
    border-top: 1px solid #000;
}

.twitter_picture {
    height:110px;
    width:auto; /*maintain aspect ratio*/
    max-width:150px;
}

/**** DEBUT gestion des pouces colorés pour le feedback IOC ****/
.feedback-like:after {
    content: '�?';
    color: green;
}

.feedback-dislike:after {
    content: '👎';
    color: red;
}

.feedback-dislike:before {
    content: ' │ ';
}

/**** FIN gestion des pouces colorés pour le feedback IOC ****/

/**** DEBUT Gestion des accordions sans JS  ****/
.accordion {
    margin: 0 auto;
    background: #fff;
    padding: 8px 2px 0px 2px;
}

.accordion-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion-li {
    margin: 0;
    padding: 0;
}

.accordion-label {
    display: block;
    font-size: 15px;
    line-height: 15px;
    background: #e5eecc;
    border: 1px solid #c3c3c3;
    color: #003CA6;
    font-weight: bold;
    cursor: pointer;
}

.accordion-label:before {
    content: '► ';
}

.accordion-label:after {
    content: '+';
    text-align: right;
    float: right
}

.accordion [type=radio], .accordion [type=checkbox] {
    display: none;
}

.accordion-ul .accordion-li .accordion-label:hover, .accordion [type=radio]:checked ~ .accordion-label, .accordion [type=checkbox]:checked ~ .accordion-label {
    background: #c9dea2;
    color: #003CA6;
}

.accordion [type=radio]:checked ~ .accordion-label:after, .accordion [type=checkbox]:checked ~ .accordion-label:after {
    content: '-';
}

.accordion [type=radio]:checked ~ .accordion-label:before, .accordion [type=checkbox]:checked ~ .accordion-label:before {
    content: '▼ ';
}

.accordion .content {
    padding: 0 6px;
    overflow: hidden;
    height: auto;
    max-height: 0;
    border: 1px solid #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}

.accordion-p {
    color: #003CA6;
    margin: 0 0 10px;
}

.accordion-date {
    font-weight: normal;
}

.vertical-ul-li {
    overflow: hidden;
    margin: 0 0 1px;
}

.vertical-label {
    padding: 10px;
}

.vertical [type=radio]:checked ~ .vertical-label, .vertical [type=checkbox]:checked ~ .vertical-label {
    border-bottom: 0;
}

.vertical-ul-li .vertical-label:hover {
    border: 1px solid #c3c3c3;
}

.vertical-ul-li .content {
    height: auto;
    max-height: 0;
    border-top: 0;
    transition: all .5s ease-out;
}

.vertical [type=checkbox]:checked ~ .vertical-label ~ .content {
    max-height: 600px;
    border: 1px solid #c3c3c3;
}

/**** FIN Gestion des accordions sans JS  ****/

/**** DEBUT Classes pour adapter le rendu des contenus CKeditor ****/

/* en mode edition ckeditor ajout 1em d'espacement entre les paragraphes*/
.rendu-ckeditor p {
    margin: 1em 0px;
}

/**** FIN Classes pour adapter le rendu des contenus CKeditor ****/
