/* (1366x768) WXGA Display */

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

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


@media (max-width: 991px) {

    .map-build {
        flex-wrap: wrap;
    }

    .hlf {
        width: 100%;
    }

    .build {
        height: 260px;
    }

    .elt2 {
        gap: 10;
        flex-wrap: wrap;
        padding: 0px 20px;
    }

    .elt2 .square-box {
        flex-basis: 100%;
    }

    .mb-20-mob {
        margin-bottom: -20px;
    }

    .fiche-formation-wrapper {
        flex-wrap: wrap;
    }

    .subscribe-float {
        padding: 25px 20px;
        background-color: rgba(234, 236, 240, 1);
        position: fixed;
        width: 100%;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
    }

    .fiche-hero {
        background: linear-gradient(rgba(0, 0, 41, .6), rgba(0, 0, 41, .8)), url(../img/bts-bg.jpg);
        background-size: cover;
        padding: 60px 20px;
        background-position: center center;
    }

    .fiche-wording h2 {
        font-size: 2.2rem;
    }

    .tt-desc-2 {
        margin-bottom: 20px;
        font-size: 27px;
    }

    .tt-desc {
        font-size: 3rem!important;
    }
}


/*tablette*/

@media (min-width: 768px) and (max-width: 991px) {
    .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) {

    .wrapper-acc {
        padding: 0px 15px;
    }

    .ic {

        text-align: start;
    }

    .square-box:not(.square-clm) {

        flex-wrap: wrap-reverse;
    }

    .wording {
        padding: 0px 15px;
    }

    .form-body {
        padding: 30px 0px 30px 0px !important;
    }

    .form-header font {

        font-size: 15px !important;

    }

    .form-header h3 {
        font-size: 2.1rem !important;
    }

    .form-header {
        padding: 40px 0px 0px 0px !important;
    }

    .accroche {
        padding: 0px 15px;
        font-size: 2.5rem;
    }


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

    .form-body [class*="col-"] {
        margin-bottom: 5px;
    }

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

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

}

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