/************************************************************************
* Fonts
************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto');
.font-regular {
    font-family: Roboto;
    font-weight: 400;
}
.font-medium {
    font-family: Roboto;
    font-weight: 500;
}
.font-bold {
    font-family: Roboto;
    font-weight: 700;
}
html{
    text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
/************************************************************************
* Default styles
************************************************************************/

body, table, table td, table th, input, select, button {
    font-family: "Roboto", Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
    text-align: left;
}
body {
    background-color: white;
    margin:0;
    padding: 0;
    font-size: 16px;
}
.login_background{
    background-image: url("../images/background1920.jpg");
    background-repeat: no-repeat;
    background-position:top center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

h4, .h4{
    color: #004990;
}
.underlineTitle{
    border-bottom: 3px solid #DBDFE3;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
textarea {
    font-size: 90%;
}
a {
    /*color: #0074B4;*/
	/*color: #000;*/
    color: #071157;
    text-decoration: none;
}
img {
    border: 0;
}
ul, li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.clear{
    clear: both;
}

.logo{
    display: block;
    /*max-height: 50px;*/
    width: 100%;
    max-width: 290px;
}
.logo_login{
    display: block;
    /*max-height: 50px;*/
    width: 100%;
}

.placement_login_page{
	margin: auto;
	max-width: 100%;
    margin-top: 12%;
}
.login_form{
	background-color: #fff;
}

.login_form .card{
    border: 0;
    border-radius: 0;
}
.login_form .card-header{
    border-radius: 0;
}

#header{
    display: block;
    width: 100%;
    margin-top: 10px;
}
#header a{
	text-transform: uppercase;
}
/*#header a:hover{
	color: #008EB3;
}*/
#header .zone{
    /*padding: 0 10px;*/
}

#footer{
    background-color: #273B4F;
    bottom: 0;
    color:#fff;
    font-size: 70%;
    margin-top: 20px;
    padding:2px;
    position:fixed;
    width:100%;
    z-index: 100;
}

.userBanner{
    float: right;
	/*width: 45%;*/
	min-width: 300px;
	padding: 8px;
}

.userBanner .welcome{
	float: right;
}

.userBanner ul, .userBanner ul li{
	float: right;
	padding-left: 10px;
}
.userBanner ul li .current{
	border-top: 4px solid #008EB3;
	color:#008EB3;
}

/************************************************************************
* NAVIGATION
************************************************************************/

div#main-nav {
    /*background-color: #0074B4;*/
    text-align: left;
	z-index: 10;
	/*padding-left: 130px;*/
}
/*
nav ul {
    position: relative;
}
nav ul:after {
    content: ""; clear: both; display: block;
}
nav ul li{
    font-weight: bold;
}
nav ul li a {
	border-top: 5px solid #fff;
    color: #000;
    padding: 8px 20px;
    display:block;
	white-space: nowrap;
}
nav ul li a:hover {
	border-top: 5px solid #000!important;
    color: #000;
}
nav ul li a.current {
    background-color: #D6D6D6;
	border-top: 5px solid #008EB3;
    color: #000;
}
nav.subnav ul li a {
    background-color: #D6D6D6;
	border-top: 5px solid #D6D6D6;
}
nav.subnav ul li a.current {
    background-color: #FFF;
	border-top: 5px solid #008EB3;
    color: #000;
}*/

nav ul li:hover > ul {
    /*display: block;*/
}/*
nav ul ul {
    display: none;
    padding: 0;
    position: absolute; 
    top: 100%;
	z-index: 2;
}
nav ul ul li {
    float: none; 
    position: relative;
}
nav ul ul ul {
    position: absolute; left: 100%; top:0;
}*/

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #C9DAEA;
}

.underline-blue{
	border-color: #55B3E6;
	border-bottom: 1px solid #55B3E6;
	margin-bottom: 5px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/************************************************************************
* COULEUR
************************************************************************/
.bg-bleu{
    background-color:#6BA3D9;
    /*#55B3E6*/
}
.txt-bleupale{
    color: #62B6EA;
}
.txt-bleu{
    color: #004990;
}
/************************************************************************
* BOOTSTRAP
************************************************************************/

.custom-file-control:lang(fr-ca):empty::after {
  content: "";
}
.custom-file-control:lang(fr-ca)::before {
  content: "Parcourir...";
}

.table td{
    color:#004990;
}


.btn{
    border-radius: 0;
}

.form-control{
    border-radius: 0;
}

.input-group-addon{
    border-radius: 0;
}

.page-item:first-child .page-link, .page-item:last-child .page-link{
    border-radius: 0;
}

.page-item:last-child {
    /*width: 170px;*/
}

.page-item.active .page-link{
    background-color: #8d959c;
    border-color: #8d959c;
}

.page-link{
    color: #8d959c;
}

.page-link:hover{
    color: #8d959c;
}

.btn-primary{
    color: black;
    background-color: #8d959c;
    border-color: #8d959c;
}

.btn-primary:hover{
    color: white;
    background-color: #8d959c;
    border-color: #8d959c;
}

.btn-secondary{
    color: black;
    background-color: #6ba3d9;
    border-color: #6ba3d9;
}

.btn-secondary:hover{
    color: white;
    background-color: #6ba3d9;
    border-color: #6ba3d9;
}