
@media screen and (max-width: 1366px) {

    .bloc_steps .slick-list {
        padding: 60px 0px;
    }
    .container {
        max-width: 1300px;
    }

    .steps-box::after {
        display: none;
    }

    #step1::after, #step2::after {
        display: none;
    } 
    .steps-box {
        max-width: initial;
        left: initial;
    }

    .form-box {
        padding: 50px 100px;
    }

    .picto-top {
        right: -216px;
        top: -270px;
        width: 457px;
        height: 484px;
    }

    .interest {
        width: 100%;
        max-width: 200px;
        margin: 10px;
    }

    .chat-group::before {
        display: none;
    }

    .chat-group::after {
        display: none;
    }

    .chat-group {
        left: 0px;
    }

    .figure_mobile {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .bloc_sliders {
        padding: 50px;
    }

    .sliders-title {
        padding: 0 20px 20px 20px;
    }

    .bloc_form {
        padding: 50px;
    }

    .form-box {
        padding: 50px 50px;
    }

    .picto-top {
        right: -116px;
        top: -150px;
        width: 257px;
        height: 234px;
    }

    .picto-bottom {
        left: -155px;
        bottom: -115px;
        width: 329px;
        height: 344px;
    }

    .bloc_chat {
        padding: 50px 20px;
    }

    .chat-bubble {
        max-width: 730px;
    }

    .chat-image {
        max-width: 730px;
    }
}

@media screen and (max-width: 768px) {

    .container {
        max-width: 528px;
    }

    .LSM-logo {
        display: none;
    }

    .header img {
        display: none;
    }

    .header-m img {
        display: block;
    }

    .main-bloc {
        padding: 30px 15px;
    }

    .main-title {
        font-size: 27px;
        line-height: 32px;
    }

    .main-txt {
        font-size: 18px;
        line-height: 22px;
    }

    .bloc_steps {
        padding: 40px 0px;
    } 
    .bloc_steps .slick-list{
        padding: 40px 0;
    }
    .steps {
        width: 270px;
        min-height: 280px;
        padding: 20px;
        border: 10px solid #fff;
    }
    .steps-txt { 
        font-size: 21px;
        line-height: 26px; 

    }
    #step1::before,#step2::before,#step3::before {
        content: url();
        position: absolute;
        top: -46px;
        left: -40px;
        width: 71px;
        height: 90px;
    }
    .bloc_sliders {
        padding: 30px 20px;
    }

    .sliders {
        border-radius: 27px;
    }

    .sliders-title {
        font-size: 27px;
        line-height: 32px;
        padding: 0 30px 0px 30px;
    }

    .sliders-txt {
        font-size: 18px;
        line-height: 22px;
        min-height: 110px;
        padding: 20px 40px 20px 40px;
    }

    .bloc_form {
        padding: 30px;
    }

    .form-box {
        padding: 30px;
    }

    .form-title {
        font-size: 27px;
        line-height: 34px;
    }

    .picto-top {
        display: none;
    }

    .picto-bottom {
        left: -95px;
        bottom: -80px;
        width: 200px;
        height: 200px;
    }
    .form-box{
        border-radius: 25px;
    }
    .form-title {
        padding: 0 20px 10px 20px;
    }

    .input_text {
        font-size: 16px;
        height: 38px;
        padding: 8px 20px;
        margin-bottom: 10px;
    }

    .label_text {
    font-size: 20px;
    top: -10px;
    left: 20px;
    height: 15px;
    display: block;
}

    .checkbox-container {
        margin: 10px auto 0 auto;
    }

    .checkbox-container label {
        font-size: 14px;
    }

    .checkbox-container label:before {
        width: 16px;
        height: 16px;
    }

    .checkbox-container label:after {
        top: -1px;
        left: 3px
    }

    .box2lines label:after {
        top: 14px;
    }

    .interest-checkgroup {
        justify-content: center;
        flex-wrap: wrap;
    }

    .interest-title {
        font-size: 20px;
        padding: 10px 0;
    }

    .interest {
        width: 100%;
        max-width: 100px;
        margin: 10px;
    }

    .interest label {
        font-size: 18px;
    }

    .obliga-txt {
        font-size: 14px;
        margin: 10px auto;
    }

    button {
        font-size: 20px;
        width: 146px;
        height: 46px;
    }

    .bloc_chat {
        padding: 50px 20px;
    }

    .chat-title {
        font-size: 27px;
        line-height: 32px;
    }

    .chat-bubble {
        font-size: 18px;
        line-height: 22px;
        padding: 20px 30px;
        border-radius: 20px;
        max-width: 330px;
    }

    .chat-image {
        max-width: 330px;
    }

    .chat-left {
        margin: 20px 0;
    }

    .chat-right::after {
        bottom: -30px;
        z-index: -1;
    }

    footer {
        justify-content: center;
        align-items: center;
        flex-direction: column; 
    }

    .footer-text {
        padding: 10px;
    }
}