
        @font-face {
            font-family: 'DIN Pro Condensed';
            font-style: normal;
            font-weight: 500;
            src: url('data:font/woff2;base64,') format('woff2');
        }
        @font-face {
            font-family: 'DIN Pro Condensed';
            font-style: normal;
            font-weight: 700;
            src: url('data:font/woff2;base64,') format('woff2');
        }

        * {
            box-sizing: border-box;
        }

        body {
            font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 15px;
            line-height: 1.46666667;
            color: #434343;
            background-color: #fff;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }

        .menu-1-1-top {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 66px;
            z-index: 10;
            color: white;
            background-color: rgba(1, 186, 198, 0.95);
            box-shadow: rgba(0, 0, 0, 0.25) 2px 0 5px;
            transition: background-color ease .25s, color ease .25s;
        }

        .menu-1-1-top__logo {
            position: absolute;
            top: 15px;
            left: 50%;
            transform: translateX(-50%);
            margin: 0;
        }

        .menu-1-1-top__logo-link {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            text-decoration: none !important;
            text-transform: uppercase;
            color: white;
        }

        .menu-1-1-top__logo-rdv {
            font-family: "DIN Pro Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 22px;
            font-weight: 700;
            line-height: 0.91;
            white-space: nowrap;
        }

        .menu-1-1-top__logo-date {
            font-family: "DIN Pro Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
            margin-top: 5px;
            white-space: nowrap;
        }

        .main-content {
            margin-top: 66px;
            padding: 40px 20px;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }

        h1 {
            color: #2386c8;
            font-family: "DIN Pro Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 42px;
            font-weight: 700;
            line-height: 1;
            margin: 0 0 30px;
            text-transform: uppercase;
        }

        h2 {
            color: #2386c8;
            font-family: "DIN Pro Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 32px;
            font-weight: 700;
            line-height: 1.1;
            margin: 30px 0 20px;
            text-transform: uppercase;
        }

        h3 {
            color: #2386c8;
            font-family: "DIN Pro Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 22px;
            font-weight: 700;
            line-height: 1.1;
            margin: 25px 0 15px;
            text-transform: uppercase;
        }

        article {
            margin-bottom: 40px;
        }

        article p {
            margin: 0 0 15px;
            line-height: 1.6;
        }

        .transition-section {
            background: linear-gradient(-30deg, #0d71ba 0%, #00bac6 100%);
            color: white;
            padding: 40px 20px;
            margin: 40px -20px;
            text-align: center;
        }

        .transition-section p {
            margin: 0 0 15px;
            font-size: 17px;
            line-height: 1.5;
        }

        .links-section {
            background-color: #f6f6f6;
            padding: 40px 20px;
            margin: 40px -20px;
            border-radius: 8px;
        }

        .links-section h3 {
            color: #2386c8;
            margin-top: 0;
            margin-bottom: 20px;
        }

        .links-section ul {
            list-style: none;
            padding: 0;
            margin: 0 0 30px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px 20px;
        }

        .links-section li {
            margin: 0;
        }

        .links-section a {
            color: #2386c8;
            text-decoration: underline;
            font-weight: 400;
            transition: color ease .25s;
        }

        .links-section a:hover {
            color: #1b699d;
            text-decoration: none;
        }

        .sec-footer {
            background: linear-gradient(rgba(67, 67, 67, 0.95), rgba(67, 67, 67, 0.95)), 
                        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><rect width="100%" height="100%" fill="%23434343"/></svg>');
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            color: white;
            text-align: center;
            padding: 40px 20px;
        }

        .sec-footer-bottom__logo {
            font-family: "DIN Pro Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 36px;
            font-weight: 700;
            color: white;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .sec-footer-bottom__text {
            margin-bottom: 20px;
            opacity: 0.8;
        }

        @media screen and (min-width: 768px) {
            .main-content {
                padding: 60px 40px;
            }

            h1 {
                font-size: 71px;
            }

            h2 {
                font-size: 36px;
            }

            h3 {
                font-size: 24px;
            }

            .transition-section {
                margin: 60px -40px;
                padding: 60px 40px;
            }

            .links-section {
                margin: 60px -40px;
                padding: 60px 40px;
            }

            .links-section ul {
                gap: 15px 30px;
            }
        }

        @media screen and (min-width: 992px) {
            .main-content {
                padding: 80px 60px;
            }

            h1 {
                font-size: 85px;
            }

            h2 {
                font-size: 38px;
            }

            h3 {
                font-size: 26px;
            }

            .transition-section {
                margin: 80px -60px;
                padding: 80px 60px;
            }

            .links-section {
                margin: 80px -60px;
                padding: 80px 60px;
            }
        }

        @media screen and (min-width: 1200px) {
            .main-content {
                padding: 100px 80px;
            }

            h1 {
                font-size: 95px;
            }

            h2 {
                font-size: 40px;
            }

            .transition-section {
                margin: 100px -80px;
                padding: 100px 80px;
            }

            .links-section {
                margin: 100px -80px;
                padding: 100px 80px;
            }
        }

        @media screen and (max-width: 767px) {
            .links-section ul {
                grid-template-columns: 1fr;
                gap: 10px;
            }
        }
    