﻿.Icone {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    /*height: 100%;*/
    background-position: center;
    aspect-ratio: 1 / 0.80;
    height:140px;
    width:140px;
}

.IconSF {
    font-size: 5em;
    color: #263B7D;
    border: solid 1px;
    border-radius: 50%;
    border-color: #263B7D;
}

    .IconSF:hover {
        color: #19A4C9;
        border-color: #19A4C9;
    }

.IconSF_2 {
    font-size: 5em;
    color: #19A4C9;
    border: solid 1px;
    border-radius: 50%;
    border-color: #19A4C9;
}

    .IconSF_2:hover {
        color: #263B7D;
        border-color: #263B7D;
    }

.padding_1 {
    padding: 1%;
}
.padding_3 {
    padding: 3%;
}

h2 {
    color: #19A4C9;
    font-family: BankGothicMedium;
}

.whiteSpace {
    padding: 0;
    text-align: left;
    font-size:1.3em;
}


.DivIcon {
    display: flex;
}


@media screen and (max-width: 800px) {
    /*    .DivIcon {
        display: none;
    }*/
    .Icone {
        height: 105px;
        width: 105px;
    }
}

@media screen and (max-width: 600px) {
    /*    .DivIcon {
        display: none;
    }*/
    .Icone {
        height: 75px;
        width: 75px;
    }
}


.whiteSpace p {
    margin: 0;
}
