.dropdown-menu {
    margin: 8px 0px!important;
}

.modal-content {
    width: 100%;
    max-width: 800px;
}

.facture {

    max-width: 100px;

}


.vignette {
    width: 50px;
    transform: scale(1);
    transition: transform .5s;
}
.colaccueil{


}
.accueil{
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 20px;
    padding-right:12px;
    border-spacing:5px;
    border-right: solid  #888888 ;
    border-bottom: solid  #888888;
    border-left: solid  #cccccc;
    border-top : solid  #cccccc;
    font-size: 18px;
}

.vignette:hover {
    z-index : 15;
    position: absolute;;
    transform: scale(5);
}
.modal .card{
    width: 15rem;
}

@media screen and (max-width: 768px)  {
    .vignette{
        width: 100px;
        margin: auto;
    }
    .texte{
        font-size: 1.5rem;
    }
    .modal {
        width:100%;
    }
    .modal-header .btn-close
    {
        padding-left: 0;
        margin: auto;
    }
    .modal input {
        height: 50px;
        font-size: 25px;
    }
    .modal .card{
        width: 100%;
        max-width: 350px;
        margin-left: 0;
    }
    
    /* Responsive tables */
    .table-responsive {
        overflow-x: auto;
    }
    
    /* Make cards responsive */
    .card {
        width: 100% !important;
        max-width: 400px;
        margin: 0 auto 1rem auto;
    }
    
    /* Adjust form inputs for better mobile experience */
    input[type="text"],
    input[type="number"],
    select {
        font-size: 16px;
        height: 40px;
    }
    
    /* Improve button spacing on mobile */
    .btn {
        margin-bottom: 0.5rem;
        margin-right: 0.5rem;
    }
    
    /* Improve table display on mobile */
    .d-block.d-md-table-cell,
    .d-block.d-lg-table-cell {
        padding: 0.75rem;
        border-bottom: 1px solid #dee2e6;
    }
    
    /* Add spacing between stacked cells */
    .d-block.d-md-table-cell + .d-block.d-md-table-cell,
    .d-block.d-lg-table-cell + .d-block.d-lg-table-cell {
        margin-top: 0.5rem;
    }
    .accueil{

        font-size: x-large
    }
    /* Make action buttons more tappable on mobile */
    .fa {
        padding: 10px;
        font-size: 1.2rem;
    }
    
    /* Improve modal display on mobile */
    .modal-dialog {
        margin: 0.5rem;
    }
   /* .modal input[type="number"] {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }

    .modal input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }

    .modal .number-input {
        border: 2px solid #ddd;
        display: inline-flex;
    }

    .modal .number-input,
    .number-input * {
        box-sizing: border-box;
    }

    .modal .number-input button {
        outline:none;
        -webkit-appearance: none;
        background-color: transparent;
        border: none;
        align-items: center;
        justify-content: center;
        width: 3rem;
        height: 3rem;
        cursor: pointer;
        margin: 0;
        position: relative;
    }

    .modal .number-input button:after {
        display: inline-block;
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f077';
        transform: translate(-50%, -50%) rotate(180deg);
    }
    .modal .number-input button.plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .modal .number-input input[type=number] {
        font-family: sans-serif;
        max-width: 5rem;
        padding: .5rem;
        border: solid #ddd;
        border-width: 0 2px;
        font-size: 2rem;
        height: 3rem;
        font-weight: bold;
        text-align: center;
    }
*/
}
/*--------------------------------------------------------------------------
 BUTTON
--------------------------------------------------------------------------*/
.btn {
    position: relative;
    padding: 8px 20px;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.428571;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 0.2rem;
    outline: 0;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow, transform;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 0;
}
.btn.btn-primary,
a.btn.btn-primary {
    color: #E2E3E4 !important;
    border-color: #f90;
    background-color: #f90;
    border-radius: 30px;
}
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:hover {
    color: #f7f7f7;
    background-color: #e08700
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active {
    color: #E2E3E4 !important;
    background-color: #1c232a;
    border-color: black;
}
.btn.btn-primary:active:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary:active.focus,
.btn.btn-primary.active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active.focus {
    color: #E2E3E4 !important;
    background-color: #1c232a;
    border-color: #1c232a;
}
.btn.btn-primary.disabled:focus,
.btn.btn-primary.disabled.focus,
.btn.btn-primary:disabled:focus,
.btn.btn-primary:disabled.focus {
    background-color: #e08700;
    border-color: #e08700;
    cursor: initial;
}
.btn.btn-primary.disabled:hover,
.btn.btn-primary:disabled:hover {
    background-color: #e08700;
    border-color: #e08700;
    cursor: initial;
}
.btn.btn-secondary,
a.btn.btn-secondary {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
    border-radius: 30px;
}
.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:hover {
    color: #333333 !important;
    background-color: #f2f2f2;
    border-color: #adadad;
}
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled).active {
    color: #333333 !important;
    background-color: #f2f2f2;
    border-color: #adadad;
    box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}
