.slider{
    width: 100%;
    height:500px;
    color:#162351;
    background-position: bottom;
    background-image:url('../../images/defaults/bgCurveBlue.svg');
}
.item-header-h{
    color:#162351;
}
.launch-vids{
    height: 350px;
    text-align: right;
}
.launch-vids > img{
    height:100%;
}
.item-img-screen{
    height:60%;
    max-height: 300px;
}
.item-inscription{
    margin-top:40px;
    padding-left: 15px;
}
.item-inscription .title{
    font-size:2.5vh;
    margin-bottom:10px;
}
.item-inscription .item-sentence{
    color:#665;
    font-size:12px;
    margin-top:15px;
}
.header-form{
    position: relative;
}
.header-form > input{
    height:40px;
}
.header-form > .button_theme{
    position: absolute;
    top:0;
    right:0;
    box-shadow: none;
}
.cell-widget.item-bg-blue{
    background:#E5FAFF;
}
.item-explain{
    background-position: bottom;
    background-image:url('../../images/defaults/bgCurveBlue.svg');
}
.item-bg-white{
    background:#FFF;
}
.spectre-img{
    width:auto;
    height:100%;
}
.svg-flex-md-end {
    display: flex;
    justify-content: center;
    align-items: end;
}
.item-img-screen {
    height: 60%;
    max-height: 298px;
}
.item-column.bg-image > .cell-widget{
    min-height: 280px;
    max-height: 280px;
}
@media only screen and (max-width: 1023px){
    .item-inscription .title {
        font-size: 2vh;
    }
    .launch-vids {
        height: 229px;
    }
    .spectre-img{
        width:100%;
        height:auto;
    }
    .item-img-screen{
        max-width:100%;
    }
}
@media only screen and (max-width: 767px){
    .item-vid.curve .button_theme {
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
    }
    .item-call-mob {
        display: block;
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
    .slider .item-slider{
        display: table;
    }
    .item-content{
        display:block;
    }
    .slider{
        height:180px;
        min-height:180px;
    }
    .item-vid.curve {
        margin-top: 30px;
        position: relative;
        height: 300px;
        text-align: center;
        background-image: url(../../images/pages/online-payment/bgCurveGradientBlue.svg);
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 15px;
    }
    .image-title{
        color: #0d7c9a;
        font-size: 20px;
        text-align: center;
        margin-top: 60px;
        font-weight: 600;
    }
    .spectre-img{
        width:100%;
        height:auto;
    }
    H3.item-cast{
        color: #0d7c9a;
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 60;
        text-align: center;
        margin: 0;
    }
    .item-content > .item-column.init-mob {
        position: initial;
    }
    .item-content.item-bg-blue{
        background:#E5FAFF;
    }
    .item-img-screen.fix {
        height: 200px;
        margin-top: 80px;
    }
}