/* stages.css */


.filters .btn.active::after {
    content: '✓';
    font-size: 12px;
    margin-left: 5px;
    color: white;
}

/************************************************************** STAGES LIST ***************************************/
.stage-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.stage-section {
    border-right: 1px solid #dee2e6;
    padding-bottom: 0px;
}
.stage-left {
    text-align: center;
    color: var(--ora-color);
    background-color: #f8f9fa;
    
}
.stage-center {
    text-align: left;
    font-size:0.8em;   
    color: #333;
}
.stage-center p {
    margin-bottom:5px;
}
.stage-right {
    background-color: white;
    text-align: center;
    color: var(--ora-color);
    border-left: 1px solid #dee2e6;
}
.stage-right button {
    background-color: var(--ora-color);
    color: white;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold; 
    font-size:0.8em;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 15px;
}
.stage-right button.complet {
     color: red;
}

.stage-right button:disabled{
    opacity: 0.6;
    pointer-events: none;
}
.container-stages .icon-row {
    font-size: 40px;
    color: var(--ora-color);
}
.container-stages .highlight {
    font-weight: bold;
}
.container-stages h4 {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
}
.container-stages h2 {
    margin-top: 5px;
    font-size: 1.2em; 
    font-weight: bold;
}
.container-stages .text-info {
    color: #17A2BC !important;
}
.container-stages .text-justify {
    text-align: justify;
    text-justify: inter-word;
}
.stages-list p i.far, .stages-list p i.fas {
    color: #17A2BC;
}
.container-stages .dotted-hr {
    border-top: 1px dotted #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-stages .download-button {
    background-color: #e9ecef; /* Light grey background for a less flashy button */
    color: #333; /* Dark text for better readability */
    border: 1px solid #ccc; /* Slight border */
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom:20px;
}
.container-stages .download-button i {
    margin-right: 5px; /* Space between icon and text */
}

.container-stages xp {
    margin-top: 0;     /* Réduit l'espace au-dessus du paragraphe */
    margin-bottom: 5px; /* Réduit l'espace en dessous du paragraphe, ajustez selon vos besoins */
}




/************************************************************ TAB INFORMATION ********************************************************/

.recap-header {
    background-color: #007bff;
    color: white;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: top;
}

.recap-header img {
    border-radius: 50%;
    margin-right: 10px;
}


/* copy from rendez-vous.css */
.tab-content {
    /* padding: 15px 50px; */
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    max-width: 800px; 
    margin:auto;
    
}

.btn-group-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}


.tab-information .radio-options .custom-radio input[type="radio"] {
    width: 24px;
    height: 24px; 
    cursor:pointer;  
}
        
.tab-information .custom-radio label{
    font-size:16px;
    text-transform: uppercase;
    position:relative;
    bottom:5px;
    cursor:pointer; 
}


.tab-information {counter-reset: my-counter;}
.tab-information .step-number div {counter-increment: my-counter;}
.tab-information .step-number div:before {content: counter(my-counter);}


/* ************************************************************************** PANIER ***************/

/* copy from rendez-vous.css */
.tab-panier h4, .tab-panier h5{
    font-weight:normal;
    font-size:1.2em;
}
.tab-panier .list-group-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    padding: 20px 10px;
    position: relative;
}
.tab-panier .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-right: 15px;
}
.tab-panier .session-details {
    flex: 1;
    min-width: 250px;
}
.tab-panier .session-price {
    min-width: 100px;
    text-align: right;
    font-size: 1.2em;
    /* font-weight: bold; */
    margin-bottom: 10px;           
}

.tab-panier .session-details .separator-icon {
    color:#4a90e2;
    font-size:0.7em;            
}

.tab-panier .highlight-payment {
    background-color: #e0f7fa;
    border-left: 5px solid #0097a7;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.tab-panier .highlight-payment h5, .highlight-payment p {
    margin: 0;
    color: #004d40;
}
.tab-panier .payment-detail {
    margin-top: 10px;
    margin-bottom: 0;
    color: #004d40;
}
.tab-panier p.payment-detail{
    font-size:0.8em;
}

.tab-panier .badge-immediate {
    background-color: #0097a7;
    color: white!important;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
}

.tab-panier .session-icon {
    margin-right: 5px;
}
.tab-panier .action-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}
.tab-panier .btn-text {
    display: none;
}
.tab-panier .action-buttons .btn {
    font-size: 1em;
    padding: 5px 10px;
}
@media (max-width: 768px) {
    .tab-panier .session-price{
        width:100%;
    }
    .tab-panier .action-buttons {
        flex-direction: column;
        
    }
    .tab-panier .action-buttons .btn {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;                
    }
    .tab-panier .btn-text {
        display: inline;
    }
}


.tab-panier .form-check {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    transition: border-color 0.3s, background-color 0.3s;
}
.tab-panier .form-check.selected {
    border-color: #007bff;
    background-color: #e7f1ff;
}
.tab-panier .form-check-input {
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.tab-panier .form-check-label {
    margin-left: 15px;
    vertical-align: middle;
    font-size: 1.2em;
    cursor: pointer;
}
.tab-panier .form-check-label i {
    font-size: 0.8em;
}

.tab-panier .container-total-panier .list-group-item {
    justify-content: flex-end;
}
.tab-panier .option-row {
    font-weight:bold;
}
        
.tab-panier .terms {
    margin-top: 20px;
    font-size: 0.9em;
    color: #555;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
}