.btn.btn-secondary:active:hover,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active.focus,
.btn.btn-secondary.active:hover,
.btn.btn-secondary.active:focus,
.btn.btn-secondary.active.focus {
    color: #333333 !important;
    background-color: #f2f2f2;
    border-color: #8c8c8c;
}
.btn.btn-secondary.disabled:focus,
.btn.btn-secondary.disabled.focus,
.btn.btn-secondary:disabled:focus,
.btn.btn-secondary:disabled.focus {
    background-color: #fafafa;
    border-color: #ccc;
    cursor: initial;
}
.btn.btn-secondary.disabled:hover,
.btn.btn-secondary:disabled:hover {
    background-color: #fafafa;
    border-color: #ccc;
    cursor: initial;
}
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary:hover {
    box-shadow: 0 14px 26px -12px rgba(250, 250, 250, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(250, 250, 250, 0.2);
}
.btn.btn-info,
a.btn.btn-info {
    border-radius: 30px;
    color: #fff !important;
    background-color: #008798;
    border-color: #008798;
    box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}
.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:hover {
    color: #fff !important;
    background-color: #008798;
    border-color: #008798;
}
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info:not(:disabled):not(.disabled):active,
.btn.btn-info:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: #008798;
    border-color: #008798;
    box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}
.btn.btn-info:active:hover,
.btn.btn-info:active:focus,
.btn.btn-info:active.focus,
.btn.btn-info.active:hover,
.btn.btn-info.active:focus,
.btn.btn-info.active.focus {
    color: #fff !important;
    background-color: #008798;
    border-color: #008798;
}
.btn.btn-info.disabled:focus,
.btn.btn-info.disabled.focus,
.btn.btn-info:disabled:focus,
.btn.btn-info:disabled.focus {
    background-color: #00bcd4;
    border-color: #00bcd4;
    cursor: initial;
}
.btn.btn-info.disabled:hover,
.btn.btn-info:disabled:hover {
    background-color: #00bcd4;
    border-color: #00bcd4;
    cursor: initial;
}
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info:hover {
    box-shadow: 0 14px 26px -12px rgba(0, 188, 212, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
}
.btn.btn-success,
a.btn.btn-success {
    border-radius: 30px;
    color: #fff !important;
    background-color: #418B44;
    border-color: #418B44;
    box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}
.btn.btn-success:focus,
.btn.btn-success.focus,
.btn.btn-success:hover {
    color: #fff !important;
    background-color: #47a44b;
    border-color: #39843c;
}
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success:not(:disabled):not(.disabled):active,
.btn.btn-success:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: #47a44b;
    border-color: #39843c;
    box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}
.btn.btn-success:active:hover,
.btn.btn-success:active:focus,
.btn.btn-success:active.focus,
.btn.btn-success.active:hover,
.btn.btn-success.active:focus,
.btn.btn-success.active.focus {
    color: #fff !important;
    background-color: #47a44b;
    border-color: #255627;
}
.btn.btn-success.disabled:focus,
.btn.btn-success.disabled.focus,
.btn.btn-success:disabled:focus,
.btn.btn-success:disabled.focus {
    background-color: #4caf50;
    border-color: #4caf50;
    cursor: initial;
}
.btn.btn-success.disabled:hover,
.btn.btn-success:disabled:hover {
    background-color: #4caf50;
    border-color: #4caf50;
    cursor: initial;
}
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success:hover {
    box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}
