@font-face {
    font-family: 'Helvetica Neue Light';
    src: url("fonts/HelveticaNeue-Light.ttf") format('truetype');
}
@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url("fonts/HelveticaNeue-Bold.ttf") format('truetype');
}
@font-face {
    font-family: 'Helvetica Neue Regular';
    src: url("fonts/HelveticaNeue.ttf") format('truetype');
}
/*@font-face {
    font-family: 'SFNS Display Regular';
    src: url(fonts/SFNSDisplayRegular.ttf) format('truetype');
}*/
@font-face {
    font-family: 'Albertus';
    src: url("fonts/AlbertusNovaBlack.otf") format('opentype');
}
@font-face {
    font-family: 'Public Sans Light';
    /*font-style: normal;
    font-weight: 300;*/
    src: local('Public Sans Light'), local('PublicSans-Light'), url("fonts/Public Sans/PublicSans-Light.ttf") format('truetype');
}
@font-face {
    font-family: 'Public Sans';
    /*font-style: normal;
    font-weight: 400;*/
    src: local('Public Sans'), local('PublicSans'), url("fonts/Public Sans/PublicSans-Regular.ttf") format('truetype');
}
@font-face {
    font-family: 'Public Sans Medium';
   /* font-style: normal;
    font-weight: 600;*/
    src: local('Public Sans Medium'), local('PublicSans-Medium'), url("fonts/Public Sans/PublicSans-Medium.ttf") format('truetype');
}
@font-face {
    font-family: 'Public Sans Bold';
    /*font-style: bold;
    font-weight: 700;*/
    src: local('Public Sans Bold'), local('PublicSans-Bold'), url("fonts/Public Sans/PublicSans-Bold.ttf") format('truetype');
}

html {
    font-family: "Public Sans";
    font-size: 14px;
    height: 100px;
}

a {
    text-decoration: none;
}

body {
    margin: 0 0 0 0;
}

.bold { font-family: 'Public Sans Bold'; }
.titreSection { 
    font-family: 'Public Sans Bold'; 
    font-size: 13px;
    font-weight:normal;
    margin-bottom: 0px;
    margin-top: 0px;
}
.pale { 
    font-family: 'Public Sans Light';
    color:#333333;
}


div.menu {
    background-color: #1F2532;
    display: flex;
    height: 80px;
    justify-content: flex-end;
    overflow: hidden;
}
div.menu > a {
    color: #FFFFFF;
    /*font-weight: bold;*/
    line-height: 18px;
    padding: 31px 45px;
    text-decoration: none;
}
div.menu > a:hover, .selectedMenu {
    border-bottom: 2px solid #095797;
    color: #095797 !important;
}

div.menu > a.connexion {
    background-color: #095797;
}
div.menu > a.connexion:hover {
    background-color:#3e5fa8;
    color:white !important;
}



div.sous-menu {
    background-color: white;
    display: flex;
    flex-shrink: 0;
    width:100%;
    height: 50px;
    overflow: hidden;
}
div.sous-menu > a,
div.sous-menu > div.dropdown {
    float:left;
    color: #1F2532;
   /* font-weight: bold;*/
    line-height: 17px;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 18px;
    text-decoration: none;
}

.emphasis {  
    font-weight:bold;
    text-decoration:underline;
}

.leftPad { padding-left:20px !important; }
.leftPad2 { padding-left:40px !important; }
.leftPad td {
    padding-left:20px !important;
}
.leftPad2 td {
    padding-left:40px !important;
}

.panel-right { 
    background-image: url(../img/ACQ_Sentinelle_Textureblanche.png); //Marche pas....
}

a.underline { text-decoration:underline; }
a.submitted:hover{
    color: green !important;
}
a.saved:hover {
    color: gold !important;
}
a.toDo:hover {
    color: red !important;
}

