@media (min-width: 904px) and (max-width: 1250px) {}


/*tablette*/

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

    .tri-blc {
        margin-top: 0px;
        padding: 50px 0px 0px 0px;
    }

    .bg-card {
        padding: 5px 0px 50px 0px;
    }

    .ic-form {
        background-attachment: scroll;
    }

    .elt {
        display: block;
    }

    .a-right {
        text-align: center;
    }

    .sub-hd {
        width: 270px !important;
    }

    .clr-bth {
        margin-bottom: auto;
    }

    .mer {
        margin-bottom: 0px !important;
    }

    [class*="col-"] {
        margin-bottom: 15px;
    }

    .no-mrg {
        margin-bottom: 0;
    }

    #txt-caroussel {
        margin-bottom: 100px;
    }
    
      .form-holder {

        box-shadow: none;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

    }
}


/*@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}*/


/* smartphone */

@media (max-width: 767px) {

    .form-holder {

        box-shadow: none;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

    }

    .icon-l {
        width: 70px;
        height: 70px;
        line-height: 70px;

    }

    .idea:before {
        content: "\e804";
        font-size: 40px;
    }

    .study:before {
        content: "\e802";
        font-size: 40px;
        line-height: 70px;
    }

    .concept:before {
        content: "\e803";
        font-size: 35px;
    }

    .icon-line-list.line:after {

        height: calc(100% + 50px);
        top: 70px;
        left: 50px;

    }

    .tri-blc {
        margin-top: 0px;
        padding: 50px 0px 0px 0px;
    }

    .bg-card {
        padding: 5px 0px 50px 0px;
    }

    #txt-caroussel {
        margin-bottom: 100px;
    }


    .elt,
    .flx {
        display: block;
    }

    .a-right {
        text-align: center;
    }

    .sub-hd {
        width: 270px !important;
    }

    .succ-ic img {
        width: 60px;
    }

    .frame p {
        font-size: 15px;
    }

    .no-mrg {
        margin-bottom: 0 !important;
    }

    .clr-bth {
        margin-bottom: auto;
    }

    .mer {
        margin-bottom: 0px !important;
    }

    [class*="col-"] {
        margin-bottom: 15px;
    }

    .cust-card {
        height: auto !important;
    }

    .cust-card:hover {

        transform: translateY(0px);
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {}
