.custom-tabs {
    width: 100%;
    margin-bottom: 20px;
}

.tab-header {
    list-style: none;
    padding: 5px;
    display: flex;
    justify-content: center;
    border: 2px solid black;
    width: fit-content;
    margin: auto;
    border-radius: 99px;
    width: 300px;
    margin-bottom: 25px;
}

.tab-header li {
    padding: 5px;
    cursor: pointer;
    border-bottom: none;
    margin: 0 2px;
    font-weight: 700;
    width: 270px;
    text-align: center;
    border: 2px solid #e4e4e4;
    border-radius: 99px;
    font-size: 16px;
    color: #e4e4e4 !important;
    text-transform: uppercase;
}

.tab-header li.active {
    background-color: #221f20;
    color: #fff;
    border: 2px solid black;
}

.tab-header li.active .icon-diamond {
    background-image: url('/wp-content/uploads/2024/11/diamant.svg');
}

.tab-header li:not(.active) .icon-diamond {
    background-image: url('/wp-content/uploads/2024/11/diamant-gris.svg');
}


.tab-content .tab-pane {
    display: none;
    animation: fadeEffect 0.5s;
}

.tab-content .tab-pane.active {
    display: block;
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@media (min-width: 1200px) {
    .custom-table {
        width: 100%;
        border-collapse: collapse;
    }
}

@media (max-width: 1199px) {
    .custom-table {
        border-collapse: collapse;
        display: block;
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
    }
}

.custom-table th, .custom-table td {
    border: 7px solid #fff;
    padding: 10px;
}

.custom-table th {
    background-size: cover;
    background-position: center;
    position: relative;
}

.custom-table th::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.2; /* Ajustez l'opacité selon vos besoins */
}

.custom-table button {
    background-color: #221f20;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 99px;
    margin: auto;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    transition: 0.3s;
}

.custom-table button:hover {
    background-color: #fff34a;
    color:black;
}

.icon-check {
    width: 22px;
    height: 22px;
}

.row-bg-e6e7e8 {
    background-color: #e6e7e8;
}

.row-bg-221f20 {
    background-color: #221f20;
    color: #fff;
}

.col-description:nth-child(even) {
    background-color: #221f20;
    color: #fff;
}

/* Styles pour les colonnes avec des checks */
.col-check {
    background-color: #f9f9f9;
}

/* Styles pour les colonnes avec du texte */
.col-text {
    background-color: #f2f2f2;
}

th.title-table {
    background-color: #221f20;
    padding: 20px;
}

th.title-table h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-align: left;
    line-height: 35px;
    margin: 0;
}

th.title-table p {
    color: white;
    font-size: 14px;
    text-align: left;
    margin: 5px 0 0;
    text-transform: uppercase;
}

th.title-pack-custom {
    padding: 0;
}

span.title-pack {
    font-size: 30px;
    text-align: left;
    color: #fff;
    line-height: 30px;
    margin: 0;
    width: 100%;
    padding: 10px 10px 0;
    display: block;
}

th.title-pack-custom p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0 10px;
}

span.container-price-pack {
    display: block;
    width: 100%;
    height: auto;
    color: white;
    font-size: 25px;
    line-height: 25px;
    padding: 13px 10px 10px 10px;
    margin: 10px 0 0;
    background-color: #221f20;
}

span.container-price-pack sup {
    font-weight: 300;
    font-size: 16px;
}

span.title-sav {
    font-size: 16px;
    text-transform: uppercase;
    color: white;
}

span.title-sav-mobile {
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    font-style: italic;
    font-weight: bold;
}

td.col-description {
    font-size: 16px;
    width: 470px;
    height: 59px;
    line-height: 16px;
}

.yellow-row {
    background-color: #fff34a;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}


span.background-text-custom {
    background-color: white;
    padding: 0px 5px;
}

td.col-check-one {
    background-color: #5c89bc;
    text-align: center;
}

td.col-check-two {
    background-color: #455ba4;
    text-align: center;
}

td.col-check-three {
    background-color: #016481;
    text-align: center;
}

td.col-check-basic-one {
    background-color: #6C2B5D;
    text-align: center;
}

td.col-check-basic-two {
    background-color: #593A65;
    text-align: center;
}

td.col-check-basic-three {
    background-color: #3D3564;
    text-align: center;
}

td.col-check-basic-four {
    background-color: #487370;
    text-align: center;
}

td.col-check-none {
    background-color: #e6e7e8;
}

span.title-yellow-pack {
    color: #fff34a;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

span.title-black-pack {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}

td.col-check-one, td.col-check-two, td.col-check-three  {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.icon-diamond {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

li.active .icon-diamond {
    position: relative;
    top: -2px;
}

/* Popup styles */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 600px;
    animation: zoomIn 0.6s;
    position: relative;
}

@keyframes zoomIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomOut {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0.5);
        opacity: 0;
    }
}



.close-button:hover {
    background-color: #fff34a;
    color: black;
    transform: rotate(90deg);
}

#callbackForm label {
    display: block;
    margin-top: 10px;
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

#callbackForm input, #callbackForm textarea, #callbackFormElementor input, #callbackFormElementor textarea, #callbackFormElementor select, #callbackFormElementor2 input, #callbackFormElementor2 textarea, #callbackFormElementor2 select {
    width: 100%;
    padding: 15px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

#callbackForm button, #callbackFormElementor button, #callbackFormElementor2 button {
    background-color: #221f20;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 99px;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    transition: 0.3s;
}

#callbackForm button:hover, #callbackFormElementor button:hover, #callbackFormElementor2 button:hover {
    background-color: #fff34a;
    color: black;
}

