section.mounth {
    overflow: hidden;
    display: block;
    width: 373px;
    height: auto;
    background: #fff;
    border-radius: 5px;
}

article b,
article span,
.colorsSummary {
    display: block;
    float: left;
    width: 45px; height: 45px;
    margin: 4px;
    text-align: center;
}

article b {
    font: 600 16px/45px 'Open Sans';
    color: #91d9ff;
}

article span,
.colorsSummary {
    font: 300 19px/45px 'Open Sans';
    color: #4c5373;
    box-shadow: inset 0 0 1px 1px #d9dce5;
    border-radius: 2px;
    cursor: pointer;
}

article span.disable {
    color: #b6bacc;
    box-shadow: inset 0 0 1px 1px #f3f4f7;
}

article span:not(.disable):hover {
    background: #cdd0dd;
    box-shadow:
            inset 0 0 1px 1px #d9dce5,
            0 1px 3px -1px #cdd0dd;
}

article span:not(.disable):active {
    background: #b9becf;
    box-shadow:
            inset 0 1px 2px rgba(0,0,0,.18),
            0 0 0 #cdd0dd;
}

article div {
    display: block;
    overflow: hidden;
    clear: both;
}

.heightSwitch {
    height: 50px;
}

.articleList {
    display: none;
}

.hideSpan {
    visibility: hidden;
}

.livraisonWrapper {
    width: 1300px !important;
}

.arrowSwitchMonth:hover {
    cursor: pointer;
    color: green;
}

.btnWidth {
    width: 30px;
    height: 30px;
}

.marginA {
    margin: auto;
}

.row:before,
.row:after {
    display: inline-block;
}

.vertBledina {
    color: green;
}

@media only screen and (max-width: 399px) {
    .arrowSwitchMonth {
        display: none;
    }

    .widthResp {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 345px;
    }

    .col-md-auto {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    article span, article b {
        width: 43px;
    }

    .addressBox {
        width: 350px;
        margin: auto;
    }

    .hrMargin {
        margin-left: 15px;
    }

    .calendarContainer {
        margin-left: 0px !important;
    }

    .menuResp {
        margin: auto;
    }

    .marginColResp {
        margin-top: 20px;
    }

    #articleHr {
        display: none;
    }
}
