.infobox {
    font-size: 120%;
    display: table;
    line-height: 120%;
    width: 100%;
    position: relative;
    margin-bottom: 25px !important;
}
.infobox-content {
    padding: 20px 30px 20px 70px;
    display: table-cell;
    vertical-align: middle;
}
.error .infobox-content {
    background: #fbeeee;
    color: #CE1414;
    border-radius: 12px;
}

#login{
	max-width: 420px;
}
#login form .fa{
	padding-right: 1em;
	color:#f76f00;
}
#login .button{
	width: 100%;
}

#adm-header{
	background-color: #f76f00;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	width: 100%;
	position: absolute;
	border: 1px solid #eee;
}
#adm-header a:link, #adm-header a:visited {
    color: #fff;
}
#adm-header a:hover {
    color: #333;
}
.header-btn {
    margin: 0;
    text-align: center;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    display: inline-block;
    padding: 2px 16px;
	width:fit-content;
}

/* ADM-GESTION-NEWS */
#adm-news-gestion{
	background-color: hsl(0deg 0% 96%);
}
#adm-news-gestion .news-bloc{
	position: relative;
}
#adm-news-gestion .news-delete{
	position: absolute;
    top: .5em;
    right: .5em;
}
#adm-news-gestion .news-delete:hover{
	cursor: pointer;
}
#adm-news-gestion .news-delete:hover .fas.fa-circle{
	color:#410d0d;
}
#adm-news-gestion .news-delete:hover .far.fa-circle{
	color:#e4180e;
}
#adm-news-gestion .news-delete:hover .fas.fa-trash-alt{
	color:#ffefef;
}
#adm-news-gestion .fas.fa-circle{
	color:#e4180e;
}
#adm-news-gestion .far.fa-circle{
	color:#ffefef;
	transform: scale(1.2);
	text-shadow: #ccc 4px 4px 4px;
}
#adm-news-gestion .news-bloc:hover .news-txt{
	color:#bbb;
	background-color: #fff;
}

@media (max-width: 1023px) {
    .header-btn span{
        display: none;
    }
}