.slider, .item-explain{
    background-image:url('../../images/defaults/bgCurveGreen.svg');
}
.slider{
    width: 100%;
    height:500px;
    background-position: bottom;
}
#header a.logo, #header .compagnyName, .item-header-h > .color {
    color:#2F7902;
}
#header .logo-icon{
    content: url('../../images/logos/pos2.png');
}
.item-header-h{
    color:#162351;
}
H3.item-cast{
    line-height: 28px;
    top:10px;
}
.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;
}
.item-explain .item-included{
    color:#2d5d06;
}
.item-explain .item-included > .fa-solid{
    color:#4b960e;
}
.button_blue{
    background: linear-gradient(268.79deg, #3b8e5a 3.53%, #398e5e 95.47%);
}
.button_blue:hover{
    background: linear-gradient(268.79deg, #46a76a 3.53%, #398e5e 95.47%);
}

@media only screen and (max-width: 1023px){
    .item-inscription .title {
        font-size: 2vh;
    }
    .launch-vids {
        height: 229px;
    }
    .item-img-screen{
        max-width:100%;
    }
}
@media only screen and (max-width: 767px){
    .slider .item-slider{
        display: table;
    }
    .item-content{
        display:block;
    }
    .slider{
        height:180px;
        min-height:180px;
    }
    #item-carroussel-header .item-title-in{
        color:#152351;
    }
    .item-vid.curve{
        margin-top:30px;
        position: relative;
        height: 300px;
        text-align: center;
        background-image: url(../../images/pages/members/bg_gradient_green.svg);
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 15px;
    }
    .item-call-mob{
        display: block;
        text-align: center;
        width: 100%;
        margin-top:20px;
    }
    .item-vid.curve .button_theme{
        position: absolute;
        top:-18px;
        left:50%;
        transform: translateX(-50%);
    }
    .item-content > .item-column.init-mob {
        position: initial;
    }
    .item-img-screen{
        height:200px;
        margin-top: 50px;
    }
    .item-content > .item-column.bg-image{
        padding:0;
        min-height:200px;
    }
    .bg-image > .cell-widget{
        height:200px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .image-title{
        color: #104E06;
        font-size: 20px;
        text-align: center;
        margin-top: 60px;
        font-weight: 600;
    }
}