.progress {
	width: 100%;
}

.progress .progress-bar {
	background-color: #2399af;
	width: 0%;
	height: 10px;
}

.item__list--files > li > a {
	display: inline-block;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #4a4a4a;
    font-family: "GothamBook", sans-serif;
    font-weight: 300;
    word-break: break-all;
    text-decoration: none;
    background-image: url(../icons/intermediate-svg/ico-file.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
}

p.error {
	color: #a30808;
	font-size: 0.8rem;
}

input.error, select.error {
	border-color: #a30808 !important;
}

.form-field.has-error, .item.has-error {
    background-color: #f0c1c1;
}

.form-field.has-error {
	padding: 3px;
}
.form-field input[type="date"][type="date"] {
	background-position: 90% center;
}

.header__logo {
	display: flex;
    align-items: center;
    text-decoration: none;
}
.header__logo img {
    max-height: 80px;
}

.header__logo p {
    font-size: 1.5rem;
    padding-left: 2rem;
    color: #171717;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 210px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1;
}

.item__title {
	width: 100%;
}

.button-deconnexion {
	display: none;
}

.field-file__label.labelUpload {
	display: flex;
    position: relative;
    flex-direction: column;
    padding-top: 50px;
    align-items: center;
    justify-content: flex-end;
    background-position: 50% 10%;
}

.form-field.file-upload.dragover .field-file__input {
}

.form-field.file-upload.dragover .field-file__label {
	background-color: #ade0e9;
	border: solid 1px #2399af;
}

.form-field small {
    display: block;
    margin-bottom: .65em;
    font-size: 0.8125rem;
    color: #616161;
}

.zoneChoixImpot button {
	margin-right: 2rem;
}

@media (max-width: 501px) {
	.zoneChoixImpot {
		flex-direction: column;
	}
	
	.zoneChoixImpot button {
		margin-right: 0rem;
	}
}

.item.font-success {
	color: green;
}

.button-tel img {
    position: absolute;
    top: 5px;
    left: 1em;
    display: inline-block;
    vertical-align: middle;
}

.nav-occupant .item__text {
	word-break: break-all;
	word-break: break-word;
}

.nav-occupant{
    will-change: min-height;
}

.nav-occupant__inner{
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.tableauRetourImpots {
	width: 100%;	
}

.tableauRetourImpots th {
	color: #616161;	
}

.tableauRetourImpots th, .tableauRetourImpots td {
	text-align: center;
	width: 50%;
}

.tableauRetourImpots.double th, .tableauRetourImpots.double td {
	width: 33%;
}

.tableauRetourImpots th:first-child, .tableauRetourImpots td:first-child {
	text-align: left;
}

.tableauRetourImpots.situation {
	margin-top: 1rem;	
}

.tableauRetourImpots.situation th, .tableauRetourImpots.situation td {
	width: 50%;
}

.recapFichiers {
	width: 100%;
}

.recapFichiers td {
	vertical-align: middle;
}

.recapFichiers td:first-child {
	width: 30%;
    padding: 3px 0rem;
}

.recapFichiers a {
	color: #4a4a4a;
	text-decoration: none;
}

.recapFichiers a:hover {
	text-decoration: underline;
}

.recapFichiers img {
	margin-right: 10px;
    vertical-align: middle;
}

.button-contact {
	text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8em;
}