/* (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;
    }
    .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;
    }
	.row.v-center-img {
    display: block;
    align-items: center;
    justify-content: center;
}
}


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

}*/


/* smartphone */

@media (max-width: 767px) {
		/*input[type="date"]::before{
		   color: #222222;
		   content: attr(placeholder) ":date";
		}*/
    .succ-ic img {
        width: 60px;
    }
		.row.v-center-img {
    display: block;
    align-items: center;
    justify-content: center;
}
    .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;
    }
    .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: 32px 0px 0px 0px;
        padding: 0px;
        clear: both;
        text-align: center;
    }
    .navbar-right .sub {
        width: 250px;
        height: 45px;
        padding: 0px;
    }
}

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