.leftMenuSpan{
    display:block;
    background-color:#FFFFFF;
    color: #1F2532;
    //font-weight: bold;
    font-size:1.1em;
    line-height: 17px;
    padding:18px 26px;
    text-decoration: none;
    margin-bottom:10px;
}
.leftMenuSpan:hover { cursor:pointer;}

.sous-menu > div.dropdown {
    display: inline-block;
}
/*.sous-menu div.dropdown:hover {
    cursor:pointer;
}*/
.sous-menu > div.dropdown > a {
    color: #1F2532;
}
.dropdown-content {
    background-color: #f9f9f9;
    color: black;
    display: none;
    position: absolute;
    margin-left: -26px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    /*padding: 0px 16px;*/
    margin-top: 15px;
    z-index: 1;
}
.dropdown-content a {
    color: black;
}
.dropdown:hover .dropdown-content {
    display: block;
}
div.sous-menu > a:hover, div.sous-menu > div.dropdown:hover {
    border-bottom: 2px solid #7990C3;
    color: #7990C3;
}
div.sous-menu > a:hover, div.sous-menu > div.dropdown:hover > a {
    color: #7990C3;
}
.dropdown-content p {
    margin-top:0px;
    margin-bottom:0px;
    /*width:100%;*/
    padding:12px;
}
.dropdown-content p:hover {
    background-color:#7990C3;
}

.fixedCenterWidth {
    width:75%;
}

.right { text-align:right; }
.numTD {
    width: 30px;
}
.numTD input, .numlongTD input {
    width: 90%;
}
input.money, input.digits, input.numbers {
    text-align: right;
}
.title {
    color: #1F2532;
    font-family: 'Albertus';
    font-size: 30px;
    font-weight:bold;
    line-height: 40px;
    margin-bottom:5px;
}
.subTitle {
    color: #002699;
    font-family: 'Helvetica Neue Bold';
    font-size: 24px;
    font-weight:bold;
    line-height: 21px;
    margin-bottom:10px;
    margin-top:0px;
}
.subTitle2 {
    color: #1F2532;
    font-family: 'Helvetica Neue Bold';
    font-size: 24px;
    font-weight:bold;
    line-height: 21px;
}
.subsubTitle {
    //color: #ACC5FF;
    font-family: 'Public Sans Bold';
    font-size: 16px;
    //font-weight:bold;
    line-height: 21px;
    margin-bottom:0px;
    margin-top:0px;
}
.subsubTitle2 {
    color: #002699;
    font-family: 'Public Sans Bold';
    font-size: 16px;
    font-weight:normal;
    line-height: 21px;
    margin-bottom:0px;
    margin-top:0px;
}
.subsubTitle3 {
    color: #002699;
    font-family: 'Public Sans Bold';
    font-size: 14px;
    font-style:italic;
    line-height: 21px;
}
.immoSubSubTitle{
    margin-bottom:0px;
    margin-top:0px;
}
div.noFlexContent, div.content {
    background-color: #f3f1f3;
    min-height:680px;
}
div.content {
    display: flex;
    //justify-content: center;
}
div.topSpace { padding-top:20px;}
div.bottomSpace { padding-bottom:80px;}

.mainContent {
    width:80%;
    margin:0 auto;
}

.contentContainer{
    background-color: #f3f1f3;
    padding-left:5%;
    padding-right:5%;
    padding-bottom:20px;
    min-height:680px;
}

.topGap { padding-top:15px !important; }

.radioLeftMargin{ 
    padding-left:15px; 
    //white-space:nowrap;
    display: inline-block;
}
.smallLeftMargin { padding-left:15px !important; }
.largeLeftMargin{ padding-left:30px !important; }
.doubleLeftMargin{ padding-left:30px !important; }
.blockDiv { display:block; }
.adminTextarea { width:100%; }
.dynamicRow { margin-bottom:5px; }
.bottomMarginSelect { margin-bottom:4px; }

.hidden { display:none !important; }

