

body{
  font-family: "Bodoni Moda", serif;
}
.tarif-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #1f3a4b;
  margin: 50px auto 30px;
  position: relative;
}

.tarif-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: #950404;
  margin: 10px auto 0;
  border-radius: 5px;
}


.pricing-block {
  margin-top: 20px;
  text-align: left;
}

.pricing-block h4 {
  margin: 20px 0 10px;
  color: #740d10;
  font-size: 1.1rem;
}

/* TABLEAU */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.pricing-table th {
  background: #740d10;
  color: white;
  padding: 10px;
  text-align: left;
}

.pricing-table td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #444;
}

.pricing-table tr:hover {
  background: #f9f7fb;
}


/* CALENDRIER DES EXAMENS */


/* =========================
   CALENDRIER EXAMENS
========================= */

.exam-calendar{
    width: 92%;
    max-width: 1200px;
    margin: 60px auto;
}

.exam-calendar h1{
    text-align: center;
    color: #2a045e;
    font-size: 42px;
    margin-bottom: 15px;
}

.exam-calendar .intro{
    text-align: center;
    color: #3e4f56;
    margin-bottom: 50px;
    font-size: 18px;
}

.calendar-block{
    margin-bottom: 45px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #87888a;
    background: #ffffff;
}

.calendar-block h2{
    background: #98111f;
    color: #ffffff;
    margin: 0;
    padding: 18px 25px;
    font-size: 24px;
}

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

.calendar-table th{
    background: #3e5a6a;
    color: #ffffff;
    padding: 16px;
    font-size: 16px;
}

.calendar-table td{
    padding: 16px;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
    color: #3e4f56;
}

.calendar-table tr:nth-child(even){
    background: #f7f7f7;
}

.calendar-table tr:hover{
    background: #f3e8ec;
}

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

    .exam-calendar h1{
        font-size: 30px;
    }

    .calendar-block h2{
        font-size: 20px;
    }

    .calendar-table th,
    .calendar-table td{
        padding: 12px;
        font-size: 14px;
    }
}



/*adhésion*/
/* =========================
   ADHESION
========================= */

.membership-page{
    width: 92%;
    max-width: 1150px;
    margin: 60px auto;
}

.membership-hero{
    text-align: center;
    margin-bottom: 60px;
}

.membership-hero h1{
    font-size: 48px;
    color: #da002e;
    margin-bottom: 20px;
}

.membership-hero p{
    font-size: 18px;
    color: #3e4f56;
    max-width: 800px;
    margin: auto;
    line-height: 1.8;
}

.membership-section{
    margin-bottom: 50px;
}

.membership-section h2{
    background: #98111f;
    color: white;
    padding: 16px 24px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.membership-table{
    width: 100%;
    border-collapse: collapse;
    background: white;
    overflow: hidden;
}

.membership-table th{
    background: #3e4f56;
    color: white;
    padding: 16px;
    text-align: center;
}

.membership-table td{
    padding: 16px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #3e4f56;
}

.membership-table tr:nth-child(even){
    background: #f7f7f7;
}

.membership-box{
    background: #ffffff;
    padding: 30px;
    border: 2px solid #87888a;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.membership-box p,
.membership-box li{
    color: #3e4f56;
    line-height: 1.8;
}

.membership-box ul{
    padding-left: 20px;
}

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

    .membership-hero h1{
        font-size: 34px;
    }

    .membership-table th,
    .membership-table td{
        padding: 12px;
        font-size: 14px;
    }

}