/* base : 16px -> 1rem */
/* 1280px -> 80rem */
/* 1440px -> 90rem */
/* 1680px -> 105rem */
/* 1920px -> 120rem */

@media all and (min-width:576px){
    .form-inline .form-control {
        width: 31%;
    }
    .content-container {
        margin-left: 0.9rem;
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    .actions {
        min-width: 180px!important;
    }
}
@media screen and (max-width: 991px){
    .actions {
        min-width: 280px !important ;
    }
}

@media screen and (max-width: 64rem)  {
    /*#pendingInvestigationsTable th,*/
    /*#pendingInvestigationsTable td {*/
        /*width: 50px!important;*/
    /*}*/
    body {
        font-size: 0.9rem!important;
    }

    /*#searchByDiv {*/
        /*width: 40%;*/
    /*}*/
    
    .btn-continuer-mes-enquetes{
        font-size: 0.9rem!important;
    }
    

    .width-43 {
        width: 24rem;
    }
    .width-23 {
        width: 18rem;
    }

    .font-size-biggest {
        font-size: 2rem;
    }

    .content-container {
        width: 51.5rem;
        margin-left: 9.5rem;
        padding-right: 0;
    }

    .content-container-form {
        margin-left: 9.5rem;
        padding-right: 9.5rem;
    }

    #main-menu {
        width: 9rem;
    }

    /* width des éléments du template form.html.twig */
    /*#formPageHeader { width: 66rem; }*/
    /*#formPageOrder { width: 38rem; }*/
    /*#formContainer { width: 38rem; }*/

    label + small {
        position: relative;
        top: -8px;
        display: block;
        float: left;
        line-height: 1px;
    }
    .form-inline .form-control {
        width: 31%;
    }
    div.billing p {
        font-size: 0.7rem;
    }
}

@media screen and (max-height: 768px) {
    .form-control {
        height: 1.8rem;
        font-size: 0.9rem!important;
    }
    input[type="text"], input[type="select"] {
        height: 1.8rem;
    }

    .form-check-input {
        position: absolute;
        margin-top: 0.3rem;
        margin-left: -1.25rem;
    }
    .filters {
        right: -305px!important;
        min-width: 883px;
    }
    
    .btn-continuer-mes-enquetes{
        font-size: 0.9rem!important;
    }   

    /*#formPageBilling > div {*/
        /*height: 25.25rem;*/
    /*}*/

    body {
        font-size: 0.9rem!important;
    }
    .padding-smaller {
        padding: 0.2rem;
    }
    .margin-top-smaller {
        margin-top: 0.1rem;
    }
    .margin-top-small {
        margin-top: 0.2rem;
    }
    .margin-bottom-small {
        margin-bottom: 0.2rem;
    }
    /*
    .form-check {
        top: -3px;
        display: inline;
        margin-left: 1rem;
    }*/
    /*.form-check + small {*/
        /*display: inline-block;*/
        /*float: right;*/
    /*}*/
    .addToCart {
        padding: 0;
    }
    /*
    .emptyFieldsMessage {
        max-height: 2.5rem;
    }*/
    /*.btn-checkbox {
        height: 1.8rem;
    }*/
    .record-ref {
        clear: both;
    }

}

@media screen and (max-width: 105rem ) {
    /* de 1280px à 1680px */
    .menu-container,
    nav.bottom-fixed {
        width: 9rem;
    }

    .filters {
        right: -233px!important;
    }

    .content-container {
        margin-left: 9.5rem;
    }

    .pending-container {
        margin-left: 9.5rem;
    }

    .filters {
        min-width: 883px;
    }

    table#pendingInvestigationsTable td:first-child:not([colspan="9"]) {
        display: none;
    }
    table#pendingInvestigationsTable thead th:first-child {
        display: none;
    }

    .content-container-form {
        margin-left: 8.5rem;
        padding-right: 8.5rem;
    }

    /* width des éléments du template form.html.twig */
    /*#formPageHeader { width: 66rem; }*/

    /*#formPageOrder { width: 48.5rem; }*/
    /*#formContainer { width: 48.5rem; }*/

    /**{*/
        /*font-size: 0.95rem;*/
    /*}*/
}

@media screen and (min-width: 105rem) and (max-width: 120rem) {
    /* de 1680px à 1920px */
    .menu-container,
    nav.bottom-fixed {
        width: 13rem;
    }

    .content-container {
        width: 88rem;
        margin-left: 14.5rem;
    }

    .content-container-form {
        margin-left: 16rem;
        padding-right: 16rem;
    }

    .filters {
        right: -305px!important;
        min-width: 883px;
    }
    .actions {
        min-width: 312px!important;
    }
    .btn-continuer-mes-enquetes{
        font-size: 1rem!important;
    }
        

    /* width des éléments du template form.html.twig */
    /*#formPageHeader { width: 88.5rem; }*/

    /*#formPageOrder { width: 65rem; }*/
    /*#formContainer { width: 65rem; }*/

    /**{*/
        /*font-size: 1rem;*/
    /*}*/
}

@media screen and (min-width: 121rem) {
    /* à partir de 1920px */
    .menu-container,
    nav.bottom-fixed {
        width: 13rem;
    }

    .content-container {
        width: 68rem;
        margin-left: 14.5rem;
    }

    .content-container-form {
        margin-left: 15rem;
        padding-right: 15rem;
    }

    .btn-continuer-mes-enquetes {
        font-size: 1rem;
    }

    /* width des éléments du template form.html.twig */
    /*#formPageHeader { width: 88.5rem; }*/

    /*#formPageOrder { width: 65rem; }*/
    /*#formContainer { width: 65rem; }*/
}