﻿@charset "utf-8";
body {
  color:#2B3A42;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}

html {
  height: 100%;
}


#HPConfigurationContent {
  margin-bottom: 10px;
}

#principal_container {
  padding: 0;
}
.card.hpleft .row > *{
  padding-left: 0px;
  padding-right: 0.2rem;
}
[id^="RightSideContent"] {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.leftFrame {
  padding-left: 0;
}

#LeftArea, #RightArea {  
  min-height: 540px;
}

#LeftArea {
  padding: 0;
  min-height: 640px;
}

.section {
  padding: 0 5px;
  margin-bottom: 10px;
  flex-grow: 1;
  max-width: 100%;
}

/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section {
    max-width: 99%;
  }
}

#RightArea > .section {
  width: 16rem;
  padding: 0;
}

.rightFrame {
  padding-left: 3px;
}

#RightArea {
  padding: 0;
  width: 100%;
}

.card.card-body p {
  margin-right: 5px;
}

.leftFrame, .rightFrame {
  flex: auto;
  padding-right: 0;
}

.ButtonSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div[id^="SPACE"] {
  min-height: 30px;
}

.sectionContentChild {
  flex: 1 0 auto;
  margin: auto;
}


ul, ol {
  list-style: none;
}



a.HomePTest,
a.HomePTest:focus,
a.HomePTest:hover,
a.HomePTest:active,
a.HomePTest:not([href]):not([tabindex]) {
  outline: 0;
  text-decoration: none;
  color:#00a3e0;
  cursor:pointer;
  font-size:0.9rem;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  color:#2B3A42;
  font-weight:400;
}



h1,
.h1 {
  font-size: 1.3rem;
	color:#00a3e0;
}

h2,
.h2 {
  font-size: 1.25rem;
  padding:0.6rem 0 0.6rem 0.6rem;
}

h3,
.h3 {
  font-size: 1.2rem;
  font-weight:500;
}

h4,
.h4 {
  font-size: 1.1rem;
}


h5,
.h5 {
  font-size: 0.9rem;
}

h6,
.h6 {
  font-size: 0.9rem;
	color:#00a3e0;
}

.lead {
  font-size: 1.15rem;
  font-weight: 400;
}

.btn-view {
  display: inline-block;
  font-weight: 400;
	color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
	border-color: #F8806B;
  padding: .120rem 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: orange;
	margin-top:0;
  text-transform:uppercase;
}

.btn-view:hover {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: #f65b40;
	color: #fff;
}
/*-------------------------------------------------------------------------*/

.hpleft {
  padding:0.4rem;
  /*min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: -ms-fit-content;*/
}

/* Edge */
/*@supports (-ms-ime-align: auto) {
  .hpleft {
    display: inline-flex;
  }
}*/

.hpbox {
  padding: 0.2rem;
  margin: 0 0.2rem 0.5rem 0.5rem;
  /*min-width: 16rem;
  width: 100%;*/
  width: 16rem;
}

.hptitle {
  padding: 0.2rem;
  color:white;
  background-color:cadetblue ;
  border-color: #b8daff;
  position: relative;
  padding: .3rem;
  margin-bottom: 0.1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-align:center;
}

.test {
  border-spacing: 0;
  border-collapse: collapse;
  margin-left: 0;
  vertical-align: top;
}

.hpfooter {
  /*float:left;	*/
  /*background:url(img/footer_bg.png) top left repeat-x;*/
  clear: left;
  color: #666666;
  text-align: center;
  font-size:0.8rem;
  width: 100%;
  margin-top:10px;
  bottom: 10px;
}

/*div.SearchSection > table {
  width:100%;
}
div.SearchSection .TITCOL {
  padding: 1px 1px 1px 1px;
  font-weight:normal;
  background-color:darkgrey ; DOCNET
}*/
.hpleft .hpdoc {
  padding:0.2rem 0.4rem 0.2rem 0.6rem;
}

div.RecruitSection {
  padding: 10pt 15pt 10pt 15pt;
}

div.TextSection p {
  color: #333333;
  font-weight: normal;
  font-size: 1.0em;
  text-decoration: none;
  text-align: justify;
}

