body.page-id-4337 .mmt-topbar {
display: none !important;
}  .mmt-horaires-header {
max-width: 100%;
margin: 0 auto;
padding: 40px 0px;
} .mmt-horaires-title {
color: #B01D58;
font-size: 42px;
font-weight: 700;
margin: 0 0 15px 0; text-align: left;
} .mmt-horaires-info {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
flex-wrap: wrap;
gap: 20px;
} .mmt-horaires-location {
display: flex;
align-items: center;
gap: 10px;
color: #666;
font-size: 20px; font-weight: 600;
text-transform: uppercase; }
.mmt-horaires-location svg {
color: #B01D58;
width: 24px; height: 24px;
} .mmt-horaires-dates {
display: flex;
align-items: center;
gap: 12px;
font-size: 20px; text-transform: uppercase; }
.mmt-horaires-dates svg {
color: #B01D58;
width: 24px; height: 24px;
}
.mmt-date-hijri {
color: #B01D58;
font-weight: 700;
}
.mmt-date-separator {
color: #999;
font-weight: 600;
}
.mmt-date-greg {
color: #333;
font-weight: 600;
} .mmt-prayer-blocks {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 20px;
margin-bottom: 40px;
} .mmt-prayer-block {
background: #E64C5B; border-radius: 10px !important; padding: 24px 16px;
text-align: center;
color: #fff;
transition: all 0.3s ease;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
}  .mmt-prayer-block.next-prayer {
background: #ACC830 !important;
border-radius: 10px !important; } .mmt-prayer-block.next-prayer * {
color: #fff !important;
} @keyframes prayer-call-blink {
0%, 100% {
background: #E64C5B;
color: #fff;
}
50% {
background: #fff;
color: #E64C5B;
}
}
.mmt-prayer-block.prayer-call {
animation: prayer-call-blink 1s ease-in-out infinite !important;
}  .mmt-prayer-name {
font-size: 24px; font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
order: 1;
} .mmt-prayer-icon {
width: 60px; height: 60px;
order: 2;
}
.mmt-prayer-icon img {
width: 100%;
height: 100%;
object-fit: contain;
filter: brightness(0) invert(1); } .mmt-prayer-time {
font-size: 35px;
font-weight: 700;
font-family: 'AvenirNextLTPro-Bold',Helvetica,Arial,Lucida,sans-serif;
line-height: 1;
order: 3;
} .mmt-prayer-offset {
font-size: 16px;
font-weight: 600;
opacity: 0.95;
order: 4;
} .mmt-horaires-notes {
padding: 0;
}
.mmt-horaires-notes ul {
margin: 0;
padding: 0;
list-style: none;
}
.mmt-horaires-notes li {
margin-bottom: 15px;
line-height: 1.7;
color: #555;
font-size: 15px;
}
.mmt-horaires-notes li:last-child {
margin-bottom: 0;
}
.mmt-horaires-notes strong {
color: #B01D58;
font-weight: 700;
}  .mmt-horaires-calendar {
max-width: 100%;
margin: 0 auto;
padding: 40px 0px;
} .mmt-calendar-controls {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
gap: 20px;
flex-wrap: wrap;
} .mmt-month-selector {
display: flex;
align-items: center;
}
.mmt-month-dropdown {
padding: 14px 45px 14px 25px;
border: 2px solid #D9D9D9; border-radius: 30px; font-size: 16px;
font-weight: 600;
color: #333;
background: #fff; cursor: pointer;
appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23B01D58' d='M7 10L2 5h10z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 18px center;
transition: all 0.3s ease;
}
.mmt-month-dropdown:hover {
background-color: #f8f8f8;
border-color: #B01D58;
}
.mmt-month-dropdown:focus {
outline: none;
border-color: #B01D58;
box-shadow: 0 0 0 3px rgba(176, 29, 88, 0.1);
} .mmt-pdf-download {
display: inline-flex;
align-items: center;
gap: 12px;
padding: 14px 28px;
background: #E64C5B; color: #fff;
border-radius: 30px; font-weight: 700;
font-size: 14px;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.3s ease;
}
.mmt-pdf-download:hover {
background: #B01D58; transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(230, 76, 91, 0.4);
}
.mmt-pdf-download svg {
width: 20px;
height: 20px;
} .mmt-calendar-table-wrapper {
overflow-x: auto;
border-radius: 10px;  }
.mmt-calendar-table {
width: 100%;
border-collapse: collapse;
background: #fff;
} .mmt-calendar-table thead {
background: #B01D58;
}
.mmt-calendar-table th {
padding: 18px 12px;
font-weight: 700;
text-align: center;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #ffffff !important;
} .mmt-calendar-table tbody tr {
border-bottom: 1px solid #eee;
transition: background 0.2s ease;
}
.mmt-calendar-table tbody tr:hover {
background: #f8f8f8;
} .mmt-calendar-table tbody tr.today-row {
background: #e8f5e9 !important;
} .mmt-calendar-table td {
padding: 14px 12px;
text-align: center;
font-size: 14px;
color: #333;
}
.mmt-calendar-table td:first-child,
.mmt-calendar-table td:last-child {
font-weight: 600;
color: #666;
} .mmt-jour-blanc-cell {
text-align: center !important;
vertical-align: middle !important;
}
.mmt-jour-blanc-icon {
display: inline-flex;
align-items: center;
justify-content: center;
cursor: help;
}
.mmt-jour-blanc-icon svg {
display: block;
width: 20px;
height: 20px;
}
.mmt-calendar-table tbody tr.today-row .mmt-jour-blanc-cell {
background: #e8f5e9 !important;
}  .mmt-jours-blancs-notification {
position: fixed;
bottom: 30px;
right: 30px;
max-width: 400px;
background: #ACC830;
color: #fff;
padding: 20px 50px 20px 20px;
border-radius: 10px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
z-index: 9999;
font-size: 15px;
line-height: 1.6;
opacity: 0;
transform: translateX(450px);
transition: all 0.4s ease-out;
} .mmt-jours-blancs-notification.show {
opacity: 1;
transform: translateX(0);
} .mmt-jours-blancs-content strong {
display: block;
margin-bottom: 8px;
font-size: 16px;
} .mmt-jours-blancs-close {
position: absolute;
top: 10px;
right: 10px;
background: transparent;
border: none;
color: #fff;
font-size: 24px;
line-height: 1;
cursor: pointer;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: all 0.2s ease;
}
.mmt-jours-blancs-close:hover {
background: rgba(255, 255, 255, 0.2);
transform: rotate(90deg);
}  @media (max-width: 1024px) {
.mmt-prayer-blocks {
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
} @media (max-width: 768px) {
.mmt-horaires-header,
.mmt-horaires-calendar {
padding: 10px;
}
.mmt-horaires-title {
font-size: 32px;
text-align: center;
} .mmt-horaires-info {
flex-direction: column;
text-align: center;
margin-bottom: 25px; } .mmt-horaires-location,
.mmt-horaires-dates {
font-size: 14px; }
.mmt-horaires-location svg,
.mmt-horaires-dates svg {
width: 18px; height: 18px;
} .mmt-prayer-blocks {
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.mmt-prayer-block {
padding: 18px 12px;
border-radius: 5px; } .mmt-prayer-block.next-prayer {
border-radius: 10px !important;
}
.mmt-prayer-icon {
width: 60px;
height: 60px;
}
.mmt-prayer-name {
font-size: 20px;
}
.mmt-prayer-time {
font-size: 18px;
} .mmt-calendar-controls {
flex-direction: column;
align-items: stretch;
margin: 10px 0;
} .mmt-month-selector {
display: none;
}
.mmt-pdf-download {
justify-content: center;
width: 100%;
border-radius: 40px !important;
padding:14px 10px; 
} .mmt-calendar-table-wrapper {
display: none;
}
.cycle-lunaire {
display: flex !important;
flex-direction: column-reverse !important;
} .mmt-jours-blancs-notification {
bottom: 20px;
right: 20px;
left: 20px;
max-width: none;
font-size: 14px;
padding: 18px 45px 18px 18px;
}
.mmt-jours-blancs-content strong {
font-size: 15px;
}
} @media (max-width: 480px) {
.mmt-horaires-title {
font-size: 28px;
} .mmt-horaires-location,
.mmt-horaires-dates {
font-size: 12px;
}
.mmt-horaires-location svg,
.mmt-horaires-dates svg {
width: 16px;
height: 16px;
}
.mmt-prayer-name {
font-size: 24px;
}
.mmt-prayer-time {
font-size: 24px;
}
.cycle-lunaire {
display: flex !important;
flex-direction: column-reverse !important;
}
}