/*
@font-face {
   font-family: 'exaneTitleFont';
   src: url('filosreglin.eot');
   src: url('filosreglin.eot?#iefix') format('embedded-opentype'),
        url('filosreglin.woff') format('woff'),
        url('filosreglin.otf') format('otf'),
        url('filosreglin.ttf') format('truetype'),
        url('filosreglin.svg#filosreglin') format('svg');
                font-weight: normal;
    font-style: normal;
}

@font-face {
   font-family: 'exaneTitleFont';
   src: url('filosreglin.eot');
   src: url('filosreglin.eot?#iefix') format('embedded-opentype'),
        url('filosreglin.woff') format('woff'),
        url('filosreglin.otf') format('otf'),
        url('filosreglin.ttf') format('truetype'),
        url('filosreglin.svg#filosreglin') format('svg');
                font-weight: bold;
    font-style: normal;
}
*/

/* HTML */

/*@font-face {
    font-family: "futura";
    src: url('futura.otf') format("otf");
    font-weight:bold;
   src: url('futura.woff') format("woff");
    src: url('futura.eot');
}
*/

#contenu {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(224,224,224,1) 23%, rgba(194,194,194,1) 51%, rgba(224,224,224,1) 80%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(3%, rgba(255,255,255,1)), color-stop(23%, rgba(224,224,224,1)), color-stop(51%, rgba(194,194,194,1)), color-stop(80%, rgba(224,224,224,1)), color-stop(97%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(224,224,224,1) 23%, rgba(194,194,194,1) 51%, rgba(224,224,224,1) 80%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(224,224,224,1) 23%, rgba(194,194,194,1) 51%, rgba(224,224,224,1) 80%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(224,224,224,1) 23%, rgba(194,194,194,1) 51%, rgba(224,224,224,1) 80%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(224,224,224,1) 23%, rgba(194,194,194,1) 51%, rgba(224,224,224,1) 80%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}


body, #body_style {
    background: #ffffff;
    font-size: 10pt;
    /*    font-family: arial,helvetica,sans-serif;    */
    font-family: 'Arial', sans-serif;
    margin-right: 100px;
    margin-left: 100px;
    margin-top: 0px;
    width: 1000px;
    text-align: left;
    margin-bottom: 0px;
    margin: auto;
}

.exaneRestOfDocument {
    margin: auto;
    background-color: #ffffff;
    width: 800px;
    padding: 0px 100px 0px 100px;
}

    .exaneRestOfDocument img {
        max-width: 800px;
    }

section > div > .exaneRestOfDocument {
    margin: auto;
    background-color: #ffffff;
    width: 800px;
    padding: 0px;
}


a, a:link, a:visited {
    color: #298085;
    text-decoration: none;
    /* font-family:arial */
    font-family: 'Arial', sans-serif;
}

table.erratum {
    color: #444;
    background-color: #eee;
    font-size: 11px;
    margin: 0 0 0 0;
    padding: 5px;
    font-style: italic;
}

a.note {
    vertical-align: super;
    line-height: 0.1;
    font-size: 0.7em;
}

p {
    text-align: justify;
}

    p.bold {
        font-weight: bold;
    }

    p.italic {
        font-style: italic;
    }

    p.bolditalic {
        font-weight: bold;
        font-style: italic;
    }

img {
    border: none;
}

.notbold {
    font-weight: normal;
}

