/* (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) {
    .clr-bth {
        margin-bottom: auto;
    }

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

    .lg-align {
        text-align: center;
    }

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

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

    .about-intro-text {
        padding: 50px;
        -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

    .txt-aligner {
        text-align: center;
    }

    .elt {
        display: block;
    }

    .a-right {
        text-align: center;
        margin: 0 auto;
    }
}


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

}*/


/* smartphone */

@media (max-width: 767px) {
    
    .sub {
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .big-tt {

        font-size: 50px;
    }

    .sub-tt {
        font-size: 30px;
    }

    .a-right {
        text-align: center;
        margin: 0 auto;
    }

    .elt {
        display: block;
    }

    .nv-header img,
    .logo-wht,
        {
        width: 120px;
    }

    .txt-aligner {
        text-align: center;
    }

    .lg-align {
        text-align: center;
    }

    .about-intro-text {
        padding: 50px;
        -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

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

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

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

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

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

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

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

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