.header {
    padding: 20px 30px;
}
.btn-header {
	font-size: 18px;
}
.btn-group {
	background-image: url('../images/icon-groupe-tmc.svg');
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: 11px 5px;
}
.top-header .btn {
    margin-left: 10px;
}
@media (max-width: 1199px) {
	.btn-header {
		font-size: 14px;
		padding: 0 10px;
	}
}