Claude

<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Dr ABDELLI - Gastrologue Tizi Ouzou</title>
    <link href="https://fr.allfont.net/allfont.css?fonts=anson" rel="stylesheet" type="text/css">
    <style type="text/css">
        /* Reset et Box-sizing */
        *, *:before, *:after {
            box-sizing: border-box;
        }

        @import url(https://fr.allfont.net/allfont.css?fonts=anson);
        @import url('https://fonts.googleapis.com/css?family=B612+Mono:700&display=swap');

        /* Root et Typographie Responsive */
        html {
            font-size: 16px;
            padding: 0 10%;
            overflow-x: hidden;
            background-color: #ee7f99;
            background: url("https://gastrologuetiziouzou.e-monsite.com/medias/images/cream-pixels.png");
            background-repeat: repeat;
            background-size: auto;
        }

        /* Adaptation pour grands écrans */
        @media screen and (min-width: 1920px) {
            html {
                padding: 0 15%;
            }
            #page {
                max-width: 1800px;
                margin: 0 auto;
            }
        }

        @media screen and (min-width: 1440px) and (max-width: 1919px) {
            html {
                padding: 0 12%;
            }
            #page {
                max-width: 1600px;
                margin: 0 auto;
            }
        }

        @media screen and (max-width: 450px) {
            html {
                padding: 0;
            }
        }

        /* Body */
        body {
            min-width: 100%;
            max-height: 100%;
            position: relative;
            margin: 0;
            padding: 0;
            background-color: transparent;
            overflow-x: hidden;
            box-sizing: border-box;
        }

        #page {
            display: block;
            position: relative;
            max-width: 100%;
            background-color: transparent;
            padding: 0 0.15%;
            box-sizing: border-box;
            margin: -2vh 0;
        }

        @media screen and (max-width: 435px) {
            #page {
                margin: -2vh -1.6vw;
            }
        }

        @media screen and (min-width: 436px) and (max-width: 1209px) {
            #page {
                margin: -2vh -1.6vw;
            }
        }

        @media screen and (max-width: 430px) and (min-width: 280px) {
            #page {
                margin: -2vh -3.3vw;
            }
        }

        @media screen and (min-width: 1210px) {
            #page {
                margin: -2vh auto;
            }
        }

        /* Cover/Header */
        .cover {
            width: auto;
            margin: 0 0.3%;
            min-height: 5em;
            box-sizing: border-box;
        }

        .cover img {
            margin: auto;
            width: 100%;
            height: auto;
            display: block;
        }

        #cover {
            margin-left: 0;
            margin-right: 0;
        }

        /* Bannière Actualités */
        #conteneurnews {
            display: block;
            width: 300px;
            min-width: 80%;
            max-width: 1200px;
            margin: 3% auto;
            background-color: #347fd0;
            color: white;
            overflow: hidden;
            height: 30px;
            vertical-align: middle;
            box-sizing: border-box;
            position: relative;
            box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.5);
            border-radius: 4px;
        }

        @media (max-width: 640px) {
            #conteneurnews {
                min-width: 100%;
            }
        }

        @media (min-width: 1440px) {
            #conteneurnews {
                min-width: 60%;
            }
        }

        .item1 {
            background-color: red;
            color: #FFF;
            position: absolute;
            left: 0;
            font-weight: 1000;
            font-family: 'Anson', arial;
            border-right: 3px solid yellow;
            top: 0;
            display: block;
            height: 30px;
            vertical-align: middle;
            line-height: 30px;
            padding-left: 3px;
            padding-right: 3px;
            z-index: 10;
            box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.5);
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        @media (max-width: 640px) {
            .item1 {
                font-size: 10px;
            }
        }

        /* Texte défilant */
        .item3 {
            min-width: 100%;
            display: block;
            padding: 0.4rem 0 0 0;
            line-height: 30px;
            vertical-align: middle;
            margin: 0;
            list-style: none;
            white-space: nowrap;
            animation: scroll 15s linear 0s infinite;
            position: absolute;
            font: 1rem 'Raleway', Helvetica, Arial, sans-serif;
            -webkit-font-smoothing: antialiased;
            -webkit-user-select: none;
            cursor: pointer;
        }

        .item3:hover {
            animation-play-state: paused;
        }

        .item3 li {
            display: inline-block;
            white-space: nowrap;
            margin-left: 20px;
        }

        @keyframes scroll {
            from {
                transform: translate(100%, 0);
            }
            to {
                transform: translate(-90%, 0);
            }
        }

        /* Annonce */
        .annonce {
            display: none;
            width: auto;
            margin: 3rem 17%;
            min-height: 5em;
            background-color: rgba(66, 171, 39, 0.4);
            box-sizing: border-box;
            border: 5px solid rgba(126, 197, 238, 1);
            border-radius: 7px;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, .8);
        }

        @media screen and (min-width: 1440px) {
            .annonce {
                max-width: 1200px;
                margin: 3rem auto;
            }
        }

        .annonce span {
            box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4);
        }

        #compteur {
            display: none;
            width: 30px;
            height: 25px;
            position: absolute;
            top: 350px;
            right: 100px;
        }

        /* Conteneur Principal */
        #conteneur {
            display: flex;
            width: auto;
            background-color: transparent;
            flex-direction: row;
            margin: 0;
            justify-content: space-between;
            box-sizing: border-box;
            max-width: 1600px;
        }

        @media screen and (min-width: 1440px) {
            #conteneur {
                margin: 0 auto;
            }
        }

        /* Speech Section */
        .speech {
            width: 68%;
            margin: 0 auto 5rem auto;
            padding-left: 1%;
            min-height: 20em;
            box-sizing: border-box;
            background-color: transparent;
        }

        /* Horaires Section */
        .horaires {
            display: none;
            width: 30%;
            margin: 0 3px;
            padding-right: 0;
            min-height: 20em;
            box-sizing: border-box;
            background-color: transparent;
        }

        @media (max-width: 960px) {
            #conteneur {
                flex-direction: column;
            }
            .horaires {
                width: auto;
                margin: 0 3%;
                box-sizing: border-box;
            }
            .speech {
                width: auto;
                margin: 0;
                box-sizing: border-box;
            }
        }

        .survol:hover {
            background-color: #84f0b2;
        }

        /* Table Horaires */
        table {
            margin-left: auto;
            margin-right: auto;
            margin-top: 7%;
            height: 280px;
            width: 250px;
        }

        @media screen and (max-width: 1100px) {
            table {
                width: 250px;
                height: 250px;
            }
        }

        td {
            border: 0;
            padding: auto;
        }

        .lien-amandiers {
            color: rgba(12, 177, 233, .9);
        }

        .p7 {
            text-align: center;
        }

        .p12 {
            text-indent: 0;
            text-align: center;
            margin-top: 75px;
        }

        .p16 {
            margin-left: 0%;
        }

        /* Citation */
        .ambroise {
            font-family: brandish;
            color: #00ff00;
            text-align: center;
            margin: 25px;
            text-shadow: 0.1em 0.1em 0.2em black;
            font-size: 18px;
        }

        @media screen and (max-width: 230px) {
            .ambroise {
                font-size: 25px;
            }
        }

        span.pare {
            font-family: Arial, Poppins, sans-serif;
            text-shadow: none;
        }

        .vert {
            color: green;
        }

        /* Pieds de Page */
        #pieds {
            display: flex;
            width: auto;
            background-color: rgba(12, 177, 233, 0.88);
            flex-direction: row;
            margin: 2vw 0.3% 0 0.3%;
            padding-bottom: 0%;
            justify-content: space-between;
            box-sizing: border-box;
            max-width: 1600px;
        }

        @media screen and (min-width: 1440px) {
            #pieds {
                margin: 2vw auto 0;
            }
        }

        .adresse {
            width: 70%;
            margin: 0;
            padding-left: 3%;
            padding-bottom: 0;
            min-height: 5em;
            box-sizing: border-box;
        }

        .telephone {
            width: 30%;
            margin: 0;
            min-height: 5em;
            box-sizing: border-box;
        }

        @media (max-width: 910px) {
            #pieds {
                flex-direction: column;
                padding-bottom: 23%;
            }
            .telephone, .adresse {
                width: auto;
                margin: 0;
                box-sizing: border-box;
            }
        }

        .p1, .p2, .p3, .p4, .p5, .p8, .p9, .p10, .p11, .p12 {
            text-indent: 0;
        }

        .p8 {
            margin-top: 25px;
        }

        .blanc {
            color: #fff !important;
            text-decoration: underline;
        }

        .p13 {
            font-family: 'B612 Mono', monospace;
            font-weight: 700;
            font-size: 1.3em;
        }

        /* Timify Button */
        #terminapp-button {
            position: fixed;
            z-index: 9999;
            cursor: pointer;
            background: transparent url('https://widget.timify.com/assets/images/terminapp-button_fr.jpg');
            opacity: 1;
            height: 210px;
            width: 50px;
            top: 44%;
            left: 0;
            margin-top: -105px;
        }

        @media screen and (max-width: 640px) {
            #terminapp-button {
                top: 59%;
            }
        }

        /* Scroll to Top */
        #scrollToTop {
            display: none;
            position: fixed;
            bottom: calc(3rem + 10px);
            right: 10px;
            width: 3rem;
            height: 3rem;
            padding: 10px;
            text-align: center;
            color: rgba(255, 255, 255, 1);
            text-decoration: none;
            border-radius: 100%;
            background: rgba(17, 19, 18, 0.1);
            cursor: pointer;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
            z-index: 3;
        }

        /* Eléments cachés */
        .container {
            position: absolute;
            top: -999px;
            left: -9999px;
        }

        .container1, .plugins, .sp3, #ems-try-content {
            display: none;
        }

        /* Footer */
        #footer {
            position: relative;
            padding: 0;
            color: rgba(254, 253, 250, 1);
            background-color: rgba(12, 177, 233, 0.88);
            z-index: 0;
        }

        /* Typographie Responsive */
        .text-responsive {
            font-size: 1rem;
        }

        @media screen and (min-width: 1440px) {
            .text-responsive {
                font-size: 1.1rem;
            }
        }
    </style>
