.btn-primary {
    background: #02386e;
}

.btn-circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
  
.btn-gradient-blue {
    background: linear-gradient(to right,#02386e, #007bff);
    color: #fff;
    width: 200px;
    border-radius: 0;
}
 
.btn-gradient-blue:hover {
    background: #007bff;
    color: #fff;
}

.btn-gradient-red {
    background: linear-gradient(to right, #6e0202, #ff0000);
    color: #fff;
    width: 200px;
    border-radius: 0;
}

.btn-gradient-red:hover {
    background: #ff0000;
    color: #fff;
}

div.bg-grey{
    width: 300px;
}

.bg-orange {
    background-color: #fc9b33;
}

.bg-orange-light {
    background-color: #ffb65e;
}

.btn-orange {
    border-radius: 5rem;
    background-color: white;
    color: #fc9b33;
    /* width: 12rem; */
    width: 80%;
}

.btn-orange:hover {
    background-color: #fc9b33;
    color: white;
}

.btn-orange:focus {
    border-radius: 50px;
    background-color: white;
    color: #fc9b33;
}

.text-orange {
    color: #f97613;
}

.custom-text {
    font-size: 28px;
}

.submenu-item {
    color: white;
}

.submenu-item:hover {
    background-color: transparent;
}

.form-control::placeholder {
    font-size: 14px;
    color: #b4b4b4;
}

@media (max-width: 576px) {
    .custom-text {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .btn-orange {
        width: 170px;
    }
}

@media (min-width: 1900px) {
    .btn-orange {
        width: 260px;
        height: 50px;
        line-height: 2rem;
    }

    .smartphone_logo {
        width: 260px;
    }
}

@media (min-width: 2560px) {
    .btn-orange {
        width: 320px;
        height: 60px;
        line-height: 45px;
    }

    .smartphone_logo {
        width: 320px;
    }

    .welcome-div{
        margin-top: 300px;
    }
}

@media (min-height: 890px) {
    .height-default {
      height: 100vh;
    }
}

.bg-img1 {
    background-image: url("../images/femme01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fc9b33;
}

.form-line-input {
    border: none; /* Supprimer les bordures */
    background-color: transparent; /* Fond transparent */
    border-bottom: 1px solid #ccc; /* Bordure basse */
    border-radius: 0; /* Pas de coin arrondi */
    padding: 5px 0; /* Espacement du texte dans le champ */
}

/* Styles pour enlever les styles de focus sur les champs */
.form-line-input:focus {
    box-shadow: none; /* Supprimer l'effet de focus */
    outline: none; /* Supprimer l'outline */
}

.form-line-textarea {
    padding: 5px; /* Espacement du texte dans le textarea */
    border: 1px solid #ccc; /* Bordure du textarea */
    border-radius: 15px; /* Arrondi des coins */
}

.home_watch {
    background-image: url("../images/droite.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.right-side{
    padding-top: 200px; 
    right: 0;
}

.right-side-simple{
    color: grey;
    font-weight: lighter;
}

.right-side-bold{
    color: grey;
    font-weight: bold;
}

.right-button{
    margin-top: 25px
}

@media (max-width: 576px) {
    .mt-sm-5 {
        margin-top: 5px;
    }
}

.bg-welcome{
    background-image: url("../images/welcome1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fc9b33;
}

.bg-bye{
    background-image: url("../images/bye.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fc9b33;
}

.welcome-div{
    margin-top: 200px;
    /* font-size: 80px; */
}

.btn-welcome {
    background: #fff;
    color: #fc9b33;
}

.btn-welcome:hover {
    background: #fff;
    color: #fc9b33;
}

.partner .phone-brand {
    margin-right: 120px;
}

.text-btn-red{
    color: red;
    font-weight: bold;
}

.text-btn-red:hover{
    color: rgba(255, 0, 0, 0.623);
}

.text-btn-green{
    color: green;
    font-weight: bold;
}

.text-btn-green:hover{
    color: rgba(0, 120, 0, 0.626);
}

.text-btn-warning{
    color: orange;
    font-weight: bold;
}

.text-btn-warning:hover{
    color: rgb(207, 138, 9);
}

.commencons{
    font-size: x-large;
}

.letter-spacing{
    letter-spacing: 5px;
}

/**
* PDF Facture
*/
.facture-pdf .print-footer,
.facture-pdf .import-footer {
    position: absolute;
    bottom: -55px;
    right: 25px;
}

.facture-pdf .print-footer a.btn,
.facture-pdf .import-footer button.btn {
    background-color: #0363fd;
    padding-left: 30px;
    padding-right: 30px;
}

.table-no-border tr {
    border: none;
}

.for-pagination {
    position: absolute;
    bottom: -60px;
    right: 0;
}

.for-pagination .page-link {
    color: #f97613;
}

.for-pagination .disabled .page-link {
    color: #aaa;
}

.for-pagination .active>.page-link, .for-pagination .page-link.active {
    background-color: #f97613;
    color: #fff;
    border-color: #f97613;
}

#per_page {
    font-size: 12px;
}

#sidebar, main {
    height: 100vh;
    overflow-y: auto;
}

.sidebar {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.sidebar .d-flex {
    flex: 1;
}

.sidebar .account-manager {
    margin-top: auto;
}

.custom-checkbox {
    border: 1px solid #000000; 
    padding: 4px;
}

.dropdown-button {
    margin-bottom: 0;
}

#modalAutocompleteData label {
    width: 90%;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -5px;
}
.with-bottom-border-shadow {
    position: relative;
    padding: 10px;
    color: #f97613;
    border-spacing: 0;
    font-weight: normal;
    box-shadow: 0px 10px 20px -5px #ccc;
}
  
.with-bottom-border-shadow::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 0px;
}

.bg-cancel-red {
    background-color: rgba(255,0,0,.75) !important;
    color: #f1f1f1 !important;
}
.bg-cancel {
    background-color: #eee !important;
}
#loader {
    height: 100vh;
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    z-index: 10;
    display: none;
    justify-content: center;
}
.loading {
    width: 100%;
    height: 28px;
    background-color: rgba(0,0,0,.75);
    padding: 0 0 3px;
    text-align: center;
}
#loader span {
    color: #fff;
    font-size: 10pt;
}
.carousel-indicators [data-bs-target] {
    background-color: #333;
}
.carousel-control-prev {
    left: -15px;
}
.carousel-control-next {
    right: -15px;
}

.btn-gradient-grey {
    background: linear-gradient(to right, #363636, #939393);
    color: #fff;
    width: 200px;
    border-radius: 0;
}

.btn-gradient-grey:hover {
    background: #939393;
    color: #fff;
}