
        .section {
            padding-top: 40px;
            padding-bottom: 30px;
        }

        .section h2 {
            margin-top: -60px;
            margin-bottom: 25px;
            font-size: 32px;
        }

        #home .container {
            padding-top: 100px;
            padding-bottom: 40px;
        }

        #about.section,
        #portfolio.section {
            padding-bottom: 0 !important;
            margin-bottom: 0 !important;
        }

        .rotate {
            display: block !important;
        }

        .static-tt {
            display: none !important;
        }

        @media (hover: none) and (pointer: coarse) {
            .static-tt {
                display: block !important;
            }
        }
        @media screen and (max-width: 768px) {
            .portfolio-thumb .portfolio-overlay {
                opacity: 0.9 !important;
                display: flex !important;
                transform: none !important;
                pointer-events: auto !important;
                align-items: center !important;
                justify-content: center !important;
                padding: 10px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                box-sizing: border-box;
                border-radius: 8px;
                background-color: rgba(212, 63, 82, 0.8) !important;
            }

            .portfolio-thumb .portfolio-overlay h4,
            .portfolio-thumb .portfolio-overlay h5 {
                color: var(--color-white);
                text-align: center;
                margin: 6px 0;
                padding: 4px;
                line-height: 1.3;
            }
        }
        @media screen and (max-width: 768px), (hover: none) and (pointer: coarse) {
        #home {
            background-image: url('../images/home-bg.png');
            background-position: center center !important;
            background-repeat: no-repeat !important;
            background-size: cover !important;
            background-attachment: scroll !important;
            transform: none !important;
            will-change: auto !important;
        }
        }

/* Copyright RZU Informatique */
