@font-face {
	font-family: "HKGrotesk";
	font-weight: normal;
	font-style: normal;
	src: url('../Fonts/HKGrotesk-Regular.otf');
}

@font-face {
	font-family: "HKGrotesk";
	font-weight: bold;
	font-style: normal;
	src: url('../Fonts/HKGrotesk-Bold.otf');
}

@font-face {
	font-family: "HKGrotesk";
	font-weight: bold;
	font-style: italic;
	src: url('../Fonts/HKGrotesk-BoldItalic.otf');
}
.connexion {
    font-family: "HKGrotesk" !important;
    background-color: #595E5F;
    border: 1px solid #AFB1B2;
    border-radius: 25px;
    color: #ffffff!important;
    margin: 5px auto;
    transition: 0.2s;
    white-space: nowrap;
    width: 100%!important;
    height: 47px;
}

.connexion:hover {
    background-color: #b8de78;
    border: 1px solid #e1fbb3;
    transition: 0.2s;
}

.tx-om-cookie-consent {
    display: none!important;
}