/* DLs */
.dlSubtitle{
    color: #002699;
    display:block;
    font-weight:bold;
    text-decoration:underline;
    font-size:14px;
    margin-top:5px;
    margin-bottom:5px;
}
.dlColouredSubtitle {
    background-color: lightgrey;
    padding:5px;
    display:block;
}

.uppercase { text-transform: uppercase; }

.dlTable {
    border: 1px solid black;
    margin: 0px auto;
    margin-top:10px;
    margin-bottom:10px;
    border-collapse: collapse;
    border-spacing: 0;
}
.dlTable > tbody > tr > td, .dlTable > tbody > tr > th, .dl6Table > tbody > tr > td {
    padding:5px;
    border: 1px solid black;
}
.dlTable > tbody > tr > th {
    /*background-color: #014583;
    color:white;*/
    padding:10px;
    font-weight:bold;
    text-align:center;
}
.dlTableInput, .dlIntInput, .dlDoubleInput { width:90%; }
.dl6Table{
    border: 1px solid black;
    margin-top:10px;
    margin-bottom:20px;
    width:75%;
}
.titleTh { background-color:#1F2532; color:white; }
.titleTh2 { background-color: #095797; }
/* Fin DLs */

/*.bold { font-family: "Helvetica Neue Bold"; }*/

.full { width: 100%; }

/* Bandeau Qc */
#header_C {
	width:100%;
	background-color: #095797;
	color: #fff;
	min-height: 80px;
	font-family: 'Roboto',sans-serif;
	display:flex;
	justify-content: space-between;
}
#header_C_Content > a.logo:hover {
    border-bottom:0px;
}
#header_C_Content > a.logo {
    position: absolute;
    left: 40%;
    font-family: 'Albertus';
    font-size:2.25rem;
    padding-left: 60px;
    color:white;
}
#header_C_Content > a.logo:hover {
    border-bottom:0px;
}
.headerRightLink {
        display:inline-block;
	text-align:right;
	color:white;
	font-weight:Bold;
	font-size:0.9em;
        margin-bottom:5px;
}
.headerRightLink:hover {
	color:white;
	text-decoration: underline;
}
/* Bandeau Qc */


.headerRow {
    font-weight:bold;
    background-color:#002699;
    color:white;
}
div.rightAlign { text-align:right;}
div.centerPanel {
    margin:0 auto;
    /*margin-top:20px;*/
    background-color: #ffffff;
    /*width: 375px;
    height: 370px;*/
    padding: 40px;
}

.leftMenu{
    /*display:inline-block;*/
    float:left;
    width:25%;
    margin-right:5%;
    height:400px;
}
.rightContent{
    float:left;
    width:65%;
    padding:20px;
    background-color:white;
    height:100%;
}
.formButtons {
    padding:10px;
    margin-right:10px;
    text-align:right;
}

table.dataTable thead { 
    /*background-color:#002699; /*Bleu plus foncé*/
    color:white;
    background-color:#095797;
}
table.dataTable thead input[type="text"] { 
    /*line-height:normal!important;*/
    line-height:20px!important;
}

.superTable {
   /* border: 1px solid black;*/
    margin-bottom:10px;
}
.superTable > tbody > tr > td {
    padding:2px;
    border: 1px solid black;
    /*border-left: 1px solid black;
    border-right: 1px solid black;*/
    padding-bottom:6px !important;
    padding-top:6px !important;
}
.superTable > tbody > tr > th {
    padding:5px;
    padding-bottom:5px !important;
    border: 1px solid black;
    text-align:center;
    font-weight:bold;
    font-size:1.1em;
}
.actTd { 
    vertical-align:middle;
    text-align:center;
    //border-bottom: 1px solid black;
}

.mainTable{ 
    width:100%;
    border-collapse:collapse;
}
.mainTable tr {
    border-bottom:1px solid black;
    height:50px;
}
.mainTable th { 
    font-size:1.2em;
    text-align:left; 
}
.mainTable td, .mainTable th { padding:10px; }

