/* abonnement.css : design premium, compact et attractif */
.abonnement-section {
    background: #f8f8f8;
    border-radius: 16px;
    padding: 40px 0 20px 0;
}
.abonnement-card-modern {
    background: linear-gradient(135deg, #fff 80%, #f7a73e0a 100%);
    border-radius: 14px;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    min-height: 380px;
    box-shadow: 0 4px 18px rgba(1,8,59,0.07);
    border: 1.5px solid #e0e0e0;
    transition: box-shadow 0.2s, border 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
}
.abonnement-card-modern:hover {
    box-shadow: 0 10px 32px rgba(246,147,20,0.13);
    border-color: #F7A73E;
    transform: translateY(-6px) scale(1.02);
}
.abonnement-card-modern.abonnement-card-premium {
    border: 1.5px solid #01083B;
    background: linear-gradient(135deg, #fff 80%, #01083b0a 100%);
}
.abonnement-card-header {
    padding: 0 0 1rem 0;
}
.badge-6mois, .badge-12mois {
    background: #fff;
    color: #F7A73E;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 20px;
    padding: 6px 18px;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px #f7a73e22;
    display: inline-block;
    margin-bottom: 0.7rem;
    border: 1.5px solid #F7A73E;
}
.badge-12mois {
    color: #fff;
    background: #01083B;
    border: 1.5px solid #01083B;
}
.abonnement-card-body {
    flex: 1;
    padding: 0;
    width: 100%;
}
.abonnement-card-body h3 {
    font-family: 'Yeseva One', cursive;
    color: #01083B;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0.5px;
}
.abo-types label, .abo-options label {
    margin-right: 14px;
    font-weight: 600;
    color: #222;
    font-size: 1.05rem;
}
.abo-types input[type=checkbox], .abo-options input[type=radio] {
    accent-color: #F7A73E;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.abo-prix {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.1rem 0 1.1rem 0;
}
.abo-prix-badge {
    background: linear-gradient(135deg, #F7A73E 60%, #fffbe6 100%);
    color: #fff;
    font-family: 'Yeseva One', cursive;
    font-size: 2.1rem;
    font-weight: 800;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px #f7a73e33;
    border: 3px solid #fff;
    margin: 0 auto;
    letter-spacing: 1px;
}
.abonnement-card-footer {
    padding: 0;
    width: 100%;
}
.btn-block {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 32px;
    background: linear-gradient(90deg, #F7A73E 60%, #f8b55f 100%);
    color: #fff;
    border: none;
    padding: 14px 0;
    margin-top: 10px;
    box-shadow: 0 2px 8px #f7a73e22;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    letter-spacing: 0.5px;
}
.btn-block.btn-warning {
    background: linear-gradient(90deg, #01083B 60%, #3a4a8c 100%);
    color: #fff;
}
.btn-block:hover, .btn-block:focus {
    background: linear-gradient(90deg, #e88609 60%, #f7a73e 100%);
    color: #fff;
    box-shadow: 0 4px 16px #f7a73e33;
}
.btn-block.btn-warning:hover, .btn-block.btn-warning:focus {
    background: linear-gradient(90deg, #F7A73E 60%, #fffbe6 100%);
    color: #01083B;
}
.btn-orange {
    background: linear-gradient(90deg, #F7A73E 60%, #f8b55f 100%);
    color: #fff;
    border: none;
}
.btn-orange:hover, .btn-orange:focus {
    background: linear-gradient(90deg, #e88609 60%, #f7a73e 100%);
    color: #fff;
}
.btn-blue {
    background: linear-gradient(90deg, #01083B 60%, #3a4a8c 100%);
    color: #fff;
    border: none;
}
.btn-blue:hover, .btn-blue:focus {
    background: linear-gradient(90deg, #2336a3 60%, #01083B 100%);
    color: #fff;
}
@media (max-width: 768px) {
    .abonnement-card-modern {
        min-height: 0;
        margin-bottom: 24px;
        padding: 1.2rem;
    }
    .abonnement-card-body {
        padding: 0;
    }
    .abonnement-card-footer {
        padding: 0;
    }
    .abo-prix-badge {
        width: 70px;
        height: 70px;
        font-size: 1.3rem;
    }
}

/* Ajout du style orange pour les cartes d'abonnement modernes */
.price-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}
.price-item {
    background-color: #fff;
    box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    border-radius: 20px;
    overflow: visible;
    position: relative;
    margin: 0 20px 40px 20px;
    padding-top: 60px;
}
.price-item .price-top {
    background: #f7a73e;
    color: #fff;
    border-radius: 32px 32px 32px 32px;
    box-shadow: 0 8px 32px 0 rgba(39,39,39,0.13);
    padding: 48px 0 32px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    z-index: 2;
    width: 90%;
    left: 50%;
    transform: translateX(-50%) skewY(5deg);
    position: absolute;
    top: -40px;
    text-align: center;
    box-sizing: border-box;
}
.price-item .price-top * {
    color: #fff;
    transform: skewY(-5deg);
    display: block;
}
.price-item .price-top h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 10px 0 0 0;
}
.price-item .price-top sup {
    font-size: 1.2rem;
    top: -1.2em;
    left: -0.5em;
}
.price-item.popular {
    background: #f7a73e;
}
.price-item.popular .price-top {
    background: #fff;
    color: #f7a73e;
}
.price-item.popular .price-top * {
    color: #f7a73e;
}
.price-item.popular .price-top {
    box-shadow: 0 8px 32px 0 rgba(247,167,62,0.13);
}
.price-item.popular .price-top * {
    color: #f7a73e;
}
.price-item.popular .price-content ul * {
    color: #fff !important;
}
.price-content {
    padding: 80px 30px 40px 30px;
}
.price-item:not(.business) .price-content ul {
    color: #666;
}
.price-item.business {
    background: #f7a73e;
}
.price-item.business .price-content ul {
    color: #fff;
}
.price-footer {
    padding: 32px 0 32px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background: transparent;
}
.btn-custom {
    background: #f7a73e;
    color: #fff;
    border-radius: 32px;
    padding: 16px 48px;
    font-size: 1.25rem;
    font-weight: 500;
    border: none;
    box-shadow: 0 2px 8px #f7a73e22;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.btn-custom.btn-light {
    background: #fff;
    color: #f7a73e;
    border: 1.5px solid #f7a73e;
}
.btn-custom:hover, .btn-custom:focus {
    background: #e88609;
    color: #fff;
    box-shadow: 0 4px 16px #f7a73e33;
}
.btn-custom.btn-light:hover, .btn-custom.btn-light:focus {
    background: #f7a73e;
    color: #fff;
}
@media (max-width: 900px) {
    .price-item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 40px auto;
    }
    .price-item .price-top {
        width: 95%;
        font-size: 1.2rem;
        padding: 32px 0 24px 0;
        top: -30px;
    }
    .price-content {
        padding: 70px 10px 30px 10px;
    }
}

body{
    background:#eee;
    margin-top:20px;
}

/* ===== PRICING PAGE ORANGE ===== */
.price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
          box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: 40px;
  border: 1px solid #f7a73e;
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .price-tabs {
    margin-bottom: 60px;
  }
}

.price-tabs .nav-link {
  color: #f7a73e;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .price-tabs .nav-link {
    padding: 12px 40px;
  }
}

.price-tabs .nav-link.active {
  background-color: #f7a73e;
  color: #fff;
}

.price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
          box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: 10px;
}

@media (min-width: 768px) {
  .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
}

.price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
          box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #f7a73e;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}

@media (min-width: 768px) {
  .price-item .price-top {

    border-radius: 20px;
  }
}

.price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background-color: #f7a73e;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
          box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}

@media (min-width: 768px) {
  .price-item .price-top:after {
    border-radius: 0 0 20px 20px;
  }
}

.price-item .price-top * {
  color: #fff;
}

.price-item .price-top h2 {
  font-weight: 700;
}

.price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}

.price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}

.price-item .price-content li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

@media (min-width: 992px) {
  .price-item .price-content li {
    padding-left: 28px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}

.price-item .price-content .zmdi-check {
  color: #28a745;
}

.price-item .price-content .zmdi-close {
  color: #f00;
}

.popular {
  background-color: #f7a73e;
}

.popular .price-top {
  background-color: #fff;
}

.popular .price-top:after {
  background-color: #fff;
}

.popular .price-top h4 {
  color: #101f41;
}

.popular .price-top h2, .popular .price-top span, .popular .price-top sup {
  color: #f7a73e;
}

.popular .price-content ul *,
.popular .price-content ul .zmdi-close, .popular .price-content ul .zmdi-check {
  color: #fff !important;
}

.section-abonnement-bg {
    background: #f5f8fa;
    border-radius: 24px;
    padding: 40px 0 60px 0;
}
.section-title {
    font-size: 2.3rem;
    font-weight: 800;
    color: #f7a73e;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}
.btn-obtenir {
    background: linear-gradient(90deg, #f7a73e 60%, #f8b55f 100%);
    color: #fff;
    border-radius: 40px;
    padding: 18px 56px;
    font-size: 1.25rem;
    font-weight: 700;
    border: none;
    margin-top: 30px;
    margin-bottom: 10px;
    box-shadow: 0 6px 24px #f7a73e33;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
    letter-spacing: 0.5px;
    outline: none;
}
.btn-obtenir:hover, .btn-obtenir:focus {
    background: linear-gradient(90deg, #e88609 60%, #f7a73e 100%);
    color: #fff;
    box-shadow: 0 8px 32px #f7a73e44;
    transform: translateY(-2px) scale(1.03);
}
.price-item {
    margin-bottom: 48px;
}

.price-amount {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 0.5rem auto;
}
.price-value {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1;
    color: inherit;
    font-family: 'Montserrat', sans-serif;
}
.price-devise {
    font-size: 1.2rem;
    font-weight: 600;
    color: inherit;
    opacity: 0.85;
    margin-bottom: 6px;
    letter-spacing: 1px;
} 