.message-cal-banner{
    max-height: 330px;
    max-width: 460px;
    background: rgba(255, 255, 255, 0.7);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.blue{
    color: #5291CE;
}

.green{
color: #197711;
}

.red{
    color: #CA1D2E;
}

.drapeau{
    height: 32px;
    width: 32px;
}

.icon-size{
    font-size: 2em;
}

.size-deco-mur-flex{
    width: 180px;
    height: 138.56px;
}
.weight{
    font-weight: bold;
}

.gray{
    color: #666666;
}

@media (max-device-width: 1200px) {
    #calendriers-container, #pele-mele-container, #cartes-voeux{
        display: none;
    }
}