@media (max-width: 991px){
    body #main-wrap:not(.home) {
        padding-top:73px;
    }

    /* .-with-button .btn {
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    } */
}

@media (min-width: 992px){
    /* .-with-button .btn {
        margin-right: 30px;
        z-index: 100;
        position: relative;
    } */
}
@media (min-width: 1300px){
    /* .-with-button .btn {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    } */
}

@media (min-width: 768px){
    .mobile-actions .btn {
        display:none;
    }
}

.-with-button .btn.-blue {
    background-color: #092d74;
    background-image: -webkit-gradient(linear, left top, right top, from(#092d74), to(#061f50));
    background-image: -webkit-linear-gradient(left, #092d74, #061f50);
    background-image: -o-linear-gradient(left, #092d74, #061f50);
}


@media (max-width: 479px){
    body #main-wrap:not(.home) {
        padding-top:53px;
    }


}

.-fw-bold {
    font-weight:bold;
    font-size: 1.2rem;
}

.c-grille__list li.-no-bullet:before {
    display: none;
}

.c-grille__list li.-no-bullet {
    padding-left: 0;
}

.c-grille__list .text-danger {
    color: #DA1A32;
}
