/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */

/**
* Correct `block` display not defined in IE 8/9.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/

audio,
canvas,
video {
    display: inline-block;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
* Address styling not present in IE 8/9.
*/

[hidden] {
    display: none;
}

/* ==========================================================================
Base
========================================================================== */

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    font-size: 7pt;
}

/**
* Remove default margin.
*/

body {
    margin: 0;
}

/* ==========================================================================
Links
========================================================================== */

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/

h1 {
    font-size: 16pt;
    margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/

abbr[title] {
    border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/

b,
strong {
    font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/

dfn {
    font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
*/

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
* Address styling not present in IE 8/9.
*/

mark {
    background: #ff0;
    color: #000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 8pt;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/

pre {
    white-space: pre-wrap;
}

/**
* Set consistent quote types.
*/

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
* Address inconsistent and variable font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
    font-size: 6pt;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
Embedded content
========================================================================== */

/**
* Remove border when inside `a` element in IE 8/9.
*/

img {
    border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */

/**
* Address margin not present in IE 8/9 and Safari 5.
*/

figure {
    margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */

/**
* Define consistent border, margin, and padding.
*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 8pt; /* 2 */
    margin: 0; /* 3 */
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

button,
input {
    line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/

button,
select {
    text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */

/**
* Remove most spacing between table cells.
*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
Specific
========================================================================== */
div#header img{
    width: 70pt;
}
p {
    margin-bottom: 5px;
    margin-top: 5px;
}
.aligncenter {
    text-align: center;
}
#menuContainer, #blocLign1, #ligne2, div.right, span.right, #footer-part2, .footer_haut, .footer_bas .liens, div.ui-selectmenu-menu, #footer-copyright a, #footer-copyright img, div.liens-bas-tableau, th.checkbox, td.checkbox, span.liens_mail, span#errorPanel, div.left div.color-dark-score-notUnderMonitoring, .VcNomMandateLink, .datavisOpenButton, .analysisButton, .select2-drop, .select2-focusser, .select2-input, .dataTables_length, .dataTables_filter, .dataTables_paginate, .dataTable input, #stickyNoteContent, .bouton-retour-fiche-entreprise, .lien_deroulant, #ellikabForm, #navAct {
    display:none;
}
#content a, .footer_bas a {
    text-decoration: none;
    color: black;
}
#identite a[href*='mailto']:link:after, #identite a[href*='mailto']:visited:after, #identite a[href*='http']:link:after, #identite a[href*='http']:visited:after {
    content: " (" attr(href) ") ";
    font-size: 6pt;
}
/* Entete */
#header .ul-menu{
    list-style-type: none;
    padding: 0;
}
/* Pied de page */
.footer_bas {
    text-align: center;
}
/* Titre de la page */
div.titre, div.titre-long {
    font-size: 16pt;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    float:left;
    width:50%;
}
/* Score de la page */
div.score {
    font-size: 16pt;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: right;
    float: right;
    width: 50%;
}
div.note {
    display: inline-block;
}
/* Bloc identité */
div.left div.identite {
    float: left;
    width: 75%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
div.left div.identite div.sous-titre {
    display: none;
}
/* Avis de credit */
div.left div.encours {
    float: right;
    width: 20%;
}
div.left div.encours form {
    display: none;
}
div.left div.encours span.prix-grand{
    font-size: 16pt;
}
div.mini-bloc-note-generale {
    font-style: italic;
    margin-bottom: 2em;
}
/* widget */
div[id$='subModulesInReportPanel']{
    display: none;
}
div[id*='listReportsRepeat'] div.sous-titre, div[id*='listReportsRepeat'] div.link_widget {
    display: none;
}
div.content_widget {
    font-size: 8pt;
    font-weight: 900;
}
div.content_widget input[type="text"]{
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    width: 75%;
    font-size: 8pt;
}
/* Rapport */
div#liens form#boutonsForm {
    font-size: 12pt;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: bold;

}
div#liens form#boutonsForm a.degrade502 {
    display: none;
}
div#rapport .majuscule {
    text-transform: uppercase;
}
div#rapport div.sous-titre, div.rapport-carquant div.sous-titre {
    font-size: 10pt;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 900;
    border-bottom: 1px solid #ddd;
}
div#rapport div.sous-titre select {
    font-size: 10pt;
    font-weight: 900;
    background-color: #fff !important;
    border: none;
}
div#rapport div.sous-titre3, div.rapport-carquant div.sous-titre3 {
    font-size: 9pt;
    margin-top: 8px;
    margin-bottom: 5px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}