div.LogoSection {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: White;
  text-align: center;
}
hr {
  border: 0;
  background: #bcbcbc;
  color: #bcbcbc;
  height: 1px;
}
#principal_container p {
  font-weight: normal;
  font-size: 0.9rem;
  font-family: 'Roboto', sans-serif;
  padding-left:0.6rem;
}
span.sep_dotted {
  border-bottom: 1px dotted #b4b4b4;
  border-top: none;
  color: #666666;
  margin-bottom: 20px;
  padding: 5px;
}

.textIntro {
  font: Arial;
  font-size: 1.2em;
  color: #333333;
  font-weight: normal;
  line-height: 20px;
  margin: 0px 0 0px 0;
}

.textCommentIntro {
  color: #333333;
  font-weight: normal;
  font-size: 1.0em;
  text-decoration: none;
  line-height: 20px;
  margin: 10px 0 10px 0;
}

.textComment {
  color: #333333;
  font-weight: normal;
  font-size: 1.0em;
  text-decoration: none;
}

.texteComment {
  color: #696969;
  font-weight: normal;
  font-size: 1.0em;
}

.contentMessage {
  padding: 5px 5px 5px 15px;
  text-align: left;
  font-size: 1rem;
  background-color: #fff8bd;
}

.VAlign {
  vertical-align: top;
}

.VAlignLeft {
  vertical-align: top;
  padding-right: 10px;
  padding-left: 0;
}

table.colTab2 {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: White;
}

table.colTab2 td {
  padding: 0;
}

table.colTab {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: White;
}

/* Icones documents */
.docIcone, .htmIcone, .pdfIcone, .xlsIcone, .xmlIcone  {
  background-repeat: no-repeat;
  padding-left:30px;
}
.docIcone {
  background-image: url(../Images/ico_word_t1.gif);
}

.htmIcone {
  background-image: url(../Images/ico_htm_t1.gif);
}

.pdfIcone {
  background-image: url(../Images/ico_pdf_t1.png);
}

.xlsIcone {
  background-image: url(../Images/ico_xls_t1.gif);
}

.xmlIcone {
  background-image: url(../Images/ico_xml_t1.gif);
}

a.HomePTest {
  width: 100%;
}

a.HomePTest:hover {
  cursor: pointer;
  width: 100%;
}

div.HomePTest {
  width: 100%;
}

div.HomePTest:hover {
    border: 1px solid Orange;
    cursor: pointer;
    width: 100%;
  }

