/* (1366x768) WXGA Display */

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

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


/*tablette*/

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

    .dispc {
        display: flex;
        justify-content: space-around;
    }

    .elt {
        display: block;
    }

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

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

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

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

    .navbar-header {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .navbar-brand {
        margin: 0 auto;
        float: none;
        padding: 15px;
        text-align: center;
    }

    .navbar-brand > img {
        display: inline-block;
        width: 120px;
    }

    .valign-abs-txt-nav {
        position: relative;
        clear: both;
        margin-bottom: 15px;
    }

    .navbar-right {
        float: none !important;
        margin: 0 auto;
        padding: 0px;
        clear: both;
        text-align: center;
    }

    .navbar-right .sub {
        width: 250px;
        height: 45px;
        padding: 0px;
    }

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


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

}*/


/* smartphone */

@media (max-width: 767px) {

    .form-header {
        padding: 20px 35px!important;
    }

    #signle-item .item {
    height: 340px;
    }

    .brand-logo {
        flex-direction: column;
    }

    .brand-logo img {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
    }

    .tc h1 {
        padding: 0px 20px;
        font-size: 22px;
    }

    .sub {
        font-size: 14px !important;
    }

    .sub-big-title {
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        text-align: center;
    }

    .sub-big-title h2 {
        font-size: 20px;
    }

    .dispc,
    .disp {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .pad-plus {
        padding: 50px 20px 0px 20px;
    }

    .elt {
        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;
    }

    [class*="col-"]:not(.form-body [class*="col-"], .custom-nav [class*="col-"]) {
        margin-bottom: 15px;
    }

    .square-box {
        height: auto !important;
    }

    .navbar-header {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .navbar-brand {
        margin: 0 auto;
        float: none;
        padding: 15px;
        text-align: center;
    }

    .navbar-brand > img {
        display: inline-block;
        width: 120px;
    }

    .valign-abs-txt-nav {
        position: relative;
        clear: both;
        margin-bottom: 19px;
        top: 31px;
    }

    .navbar-right {
        float: none !important;
        margin: 0 auto;
        padding: 0px;
        clear: both;
        text-align: center;
    }

    .navbar-right .sub {
        width: 250px;
        height: 45px;
        padding: 0px;
    }
}