div#rapport table, div.box-rapport table {
    width: 98%;
}
div#rapport table tr.couleur502, div.box-rapport table tr.couleur502 {
    background-color: #ddd;
}
div#rapport table td,div#rapport table th,div.box-rapport table td,div.box-rapport table th{
    border: 1px solid #999;
    padding: 2px;
}
span[id$='seeMoreLinks']{
    display: none;
}
div#rapport table td.hiddenColumn {
    border: none !important;
}
div.indentLeft2:before, div.indentLeft3:before{
    content: "    ";
}
span.italic, div.italic, div#footer{
    font-style: italic;
    font-size: 6pt;
}
div.blockLarge div{
    display: inline-block;
}
table.tableau-carquant[style='width: 660px'] {
    width: 98% !important;
}
table.tableau-carquant[style='width: 660px'] td[style='width:265px'] {
    width: 50% !important;
}
table tbody .numberColumn{
    text-align: right;
}
/* Module non chiffres */
#module-caract_entreprise table td, #module-decisions-collectives table td, #module-incidents table td, #module-dirigeant table td, #module-actionnaires table td, #module-participations table td, #module-participations-groupe table td, #module-bodacc table td, #module-presse table td, #module-solvabilite table td, #module-info-utilisateur table td, #module-rating table td, #module-caract_entreprise table th, #module-decisions-collectives table th, #module-incidents table th, #module-dirigeant table th, #module-actionnaires table th, #module-participations table th, #module-participations-groupe table th, #module-bodacc table th, #module-presse table th, #module-solvabilite table th, #module-info-utilisateur table th, #module-rating table th {
    border: none !important;
}
/* Rapport bilan 990001 */
#blocCompany.mod_990001 td {
    padding: 1px 2px 2px 2px;
}
#blocCompany.mod_990001 .labelListe, #blocCompany.mod_990001 .labelListeViolet {
    font-size: 6pt;
}
#blocCompany.mod_990001 .blockSection, #blocCompany.mod_990001 .blockSubSection, #blocCompany.mod_990001 .sous-titre3 {
    font-size: 7pt;
}
#blocCompany.mod_990001 .identite, #blocCompany.mod_990001 .encours {
    display: none;
}
#blocCompany.mod_990001 .break-after{
    page-break-before : always;
}
/* listes */
div.top div.titrefull {
    font-size: 16pt;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
table.tableau-surveillance {
    margin-top: 5px;
    width: 98%;
}
table.tableau-surveillance td, table.tableau-surveillance th {
    border: 1px solid #000;
    padding: 2px;
}
table.tableau-surveillance tr.odd-line{
    background-color: #ddd;
}
div.piedpages{
    display: none;
}
/* messages */
table.table-mail tr td.denomination, table.table-mail tr td.object, table.table-mail tr td.date {
    background-color: #ddd;
}
table.table-mail tr {
    display:none;
}
table.table-mail tr.open-mess {
    display: table-row;
}
/* recherche */
div.titredemi[style], div.left[style='width: 723px;'] {
    width: 98% !important;
}
div.titredemi{
    font-size: 16pt;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin-bottom: 5px;
}
div.titredemi span.identresult{
    font-size: 16pt;
}
div.titredemi span.countresult{
    font-size: 6pt;
}
div.enqueterecherche, form#gotoAdvancedSearchForm{
    display: none;
}
span.search div.sous-titre{
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}
span.search div.contenu{
    background-color: #ddd;
    padding: 5px;
}
form#companyResulForm div.right{
    display: inline-block;
    background-color: #ddd;
    width: 98%;
    margin-bottom: 5px;
}
form#companyResulForm div.right span{
    padding-left: 5px;
}
form#companyResulForm div.right a {
    display: none;
}
/* gestion surveillance */
table.tableau-gestion-surveillance td, table.tableau-gestion-surveillance th {
    border: 1px solid #000;
    padding: 2px;
}
/* Rapport organigramme 100070*/
#blocCompany.mod_100070 table td {
    border: none;
}

/***************************************/
/**** ORGANISATION CHART ***************/
/***************************************/

#blocCompany.mod_100070 .orgChart {
    font-size: 9px;
    font-weight: bold;
    margin: auto;
    text-align: center;
}

#blocCompany.mod_100070 .orgChart .ocLink {
    border-top: 2px solid #666666;
    vertical-align: top;
    width: 70px;
}

#blocCompany.mod_100070 .orgChart .ocLink.ocRight {
    text-align: right;
    padding-right: 10px;
}

#blocCompany.mod_100070 .orgChart .ocLink.ocLeft {
    text-align: left;
    padding-left: 10px;
}

#blocCompany.mod_100070 .orgChart .ocLink.ocLast {
    border: 0px none transparent;
}

#blocCompany.mod_100070 .orgChart .ocLinkBottom {
    border-bottom: 2px solid #666666;
}

#blocCompany.mod_100070 .orgChart .ocLinkBottom.ocFirst {
    border: 0px none transparent;
}

#blocCompany.mod_100070 .orgChart .ocFiller.ocLeft, #blocCompany.mod_100070 .orgChart .ocFiller.ocRight {
    width: 80px;
}

#blocCompany.mod_100070 .orgChart .ocFiller.ocMiddle {
    width: 2px;
    height: 18px;
    background-color: #666666;
}

#blocCompany.mod_100070 .orgChart .ocFiller.ocMiddle.ocSpace {
    height: 9px;
}

#blocCompany.mod_100070 .orgChart .ocFiller.ocMiddle.ocFirst, #blocCompany.mod_100070 .ocFiller.ocMiddle.ocLast {
    background-color: transparent;
}

#blocCompany.mod_100070 .orgChart .ocRounded {
    width:150px;
    border: 1px solid #666666;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size:10px;
    text-align: center;
    padding:5px;
}

#blocCompany.mod_100070 .orgChart .ocRounded.ocCurrent {
    font-weight: bold;
    vertical-align: middle;
}

#blocCompany.mod_100070 .orgChart .ocItemTitle {
    font-size: 11px;
    color: #000;
    font-weight:bold;
}

#blocCompany.mod_100070 .orgChart .ocItemContent {
    font-size: 9px;
    padding-top: 5px;
}

#blocCompany.mod_100070 .orgChart .ocItemComplement {
    padding-top: 4px;
    font-weight:bold;
}

/*Doc num*/
#blocCompany.mod_990000 .sous-titre {
    font-size: 10pt;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 900;
    border-bottom: 1px solid #ddd;
}
#blocCompany.mod_990000 .aligncenter {
    text-align: center;
}
.bouton-commander-digitDoc_fr:before {
    content: "Commander";
}
.bouton-telecharger-digitDoc_fr:before {
    content: "Télécharger";
}
.bouton-commander-digitDoc_en:before {
    content: "Order";
}
.bouton-telecharger-digitDoc_en:before {
    content: "Download";
}

.zone_widget_report {
     display: none;
 }

.actionsBtn {
    display: none !important;
}