/* ********************** EXANE ********************** */
html {
    /*background-color: #f2f2f2;*/
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(224,224,224,1) 23%, rgba(194,194,194,1) 51%, rgba(224,224,224,1) 80%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(3%, rgba(255,255,255,1)), color-stop(23%, rgba(224,224,224,1)), color-stop(51%, rgba(194,194,194,1)), color-stop(80%, rgba(224,224,224,1)), color-stop(97%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(224,224,224,1) 23%, rgba(194,194,194,1) 51%, rgba(224,224,224,1) 80%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(224,224,224,1) 23%, rgba(194,194,194,1) 51%, rgba(224,224,224,1) 80%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(224,224,224,1) 23%, rgba(194,194,194,1) 51%, rgba(224,224,224,1) 80%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(224,224,224,1) 23%, rgba(194,194,194,1) 51%, rgba(224,224,224,1) 80%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}


.exaneHeaderBackGround {
    height: 120px;
    background-color: black;
    margin-bottom: 30px;
    width: 1000px;
    margin: auto;
}

section > div > .exaneHeaderBackGround {
    display: none;
}

.imageAccountingHeader {
    height: 50px;
    margin: 35px 72px;
}

.exaneHeaderLeft {
    float: left;
    width: 29%;
    border-right: dotted white 2px;
    height: 100%;
}
    .exaneHeaderLeft p {
        color: white;
        text-align: left;
        margin-left: 50px;
    }

.exaneHeaderRight {
    float: right;
    width: 70%;
    text-align: center;    
    margin-top: 31px;
}

.exaneLink {
    color: #298085;
    text-decoration: underline;
    font-family: arial;
}

.exaneHeaderBackGround span:first-child .exaneSubject:first-child {
    padding-top: 25px;
}

.exaneSubject {
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-align: left;
    background-color: #c9e9de;
    color: #00828b;
    display: table;
    text-decoration: none;
    padding: 3px 5px;
    margin: 0px;
    margin-bottom: 4px;
}

.exaneSubjectClassic {
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-align: left;
    background-color: #c9e9de;
    color: #00828b;
    display: table;
    text-decoration: none;
    padding: 3px 5px;
    margin: 0px 0px 50px 0px;
}

.exaneTitle {
    font-size: 38px;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 45px;
    padding-bottom: 25px;
    /* font-family:georgia; */
    font-family: 'Old Standard TT', serif;
    color: #00828b;
    text-align: left;
}

    .exaneTitle:empty {
        display: none;
    }

.exaneTitleFlash {
    font-size: 30px;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 45px;
    padding-bottom: 25px;
    /* font-family:georgia; */
    font-family: 'Arial', 'Helvetica Neue', 'Lucida Grande', sans-serif;
    text-align: left;
	font-stretch:ultra-condensed;
}
	.exaneTitleFlash:empty {
        display: none;
    }

.exaneTitleWithLogo {
    font-size: 32px;
    color: #384B49;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 45px;
    padding-bottom: 25px;
    font-family: 'Old Standard TT', serif;
    color: #00828b;
    text-align: left;
}

.exaneNewTitle {
    background-color: #ffffff;
    width: 800px;
    padding: 90px 100px 0px 100px;
    margin: auto;
}

    .exaneNewTitle > img {
        margin-bottom: 50px;
    }
	

section > div > .exaneNewTitle {
    background-color: #ffffff;
    width: 800px;
    padding: 0px;
    margin: auto;
}

.exaneRecoInfoBlock {
    margin-bottom: 50px;
}

.exaneRecoInfoLines {
    margin-bottom: 10px;
    /*padding-top: 20px;*/
    margin-left: 3px;
}

    .exaneRecoInfoLines p {
        color: #696969;
        line-height: 20px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

.exaneCoverLogo {
    text-align: right;
    margin-top: -40px;
}

.exaneSynopsis {
    font-family: Arial;
    padding: 1px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 23px;
    text-align: left;
    font-family: 'Arial', sans-serif;
}

.exaneSynopsisKPBold {
    font-size: 18px;
    color: #384f4e;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 23px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.exaneSynopsisKPFollow {
    font-size: 14px;
    color: #384f4e;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 23px;
    text-align: left;
    letter-spacing: 0.5px;
}

.exaneSynopsisKPSeparator {
    font-size: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 25px;
}

.exaneSynopsisKPTweet {
    font-size: 14px;
    color: #384f4e;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 23px;
    text-align: left;
    font-style: italic;
}

/* TO REMOVE  -------------------------- */
.exaneHeader1 {
    /* font-family:arial;*/
    font-family: 'Arial', sans-serif;
    font-size: 30px;
    color: #00838e;
    margin-top: 50px;
    margin-bottom: 20px;
    border-bottom: medium solid #00838e;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0px;
}
/* TO REMOVE  -------------------------- */
.exaneHeader1Mobile {
    /*  font-family:arial; */
    font-family: 'Arial', sans-serif;
    font-size: 30px;
    color: #00838e;
    margin-top: 50px;
    margin-bottom: 20px;
    border-top: thin solid black;
    border-bottom: thin solid black;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.exaneHeader1PC {
    /* font-family: 'Reem Kufi', sans-serif;*/
    font-family: 'Arial', sans-serif;
    font-size: 30px;
    color: #00838e;
    margin-top: 0px;
    margin-bottom: 35px;
    border-bottom: medium solid #00838e;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 0px;
    letter-spacing: 1px;
}

.exaneHeader2 {
    font-size: 19px;
    /*   font-family:arial;       */
    font-family: 'Arial', sans-serif;
    color: #00838e;
    /*           margin-top:-20px;*/
    margin-bottom: 10px;
    /*page-break-before: always;*/
}

.exaneHeader3 {
    /*   font-family:arial; */
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin-top: 45px;
    margin-bottom: 5px;
}

.exaneHeader4 {
    font-size: 14px;
    font-style: italic;
    color: black;
    line-height: 1.421;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    font-family: 'Arial', sans-serif;
}

.exaneHeader4noSpace {
    font-size: 14px;
    font-style: italic;
    color: black;
    line-height: 1.421;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
}

.exaneMail {
    font-size: 15px;
    color: #384F4E;
}

.exaneDate {
    font-size: 15px;
    color: #384F4E;
    font-weight: bold;
}

.exaneBold {
    color: black;
    font-weight: bold;
}

.exaneNormal {
    font-size: 14px;
    color: #003333;
    line-height: 1.432;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    letter-spacing: 0.20px;
}

.exaneNormalNoBottom {
    font-size: 14px;
    color: #003333;
    line-height: 1.432;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    margin-bottom: 5px;
    letter-spacing: 0.20px;
}

.exaneSynopsisTable {
    width: 100%;
    border-collapse: collapse; /* pour le border-top de la source */
    font-size: 15px;
    text-align: right;
    margin-bottom: 30px;
    line-height: 15px;
}

.exaneTextBox {
    font-size: 14px;
    color: #6F7E7E;
    /*line-height:1.421;*/
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-width: medium;
    border-color: #6F7E7E;
    margin-left: 20px;
    padding: 0px 10px 0px 10px;
}

.exaneTextBoxBackground {
    background: #E4F0F0;
    padding: 10px 0px 10px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.exaneBorderedParagraph {
    background: #e9f0ee;
    /*  font-family:arial;  */
    font-family: 'Arial', sans-serif;
    padding: 10px 10px 10px 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.exaneCompanySection {
    font-size: 45px;
    color: #00838e;
    margin-bottom: 15px;
    margin-top: 30px;
    font-family: georgia;
    font-family: 'Arial', sans-serif;
    text-decoration: none;
    text-align: center;
}

.exaneMarginLeft {
    margin-left: 30px;
}

/* ********************** Table / Group ********************** */
.exaneGroup {
    margin-top: -10px;
    page-break-inside: avoid;
    list-style-type: square;
    padding-top: 15px;
    /* padding-bottom: 0px; */
    text-align: center;
}

.exaneEnlarge {
    font-size: 10px;
    color: #384F4E;
    display: block;
    text-align: right;
    font-weight: normal;
}

.exaneTable {
    margin-top: 0px;
    /*margin-bottom:30px;*/
    width: 100%;
    border-collapse: collapse; /* pour le border-top de la source */
}

.exaneEnlarge.tracking {
    display: none;
}

.exaneTableHeader tr td {
    padding-top: 4px;
    padding-bottom: 10px;
    width: 800px;
}

.exaneTableTitle {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #00838e;
    text-decoration: none;
    line-height: 1.1;
    /* margin-top: 20px; */
    /*height: 40px;*/
    padding-top: 4px;
    border-top: 1px solid rgb(54, 54, 54);
}

.exaneTableTitle {
}

/*
p.exaneTableTitle:before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(54, 54, 54);
}

.exaneTableTitle td:before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid rgb(54, 54, 54);
    margin-bottom: 5px;
}

*/

/*
    Use tag p to fix a bad usage of this style by clients
    in this case, the table content can't be impacted by this style
*/
p.exaneTableSubTitle {
    font-size: 13px;
    color: #00838e;
    text-decoration: none;
    text-align: left;
    margin-top: -8px;
}

.exaneTableSource {
    font-size: 11px;
    /*color: #5a5e6b;*/
    color: #00828D;
    text-decoration: none;
    font-style: italic;
}

.exaneTableFoot, exaneTableSource {
    height: 20px;
}

.exaneTableBody {
    text-align: right;
    font-size: 11px;
    color: #384F4E;
    /*Scroll bar*/
    overflow: auto;
    padding: 0px 0px 0px 0px;
    max-width: 800px;
    width: 800px;
    /*display: block;*/
}

    /*Scroll bar part*/
    .exaneTableBody::-webkit-scrollbar {
        width: 8px;
        height: 22px;
        background-color: #F5F5F5;
    }

    .exaneTableBody::-webkit-scrollbar-thumb {
        /*border-radius: 10px;*/
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
        border-left: 0px solid #F5F5F5;
        border-right: 0px solid #F5F5F5;
        border-top: 6px white solid;
        border-bottom: 6px white solid;
    }

    .exaneTableBody::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        /*border-radius: 10px;*/
        background-color: #F5F5F5;
        border-left: 0px solid #F5F5F5;
        border-right: 0px solid #F5F5F5;
        border-top: 6px white solid;
        border-bottom: 6px white solid;
    }
/*END Scroll bar part*/

/* Pour le cas ou la table est trop large */
.exaneTableSubTitleMini, exaneTableSubTitle {
    font-size: 11px;
    color: #00838e;
}

.exaneTableBodyMini, exaneTableBody {
    font-size: 11px;
}

.exaneTableEmptyLine {
    height: 5px;
}

td {
    padding: 1px;
    text-align: left;
}

    td:first-child {
        text-align: left;
    }

.exaneTableBody > tr > td {
    padding: 1px 6px;
}

    .exaneTableBody > tr > td > p {
        display: inline;
    }

.tdRight {
    text-align: right;
}

.exaneTableSolo {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-collapse: collapse; /* pour le border-top de la source */
}

.exaneTableNoSpace {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    border-collapse: collapse; /* pour le border-top de la source */
}
/* ********************** Cover Bottom ********************** */

/*
.exaneTableCoverBottom
{    
    width:100%;
                border-collapse: collapse;            
                font-size: 15px; 
}
*/

/* Style de la ligne d'exercices */
.exaneBottomExerciceHeader {
    font-weight: bold;
    color: black;
    height: 20px;
    border-bottom: 1px solid #5E7170;
}

.exaneBottomExerciceHeader_Exercice, exaneBottomExerciceHeader {
    text-align: right;
}

/* Style de base d'une cellule du tableau bottom */
.exaneBottomTableCell {
    color: #586B6B;
    height: 9px;
    text-align: right;
}

/* Style de base du tableau bottom */
.exaneBottomBase {
    font-size: 11px;
    /*   font-family:arial;  */
    font-family: 'Arial', sans-serif;
    text-decoration: none;
}

    .exaneBottomBase tr > td > table {
        margin-bottom: 10px;
    }


/* Style de base du tableau bottom */
.exaneBottomBaseBig {
    font-size: 11px;
    /*  font-family:arial;     */
    font-family: 'Arial', sans-serif;
    text-decoration: none;
}

/* Style pour le "non material" des EPS */
.exaneBottomEPSNonMaterial {
    color: #C4C4C4;
    font-style: italic;
}

/*
.exaneBottomMonoNewRating
{
    font-size: 12px;             
                color:black;         
}
.exaneBottomMonoOldRating
{
    font-size: 10px;
    padding-top:2px;
    padding-bottom:0px;
    line-height:3px;
}
*/
.exaneBottomCoverTable {
    width: 100%;
    border-collapse: collapse; /* pour le border-top de la source */
    text-align: right;
    color: #586B6B;
}

/* Style pour la source */

.exaneBottomCoverTableSource {
    color: #B5B5B5;
    text-decoration: none;
    font-style: italic;
}

/* Nom de la societe */
.exaneBottomCoverStockName {
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    color: #00828b;
}

/* Style pour les informations societes (tout ce qui se trouve avant le bloc data) */
.exaneBottomCoverStockInfoGray {
    color: #586B6B;
}

/* Style sectoriels */
.exaneBottomCoverHeaderTableSecto {
    background: #404040;
    color: white;
    text-align: center;
}
/* Style sectoriels */
.exaneBottomCoverHeaderTableSectoLine {
    text-align: right;
}

/* Tableau des changements */
.exaneBottomChangeTable {
    font-size: 14px;
    /*     font-family:arial;       */
    font-family: 'Arial', sans-serif;
    text-decoration: none;
    color: #586B6B;
    margin-bottom: 30px;
    border-collapse: collapse;
    line-height: 20px;
}

/* Societe dans le tableau des changements */
.exaneBottomChangeTableStockName {
    font-size: 12px;
    /*      font-family:arial;        */
    font-family: 'Arial', sans-serif;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

/* Couleurs*/
.exaneGrayDark {
    color: #384f4e;
}

.exaneGrayLight {
    color: #aabbb7;
}

/* ********************** GreenBook ********************** */
.exaneGreenBook {
    background: #00828D;
    /*    font-family:arial;  */
    font-family: 'Arial', sans-serif;
    padding: 10px 10px 10px 10px;
    color: white;
}

.exaneImageCoverGreenBook {
    width: 550px;
    height: 778px;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.7);
}

.exaneMailGreenBook {
    font-size: 8pt;
    color: white;
}

.exaneDateGreenBook {
    font-size: 8pt;
    color: white;
    font-weight: bold;
}

.exaneSynopsisGreenBook {
    /*  font-family:arial;  */
    font-family: 'Arial', sans-serif;
    color: white;
    /* padding:10px 10px 10px 10px; */
}

.exaneSynopsisGreenBookKPBold {
    font-size: 12pt;
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 0px;
}

.exaneSynopsisGreenBookKPFollow {
    font-size: 11pt;
    color: white;
    text-decoration: none;
}

.exaneTitleGreenBook {
    font-size: 14pt;
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 0px;
    /*  font-family:arial; */
    font-family: 'Arial', sans-serif;
}

.exaneSubjectGreenBook {
    /*
    margin-bottom: 0px;
    font-size: 32px;
    font-family: 'Old Standard TT', serif;
    color: #00828b;
    background: white;
    padding-bottom: 45px;
	*/
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-align: left;
    background-color: rgb(201, 233, 222);
    color: rgb(0, 130, 139);
    display: table;
    text-decoration: none;
    padding: 3px 5px;
    margin: 0px 0px 15px;
}

/* ********************** Compliance ********************** */
.exaneComplianceHeader {
    color: #384F4E;
    margin-top: 20px;
    margin-bottom: 0px;
    /*  font-family:arial;  */
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    /*height:15px;*/
}

.exaneComplianceBody {
    font-size: 14px;
    color: black;
    line-height: 1.421;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    margin-bottom: 5px;
}

/*.exaneComplianceBody
{
    font-size: 12px;
    color:#8e9f9e;
    margin-bottom:0px;
    margin-top:0px;
    font-family:arial;
    line-height:18px;
                text-align: left;
}*/
.exaneComplianceTable {
    border-collapse: collapse; /* pour le border-top de la source */
    width: 100%;
    font-size: 14px;
    color: #8e9f9e;
    text-align: left;
    /*border-top: 1pt solid #7F7F7F;
                border-bottom: 1pt solid #7F7F7F;           */
}

.exaneComplianceTableSubTitle {
    font-size: 14px;
    color: #384F4E;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1pt solid #7F7F7F;
}

.exaneComplianceQuestionCategory {
    font-size: 14px;
    color: #384F4E;
    margin-bottom: 0px;
    margin-top: 0px;
    /* font-family:arial;  */
    font-family: 'Arial', sans-serif;
    text-decoration: underline;
    padding-top: 10px;
}

.exaneComplianceQuestionAnswer {
    font-size: 14px;
    color: #384F4E;
    /*  font-family:arial;  */
    font-family: 'Arial', sans-serif;
    text-align: right;
    vertical-align: top;
}

.exaneComplianceTextHeader {
    font-size: 14px;
    color: #8e9f9e;
    margin-bottom: 0px;
    margin-top: 10px;
    /*  font-family:arial; */
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
}

hr.exaneComplianceLine {
    width: 50%;
    height: 1px;
    border-style: solid;
    border-color: #7F7F7F;
}

div.exaneComplianceLine {
    border-bottom: thin solid #7F7F7F;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

div.exaneComplianceLineForCompanySection {
    border-bottom: thin solid #7F7F7F;
}

/* ********************** PopUp ********************** */
.PopUpWindow {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    /*width: 100%;*/
}

.PopUpHeader {
    height: 100%; /*60px*/
    /* Old browsers */
    /*background: #e9f0ee;*/
    /*background: -moz-linear-gradient(top, #e9f0ee 0%, #E2ECE9 37%, #d2dfdb 100%);*/
    /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9f0ee), color-stop(37%, #E2ECE9), color-stop(100%, #d2dfdb));*/
    /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #e9f0ee 0%, #E2ECE9 37%, #d2dfdb 100%);*/
    /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #e9f0ee 0%, #E2ECE9 37%, #d2dfdb 100%);*/
    /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #e9f0ee 0%, #E2ECE9 37%, #d2dfdb 100%);*/
    /* IE10+ */
    /*background: linear-gradient(to bottom, #e9f0ee 0%, #E2ECE9 37%, #d2dfdb 100%);*/
    /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f0ee', endColorstr='#d2dfdb',GradientType=0 ); /* IE6-9 */
    /*width: 100%;*/
    /*vertical-align: center;*/
    /*line-height:60px;*/
}


.PopupTitle {
    font-size: 16px;
    font-weight: bold;
    color: #00828D;
    /*   font-family:arial; */
    font-family: 'Arial', sans-serif;
    text-align: left;
    vertical-align: middle;
    margin-left: 50px;
    display: inline-block;
    line-height: 24px;
    margin-top: -5px;
    width: 100%;
}

/*.PopupTitle :first-child:before {
        border-bottom: 2px solid rgb(54,54,54);
        content: "";
        Display: block;
        width: 97%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 17px;
    }*/

.PopupSubTitle {
    font-size: 15px;
    color: #00828D;
    font-weight: normal;
    /* font-family: arial; */
    font-family: 'Arial', sans-serif;
    text-align: left;
    line-height: 17px;
    margin-top: 1px;
}

.popupEnlarge {
    margin: auto;
}

/*.PopUpContent {
    margin-left: 50px;
    margin-right: 50px;
}*/

.PopUpContent table {
    margin: auto;
}

.PopupSource {
    font-size: 14px;
    color: #768685;
    text-decoration: none;
    font-style: italic;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 5px;
    padding-bottom: 10px;
}

.PopupTableTitle {
    font-size: 16px;
    font-style: italic;
    color: #384F4E;
    text-decoration: none;
}

.PopupTableSubTitle {
    font-size: 13px;
    color: #384F4E;
    text-decoration: none;
    font-style: italic;
    text-align: left;
}

.PopupTableSource {
    font-size: 12px;
    color: #768685;
    text-decoration: none;
    font-style: italic;
}

.PopupTableBody {
    text-align: right;
    font-size: 12px;
    color: #384F4E;
}

/* ********************** FocusCall ********************** */
.BlocFocusCall {
    height: 70px;
    background: #e9f0ee; /* Old browsers */
    background: -moz-linear-gradient(top, #e9f0ee 0%, #e5eae7 37%, #e1eae7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9f0ee), color-stop(37%, #e5eae7), color-stop(100%, #e1eae7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9f0ee 0%, #e5eae7 37%, #e1eae7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e9f0ee 0%, #e5eae7 37%, #e1eae7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9f0ee 0%, #e5eae7 37%, #e1eae7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e9f0ee 0%, #e5eae7 37%, #e1eae7 100%);
    /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#389CA8', endColorstr='#19828E',GradientType=0 ); /* IE6-9 */
    width: 100%;
    margin-top: -80px; /*pour compenser le margin-top a 80 du body*/
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.7);
}

.TableFocusCall {
    margin-left: 15px;
    text-align: left;
    line-height: 15px;
}

.TextFocusCall {
    color: #6d6c6c;
    /* font-family:arial; */
    font-family: 'Arial', sans-serif;
    font-size: 12px;
}

.centerimage {
    text-align: center;
}

/* 
*
* Tooltip
*
*/
#tipDiv {
    position: fixed;
    visibility: hidden;
    z-index: 10001;
    float: left;
    font-family: Verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    background-color: #FFFFFF;
    border: solid 1px #8a7777;
    padding: 0 2px;
    line-height: 16px;
    border-style: ridge;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
    wordWrap: break-word;
}

    #tipDiv .ttSingleStock .plus {
        color: #1396a2;
        font-family: verdana;
        font-size: 15px;
        margin-right: 3px;
    }

    #tipDiv .ttSingleStock .moins {
        color: #F14638;
        font-family: Lucida Console;
        font-size: 13px;
        font-weight: bold;
        margin-right: 3px;
    }

    #tipDiv .ttSingleStock .egal {
        color: #AABBB7;
        font-family: verdana;
        font-size: 14px;
        margin-right: 3px;
    }

    #tipDiv .ttMultipleStock .plus {
        color: #1396a2;
        font-family: verdana;
        font-size: 15px;
        margin-right: 3px;
    }

    #tipDiv .ttMultipleStock .moins {
        color: #F14638;
        font-family: Lucida Console;
        font-size: 13px;
        font-weight: bold;
        margin-right: 3px;
    }

    #tipDiv .ttMultipleStock .egal {
        color: #AABBB7;
        font-family: verdana;
        font-size: 14px;
        margin-right: 3px;
    }

    #tipDiv .targetUp {
        color: #1396a2;
    }

    #tipDiv .targetDown {
        color: #F14638;
    }

    #tipDiv .epsUp {
        color: #1396a2;
    }

    #tipDiv .epsDown {
        color: #F14638;
    }

    #tipDiv .ttMultipleStock .ttElemSeparator {
        white-space: nowrap;
        text-align: left;
    }

    #tipDiv .ttMultipleStock {
        margin-bottom: 0px;
    }

    #tipDiv .ttSingleStock .ttTitleStock {
        font-size: 14px;
    }

    #tipDiv table.ttMultipleStock tr {
        text-align: left;
    }

    #tipDiv table.ttMultipleStock {
        font-weight: normal;
    }

        #tipDiv table.ttMultipleStock tr:nth-child(1) {
            font-weight: bold;
            text-align: center;
        }

        #tipDiv table.ttMultipleStock td:nth-child(1) {
            font-weight: bold;
        }

    #tipDiv .separator {
        border-bottom: 1px solid #FFFFFF;
    }

