/*
Copyright 18/03/2022 michelgeny.
All rights reserved.
    Created on : 18 mars 2022, 16:52:29
    Author     : michelgeny
*/
/* Styles pour les pages publiques sans listes */
/*----- REQUÊTES DE MEDIA -----*/
@media (min-width: 1200px) {    /* xl et xxl */
    /* esapcement central colonnes doc du mois */
    div.mid-spacer-left {
        padding-right: 0.9375rem;
    }
    div.mid-spacer-right {
        padding-left: 0.9375rem;
    }
    /* marges spéciales */
    .field-mb-xl {
        margin-bottom: 0;
    }
    .field-mb-md {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) { /* lg */
    /* esapcement central colonnes doc du mois */
    div.mid-spacer-left {
        padding-right: 0.9375rem;
    }
    div.mid-spacer-right {
        padding-left: 0.9375rem;
    }
    /* marges spéciales */
    .field-mb-xl {
        margin-bottom: 6px;
    }
    .field-mb-md {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    div.well-xs.height-1lg-2md {
        height: 48px;
    }
    /* marges spéciales */
    .field-mb-xl, .field-mb-md {
        margin-bottom: 6px;
    }
}
@media (max-width: 767px) {     /* xs et sm */
    div.well-xs.height-1lg-2md {
        height: 48px;
    }
    .control-label.no-stack {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
    /* marges spéciales */
    .field-mb-xl, .field-mb-md {
        margin-bottom: 6px;
    }
}
@media (max-width: 767px) {     /* xs et sm */
    label.mylabels {
        text-align: left !important;
        margin-left: 0.5rem;
    }
}
