@charset "UTF-8";

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {

    .list-group-item h4 {
        font-size: 13px;
    }

    .list-group-item h5{
        font-size: 12px;
    }

}

/*Tablette| ipad | ipod*/
@media only screen and (max-width:768px) {

    #comment-ca-marche .block-cc>i.fas {
        color: #fff;
        font-size: 35px;
        border: 3px solid #fff;
        border-radius: 50%;
        padding: 15px;
        opacity: 1;
    }

    #comment-ca-marche .block-cc{
        border-radius: 5px;
        border: 1px solid #eee;
        height: auto;
        background: transparent;
        padding: 10px;
    }

    .table thead  th,.table tbody  td{
        font-size: 10px;
    }

    .list-group-item h5 {
        font-size: 16px;
    }

}

/*ecran d'ordinateur moyen d'une largeur minimale de 1170px */
@media only screen and (min-width:1170px) {

}

/*ecran d'ordinateur moyen d'une largeur maximale de 1200px */
@media only screen and (max-width:1200px){

}

/* Large Devices, Wide Screens | très large ecrans*/
@media only screen and (max-width:1400px) {

}