/* ==========================================================================
  01. SPECIFIC STYLES
  =========================================================================== */


p.p-custom { font-size: 1.25rem; line-height: 1; margin-bottom: 25px; font-weight: 500; letter-spacing: -0.75px; color: #2f353e; }
p.p-custom-1 { font-size: 1.25rem; line-height: 1; margin-bottom: 7px; letter-spacing: -0.75px; color: #fff; }
p.p-custom-2 { font-size: 1.1rem; line-height: 1.3; font-weight: 500; letter-spacing: -0.75px; color: #2f353e; padding-bottom: 20px; }
p.p-custom-3 { font-size: 1.1rem; line-height: 1.3; font-weight: 500; letter-spacing: -0.75px; color: #2f353e; padding-bottom: 30px; } 

.description-plans-pricing {
    font-size: .75rem;
    line-height: 140%;
    font-weight:300;
}

.pricing__switch {
    display: flex;
    max-width: 380px;
    margin: 45px auto;
    background-color: white;
    border-radius: 40px;
    box-shadow: 2px 0 30px rgba(0, 0, 0, 0.2);
    overflow: hidden; /* Empêche les sous-boutons de dépasser les bordures arrondies */
}

.button {
    flex: 1; /* Chaque bouton prend 50% de la largeur */
    background-color: white; /* Fond blanc par défaut */
    color: #CCCCCC; /* Couleur du texte gris clair par défaut */
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s, color 0.2s;
    border-radius:40px;
    padding:25px 20px;
}

.button:hover {
    color: black;
}

.button.active {
    background-color: #e1e9f8;
    color: #030328;
}

.button div:first-child {
    font-weight: 500;
    margin-bottom: 3px;
}

.line-table-desktop {
    color: #383f76
}
#feature_comparaison_articles > div > div > table > thead > tr > th.line-table-desktop.column-price-2-et-plus > p, #feature_comparaison_posts > div > div > table > thead > tr > th.line-table-desktop.column-price-2-et-plus > p{
    color: #212529;
}

@media (min-width: 1000px) {
    .column-price-2-et-plus {
    width:15%;
}
.column-price-1 {
    width:40%;
}
}
/*************************************************************************/


#pricing-3 {
    padding-top: 160px;
}
#pricing-4 {
    padding-top: 0px;
}
#pricing {
    padding-top: 100px;
}

.pricing-title-savings {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
}

.pricing-title-savings .col-title {
    width: 70%;
    text-align: center;
}

.pricing-title-savings .col-title h2 {
    font-size: 2.8rem;
}

.pricing-title-savings .col-switch {
    height: 130px;
    width: 30%
}
.switch-choices {
    display: flex;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 210px;
    color: #2f353e;
    line-height: 26px;
}

.switch-text {
    margin: auto;
    width: 210px;
    color: #6064e3;
    line-height: 26px;
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 400;
    margin-bottom: 100px;
}

.switch-text img {
    width: 20px;
    height: 17px;
    margin-left: 10px;
}

.pricing-switch {
  position: relative;
  display: table;
  width: 60px;
  height: 26px;
    margin-left: 20px;
    margin-right: 20px;
    
}

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

.badge-wrapper {
    background: #030328!important;
    width: calc(100% + 4px);
    left: -2px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: -39px;
}

.pricing-3-row .row {
    --bs-gutter-x: 12px;
    
}

.pricing-3-row .col {
    width: 25%;
}

.pricing-3-table {
    text-align: center;
    position: relative;
    padding: 10px 15px;
    border:2px solid transparent;
    
}

.pricing-3-table h3 {
    font-size: 2rem;
}

.pricing-3-table .p-md {
    font-size: 0.85rem;
}

.pricing-3-table .p-words {
    margin-top: 0px !important;
}

.pricing-3-table .p-words-1 {
    margin-top: -25px !important;
    margin-bottom: 75px !important;
}

.pricing-3-table .p-words-2 {
    margin-top: -25px !important;
    margin-bottom: 75px !important;
    color: #2f353e;
    
}

.price-text-container {
    min-height: 0px;
    margin-bottom: 20px;
}

.p-articles {
    font-size: 1rem;
    margin-top: 15px !important;
}

.p-articles-first {
    margin-top: 91px !important;
}

.pricing-3-table .btn {
    margin-top: 0;
}


.pricing-3-table .pricing-plan h6 {
    margin-bottom: 16px;
}

.pricing-3-table .pricing-plan h5 {
    font-size: 1.1rem;
}

.pricing-3-table .features {
    margin-top: 16px;
    
}

.pricing-3-table .features .p-md {
    font-size: 1rem;
}

.pricing-3-table .features .p-md i {
    display: none;
}

.col-selected {
    border:4px solid #0d6efd;
    box-sizing: border-box;
}

.btn-pricing {
    display: block;
    width: 100%;
    margin-top: 16px;
    color: #fff;
    border: 1px solid #306aff!important;
    background-color: #306aff!important;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 500;
    padding: 16px 32px;
    border-radius: 6px;
    transition: all .4s ease;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    margin-bottom: 16px;
}
.btn-pricing:hover {
    color: #fff!important;
    background-color: #212529!important;
    border-color: #212529!important;
}

.btn-pricing-selected {
    color: #fff!important;
    background-color: #306aff!important;
    border-color: #306aff!important;
}

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

.pricing-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
    border-radius: 20px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .pricing-slider {
  background-color: #030328;
}

input:focus + .pricing-slider {
  box-shadow: 0 0 1px #6064e3;
}

input:checked + .pricing-slider:before {
  -webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
}


.slider {
    height: 8px;
    background: #e1e9f8;
    border-radius: 6px;
    position: relative;
    width: calc(100% - 30px);
    margin-left: 15px;
    border: 1px solid #c5c5c5;
}
            
