@charset "UTF-8";

.gn-block-link-icone {
    display: inline-block;
    transition: all .5s ease-in-out;
    opacity: 1;
}
.gn-block-link-icone:hover {
    opacity: 0.7;
}
.gn-block-icone {
    font-family: "Icones Font"; 
    font-weight: normal;
    font-style: normal;
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 1;
    text-rendering: auto;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    user-select: none;
}
.gn-block-icone-solo {
    font-size: 65px;
}