.triangleDown {
    margin-bottom: 2px;
    height: 8px !important;
    width: 16px !important;
    background: url(../image/fleche-rouge.png);
    background-position: 0px -6px;
    line-height: 8px;
    vertical-align: middle;
}

.triangleUp {
    height: 8px !important;
    width: 16px !important;
    background: url(../image/fleche-verte.png);
    background-position: 0px -1px;
    line-height: 12px;
    margin-bottom: 4px;
    vertical-align: bottom;
}

#tipDiv .indic1, #tipDiv .indic2, #tipDiv .indic3 {
    position: absolute;
    margin-top: 0px;
    height: 12px;
    width: 16px !important;
    margin-left: 0px;
}

.down-arrow2 {
    border-color: #909090 transparent;
    border-width: 4px 4px 0 4px;
    border-style: solid;
    width: 0;
    height: 0;
    margin-left: 5px;
    margin-top: 10px;
    position: absolute;
    -moz-transform: scale(.9999);
    cursor: pointer;
}

.indic1, .indic2, .indic3 {
    text-decoration: none;
}

table.ttMultipleStock tr {
    border-bottom: 1px solid #CCC;
    text-align: right;
}

table.ttMultipleStock td {
    text-align: center;
    padding: 0px 0px 1px 8px;
}

