.header-dsm{
    position: relative;height: 160px; overflow: hidden; display: flex;
    flex-direction: column;
    justify-content: center;}
.header-dsm .elementor-widget-container{margin: 0}
.header-dsm > div{z-index: 1}
.header-dsm:before {
    position: absolute;
    display:block;
    width: 100vw;
    height: 160px;
    content: "";
    background: url(/assets/uploads/2020/06/musee-des-arts-forain-bercy_00008.jpg) no-repeat center center;
    background-size: cover;
    -webkit-filter: blur(6px);
    filter: url(/assets/themes/noky/assets/images/blur.svg#blur);
    filter: blur(6px);
    transform: scale(1.1);
    z-index: 0;

}

#gform_wrapper_3.gform_wrapper .gform_footer{
    padding: 0 15px;
}
.header-dsm:after{
    background-color: rgba(22, 60, 111, 0.3);
    position: absolute;
    display:block;
    width: 100vw;
    height: 160px;
    content: "";
    z-index: 0;
}
.header-dsm h2.elementor-heading-title {color : #fff;}