</head>

<body>
    <div id="page">
        <div class="cover">
            <img src="https://gastrologuetiziouzou.e-monsite.com/medias/images/dr-abdelli-gastrologue-tizi-ouzou-1.jpg" 
                 alt="Gastrologue tizi ouzou" 
                 width="1920" 
                 height="460">
        </div>

        <div id="conteneurnews">
            <div class="item1">IMPORTANT</div>
            <ul class="item3">
                <li>Veuillez nous appeler avant de venir</li>
            </ul>
        </div>

        <div class="annonce">
            <p style="text-align: center; color: red; margin-top: 3rem;">
                <strong>En cette période de pandémie de COVID-19, votre médecin reste à vos côtés</strong>
            </p>
            <p style="text-align: center; color: white; margin-bottom: 3rem;">
                Les consultations seront assurées au niveau du Cabinet<br>
                ou de <a href="http://gastrologuetiziouzou.e-monsite.com/pages/page-1.html" 
                         title="clinique les amandiers" 
                         class="vert">la Clinique "Les Amandiers"</a>
            </p>
        </div>

        <script async id="timify" type="text/javascript"
                src="https://widget.timify.com/js/widget.js"
                data-position=""
                data-id="5c49aa9c1a179b0fa3185c07"
                data-lang="fr">
        </script>

        <div id="terminapp-button"></div>

        <div id="compteur">
            <script type="text/javascript" src="//compteur.websiteout.com/js/10/0/0/0"></script>
        </div>

        <div id="conteneur">
            <div class="speech">
                <h3 style="margin-left: 45px;">Bienvenue sur le site du Docteur ABDELLI</h3>
                <div class="text-responsive">
                    <p class="p1" style="margin-left: 45px; line-height: 200%;">
                        Notre cabinet de gastro-entérologie et d'hépatologie offre des soins spécialisés<br>
                        aux patients atteints de pathologies gastro-intestinales et hépatiques.
                    </p>
                </div>

                <h3 style="margin-left: 10px;"></h3>
                <div class="text-responsive">
                    <p class="p2" style="margin-left: 45px; line-height: 200%;">
                        Il s'engage à offrir des soins de qualité, une prise en charge adéquate et un suivi<br>
                        des maladies gastro-intestinales et hépatiques aiguës et chroniques.
                    </p>
                </div>

                <h3 style="margin-left: 10px;"></h3>
                <div class="text-responsive">
                    <p class="p3" style="margin-left: 45px; line-height: 200%;">
                        - Vos appels pour les visites de jour doivent nous parvenir de préférence avant 9h00;
                    </p>
                </div>

                <h3 style="margin-left: 10px;"></h3>
                <div class="text-responsive">
                    <p class="p4" style="margin-left: 45px; line-height: 200%;">
                        - Les examens endoscopiques (Rectoscopie, Colonoscopie) se font sur Rendez-vous;
                    </p>
                </div>

                <h3 style="margin-left: 10px;"></h3>
                <div class="text-responsive">
                    <p class="p5" style="margin-left: 45px; line-height: 200%;">
                        - Le docteur vous répond au téléphone tous les jours entre 14h30 et 15h00 
                        (résultats d'examens, renseignements divers...).
                    </p>
                </div>
            </div>

            <div class="horaires">
                <div class="text-responsive">
                    <div class="survol">
                        <table border="0" cellpadding="2" cellspacing="0">
                            <tbody>
                                <tr>
                                    <td colspan="4" style="text-align: center; vertical-align: middle;">
                                        <p class="p16">
                                            <span style="font-size: 1rem;">
                                                <u><strong><span style="color:#0099ff;">Horaires et jours d'ouverture</span></strong></u>
                                            </span>
                                        </p>
                                    </td>
                                </tr>
                                <tr>
                                    <td style="white-space: nowrap; text-align: left; vertical-align: middle; width: 80px;">
                                        <p style="margin-left: 0;"><strong>Dimanche</strong></p>
                                    </td>
                                    <td style="white-space: nowrap; text-align: center; vertical-align: middle;">
                                        <p class="p7">08H00</p>
                                    </td>
                                    <td style="white-space: nowrap; text-align: center; vertical-align: middle; width: 5px;">
                                        <p class="p7">-</p>
                                    </td>
                                    <td style="white-space: nowrap; text-align: center; vertical-align: middle;">
                                        <p class="p7">16H00</p>
                                    </td>
                                </tr>
                                <tr>
                                    <td style="white-space: nowrap; text-align: left; vertical-align: middle; width: 80px;">
                                        <p style="margin-left: 0;"><strong>Lundi</strong></p>
                                    </td>
                                    <td style="white-space: nowrap; text-align: center; vertical-align: middle;">
                                        <p class="p7">08H00</p>
                                    </td>
                                    <td style="white-space: nowrap; text-align: center; vertical-align: middle; width: 5px;">
                                        <p class="p7">-</p>
                                    </td>
                                    <td style="white-space: nowrap; text-align: center; vertical-align: middle;">
                                        <p class="p7">16H00</p>
                                    </td>
                                </tr>
                                <tr>
                                    <td style="white-space: nowrap; text-align: left; vertical-align: middle; width: 80px;">
                                        <p style="margin-left: 0;"><strong>Mardi</strong></p>
                                    </td>
                                    <td style="white-space: nowrap; text-align: center; vertical-align: middle;">
                                        <p class="p7">08H00</p>
                                    </td>
                                    <td style="white-space: nowrap; text-align: center; vertical-align: middle; width: 5px;">
                                        <p class="p7">-</p>
                                    </td>
                                    <td style="white-space: nowrap; text-align: center; vertical-align: middle;">
                                        <p class="p7">16H00</p>
                                    </td>
                                </tr>
                                <tr>
                                    <td style="white-space: nowrap; text-align: left; vertical-align: middle; width: 80px;">
                                        <p style="margin-left: 0;"><strong>Mercredi</strong></p>
                                    </td>
                                    <td style="white-space: nowrap; text-align: center; vertical-align: middle;">
                                        <p class="p7">08H00</p>
                                    </td>
                                    <td style="white-space: nowrap; text-align: center; vertical-align: middle; width: 5px;">
                                        <p class="p7">-</p>
                                    </td>
                                    <td style="white-space: nowrap; text-align: center; vertical-align: middle;">
                                        <p class="p7">16H00</p>
                                    </td>
                                </tr>
                                <tr>
                                    <td style="white-space: nowrap; text-align: left; vertical-align: middle; width: 80px;">
                                        <p style="margin-left: 0;"><strong>Jeudi</strong></p>
                                    </td>
                                    <td colspan="3" style="text-align: center;">
                                        <p class="p7">
                                            <a href="http://gastrologuetiziouzou.e-monsite.com/pages/page-1.html" 
                                               title="clinique les amandiers" 
                                               class="lien-amandiers">Les Amandiers</a>
                                        </p>
                                    </td>
                                </tr>
                                <tr>
                                    <td style="white-space: nowrap; text-align: left; vertical-align: middle; width: 80px;">
                                        <p style="margin-left: 0;"><strong>Vendredi</strong></p>
                                    </td>
                                    <td colspan="3" style="white-space: nowrap; text-align: center; vertical-align: middle;">
                                        <p class="p7"><strong><span style="color:#FFFFFF; background-color:#FF0000;">fermé</span></strong></p>
                                    </td>
                                </tr>
                                <tr>
                                    <td style="white-space: nowrap; text-align: left; vertical-align: middle; width: 80px;">
                                        <p style="margin-left: 0;"><strong>Samedi</strong></p>
                                    </td>
                                    <td colspan="3" style="text-align: center;">
                                        <p class="p7">
                                            <a href="http://gastrologuetiziouzou.e-monsite.com/pages/page-1.html" 
                                               title="clinique les amandiers" 
                                               class="lien-amandiers">Les Amandiers</a>
                                        </p>
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                </div>
            </div>
        </div>

        <div class="ambroise">
            <p>« Je soigne, mais c'est Dieu qui guérit » 
                <a href="http://gastrologuetiziouzou.e-monsite.com/pages/devenir-gastro-1-1-2-2-1.html" 
                   title="" 
                   class="vert">
                    <span class="pare">Ambroise Paré</span>
                </a>
            </p>
        </div>

        <div id="pieds">
            <div class="adresse">
                <div class="text-responsive">
                    <p class="p8" style="margin-left: 40px; color: #ffffff;">Adresse :</p>
                </div>
                <div class="text-responsive">
                    <p class="p9" style="margin-left: 45px; color: #ffffff;">
                        N° 91, Batiment 08, Cité 510 Logements OPGI
                    </p>
                </div>
                <div class="text-responsive">
                    <p class="p9" style="margin-left: 45px; color: #ffffff;">
                        Krim BELKACEM N.Ville - TIZI-OUZOU
                    </p>
                </div>
                <div class="text-responsive">
                    <p class="p9" style="margin-left: 45px; color: #ffffff; font-size: 8px;">
                        (face à la pharmacie LA TOUR/ à côté de l'Hôpital Chahids MAHMOUDI)
                    </p>
                </div>
            </div>

            <div class="telephone">
                <div class="text-responsive">
                    <p class="p8" style="margin-left: 50px; color: #ffffff;">Téléphone:</p>
                </div>
                <div class="text-responsive">
                    <p class="p13" style="margin-left: 50px; color: #ffffff; font-size: 17px; line-height: 60%;">
                        <a href="tel:+213781876148" class="blanc">0781876148</a>
                    </p>
                </div>
                <div class="text-responsive">
                    <p class="p13" style="margin-left: 50px; color: #ffffff; font-size: 17px; line-height: 60%;">
                        <a href="tel:+213560389401" class="blanc">0560389401</a>
                    </p>
                </div>
            </div>
        </div>
    </div>
</body>
</html>