/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 768px) {
    /* PROFILE START */
    .type-of-company {
        font-size: 1.2rem;
        opacity: .6;

    }

    .members-company .nav-pills .nav-link {
        color: #212529;
        font-size: .9rem;
    }

    .members-company .nav-pills .nav-link:hover {
        font-weight: bold;
    }

    .members-company .nav-pills .nav-link.active {
        background: #d5dee8;
    }

    .e-profile .profile-role {
        font-size: 1rem;
    }

    .informationsFullName {
        font-size: 1.3rem;
    }

    .e-profile input {
        font-size: .9rem;
    }

    .btn-profile {
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .btn-profile:hover {
        background: #545d66;
        border-color: #545d66;
    }


    .profile-delivery-nav {
        background: #0d6efd;
    }

    .profile-delivery-nav:hover {
        opacity: .8;
    }

    .profile-delivery-nav a {
        color: #fff !important;
        padding: 8px 10px;
    }

    .profile-delivery-nav a:hover {
        font-weight: normal !important;
    }

    .section-tva {
        margin-top: 70px;
    }

    .title-sectionTva {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    #update-modalTva .modal-body {
        margin: 0 20px 20px 20px;
    }

    button.btn.btn-secondary.align-bottom.mx-auto, button.delete-tvaProfile.btn.btn-danger {
        font-size: .8rem;
        margin-top: 40px;
    }

    .add-tvaProfile {
        margin-left: 12px;
    }

    .buttons-tva a {
        text-decoration: none !important;
    }

    .section-deliveryProfile {
        margin-top: 80px;
    }

    .title-deliveryProfile {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }


    .card-body-profile {
        font-size: 14px;
    }

    .card-body-profile h4 {
        font-size: 1.4rem;
    }

    .e-profile h2 {
        font-size: 1.4rem;
    }

    .e-profile .type-of-company {
        font-size: 1rem;
    }

    .btn-profile {
        font-size: .9rem;
    }


    .timelineInput {
        font-size: 1rem;
    }

    .timeDeliveryInput {
        width: 100px;
    }

    /** modal addresses **/
    .home-address:hover {
        background: #e8f1f9;
        cursor: pointer;
    }

    .home-address-active {
        background: #e8f1f9;
    }

    /** end modal addresses **/
    /** horaires **/
    .date-addressDelivery h5 {
        margin-bottom: 0;
    }

    .businessHours {
        font-size: .9rem;
    }

    .days-addresDelivery {
        font-size: 1rem;
    }

    .containerTimerHourly {
        position: relative;
        text-align: center;
    }
    

    .containerTimerHourly p {
        margin-bottom: 5px;
    }


    .postalError {
        color: #D71313;
        font-size: .85rem;
        display: none;
        padding-left: 2px;
        margin-top: 4px;
        border: red;
    }

    .ibanError {
        color: #D71313;
        font-size: .85rem;
        padding-left: 2px;
        margin-top: 4px;
    }

    .containerMorningInputs p, .containerAfternoonInputs p {
        font-size: .9rem;
    }
    .hourlyMorningInputs {
        display: flex;
    }

    .hourlyTimeToTime {
        padding-top: 5px;
    }

    .containerMorningInputs input {
        font-size: .95rem;
    }


    .dayContent.align-items-end.pb-2 {
        min-width: 0;
    }
    /** end horaires **/

    /** RIB **/
    .section-rib {
        position: relative;
        top: 20px;
    }

    .rib-informations .title-rib {
        font-size: 1.2rem;
        font-weight: bold;
        margin-top: 30px;
    }

    .labelRibTitle {
        font-size: .9rem;
    }

    .rib-informations {
        display: none;
        border: 2px solid #dbe2f9;
        padding: 0 20px;
    }

    .companyRibValidate {
        position: absolute;
        bottom: 25px;
        font-size: .9rem;
    }

    .title-uploadRib {
        margin-bottom: 5px;
    }

    .rib-company {
        margin-bottom: 4px;
    }

    .donwload-rib {
        text-decoration: none;
        color: #212529;
        opacity: .7;
    }

    .purchase-decision-maker {
        font-size: .95rem;
    }

    .content-purchase-maker {
        font-size: .9rem;
        font-weight: 100;
        padding-bottom: 20px;
        background: #f9f9f9;
    }

    .invoiceTitle{
        font-size: 2.50rem !important;
        color: #95b738;
    }
    /** END RIB **/
    /* PROFILE END */
}

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .titleInfoEntreprise{
        display: flex;
        flex-direction: column;
    }
    .titleInfoEntreprise h4{
        font-size: 1.32rem !important;
        margin-bottom: 20px;
    }
    .e-profile{
        margin-top: 20px;
    }
    .morningInputs, .afternoonInputs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .morningInputs, .afternoonInputs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .pipeTimeDeliveryInput{
        border-bottom: 1px solid #cccccc !important;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 992px) {
    .morningInputs, .afternoonInputs {
        display: flex;
        justify-content: center;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

body {
    padding-top: 0;
}