﻿table {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
    overflow: hidden;
    border-collapse: collapse;
    font-size: clamp(0.38rem, 1.2vw, 0.9rem);
    box-sizing: border-box;
    table-layout: fixed;
}

th, td {
    padding: 3px 4px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    transition: background-color 0.2s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
    box-sizing: border-box;
}

td span {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

th {
   color: white;
   background-color: black;
}

/* Effet de survol */
tbody tr:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
    width: 100%;
    color: #151B23;
    overflow: hidden;
}
.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #ffffff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    /* Icon */
}
.tab-label::before {
    content: "";
    width: 1em;
    height: 1em;
    transition: all 0.35s;
}
.tab-label::after {
    content: url("../icons/drop-down.svg");
    width: 1em;
    height: 1em;
    transition: all 0.35s;
}
input:checked + .tab-label {
    color: #D4AF37;
}
.tab-content {
    max-height: 0;
    padding: 0 1em;
    background: white;
    transition: all 0.35s;
    text-align: center;
}
.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    cursor: pointer;
}
input:checked + .tab-label::after {
    content: url("../icons/drop-up.svg");
}
input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
}

/* a */
.rounded-resp{
    border-radius: 20px;
}
.calendly-container{
    height: 800px;
    width: 100%;
}
.calendly-container-events{
    height: 900px;
    width: 100%;
}
.portfolio-text{
    font-size: 16px;
    line-height: 24px;
}
.menu-inverted{
    color: var(--mud-palette-surface);
    background-color: var(--mud-palette-primary);
}

@media screen and (max-width: 960px) {
    .rounded-resp{
        border-radius: 0;
    }
    .calendly-container{
        height: 1100px;
        width: 100%;
    }
    .calendly-container-events{
        height: 1140px;
        width: 100%;
    }
    .portfolio-text{
        font-size: 14px;
        line-height: 20px;
    }
}

.mud-select{
    width: 100%;
}
@media screen and (min-width:960px) {
    .my-md-32 {
        margin-top: 128px !important;
        margin-bottom: 128px !important;
    }
}

.contact-message > .mud-input-control-input-container > .mud-input{
    height: 160px !important;
    border-radius: 20px !important;
}


.mud-input-slot{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/*Team*/
.profile-name-text{
    font-size: 24px;
    line-height: 40px;
}
.profile-role-text{
    font-size: 16px;
    line-height: 24px;
}
.profile-divider{
    color: #ffffff; 
    height: 2px; 
    width: 80px;
}
.profile-linkedin-icon{
    
}
.team-profile{
    background: #151B23;
    border: 2px solid #D4AF37;
    border-radius: 30px;
    width: 275px;
    height: 400px;
}

.profile-image{
    width: 275px;
    height: 233px;
    border-radius: 30px 30px 0 0;
    border-top: 2px solid #D4AF37;
    border-left: 2px solid #D4AF37;
    border-right: 2px solid #D4AF37;
    background: #FFFFFF;
}
.text-align-center-left {
    text-align: left !important;
}
@media screen and (max-width:960px) {
    .profile-name-text{
        font-size: 13px;
        line-height: 24px;
    }
    .profile-role-text{
        font-size: 9px;
        line-height: 12px;
    }
    .profile-divider{
        width: 44px;
    }
    .profile-linkedin-icon{
        scale: 0.6;
    }
    .team-profile{
        background: #151B23;
        width: 165px;
        height: 216px;
    }
    .profile-image{
        width: 165px;
        height: 130px;
    }
    .text-align-center-left {
        text-align: center !important;
    }
}



.bullets{
    bottom: -1rem !important;
    /*noinspection CssInvalidPropertyValue*/
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: -2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%)
}

.glide__bullet {
    background-color: #636363;
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 50ms ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    margin: 0 .25em
}


.glide__bullet:hover{
    opacity: 0.95;
    background-color: #9f8000;
}

.glide__bullet--active {
    opacity: 1;
    background-color: #D4AF37
}

.glide__bullet--active .mud-icon-root.mud-svg-icon{
    fill: #D4AF37 !important;
}

.apexcharts-xaxis-texts-g:first-child{
    transform: translate(20px);
}

.mud-input-label-outlined{
    background-color: #f5f5f5 !important;
}

.emoji-fr::before {
    content: "\01F1EB\01F1F7";
}

.strike-red {
    position: relative;
    display: inline-block;
}

.strike-red::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -5%; /* Extend line start if needed */
    right: -5%; /* Extend line end if needed */
    height: 2px; /* Adjust thickness if needed */
    background: red;
    transform: rotate(-18deg); /* Adjust angle if needed */
    transform-origin: center;
}