/* ============================================
   THEOLOGICUM - Styles personnalis�s
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: #f7faf7;
    color: #0f172a;
}

a {
    color: inherit;
    text-decoration: none;
}

.hero-slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 1s ease-in-out;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    background: rgba(34, 197, 94, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-dot.active {
    background: #22c55e;
    transform: scale(1.2);
    opacity: 1;
}

.btn-primary {
    background: linear-gradient(135deg, #14532d 0%, #16a34a 100%);
    color: #ffffff;
    transition: all 0.25s ease;
}

.btn-primary:hover {
    filter: brightness(1.05);
}

.bg-primary {
    background-color: #16a34a;
}

.text-primary {
    color: #14532d;
}

.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 40px -15px rgba(15, 23, 42, 0.2);
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #e2e8f0;
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb {
    background: #22c55e;
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
    background: #16a34a;
}

@media print {
    header, footer, .no-print {
        display: none !important;
    }

    body {
        background: #ffffff;
        color: #000000;
    }
}

/* thème vert-blanc-noir */
.text-blue-100 {
    color: #d1fae5 !important;
}

.text-blue-200 {
    color: #bbf7d0 !important;
}

.bg-blue-50 {
    background-color: #ecfdf5 !important;
}

.hover\:bg-blue-800:hover {
    background-color: #166534 !important;
}

.hover\:bg-blue-900:hover {
    background-color: #14532d !important;
}

.bg-\[\#eff6ff\] {
    background-color: #ecfdf5 !important;
}

.bg-\[\#dbeafe\] {
    background-color: #dcfce7 !important;
}

.text-\[\#2563eb\] {
    color: #166534 !important;
}

.text-\[\#1e3a8a\] {
    color: #14532d !important;
}

.bg-\[\#1e3a8a\] {
    background-color: #14532d !important;
}

.border-\[\#1e3a8a\] {
    border-color: #14532d !important;
}

.from-\[\#1e3a8a\] {
    --tw-gradient-from: #14532d !important;
}

.to-\[\#1e40af\] {
    --tw-gradient-to: #166534 !important;
}

.to-\[\#2563eb\] {
    --tw-gradient-to: #16a34a !important;
}

.from-\[\#e7f3ff\] {
    --tw-gradient-from: #ecfdf5 !important;
}

.via-\[\#f8fbff\] {
    --tw-gradient-stops: #ecfdf5, #dcfce7 !important;
}

.to-\[\#dbeafe\] {
    --tw-gradient-to: #dcfce7 !important;
}

.text-\[\#1d4ed8\] {
    color: #14532d !important;
}

.hover\:text-\[\#1d4ed8\]:hover {
    color: #14532d !important;
}

.bg-\[\#2563eb\] {
    background-color: #16a34a !important;
}

.bg-\[\#1d4ed8\] {
    background-color: #14532d !important;
}

.focus\:ring-\[\#2563eb\]:focus {
    --tw-ring-color: #16a34a !important;
}

.focus\:ring-\[\#1e3a8a\]:focus {
    --tw-ring-color: #16a34a !important;
}

.hover\:bg-\[\#1d4ed8\]:hover {
    background-color: #14532d !important;
}

.hover\:bg-\[\#162f6d\]:hover {
    background-color: #14532d !important;
}

.via-\[\#1e40af\] {
    --tw-gradient-stops: #14532d, #16a34a !important;
}

.hover\:from-\[\#1d3a7f\]:hover {
    --tw-gradient-from: #14532d !important;
}

.hover\:to-\[\#1e5ab8\]:hover {
    --tw-gradient-to: #16a34a !important;
}
