html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

.swagger-ui .topbar { 
  background: url('https://gentel.fr/wp-content/uploads/2023/10/logo-gentel.svg') no-repeat; 
  background-color: white; 
  background-size: contain;
  height: 4.5em;
  margin-left: 3em;
}

.swagger-ui svg { 
  display: none; 
}

.swagger-ui .download-url-input {
	display: none; 
}

.swagger-ui .download-url-button {
	display: none; 
}