a.blackLink { 
    color: black;
    font-size:1.1em;
    /*font-weight:bold;*/
    text-decoration: underline;
}
a.blackLink:hover { color: #8c8c8c; }
a.grayLink { 
    color: #8c8c8c;
    text-decoration: underline;
}
a.grayLink:hover { color: #404040; }
label.lightGray { color: #8c8c8c; }

.passwordDirectives {
	font-style:italic;
	font-size:0.8em;
}
.red { color:red; }
.green { color:green; }

.smallRoundedButton button {
    font-family: "Public Sans Bold";
    background-color: #095797;
    border:1px solid #095797;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 0.9rem;
    /*font-weight: bold;*/
    letter-spacing: 0.2px;
    padding: 4px 12px;
    margin-bottom:2px;
}
.largeRoundedButton button {
    font-family: "Public Sans Bold";
    background-color: #095797;
    border:1px solid #095797;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 1.2rem;
    /*font-weight: bold;*/
    letter-spacing: 0.2px;
    padding: 14px 120px;
}
.largeRoundedButton button:disabled, .largeWhiteRoundedButton button:disabled {
    background-color: #999999;
}
.largeRoundedButton button:not([disabled]):hover, .smallRoundedButton button:not([disabled]):hover { 
    cursor:pointer;
    background-color: #3e5fa8; 
}
.largeWhiteRoundedButton button {
    font-family: "Public Sans Bold";
    background-color: #FFFFFF;
    border:1px solid #095797;
    border-radius: 25px;
    color: #095797;
    font-size: 1.2rem;
    /*font-weight: bold;*/
    letter-spacing: 0.2px;
    padding: 14px 120px;
}
.largeWhiteRoundedButton button:not([disabled]):hover { 
    cursor:pointer;
    background-color: #095797; 
    color:#1F2532;
}
.mediumButton button { padding:14px 60px !important; }

.centered {text-align:center;}

.clickable, .clickableImg { cursor: pointer; }

.formAvailability { color:red; }
.warning {
    font-weight: bold;
    font-size:140%;
    color: red;
}

#compatibility{
    display: table;
    margin: 0 auto;
}
.optimisationImage {
    height:50px;
    width:120px;
}
.leftContact {
    float:left;
    width:40%;
    margin-right:5%;
    margin-left:5%;
}
#rightContact {
    float:left;
    margin-right:5%;
    width:45%;
    //min-height:500px;
}

.legendDiv {
    display:inline;
    margin-right:50px;
}
.smallCircle {
    display:inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.medCircle {
    display:inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.ready { background: #4CB9A3; }
.warningState { background: #FFCC66; }
.late { background: #E9614C; }
.readyColor { color: #4CB9A3; }
.warningStateColor { color: #FFCC66; }
.lateColor { color: #E9614C; }
/*.readyColor:hover, .warningStateColor:hover, .lateColor:hover {
     color:blue;
}*/
.underline:hover {
    color:#002699;
}

.biggerFont { font-size:1.1em; }
.formTable { color:black; }
.formTable td { 
    padding:5px 10px 5px 10px;
}
.choix { 
    //font-family: "Helvetica Neue Regular"; 
    padding-bottom:0px !important;
    padding-top:0px !important;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
   text-decoration: none !important;
}

.lastSpan { 
    font-style:italic; 
    font-size:0.9em;
}

.italic { 
    font-style:italic; 
}

.w70 { width:70%; }

.annualStatsTable { font-size:0.9em; }
.annualStatsTable input { width:100%; }

.spacedList > li { margin-bottom:10px; }

.smallText { font-size: 0.8em; }
.smallerText { font-size: 0.6em; }

/* inputs*/
input[readonly], input[readonly="readonly"], input[disabled=""], textarea[disabled=""], input[disabled="disabled"], textarea[disabled="disabled"] {
    background-color:lightgrey;
}
.smallerInput { width:60px !important; }
textarea, input, button, select { font-family: inherit; font-size: inherit; }
.submit  input:invalid {
    background: url(../img/error.jpg) no-repeat center right;
    background-size: 16px 16px;
    border-bottom:1px solid red;
    outline:1px solid red;
    /*border: 1px solid red;*/
}
.error { color:red; }
.lightGrey { color:lightgray; }
.dfError div { color:red; }
.inputError {
    //box-shadow: 0 0 3px #CC0000 !important;
    border-color:#CC0000 !important;
    border-width:2px !important;
    border-style:solid !important;
}
.radioError {
    color:#CC0000 !important;
    /*font-weight:bold;*/
    //border-color:#CC0000 !important;
}
input[type=radio].error, input[type=checkbox].error {
    outline: 2px solid red;
}
input.submitted:invalid,
textarea.submitted:invalid,
select.submitted:invalid {
   border:2px solid red !important;
}
input.submitted[type=radio]:invalid{
    outline: 2px solid red;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /*-moz-border-radius: 9px 9px 9px 9px;
  -webkit-border-radius: 9px 9px 9px 9px;
  border-radius: 9px 9px 9px 9px;*/
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/downArrow.png);
  background-size:20px 20px;
  padding: .3em;
  padding-right: 3.5em;
  line-height:26px;
  border:1px solid gray;
  background-color:white;
}
input[type=text], input[type=email], input[type=number], input[type=password] {
    line-height:28px;
    border:1px solid gray;
}
textarea { border:1px solid gray;}
input.invisinput {
    width:100%;
    line-height:28px;
    border:none;
    border-bottom:1px solid gray;
}
textarea.invisinput {
    width:100%;
    border:none;
    border-bottom:1px solid gray;
}
.longInput { width:100%; }
.readOnly { background-color:#d9d9d9; }

/* Preprocess */
.bordered > td, .bordered > th { 
    border: 1px solid black; 
    padding:5px;
}

.PAFLPHImport_ToImportContent > th { background-color:#1F2532; color:white; }
.PAFLPHImport_ToImportContent > td { background-color:#ffffff; }
.PAFLPHImport_Submitted > td { background-color:#bfbfbf; }
.PAFLPHImport_ToReview > td { background-color:#cce6ff; }
.PAFLPHImport_Warning > td { background-color:#ffcc99; }
.PAFLPHImport_Error > td { background-color:#ffb3b3; }

.preProcessQuestion { 
    display:block;
    margin:0 auto;
    font-weight:bold;
}

.flexPreprocess {
    /*display: flex;
    justify-content: space-between;*/
}
.flexPreprocessSpan1 { float:left; }
.flexPreprocessSpan2{
    float:right;
    //text-align:right;
}

.alignTopTable td{ vertical-align: top; }

/* Footer */
div.footer {
    padding-left:180px;
    padding-right:180px;
    padding-bottom:10px;
}
div.footer a {
    text-align: left;
    color: black;
    float: left;
    font-size: 15px;
    /*font-weight: bold;*/
    line-height: 18px;
}
div.footer-content {
    height: 80px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
div.footer-logos a {
    margin-right:40px;
}
div.footer-logos {
    display: flex;
    justify-content: flex-start;
}
div.footer-menu a {
    /*width: 90px;
    height:24px;*/
    font-size:0.8rem;
}

div.footer-logos a img {
    height:40px;
}

div.footer-copyright {
    height: 40px;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}



.flexBreak {
  flex-basis: 100%;
  width: 100%;
  height: 0;
}


#piv_bas_a {
    text-decoration: none;
    line-height: 0.8rem;
    white-space: nowrap;
    font-size: 1em;
    color: #095797;
}
#piv_bas_a:hover {
    text-decoration:underline;
}