.ui-slider-range {
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    
    background: #e1e9f8;
}
            
.ui-slider-handle {
    cursor: move;
    cursor: pointer;
    cursor: -moz-pointer;
    cursor: -webkit-pointer;
    width: 24px;
    height: 24px;
    border: 1px solid #c5c5c5;
    position: absolute;
    outline: none;
    top: 0;
    z-index: 1;
    border-radius: 100%;
    background: #ccc;
    margin: 3px 0 0 0;
    transform: translate(-50%, -50%);
}   

.pricing__slider__range {
    display: flex;
    align-items: Center;
    justify-content: space-between;
    font-weight: 700;
    font-size: .85rem;
    color: #2f353e;
    margin-top: 28px;
    margin-bottom: 10px;
    width: calc(100% - 30px);
    margin-left: 15px;
}

.steps {
    margin-top: 6px;
    height: 18px;
    width: calc(100% - 30px);
    margin-left: 15px;
    position: relative;
}

.step {
   color: #e1e9f8;
    position: absolute;
    width: 15px;
    height: 15px;
}

.step i {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.step0 {
    left: 0%;
}

.step1 {
    left: calc(33% - 9px);
}

.step2 {
    left: calc(66% - 9px);
}

.step3 {
    left: calc(100% - 12px);
}


.container_choices {
    background: #fff;
    border-radius: 30px;
    height: 40px;
    width: 160px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 0px 0px;
    border: 1px solid #030328;
    
}

.container_choices .choice {
    background: #fff;
    border-radius: 30px;
    height: 38px;
    line-height: 38px;
    width:50px;
    font-weight: 500;
    font-size: .85rem;
    color: #6c757d;
    text-align: center;
    transition: all .3s ease;
    cursor: pointer;
    
}

.container_choices .choice:hover {
    background: #ccc;
}

.container_choices .choice-selected {
    background: #030328;
    color: #fff;
}

.container_choices .choice-selected:hover {
    background: #34343c;
    color: #fff;
}


.pricing-3-table .pricing-plan sup {
    font-size: 2rem;
    top: 0px;
}

.pricing-3-table .pricing-plan span {
    line-height: 3rem;  
    font-size: 3rem;
}

.pricing-3-table .pricing-plan .price-3 {
    line-height: 3rem; 
    font-size: 2rem;
}

.pricing-plan sup.validity {
    font-size: 1rem;
}

.pricing-3-table .p-lg {
    font-size: 1rem;
}

.clear-pricing-3 {
    clear: both;
    height: 69px;
}

.pricing-3-table .features p {
    text-align: left;
}

.pricing-3-table .features p .flaticon-check, .pricing-3-table .features p .flaticon-visible {
    font-weight: 500;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.view-more-div {
    cursor: pointer
}



.title-table {
    display: table-cell;
    text-align: left;
}

.space-table {
    display: table-cell;
}

.line-table-mobile {
    display: none;
}

.line-table-desktop {
}


.table-pricing .btn {
    padding: 16px 28px;
}

.text-start {
    font-weight: 400;
}





.accordion-item {
  border: 1px solid #ddd !important;
  margin-bottom: 10px;
    padding: 30px;
    width: 70%;
    box-sizing: border-box;
    user-select: none;
    margin-left: 15%;
}
.accordion-title {
    font-weight: 500;
    cursor: pointer;
    width: calc(100% - 0px);
    color: #383f76;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: color .1s ease;
    font-size: 1.2rem;
}

.accordion-title div {
    width: calc(100% - 20px);
}

.accordion-title svg {
    margin-top: 5px;
}
.accordion-title:hover {
}
.accordion-content {
  padding: 0px;
  display: none;
    margin-top: 10px;
    
}

.accordion-content p {
    margin-bottom: 0;
    font-size: 1.1875rem;
}

.active {
    color: #306aff;
}

.active svg {
    fill: #306aff;
}


@media (max-width: 1400px) {
  
    
}

@media (max-width: 990px) {
    
    #pricing-3 {
        padding-top: 80px;
    }
    
    #pricing-3 .col {
        width: 100%;
        max-width: 600px;
        display: table;
        margin: auto;
    }
    
    #pricing-4 .col {
        width:100%;
    }
    
    
.switch-text {
    margin-bottom: 40px;
}    
    
    

    .pricing-title-savings {
        display: block;
    }
    
    .pricing-title-savings .col-title {
        width: 100%;
        text-align: center;
    }

    .pricing-title-savings .col-title h2 {
        font-size: 2.125rem;
    }

    .pricing-title-savings .col-switch {
        margin-top: 20px;
        height: 130px;
        width: 100%
    }
    
    .badge-wrapper {
        top: 0px;
    }
    
    .pricing-plan-highlight {
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    
    #pricing-3 {
        padding-top: 80px;
    }

    #pricing-3 .col {
        width: 100%;
    }
    
    #pricing-4 {
        padding-top: 0px;
    }

    #pricing-4 .col {
        width: 100%;
    }
        
    
    
    
    
    .switch-text {
    margin-bottom: 40px;
}
    
    .pricing-3-table {
        margin-bottom: 20px;
        
    }
    
    
    .pricing-title-savings {
        display: block;
    }

    
    
    .space-table {
        display: table-cell;
    }
    
    .line-table-mobile {
        display: table-cell;
        background-color: #fff !important;
    }
    .line-table-desktop {
        display: none;
    }
    
    
    .title-table {
        text-align: center;
    }
    
    .accordion-item { 
        width: 100%;
        margin-left: 0;
    }
    .accordion-title {
        font-size: 1rem;
    }
    .accordion-title div {
        width: calc(100% - 20px);
    }
    .accordion-content p {
        margin-bottom: 0;
        font-size: 1rem;
    }
    
}