.btn.btn-warning,
a.btn.btn-warning {
    border-radius: 30px;
    color: #fff !important;
    background-color: #ff9800;
    border-color: #ff9800;
    box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}
.btn.btn-warning:focus,
.btn.btn-warning.focus,
.btn.btn-warning:hover {
    color: #fff !important;
    background-color: #f08f00;
    border-color: #c27400;
}
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning:not(:disabled):not(.disabled):active,
.btn.btn-warning:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: #f08f00;
    border-color: #c27400;
    box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}
.btn.btn-warning:active:hover,
.btn.btn-warning:active:focus,
.btn.btn-warning:active.focus,
.btn.btn-warning.active:hover,
.btn.btn-warning.active:focus,
.btn.btn-warning.active.focus {
    color: #fff !important;
    background-color: #f08f00;
    border-color: #804c00;
}
.btn.btn-warning.disabled:focus,
.btn.btn-warning.disabled.focus,
.btn.btn-warning:disabled:focus,
.btn.btn-warning:disabled.focus {
    background-color: #ff9800;
    border-color: #ff9800;
    cursor: initial;
}
.btn.btn-warning.disabled:hover,
.btn.btn-warning:disabled:hover {
    background-color: #ff9800;
    border-color: #ff9800;
    cursor: initial;
}
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning:hover {
    box-shadow: 0 14px 26px -12px rgba(255, 152, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}
.btn.btn-danger,
a.btn.btn-danger {
    border-radius: 30px;
    color: #fff !important;
    background-color: #720808;
    border-color: #720808;
    box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}
.btn.btn-danger:focus,
.btn.btn-danger.focus,
.btn.btn-danger:hover {
    color: #fff !important;
    background-color: #A50C0C;
    border-color: #A50C0C;
}
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger:not(:disabled):not(.disabled):active,
.btn.btn-danger:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: #A70D0D;
    border-color: #A70D0D;
    box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}
.btn.btn-danger:active:hover,
.btn.btn-danger:active:focus,
.btn.btn-danger:active.focus,
.btn.btn-danger.active:hover,
.btn.btn-danger.active:focus,
.btn.btn-danger.active.focus {
    color: #fff !important;
    background-color: #740909;
    border-color: #a21309;
}
.btn.btn-danger.disabled:focus,
.btn.btn-danger.disabled.focus,
.btn.btn-danger:disabled:focus,
.btn.btn-danger:disabled.focus {
    background-color: #740909;
    border-color: #f44336;
    cursor: initial;
}
.btn.btn-danger.disabled:hover,
.btn.btn-danger:disabled:hover {
    background-color: #740909;
    border-color: #f44336;
    cursor: initial;
}
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger:hover {
    box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}
.btn.btn-picture {
    border: 0;
    padding: 8px 8px 4px 8px;
    border-radius: 10px;
    background-color: transparent;
    text-align: center;
}
.btn.btn-picture:focus,
.btn.btn-picture:active,
.btn.btn-picture:hover {
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.btn.btn-picture:hover,
.btn.btn-picture:active,
.btn.btn-picture.active {
    color: #fff !important;
    background-color: #303C49;
}
.btn.btn-picture.no-hover:hover,
.btn.btn-picture.no-hover:active,
.btn.btn-picture.no-hover.active {
    box-shadow: unset;
    color: #fff !important;
    background-color: transparent;
}
.btn.btn-picture.disabled-picture:hover {
    background-color: #aa4444;
    color: #fff !important;
    cursor: initial;
}
.btn.btn-picture.btn-filled {
    color: #fff !important;
    padding: 8px 12px 8px 12px;
    background-color: #303C49;
    border-color: #303C49;
}
.btn.btn-input-group {
    font-size: 14px;
    padding-top: 6px;
    height: 34px;
}
.btn.btn-circle {
    border-radius: 50% !important;
    padding: 8px 12px;
    height: 36px;
    width: 36px;
}
.btn-rounded {
    border-radius: 20px !important;
}
span.btn {
    margin: 0 0 0 0 !important;
}
.btn.amp-primary {
    background-color: #f6c41a;
    border-radius: 30px;
    color: #000;
}
.btn.amp-primary:hover {
    color: #ffffff;
}
.btn.amp-primary {
    text-decoration: none;
    transition: all .3s;
}