textarea#message, textarea#messageElementor, textarea#messageElementor2 {
    height: 100px;
}

.head-form h2 {
    text-align: center;
    margin: 0 0 7px 0;
    color: black;
    font-weight: bold;
}

.head-form p {
    text-align: center;
    font-size: 16px;
    color: black;
}

#feedbackMessage {
    font-size: 16px;
    margin-top: 10px;
    padding: 10px;
}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

@media (min-width: 768px) {
    .title-table-mobile, .yellow-row-mobile  {
        display: none;
    }

    input#lname, input#lnameElementor, input#lnameElementor2 {
        width: 49%;
        margin-left: 11px;
    }

    input#fname, input#fnameElementor, input#fnameElementor2 {
        width: 49%;
        float: left;
    }

    .close-button {
        position: absolute;
        top: -12px;
        right: -12px;
        font-size: 48px;
        cursor: pointer;
        color: white;
        background-color: black;
        border-radius: 99px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .desktop-view {
        display: none;
    }

    .custom-table {
        display: none;
    }

    .mobile-view {
        display: block;
        border-bottom: 1px solid #e4e4e4;
    }

    .mobile-pack-tabs .pack-header-basic li {
        cursor: pointer !important;
        padding: 13px 0;
        font-size: 13px;
        font-weight: 700;
        width: 33%;
        float: left;
        transition: 0.3s;
        text-align: center;
        line-height: 17px;
        border-left: 2px solid #eee;
        border-top: 2px solid #eee;
        border-bottom: 2px solid #eee;
        background-color: white;
    }

    .mobile-pack-tabs-premium .pack-header-premium li {
        cursor: pointer !important;
        padding: 13px 0px;
        font-size: 13px;
        line-height: 17px;
        font-weight: 700;
        width: 33%;
        float: left;
        transition: 0.3s;
        text-align: center;
        border-left: 2px solid #eee;
        border-top: 2px solid #eee;
        border-bottom: 2px solid #eee;
        background-color: white;
    }

    .mobile-pack-tabs .pack-content .pack-pane {
        display: none;
    }

    .mobile-pack-tabs .pack-content .pack-pane.active {
        display: block;
    }

    .mobile-pack-tabs .pack-header-basic li.active {
        background-color: #f0f0f0;
        border-bottom: 2px solid #fff34a;
    }

    .mobile-pack-tabs-premium .pack-content .pack-pane-pm {
        display: none;
    }

    .mobile-pack-tabs-premium .pack-content .pack-pane-pm.active {
        display: block;
    }

    .mobile-pack-tabs-premium .pack-header-premium li.active {
        background-color: #f0f0f0;
        border-bottom: 2px solid #fff34a;
    }

    .yellow-row-mobile {
        background-color: #fff34a;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        padding: 11px;
        display: block;
        margin-bottom: 25px;
    }

    .title-table-mobile {
        background-color: #221f20;
        padding: 15px;
    }

    .title-table-mobile h3 {
        color: white;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 25px;
        margin: 0;
        padding: 0;
        line-height: 25px;
    }

    .title-table-mobile p {
        font-size: 14px;
        text-align: center;
        color: white;
        margin: 10px 0 0 0;
        text-transform: uppercase;
        font-weight: bold;
    }

    span.title-pack-mobile {
        color: black;
        font-size: 25px;
        font-weight: bold;
        line-height: 25px;
    }

    .container-pack p {
        font-size: 16px;
        margin-top: 5px;
        color: black;
    }

    .container-pack {
        padding: 20px;
    }

    .pack-content {
        clear: both;
        display: block;
    }

    .align-item-pack {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    span.container-price-pack-mobile {
        font-size: 20px;
    }

    .table-separator {
        height: 2px;
        background-color: #e4e4e4;
        width: 100%;
        margin: 10px 0;
    }

    .include-table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
    }

    .include-text {
        padding: 5px 14px 5px 0;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        color: black;
        border: none;
    }

    .include-check {
        width: 50px;
        text-align: center;
        padding: 7px;
        border:none;
    }

    .custom-table-mobile {
        width: 100%;
        border-collapse: collapse;
    }

    .icon-check-mobile {
        width: 30px;
        height: 30px;
    }

    button.btn-form-mobile {
        background-color: #221f20;
        color: #fff;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        border-radius: 99px;
        margin: 0 0 20px 0;
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        width: 100%;
        font-weight: bold;
        transition: 0.3s;
    }

    button.btn-form-mobile:hover {
        background-color: #fff34a;
        color: black;
    }

    input#lname, input#lnameElementor, input#lnameElementor2 {
        width: 48%;
        margin-left: 14px;
    }

    input#fname, input#fnameElementor, input#fnameElementor2 {
        width: 48%;
        float: left;
    }

    .close-button {
        position: absolute;
        top: -56px;
        right: 11px;
        font-size: 48px;
        cursor: pointer !important;
        background-color: white;
        border-radius: 99px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
        color: black;
    }
}

.loader {
    color: #000;
    font-size: 45px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    transform: translateZ(0);
    animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
    top: 45%;
    left: 45%;
}

@keyframes mltShdSpin {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em,
        0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em,
        0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em,
        -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em,
        -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
        -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
        -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
        -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
        -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em,
        0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes round {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}

ul.tab-header {
    list-style-type: none;
}

ul.tab-header li {
    padding-left: 0;
}

ul.pack-header-basic, ul#premium-packs {
    list-style-type: none;
    width: 100%;
    display: contents;
}

ul.pack-header-basic li {
    padding-left: 0;
}

td.include-text li {
    list-style: none;
    margin: 0;
    padding: 0;
}