#block-meteosms, #block-meteosms-2{
    background: url("../../images/bg-meteo-sms.jpg") no-repeat center center / cover;
    height: 258px;
    text-align: center;
    padding: 50px 45px 20px;
    margin-bottom: 20px;
}
#block-meteosms-2{
    width: 48%;
    float: left;
    margin-right: 12px;
    height: 280px;
}
#block-meteosms h2, #block-meteosms-2 h2{
    /*text-shadow: 2px 2px 4px #fff;*/
    color: #1d6292;
    font-weight: 900;
    font-size: 44px;
    text-shadow:
    -2px -2px 2px #fff,
    -2px -2px 2px #fff,
    -2px -2px 2px #fff,
    -1px -1px 1px #fff,
    -1px -1px 1px #fff;
    line-height: 42px;
}
#block-meteosms h2 span,
 h2 span{
    font-size: 32px;
}
#block-meteosms h2 a, #block-meteosms-2 h2 a{
    color: #1d6292;
}
#block-meteosms h2 a:hover, #block-meteosms-2 h2 a:hover{
    color: #1d6292;
    text-decoration: none;
}

#block-meteosms p, #block-meteosms-2 p{
    /*text-shadow: 2px 2px 4px #fff;*/
    color: #ffb51b;
    font-weight: 900;
    font-size: 60px;
    text-shadow:
            -2px 2px 2px #fff,
            -2px 2px 2px #fff,
            -2px 2px 2px #fff,
            -1px 1px 1px #fff,
            -1px 1px 1px #fff;
    line-height: 72px;
    background: url("../../images/meteo-sms.png") no-repeat left center;
    padding-left: 70px;
}
.plan-site ul li{
    font-size: 14px;
    text-align: inherit;
}
.plan-site h3{
    font-size: 1.25em;
    text-align: inherit;
}



/**************** Bloc actualités ******************/
#block-actualites h2 {
    color: #1d6292;
    font-size: 27px;
}
#block-actualites h2:before {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background: #ffb51b;
    content: "";
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    #block-meteosms-2 {
        width: 100%;
    }
}
