#it-main-content {
    padding-bottom: 1.5em ;
}

.social-icons svg {
    fill: #fff ;
    margin-right: 1em;
}

.social-icons a {
    color: #fff ;
    text-decoration: none;
}
.social-icons a:hover {
    color: #909090 ;
}

.social-icons a:hover > svg {
    fill: #909090 ;
}

ul.it-card-chips.chips-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-top: .5rem;
    margin-bottom: 0;
    list-style-type: none;
    line-height: 1.5;
}

ul.it-card-chips.chips-list {
    list-style: none;
}

.flag_container.clearfix {
    display: flex;
    height: 10px;
}

.flag_container > .green {
    width: 33.3%;
    height: 100%;
    background-color: #008000;
}

.flag_container >.white {
    width: 33.3%;
    height: 100%;
    background-color: #ffffff;
}   
.flag_container > .red {
    width: 33.3%;
    height: 100%;
    background-color: #ff0000;
}

#toolbar-administration.toolbar {
    z-index: 10 !important;
}

.object-top img {
    object-position: top ;
}

.full-width-image img {
    width: 100% ;
    height: auto ;
}
.full {
    width: 100% ;
}

@media screen and (max-width: 609px) {
  #toolbar-administration.toolbar {
        width: 100%;
        position: fixed;
        top: 0;
        max-width: none !important;
        z-index: 10 !important;
    }
}