@media (min-width: 768px) {
    .img-citation {
        width: 200px;
        display: inline;
    }
    .text-center{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.ic-balado:before, .ic-balado-vert:before {
background-image: url(/ressources/images/ic-balado-dsd.svg);
}
.logo-contact img{
    max-width: 200px;
}
@media (max-width: 767px) {
    .img-citation {
        width: 200px;
        display: none;
    }

    .cd-pastilles.xs-3-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cd-pastilles.xs-3-col>* {
        display: inline-block;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        -webkit-box-flex: 1;
        margin-right: 0;
        margin-left: 0;
        min-width: 33%;
    }

    .cd-pastilles.xs-3-col.icon-centre>*>*:first-child {
        margin-right: auto;
        margin-left: auto;
    }

    .cd-pastilles.xs-3-col.icon-centre>*>*:first-child:before {
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }
}
