.btn-resultat,
.btn-plus-vu,
.btn-similaire {
    border: 1px solid #ddd;
    margin: 0px 10px 10px 0px;
    white-space: normal;
    text-align: left;
}

/* rendre le contour plus foncé */
.btn-resultat {
    border-color: #888;
}

.btn-resultat:focus,
.btn-resultat:hover,
.btn-plus-vu:focus,
.btn-plus-vu:hover,
.btn-similaire:focus,
.btn-similaire:hover {
    color: #ffbc00;
}

.nav-tabs-salaires {
	border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.nav-tabs-salaires>li>a {
	color: #001d51;
	background-color: #ffbc00;
	font-size: 14px;
	font-weight: normal;
	font-family: "Open sans", sans-serif;
	padding: 10px 40px;
	border-bottom: 1px solid #ddd;

}

.nav-tabs-salaires>li>a:hover {
	border-color: #ffbc00 #ffbc00 #ddd;
}

.nav-tabs-salaires>li>a:focus,
.nav-tabs-salaires>li>a:hover {
	text-decoration: none;
    color: white;
	background-color: #ffbc00;
}

.nav-tabs-salaires>li.active>a {
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	color: #ddd;
	font-size: 14px;
	font-weight: 600;
	font-family: "Open sans", sans-serif;
	padding: 10px 40px;
}

.nav-tabs-salaires>li.active>a,
.nav-tabs-salaires>li.active>a:focus,
.nav-tabs-salaires>li.active>a:hover {
	color: #001d51;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.barre-salaire-minimum,
.barre-salaire-median,
.barre-salaire-maximal {
    color: white;
    font-size: 32px;
    font-weight: bold;
    padding: 5px 15px;
    min-width: 145px;
}

.barre-salaire-minimum {
    background-color: #5fb7e5;
}

.barre-salaire-median {
    background-color: #144dc8;
}

.barre-salaire-maximal {
    background-color: #001d5c;
}

.barre-salaire-minimum:focus,
.barre-salaire-minimum:hover,
.barre-salaire-median:focus,
.barre-salaire-median:hover,
.barre-salaire-maximal:focus,
.barre-salaire-maximal:hover {
    opacity: 0.7;
    cursor: pointer;
}

.barre-salaire.active {
    box-shadow: 20px 0px 20px rgba(00, 00, 00, 1);
}

.table-responsive-salaires {
    padding-left: 90px;
    padding-right: 90px;
    min-height: 335px;
}

.table-responsive-salaires>table {
    margin: 0 auto;
}

.barre-verticale-container {
    text-align: center;
    vertical-align: bottom;
    color: black;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    bottom: 10%;
    height: 200px;
    padding: 10px;
}

.barre-verticale-container.active {
    color: white;
}

.barre-verticale {
    background-color: #cccccc;
    width: 32px;
    position: relative;
}

.barre-verticale>div {
    position: absolute;
    bottom: 0;
    left: 0;
}

.barre-verticale>div>div {
    transform: rotate(270deg) translate(40px, -24px);
}

.barre-verticale>div>div>div {
    width: 80px;
    text-align: left;
    line-height: 16px;
}

.barre-verticale-container.active>.barre-verticale {
    background-color: #144dc8;
    box-shadow: 0 0 10px rgba(00, 00, 00, .85);
}

.barre-verticale-libelle {
    height: 101px;
    white-space: nowrap;
    position: relative;
}

.barre-verticale-libelle>div {
    width: 32px;
    position: absolute;
    top: 0px;
    left: 0;
}

.barre-verticale-libelle>div>div {
    transform: rotate(315deg) translate(-120px);
}

.barre-verticale-libelle>div>div>div {
    width: 150px;
    text-align: right;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.resultat-calculatrice-salaire {
    text-align: center;
    font-size: 52px;
    font-weight: bold;
    color: #144dc8;
    border-top: 1px solid #144dc8;
    margin-top: 30px;
    padding-top: 10px;
}

.dropdown-salaires>.dropdown-menu>.active>a:hover {
    color: #262626;
    background-color: #f5f5f5;
    text-decoration: none;
}

.dropdown-salaires>.dropdown-menu>.active>a,
.dropdown-salaires>.dropdown-menu>.active>a:focus {
    color: #333;
    background-color: transparent;
    text-decoration: none;
}

.titre-salaires {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    color: #cccccc;
    margin-bottom: 10px;
    margin-top: 0px;
}

.titre-poste-salaires {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #001d51;
    margin-bottom: 40px;
    margin-top: 0;
}

.nouvelle-recherche-salaires {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    color: #cccccc;
    margin-bottom: 30px;
    margin-top: 30px;
}

.sous-titre-description-salaires {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #001d51;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}

#tab-description dl>dt,
#tab-description dl>dd {
    font-weight: normal;
    margin-bottom: 10px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .titre-salaires,
    .nouvelle-recherche-salaires {
        font-size: 24px;
    }

    .resultat-calculatrice-salaire {
        font-size: 48px;
    }
}