/* Aerodream Live Webcam – styles front-end */

.aerodream-webcam-wrap {
    display: block;
    margin: 0 0 1em 0;
    line-height: 0;
}

.aerodream-webcam-title {
    font-weight: 600;
    margin: 0 0 .4em 0;
    line-height: 1.4;
    font-size: .95em;
}

.aerodream-webcam-img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.aerodream-webcam-error {
    color: #c00;
    font-style: italic;
}

/* état de chargement */
.aerodream-webcam-wrap.is-loading .aerodream-webcam-img {
    opacity: .5;
    transition: opacity .3s;
}
