.pictogrames {
    padding: 30px 100px 40px 100px;
    height: 290px;
}

.pictogrames .nav img {
    max-height: 180px;
    width: auto;
}

.pictogrames .nav a {
    text-decoration: none;
}

.pictogrames .nav p {
    font-weight: bold;
    text-align: center;
    color: grey;
}

.pictogrames .nav a:hover p {
    text-decoration: none;
    color: black;
}

.pictogrames .nav {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.pictogrames .circle {
    background-color: #294380;
    width: 180px;
    height: 180px;
    margin-bottom: 1em;
}

.pictogrames .circle .icon {
    font-size: 90px;
    height: 165px;
    width: auto;
}

@media screen and (max-width: 1024px) {
    .pictogrames .circle.is-small-mobile {
        width: 130px;
        height: 130px;
    }

    .pictogrames .circle.is-small-mobile .image {
        width: 125px;
        height: 125px;
    }

    .pictogrames .circle .icon {
        font-size: 70px;
        height: 120px;
        width: auto;
    }
}

@media screen and (max-width: 769px) {
    .pictogrames {
        padding: 5px;
        height: auto;
    }

    .pictogrames .nav p {
        display: none;
    }

    .pictogrames .nav .column {
        padding: 2px;
    }

    .pictogrames .circle.is-small-mobile {
        width: 50px;
        height: 50px;
    }

    .pictogrames .circle.is-small-mobile .image {
        width: 48px;
        height: 48px;
    }

    .pictogrames .circle .icon {
        font-size: 30px;
        height: 40px;
        width: auto;
    }
}

.pictogrames a:hover .circle {
    background-color: #1c2f5a;
}