* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 13px; 
}

#home {
    height: 100vh !important;
    min-height: 100vh !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
}

#home .absolute.inset-0 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

#home .absolute.inset-0 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.glass-effect {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.progress-bar {
    background: linear-gradient(90deg, #10b981, #059669);
    transition: width 1s ease-out;
}

.status-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

@keyframes shine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.shine-effect {
    animation: shine 3s ease-in-out infinite;
}

#about-us {
    padding: 72px 0 8px;
    background-color: #f9fafb;
}

#about-us .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 43px;
    align-items: center;
}

@media (min-width: 1280px) {
    #about-us .grid {
        grid-template-columns: 1fr 1fr;
    }
}

#about-us .order-2 {
    order: 2;
}

#about-us .order-1 {
    order: 1;
}

@media (min-width: 1280px) {
    #about-us .xl\:order-1 {
        order: 1;
    }
    
    #about-us .xl\:order-2 {
        order: 2;
    }
}

#environnement {
    padding: 72px 0;
}

#gallery {
    padding: 72px 0;
    background-color: #f9fafb;
}

.grid.grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

@media (min-width: 768px) {
    .grid.md\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .grid.lg\:grid-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.lg\:col-span-2 {
    grid-column: span 1;
}

@media (min-width: 1024px) {
    .lg\:col-span-2 {
        grid-column: span 2;
    }
}

.col-span-full {
    grid-column: 1 / -1;
}

@media (min-width: 768px) {
    .md\:col-span-2 {
        grid-column: span 2;
    }
}

@media (min-width: 1024px) {
    .lg\:col-span-1 {
        grid-column: span 1;
    }
}

#gallery .h-\[480px\] {
    height: 432px !important;
}

#gallery .h-\[320px\] {
    height: 288px !important;
}

.group:hover img {
    transform: scale(1.05) translateY(-4px);
}

.bg-white.p-6 {
    background-color: white;
    padding: 36px;
}

@media (min-width: 768px) {
    .bg-white.md\:p-10 {
        padding: 36px;
    }
}

.group:hover .text-3xl {
    color: #2563eb;
}

.text-center.mb-24 {
    text-align: center;
    margin-bottom: 86px;
}

.inline-block.relative {
    display: inline-block;
    position: relative;
}

.absolute.-top-8 {
    position: absolute;
    top: -32px;
}

.absolute.-bottom-4 {
    position: absolute;
    bottom: -16px;
}

.h-1.bg-gray-200 {
    height: 4px;
    background-color: #e5e7eb;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

@media (min-width: 768px) {
    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
}

.bg-white.p-10 {
    background-color: white;
    padding: 36px;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.bg-white.p-10:hover {
    transform: translateY(-8px);
}

.grid.grid-cols-1.md\:grid-cols-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
}

@media (min-width: 768px) {
    .grid.grid-cols-1.md\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.grid.grid-cols-1.md\:grid-cols-4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 29px;
}

@media (min-width: 768px) {
    .grid.grid-cols-1.md\:grid-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.text-lg.text-gray-700 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #374151;
}

.leading-relaxed {
    line-height: 1.625;
}

.max-w-7xl.mx-auto {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.max-w-3xl.mx-auto {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.px-4 {
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 768px) {
    .md\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1280px) {
    .xl\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
}

.h-\[200px\] {
    height: 200px;
}

@media (min-width: 768px) {
    .md\:h-96, .md\:h-\[400px\] {
        height: 384px;
    }
}

@media (min-width: 768px) {
    .md\:w-1\/2 {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .lg\:w-full {
        width: 100%;
    }
}

.mb-12 {
    margin-bottom: 43px;
}

.mb-20 {
    margin-bottom: 72px;
}

.mt-12 {
    margin-top: 43px;
}

.mt-20 {
    margin-top: 72px;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.container.mx-auto {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}