<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* (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) {
    .logo-container {
        text-align: center;
    }
    .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;
    }

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

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


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

}*/


/* smartphone */

@media (max-width: 767px) {
    
    .logo-container {
        text-align: center;
    }
      .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-"] {
        margin-bottom: 15px;
    }

   
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {}</pre></body></html>