.w-10 {
    width: 10% !important
}

.w-20 {
    width: 20% !important
}

.w-30 {
    width: 30% !important
}

.w-40 {
    width: 40% !important
}

.w-50 {
    width: 50% !important
}

.toast-success {
    box-shadow: 0 0.25rem 0.75rem #5cb85c;
}

.toast-alert {
    box-shadow: 0 0.25rem 0.75rem #d9534f;
}

.text-upper {
    text-transform: uppercase;
}

.title_section {
    font-size: 30px;
    color: #292d5b;
    letter-spacing: 1px;
    font-weight: 500;
}

.checkbox-padding input {
    margin-right: 10px;
}

.checkbox-padding td {
    width: auto;
    /* white-space: nowrap; */
    display: flex;
    align-items: baseline;
}

.large-radio input[type="radio"] {
    transform: scale(1.5); /* Adjust the scale value as needed */
    margin-right: 10px; /* Optional: Add some margin to the right of the radio button */
}

.large-checkbox input[type="checkbox"] {
    transform: scale(1.5); /* Adjust the scale value as needed */
    margin-right: 10px; /* Optional: Add some margin to the right of the radio button */
}

.text-primary {
    color: #292D5B
}

/*.card-body {
    background-color: #f5f5f5;
}*/

    .card-body .navbar {
        border-bottom: 0px !important;
        box-shadow: none !important;
        background-color: #f5f5f5;
        color: #292d5b
    }

.title_section {
    font-size: 30px;
    color: #292d5b;
    letter-spacing: 1px;
    font-weight: 500;
}

.center {
    text-align: center !important;
}

.display_none {
    display: none !important;
}

.display_block {
    display: block !important;
}

.card_title {
    color: white;
    font-family: 'Gilroy-Light',Arial !important;
}

.card-header {
    background-color: #292d5b !important;
}

    .card-header h4 {
        color: white;
        font-family: 'Gilroy-Light',Arial !important;
    }

.navbar {
    background-color: #292d5b;
}


body {
    letter-spacing: 1px;
}

.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.navbar-stick:not(.navbar-dark) {
    background-color: #292d5b;
}



@media(max-width: 768px) {
    .menu-perso {
        width: 100%;
    }

    .navbar-big-screen {
        display: none;
    }

    .large-100 {
        width: 100%;
        justify-content: center;
    }

    a h4 {
        color: #fff !important;
    }

    .menu-perso {
        display: none;
    }

    .nav-end {
        flex-direction: column;
    }
}

@media(min-width: 768px) {

    .litle-screen {
        display: none;
    }

    .nav-end {
        flex-direction: row;
    }
}

/*.btn {
    color: white !important;
    letter-spacing: 1px !important;
}*/

/*.btn:hover {
    color: #fff !important;
    background-color: #fefeff !important;
}
*/
.btn-primary:hover {
    color: var(--bs-btn-hover-border-color);
}

.btn-light:hover {
    color: var(--bs-btn-hover-border-color);
}

.btn-danger:hover {
    background-color: #fff !important;
    color: #db1436 !important;
}

.btn-primary:hover {
    color: #292d5b !important;
}

.btn-light:hover {
    color: #292d5b !important;
}

.btn-light:hover {
    color: #292d5b !important;
}

.btn-light {
    color: #292d5b !important;
}

.btn-hp {
    padding: 4px !important;
    border: 2px solid #292d5b !important;
    font-size: 15px !important;
    color: #292d5b !important;
}

    .btn-hp:hover {
        padding: 4px !important;
        border: 2px solid #292d5b !important;
        font-size: 15px !important;
        color: #fff !important;
        background-color: #292d5b !important;
    }

/*.form-control, .form-select {
    border: 1px solid #292d5b;
}*/

.form-control {
    font-family: 'Gilroy-Light',Arial !important;
}

.form-control::placeholder {
    font-family: 'Gilroy-Light',Arial !important;
}

.event-agenda .card-header {
    /* Your styles here */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(https://soirees.concordance-club.fr/images/order/arrow-grey.svg);
}

.accordion-button::after {
    background-image: url(https://soirees.concordance-club.fr/images/order/arrow-grey.svg);
}


.accordion-item {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.accordion-button {
    background-color: #292d5b;
    color: white;
}

hr {
    width: 100% !important;
}

.accordion-body {
    background-color: #f5f5f5;
}

.border-b {
    border-bottom: 1px solid #292c5b;
    margin-bottom: 20px;
}

.box-last {
    border-bottom: none !important;
    margin-bottom: 0px !important;
}

@media (min-width: 1400px) {
    .img-line {
        background-image: url(/images/order/stepline.png);
        height: 6px;
        width: 880px;
        margin-left: 186px;
        margin-top: -296px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .img-line {
        background-image: url(/images/order/stepline.png);
        height: 6px;
        width: 880px;
        margin-left: 95px;
        margin-top: -296px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .img-line {
        background-image: url(/images/order/stepline.png);
        height: 6px;
        width: 750px;
        margin-left: 68px;
        margin-top: -299px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .img-line {
        background-image: url(/images/order/stepline.png);
        height: 6px;
        width: 492px;
        margin-left: 85px;
        margin-top: -403px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .img-line {
        background-image: url(/images/order/stepline.png);
        height: 6px;
        width: 400px;
        margin-left: 78px;
        margin-top: -407px;
    }
}


@media (max-width: 576px) {
    .img-line {
        background-image: url(/images/order/stepline.png);
        display: none;
    }
}

.btn-tri {
    color: #292d5b !important;
    letter-spacing: 1px !important;
}

    .btn-tri:hover {
        color: #292d5b !important;
        background-color: #fefeff !important;
    }

/* Cache l'apparence par défaut des boutons radio */
.custom-radio input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #e0b12b; /* Couleur du contour */
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background-color: white;
    cursor: pointer;
}

    /* Style du cercle intérieur jaune lorsque coché */
    .custom-radio input:checked::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #e0ad1a; /* Couleur jaune */
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }

/* Cacher le style natif des boutons radio */
.custom-radio-list input[type="radio"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #e0b12b !important; /* Couleur du contour */
    border-radius: 50% !important;
    display: inline-block !important;
    position: relative !important;
    background-color: white !important;
    cursor: pointer !important;
}

    /* Style du cercle intérieur jaune lorsque sélectionné */
    .custom-radio-list input[type="radio"]:checked::before {
        content: "" !important;
        width: 10px !important;
        height: 10px !important;
        background-color: #e0ad1a !important; /* Couleur jaune */
        border-radius: 50% !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        display: block !important;
    }

/* Espacement pour éviter que les boutons soient collés */
.custom-radio-list label {
    margin-left: 5px !important;
    cursor: pointer !important;
}

.form-check-input[type="radio"] {
    border: 2px solid #e0b12b !important;
}


.text-primary > th {
    color: #292d5b;
    font-weight: bold;
}

.input-error {
    border: 2px solid #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25) !important;
}