html, body{
  height:100%;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.login-title{
  text-align: center;
}

.top-menu{
  padding: 0 !important;
}

.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 400px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
  height: 100px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
table, td, th {
  border: 2px solid;
  line-height: 1.5;
}

td, th{
  text-align: center;
}

table{
  width: 100%;
  margin-bottom: 20px;
}

.ui-datepicker-header{
  background: #000000;
  color: #c7ddef;
}

.ui-datepicker-prev{
  float: left;
}

.ui-datepicker-next{
  float: right;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-calendar th{
  background-color: #ffffff;
}

.ui-datepicker-calendar td{
  background-color: #cdcdcd;
}

.ui-datepicker-calendar td.ui-datepicker-unselectable{
  background-color: #565656;
}

.ui-datepicker-calendar a.ui-state-default{
  color: #171a1d;
  font-weight: bold;
}

.ui-datepicker-calendar a.ui-state-default:hover{
  text-decoration: none;
}

.ui-datepicker-calendar td.ui-datepicker-current-day{
  background-color: #76accd;
}

.ui-helper-hidden-accessible { display:none; }

.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 400px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
  height: 100px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.custom-file-label::after {
  content:'Parcourir'
}
.custom-file-label {
  text-overflow: ellipsis;
}

ul#file-fields-list{
  list-style-type: none;
  padding-inline-start: 20px;
}

ul#file-fields-list .custom-file{
  width: 50%
}

ul#file-fields-list li img{
  width: inherit;
}


.navbar-dark a {
  color: #ffffff;
}

.dropdown-item {
  color: #000000 !important;
}

.navbar-dark a:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .dropdown{
    padding-right: 40px;
  }

  .dropdown-menu{
    right:20px;
    left: unset;
    width: 200px;
  }

  .form-change{
    padding: 5%;
  }
}

.home-icon .fa{
  font-size: 48px;
  color: #222222;
}

.back-home-icon .fa{
   font-size: 50px;
   color: #cdcdcd;
}

.help-icon{
  font-size: 36px;
  margin-right: 4px;
  color: #000000;
}

.modal-icon{
  font-size: 50px;
  margin-right: 4px;
  color: #000000;
}

.code-icon{
  font-size: 50px;
  margin-right: 10px;
  color: #000000;
}

h2{
  font-weight: 700;
}

h4{
  font-family: 'Arial Bold', 'Arial', serif;
  font-weight: 700;
  font-style: normal;
  color: #009DD9;
}

.dark h4 {
  color: #000000;
}

h6{
  font-weight: 500;
  font-style: italic;
}

.newsletter-form label,
.source-form label,
.newsletter-form legend,
.source-form legend
{
  color: #C6244B;
  font-weight: 700;
}

.container-fluid{
  line-height: 1.1;
}

h4 a:hover, h4 a{
  color: #009DD9;
  text-decoration: none;
}

.form-group button{
  font-weight: bolder;
}

.optin-schema img{
  max-width: 620px;
  min-width: 320px;
  width: 100%;
}

.explanation-search{
  margin-bottom: 20px;
}

.table-title{
  font-weight: 700;
}

.link-download{
  color: #000000;
}

.link-download:hover{
  text-decoration: none;
}

#helpingModal .modal-header{
  border-bottom: none;
}

.form-help-text{
  margin-bottom: 20px;
}

.contactPagination{
  text-align: center;
  font-size: 18px;
}

/* Modifs CCA */
.header {
  color:#fff;
  background-color: #48a2db;
  margin: 0;
  padding: 30px;
}

#help_assignation{
  background: inherit;
  background-color: rgba(242, 242, 242, 1);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.error-title{
  color: #cd2d2d;
  font-weight: bolder;
  font-size: xx-large;
}