table.ttMultipleStock {
    border-collapse: collapse;
    border-spacing: 0;
}

/* .exaneSubTitle {
    padding: 25px;
    margin-top: -35px;
}
 */

.exaneAuthorTitle {
    Font-size: 14px;
    font-family: arial;
    Color: #696969;
    margin-bottom: 0px;
    margin-top: -66px;
    padding-bottom: 70px;
}

/* .exaneSubTitle p {
    Text-align: center;
    Font-size: 14px;
    font-family: arial;
    Color: #617473;
    line-height: 20px;
    margin: 2px;
}
 */
.exaneMultipleSubTitle {
    margin-top: -35px;
    padding: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.exaneOneSubTitle {
    margin-top: -35px;
    padding-top: 17px;
    padding-bottom: 35px;
}

.exaneMultipleSubTitle p {
    Text-align: left;
    Font-size: 14px;
    font-family: arial;
    Color: #617473;
    line-height: 20px;
    margin: 2px;
}

.exaneOneSubTitle p {
    Text-align: center;
    Font-size: 14px;
    font-family: arial;
    Color: #617473;
    line-height: 20px;
    margin: 2px;
}

.exaneHeaderGreenbookCover {
    text-align: center;
    margin: auto;
    background-color: white;
    padding: 0px 100px 0px 100px;
    width: 800px;
}

    .exaneHeaderGreenbookCover img {
        max-width: 800px;
    }


.exaneRecoInfoLines {
    margin-bottom: 10px;
    margin-left: 3px;
}

    .exaneRecoInfoLines p {
        color: #696969;
        line-height: 20px;
        margin-top: 2px;
        margin-bottom: 2px;
    }


.tableReco {
    float: right;
}

    .tableReco tr, .tableReco td {
        border-right: dotted 2px grey;
        text-align: center;
        white-space: nowrap;
    }

    .tableReco tr, .tableReco th {
        border-right: dotted 2px grey;
        padding: 0px 5px 0px 5px;
        min-width: 65px;
    }

    .tableReco tr, .tableReco td:first-child {
        border-left: dotted 2px grey;
        text-align: center;
    }

    .tableReco tr, .tableReco th:first-child {
        border-left: dotted 2px grey;
        padding: 0px 5px 0px 5px;
    }

    .tableReco img {
        height: 10px;
        margin: 0px 5px 0px 0px;
    }

    .tableReco td > i {
        color: grey;
        font-size: 11px;
    }

.tableRecoSecto {
    float: right;
    margin-top: -85px;
}

    .tableRecoSecto td:first-child {
        text-align: right;
    }

    .tableRecoSecto img {
        height: 11px
    }

.LibelleLongOpinion {
    font-weight: bold;
    font-size: 21px;
    display: inline-block;
    margin: 0px;
}

.sectorDisplayedAlone {    
    margin-top: 55px;
    font-weight: bold;
}

.sectorDisplayedAloneTwoLines {
    margin-top: 0px;
    font-weight: bold;
}

.sectorDisplayedDuo {
    margin-top: 40px;
    font-weight: bold;
    margin-bottom: 0px;
}

.sectorDisplayedDuoTwoLines {
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 0px;
}

.sectorDisplayed2 {
    margin-top: 5px;
    font-weight: bold;
}

.typeCoverDoc {
    font-size: 21px;    
    margin: 16px;
    font-weight: bold;
}

.typeCoverDocTwoLines {
    font-size: 16px;
    margin: 6px;
    font-weight: bold;
}

.oldReco {
    font-size: 9px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
}

    .oldReco p {
        margin: 0px 10px -2px 0px;
    }


.tableReco4Societies {
    text-align: right;
    float: right;
}

    .tableReco4Societies tr, .tableReco4Societies td {
        text-align: center;
        white-space: nowrap;
        font-size: 11px;
    }

    .tableReco4Societies th {
        border-bottom: solid 1px black;
        padding: 0px 11px;
    }

        .tableReco4Societies th:first-child {
            border: none;
        }

.exaneRecoInfoTable {
    justify-content: flex-end;
    display: flex;
    padding-bottom: 60px;
    margin-top: -10px;
}

    .exaneRecoInfoTable img {
        height: 10px;
    }

    .exaneRecoInfoTable td:first-child {
        text-align: right;
    }

.exanePrecoTP {
    padding-bottom: 20px;
    padding-top: 5px;
}

    .exanePrecoTP p {
        /*margin: -4px 0px 3px 0px;*/
    }

.targetPriceLibelle {
    margin: 0px;
}


.hidden {
    display: none;
}

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

bodyBNPP {
    background: #ffffff;
    font-size: 10pt;    
    font-family: 'Arial', sans-serif;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 0px;
    width: 1000px;
    text-align: left;
    margin-bottom: 0px;
    margin: auto;
}


.exaneRestOfDocumentBNPP {
    margin: auto;
    background-color: #ffffff;
    width: 900px;
    padding: 0px 50px 0px 50px;
}

    .exaneRestOfDocumentBNPP img {
        max-width: 900px;
    }
	
section > div > .exaneRestOfDocumentBNPP {
    margin: auto;
    background-color: #ffffff;
    width: 900px;
    padding: 0px;
}

.exaneNewTitleBNPP {
    background-color: #ffffff;
    width: 900px;
    padding: 90px 50px 0px 50px;
    margin: auto;
}

    .exaneNewTitleBNPP > img {
        margin-bottom: 50px;
    }
	

section > div > .exaneNewTitleBNPP {
    background-color: #ffffff;
    width: 900px;
    padding: 0px;
    margin: auto;
}

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

.esgHeader {
    font-size: 18px;
    text-decoration: none;       
    color: #00828b;
    text-align: left;
	font-weight: bold;
}

.esgStockname {
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    font-size: 14px;    
    text-decoration: none;       
    color: #00828b;
    text-align: left;
	font-weight: bold;
}

.esgRating {
    font-size: 11px;
    text-decoration: none;           
    text-align: left;
	font-weight: bold;
	color: black;
}

.esgRatingOld {
    font-size: 11px;
    text-decoration: none;           
    text-align: left;	
	color: #586B6B;
	font-style: italic;	
}

.esgLegend {
    font-size: 10px;
    text-decoration: none;           
    text-align: left;	
	color: #586B6B;
	font-style: italic;
}

.esgGray {
    color: #586B6B;	
}

.esgTopic {    
    text-decoration: none;           
    text-align: left;
	font-weight: bold;
	color: black;
}

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

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #E9F0EE;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  text-align: left;
  font-style: italic; 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

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