/*** CSS ObserveIT ***/


.observeit.presentation .box-number span {
    font-size: 60px;
    line-height: 60px;
    display: block;
    margin-bottom: 5px;
}

.observeit .background-ellipse {
    background: radial-gradient(ellipse at top, #264E6D 0%, #153648 40%, #002330 62%);
    background-repeat: no-repeat;
}


.observeit .zone_ressources .box-item .elementor-widget-image a {
    width: 100%;
}

.observeit .title-underline span {
    font-style: italic;
    position: relative;
}
.observeit .title-underline span::after {
    border-bottom: 4px solid #00cdff;
    content: "";
    position: absolute;
    bottom: 11px;
    height: 5px;
    display: block;
    width: 100%;
    left: 0;
}