@charset "UTF-8";

.clette-footer__nav__list {
-ms-grid-rows: 5rem 5rem 5rem 5rem;
grid-template-rows: 5rem 5rem 5rem 5rem;
}
@media print,screen and (min-width: 75em) {
    .clette-footer__nav__list {
        -ms-grid-rows:1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        border: none;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

.clette-footer__nav__item:nth-child(odd) {
    border-right: 1px solid #c7c7c7;
}
@media print,screen and (min-width: 75em) {
    .clette-footer__nav__item:nth-child(odd) {
        border-right: none;
    }
}

.clette-footer__nav__item:nth-child(2n) {
    border-left: none;
}