.pixelio-pricing-module {
    font-family: Arial, sans-serif;
}

.pricing-header h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.pricing-header p {
    font-size: 1.7rem;
    margin-bottom: 30px;
    color: black;
}

.pricing-tabs {
    margin-bottom: 40px;
}

.tab-buttons button {
    font-size: 1.7rem;
    padding: 15px 50px 15px 50px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif !important;
}

.tab-buttons {
    display: flex;
    margin-bottom: 20px;


    flex-direction: row;
    margin-top: 75px;
    justify-content: space-around;
}

.tab-button:hover {
    background: rgb(13, 50, 109) !important;
}

.tab-button {
    padding: 10px 20px;
    background: #ddd;
    color: #0A246A;

    border-radius: 0;
    border: none;
    cursor: pointer;
    width: 100%;
    margin: 0;
}

.tab-button.active {
    background: #0A246A;
    color: #fff;
}

.tab-content {
    display: none;
    margin-top: 100px;
}

.tab-content.active {
    display: flex;
    justify-content: center;
}

.inner-plan-title, .inner-plan-desc {
    color: white;
    text-align: start;
}

.pricing-promo .plan-inner {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
}
.pricing-not-promo .plan-inner {
    border-radius: 20px;
    -moz-border-radius: 20px;
}

.plan-inner {
    min-height: 700px;
    background: #0A246A;
    position: relative;
    padding: 10px 35px;

    color: white;
    box-shadow: 10px 10px 93px 0px rgba(181, 199, 232, 0.75);
    -webkit-box-shadow: 10px 10px 93px 0px rgba(181, 199, 232, 0.75);
    -moz-box-shadow: 10px 10px 93px 0px rgba(181, 199, 232, 0.75);
}

.pricing-slider .pricing-plan {


    padding: 20px;
    max-width: 400px;
    width: 400px;
    min-height: 700px;
    text-align: center;
    border-radius: 0;
    margin-right: 40px;

}

.pricing-slider .promo {
    display: block;
    background: white;
    color: #0A246A;
    padding: 10px 10px;
    font-size: 2rem;
    font-weight: 700;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    z-index: 99999;
    position: relative;
}
.plan-inner *{
    color: white!important;
}
.pack-inclusion h3 {

    margin-bottom: 20px;
}

.features i {
    font-size: 2em;
    margin-right: 25px;
}

.features li {
    position: relative;
    text-align: start;
}

.pack-inclusion-v1, .pack-inclusion {

    margin-bottom: 30px;
    border-bottom: 3px solid white;
}

.pack-inclusion {
    border-top: 3px solid white;
}

.pricing-slider .promoted_price {
    font-size: 1.5rem;
    text-decoration: line-through;
    margin-top: -15px;
}

.suffixe {
    margin-bottom: 50px;
    display: block;
}

.pricing-slider .price {
    font-size: 4rem;
    margin: 22px 0 0 0;
    color: #E04E39 !important;
    font-weight: bold;

}

.pricing-slider .features {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    gap: 12px;
    display: flex;
    flex-direction: column;

}

.pricing-promo{
    margin-top: -50px;
}

.pricing-slider .features li {
    margin-bottom: 10px;
    height: 45px;
    display: flex;
    align-items: center;
}

.swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.info-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 13px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}


.info-icon:hover {
    background-color: #081e57; /* un peu plus foncé au survol */
}

.pack-label h3 {
    text-align: start;
    color: white;
}

.pack-label {
    position: absolute;
    bottom: 15px;
    width: 80%;
    border-top: 3px solid white;
}


.cta-btn:hover,
.cta-btn:active, .cta-btn:focus, .cta-btn:focus-visible {
    background-color: rgb(212, 61, 37) !important;
    border: 1px solid rgb(212, 61, 37) !important;
}

.pricing-plan {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-plan:hover {
    transform: scale(1.02); /* zoom très léger */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); /* léger relief, optionnel */
}

.comparison-section-title {
    position: relative;
    cursor: pointer;
    padding-right: 20px; /* espace pour la flèche */
}

.comparison-section-title::after {
    content: '\25BC'; /* flèche vers le bas */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    font-size: 1.5rem;
}

.comparison-section-title.active::after {
    transform: translateY(-50%) rotate(-90deg); /* flèche vers la droite */
}

.cta-btn {
    padding: 10px 20px;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 50px;
    background-color: #E04E39;
    position: relative;
    width: 100%;
    font-weight: 700;
    font-size: 2rem;
    border-radius: 75px;
    margin-top: 15px;
}

.collapse-comparison:focus-visible,
.collapse-comparison:focus,
.collapse-comparison:active,
.collapse-comparison:hover, .cta-button:focus-visible,
.cta-button:focus,
.cta-button:active,
.cta-button:hover {
    background-color: rgb(44, 44, 44);
}

.collapse-comparison,
.cta-button {
    padding: 19px;
    width: 250px;
    text-align: center;
    background: black;
    margin: 50px auto 50px auto;
    display: block;
}

.d-none {
    display: none;
}

.comparison-table table,
.comparison-table1 table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.comparison-table th, .comparison-table td, .comparison-table1 td, .comparison-table1 th {
    padding: 10px;
    width: 25%;
    text-align: center;
}

.tooltip {
    cursor: pointer;
    margin-left: 5px;
    color: #555;
    position: absolute;
    right: -20px;
}

.price-sep {
    height: 3px;
    width: 80%;
    background: #0A246A;
    margin: 0 auto 50px auto;
}

.pricing-countdown {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-countdown h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.pricing-countdown p {
    font-size: 2rem;
    margin-bottom: 20px;
}

#countdown-timer {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.time-box:last-child {
    margin-right: 0;
}

.time-box {
    padding: 10px 15px;
    border-radius: 8px;
    margin-right: 25px;
    min-width: 75px;
    display: inline-block;
    text-align: center;
}

.time-box strong {
    font-size: 5rem;
    display: block;
}

.time-box span {
    font-size: 1rem;
    color: #555;
}

.extra-comment {
    text-align: center;
    margin-top: 50px;
}

.extra-comment p:last-child {
    border-top: 1px dotted black;
    display: inline-block;
    padding-top: 15px;
}

.price-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    font-weight: 500;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 28px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #4caf50; /* couleur quand activé */
}

input:checked + .slider:before {
    transform: translateX(22px);
}

/* Optionnel : style arrondi ou rectangulaire */
.slider.round {
    border-radius: 28px;
}

.slider.round:before {
    border-radius: 50%;
}

@media screen and (max-width: 1440px) {
    .pricing-slider .swiper-wrapper{
        display: block;
        columns: 1 auto;
    }
    .pricing-slider .pricing-plan{
        margin: 0;
    }
}
@media screen and (max-width: 992px) {
    .pricing-header h2 {
        font-size: 2rem;
    }

    .pricing-header p ,.cta-btn{
        font-size: 1.3rem!important;
    }
}


.pricing-plan:last-child{
    margin-right: 0;
}


@media screen and (max-width: 500px) {

    .pricing-slider .pricing-plan{
        width: 100%;
    }
    .pricing-slider .features li{
        height: auto;
    }
}