/* Cartes Bootstrap V2 Gilles */
.card-docsHP {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.card-docsHP .card {
  margin: 5px 5px 5px 5px;
}
.card-docsHP .card-doc .card-doc-type  {
	padding: 0rem 0.5rem 0rem 0.5rem ;
  border:0;
  font-size:0.8rem;
}
.card-docsHP .card-footer {
  border:0;
}
.rightFrame .card-doc{
  margin:0;
  width:100%;
  border-width :0 0 1px 0;
}
.rightFrame .card-doc:last-child{
  border:0px
}
.card-docsHP .card-doc .card-body {
  padding: 0rem 0.5rem 0rem 0.5rem ;
}
.leftFrame .card-doc {
  max-width:11rem;
  max-height:170px;
}
.card-doc .card-footer.card-footer-link {
	padding-bottom: 10px;
  border:0;
}
.card-doc h6 {
  margin-bottom: .40rem;
  line-height:1.3;
  padding-top: 10px;
}


.card-body {
  padding: 0 1.25rem 0.1rem 1.25rem;
}


.secondary-card-news .card-header, .secondary-card-contact .card-header {
  font-weight: 400;
  font-size: 1.15rem;
  color: #fff;
  padding: .50rem 1.25rem;
  background-color:#00BFB3;
}


.secondary-card-news .card-body, .secondary-card-contact .card-body {
  padding: 1rem .25rem 0.8rem .25rem;
  font-size:0.9rem;
}


.secondary-card-news .card-footer, .secondary-card-contact .card-footer {
  background-color:transparent;
  padding: .50rem 1.25rem;
  font-size:1.1rem;
}


.secondary-card-news h5 {
  margin-bottom: .2rem;
}


.secondary-card-news .inline-icon, .secondary-card-contact .inline-icon {
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.15rem;
  color:#969696;
  padding-right:5px;
}


.secondary-card-contact .inline-icon {
  padding-right:5px;
}

.secondary-card-contact .card, .secondary-card-news .card {
  border-top-left-radius:0px;
  border-top-right-radius:0px;
}

.secondary-card-contact p + p {
  padding-top:8px;
  padding-bottom:6px;
}
.secondary-card-contact h5 {
  padding-left: 0.6rem;
  margin-bottom: 0.4rem;
}
.hp-title {
  margin-bottom:2rem;
}
.hp-title .logo {
  margin:0.5rem 1rem 0.5rem 0.5rem;
  max-width:30%;
  vertical-align:middle;
}
.hp-title .row{
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.hp-title .logo img{
  max-width:100%;
}
.hp-title h1 {
  font-weight:400;	
  line-height: 1.8;
  margin: 1rem 0.5rem 1rem 0.5rem;
  text-align:center;
  font-size:1.7rem;
  color:#00a3e0;
}
.hp-title h3 {
	font-weight:500;
	font-size:1.2rem;
  color:#2B3A42;
  margin: 0.5rem 1rem 1rem 0.5rem;
}
.hp-title p {
  position: relative;
  margin: 0.5rem 1rem 1rem 0.5rem;
}
.hp-logo .logo img {
  max-width:25em;
  width:80%;
}
.hp-logo .logo {
  text-align:center;
}
/* Search results + training */
TR.CL0, TD.CL0 {
  background-color: rgb(246, 246, 246);
}

TR.CL1, TD.CL1 { 
  background-color: #ffffff;
}
.SearchSection .card.result  {
  border-width: 0px;
}
.SearchSection .card-header {
  border-width: 0px;
}
  .SearchSection .card-header hr {
    color: transparent!important;
    background-color:transparent!important;
  }

  .TrainingSection .RESULT, .TrainingSection TABLE.RESULT TD, .TrainingSection TABLE.RESULT TH {
    padding: 0.6rem 0.6rem 0.6rem 0.6rem;
    text-align: center;
    margin: 0 auto 0 auto;
  }

TABLE.RESULT TD, TABLE.RESULT TH {
      border: 1px solid #d7d7d7;
    }
TABLE.RESULT TH.TITCOL {
  white-space:normal;
  text-align:center;
}

A.RES {
  font-weight:500;
}


.tri {
  color: #bbb;
}


.tri:hover {
  color:#999;
}


.QuotaSection {
  padding-left:0.6rem;
}

.Table-News
{
  margin-left:10px;
  width:780px; 
  background-color:#D2E8F0;
  border-radius:5px;
  border:1px solid rgba(0,0,0,.125);
}

.Body-News 
{
  background:#fbfbfb;
  padding-top:30px;
  padding-left:10px;
}

.Sep-News
{
  border-left: solid 1px #CCCCCC;
  padding-right:10px;
  width:30px;
}

.BG-News {
  padding: 0.2rem 1rem;
}
.BG-Header {
  background-color: var(--green-lg);
}

.BG-Header h1 {
  color:#fff;
  font-weight:normal;
  font-size:1.3rem;
}
.BG-Content {
  background:#fff;
  font-size:1rem;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

@media (max-width:995px) {
  .col-left {
    display:inline-block;
    width:98%;
  }

  .hpbox {
    margin:0 auto 0 auto;
  }
}

@media (min-width:996px) {
  .rightFrame {
    display:inline-block;
    /*width:20%;*/
    margin:0 auto 0 auto;
  }

  .col-left {
    display:inline-block;
    width:77%;
  }

  .hpbox {
    margin:0 auto 0 auto;
  }
}

@media (min-width:1200px) {
  .col-left {
    display:inline-block;
    width:80%;
  }

  /*
  .row {
    margin:0 auto 0 auto;
  }
  */
}


.hpleft h5 {
	padding-left:0.6rem;
}

.hpleft .inline-icon {
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.15rem;
  color:#969696;
  padding-right:5px;
}

.resizable-panels .metrics {
    clear: none;
    margin: 10px;
    float: left;
    overflow: hidden;
    min-height: 150px;
    min-width: 150px;
}
.metrics {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
	border: 1px solid #ebebeb;
}
.ui-resizable {
    position: relative;
}
.metrics-category {
    background-color: #f6f6f6;
    border-image: none;
    border: 0px solid #ebebeb;
    color: inherit;
    margin-bottom: 0;
    padding: 0.6rem;
    position: relative;
    clear: both;
}
.metrics-category h3 {
	color:#2B3A42;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 0.9rem;
}
.metrics-subcat {
  padding: 0px;
  border-top: 1px solid #e7eaec;
  border-left: 1px solid #e7eaec;
}
  .metrics-subcat:first-child {
    border-left:none;
  }
  .metrics-total {
  display: block;
  float: none;
  margin-top: 0;
  position: absolute;
  top: 7px;
  right: 15px;
  padding: 0;
  text-align: right;
}
.metrics-total label {
  font-weight:500;
  color: #A6A6A6;
  font-size: 0.8rem;
}
.metrics-total .indicator-number {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding-left:0.2rem;
}
.resizable-panels .metrics .metrics-content {
    height: calc(100% - 49px);
}
.metrics-content {
  background-color: #ffffff;
  color: inherit;
  border-image: none;
}
.metrics-col {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.metrics-col:first-child {
	border-left: none;
}
.indicator-title {
	color:#2B3A42;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 0.9rem;
}

.indicator-number {
	color:#00a3e0;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 1rem;
}

.metrics-lastupd {
  padding-left:1rem;
  font-size:0.7rem;
  color:#A6A6A6;
}
@media screen and (max-width:600px) {
  h1, h2 {
    font-size: 1.15rem;
  }
.hp-title .row{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
}




/*@media (min-width: 992px) {

  .leftFrame.col-md-10 {
    max-width: calc(100% - 16.7rem);
  }

  .rightFrame.col-md-2 {
    max-width: 16.7rem;
    margin-right: auto;
  }

}

@media (max-width: 992px) {

  .leftFrame.col-md-10 {
    max-width: 100%;
  }

  .rightFrame.col-md-2 {
    margin-top: 10px;
  }

  #RightArea > .section {
    margin-top: 5px;
  }

}*/



@media (min-width: 992px) {

  .leftFrame.col-lg-10 {
    max-width: calc(100% - 16.7rem);
  }

  .rightFrame.col-lg-2 {
    max-width: 16.7rem;
    margin-right: auto;
  }

}

@media (max-width: 992px) {

  .leftFrame.col-lg-10 {
    max-width: 100%;
  }

  .rightFrame.col-lg-2 {
    margin-top: 10px;
  }

  #RightArea > .section {
    margin-top: 5px;
  }

}

.chartContainer {
  /*width:100%;*/
  width:fit-content;
  text-align:center;
  /*display:flex;
  height:100%;
  align-items:center;*/
}

.space {
  width: 100%;
  /*height: 100%;*/
  min-width: 150px;
  min-height: 120px;
}

.sectionContent, .ChartSection,.SearchSection {
  height: 100%;
}

/* Edge */
@supports (-ms-ime-align: auto) {
  .sectionContent, .ChartSection,.SearchSection {
    height: auto;
  } 
}

/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sectionContent, .ChartSection,.SearchSection {
    height: auto;
  } 
}

.ChartSection,.SearchSection {
  clear: both;
  margin-top: 0;
  padding: 0;
  border: 1px solid #ebebeb;
  flex-direction: column;
}

.ChartSection > h2, .SearchSection > h2 {
  color: #2B3A42;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;

  background-color: #f6f6f6;
  border-image: none;
  border: 0px solid #ebebeb;
  color: inherit;
  margin-bottom: 0;
  padding: 0.6rem;
  position: relative;
  clear: both;
}

.SearchSection > center {
  margin-top: 15px;
}

.ChartSection > .chartDescription {
  margin-left: 10px;
  font-weight: 500;
  color: #A6A6A6;
  font-size: 0.8rem;
  padding: 10px 0;
}

.ChartSection > .chartContainer {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: 100%;*/
}

.chartErrorMsg {
  height: 70px;
  display: flex;
  align-items: center;
}

.chartErrorMsg > .WarningIcon {
  padding-left: 30px;
  padding-right: 15px;
  border-right: 1px solid gray;
}

.chartErrorMsg > .ErrorMsg {
  padding-left: 15px;
}


 /*for chart section min-width and max-width*/

.sectionRow {
  flex: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5px 0;
}
  .sectionRow > *, .sectionContentChild > .row > * {
    flex: 1 1 auto;
    width:fit-content;
  }

.TBChart {
  display: flex;
  /*justify-content: center;*/
  width: 100%;
  overflow-x: auto;
}

.chart {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}


/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  
  .TBChart {
    justify-content: flex-start;
  }

  .chart {
    margin: 0;
  }
  
}

.FRMT2, .FRMT2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2B3A42;
  font-size: 1rem;
}