#ovh-incendie {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    background-color: #ffbb33;
    display: flex;
    width: 100vw;
    border-bottom: 2px solid #FF8800;
    box-sizing: border-box;
}
#ovh-incendie > span {
	font-size: 30px;
    padding: 10px;
    height: 100%;
    cursor: pointer;
}
#ovh-incendie > div {
	padding: 10px;
}
#ovh-incendie > div > p {
	margin-bottom: 4px;
}
#ovh-incendie > div > p:last-child {
	margin-bottom: 0;
}