<!DOCTYPE html>
<html itemscope itemtype="http://schema.org/WebPage" lang="fr">
    <head>
        <title>AUX.TV - weather tomorrow</title>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
            <meta name="description" content="Aux.tv - The new internatioal weather forecast portal for USA, UK, FRANCE, SPAIN, ITALY,GERMANY">
                <link rel="stylesheet" type="text/css" href="/include/js/semantic.min.css">
                    <style>
                        body {
                            background: #fff;
                            color: #222;
                            margin: 0; padding: 0;
                        }
                    html {
                        height: 100%;
                        font-family: sans-serif;
                    }
                    .header {
                        position: absolute;
                        top: 0;
                        right: 0;
                        left: 0;
                        z-index: 50;
                        border-bottom: 0;
                        background-color: transparent;
                        height: 70px;
                        line-height: 70px;
                    }
                    .headercontent {
                        justify-content: space-between;
                        padding-right: 20px;
                        padding-left: 20px;
                        display: flex;
                        -webkit-box-pack: justify;
                    }
                    .clearfix {
                        clear: both;
                        display: table;
                        content: " ";
                    }
                    .headerlogo{
                        position: relative;
                        -webkit-box-flex: 1;
                        flex: 1 0 auto;
                    }
                    .icon-logo {
                        font-size: 35px;
                        color: #2577ab;
                        line-height: 70px;
                        text-transform: bold;
                        text-decoration: none;
                        
                        font-weight: 400;
                        -webkit-font-smoothing: antialiased;
                        font-style: normal;
                        speak: none;
                        font-variant: normal;
                    }
                    a {
                        text-decoration: none;
                        color: white;
                    }
                    .searchwrapper {
                        height: 1000px;
                        display: table;
                        position: relative;
                        width: 100%;
                        box-sizing: border-box;
                        background-color: red;
                        -webkit-box-flex: 1;
                        flex: 1 0 auto;
                    }
                    .backsearchwrapper{
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        background-position: 10%;
                        background-size: cover;
                        overflow: hidden;
                        background-image: url(./images/glace.jpg);
                    }
                    .searchwrappercontent{
                        
                        padding-bottom: 20px;
                        vertical-align: middle;
                        padding-top: 290px;
                    }
                    .text-center {
                        text-align: center;
                    }
                    .idfooter{
                        padding-bottom: 20px;
                        vertical-align: text-bottom;
                        padding-top: 200px;
                        width: 100%;
                    }
                    
                    .searchcontent{
                        width: 780px;
                        display: table;
                        position: relative;
                        z-index: 55;
                        padding-right: 25px;
                        padding-left: 25px;
                        margin-right: auto;
                        margin-left: auto;
                        text-align: center;
                    }
                    .searchh1{
                        font-family: Lato,Helvetica,Arial,sans-serif;
                        font-size: 15px;
                        font-weight: 400;
                        color: white;
                    }
                    .largetfont{
                        font-size: 3em;
                        height: 50px;
                    }
                    .mediumfont{
                        font-size: 14px;
                        height: 30px;
                    }
                    .mediumfont2{
                        font-size: 14px;
                        height: 30px;
                        color: white;
                    }
                    
                    .searchform{
                        border-radius: 3px;
                        background-color: rgba(0,0,0,.3);
                        padding: 10px;
                        width: 100%;
                        margin-top: 40px;
                        display: inline-block;
                    }
                    #hiddenfrom {
                        background-color: rgba(0,0,0,.3);
                        color: #fff;
                        width : 100%;
                        height: 30px;
                        border : none;
                        font-size: 1em;
                    }
                    .flagpil{
                        width: 40px;
                        boder: 0px;
                        
                    }
                    .drapcells{
                        width: 120px;
                        text-align: center;
                        font-size: 10px;
                        
                        
                    }
                    .ui.container {
                        width: 500px;
                    }
                    .ui.search {
                        width: 400px;
                    }

                    .box {
                    width: 40%;
                    margin: 0 auto;
                    background: rgba(255,255,255,0.2);
                    padding: 35px;
                    border: 2px solid #fff;
                        border-radius: 20px/50px;
                        background-clip: padding-box;
                        text-align: center;
                    }
                    .button {
                        font-size: 10px;
                        color: #000;
                        text-decoration: none;
                        cursor: pointer;
                        transition: all 0.1s ease-out;
                    }
                    .button:hover {
                        border-bottom: 2px solid #000;
                        color: #000;
                        
                    }
                    .overlay {
                    position: fixed;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background: rgba(0, 0, 0, 0.7);
                    transition: opacity 500ms;
                    visibility: hidden;
                    opacity: 0;
                    }
                    .overlay:target {
                        visibility: visible;
                        opacity: 1;
                    }
                    .popup {
                        margin: 70px auto;
                        padding: 20px;
                        text-align: left;
                        background: #fff;
                        border-radius: 5px;
                        width: 30%;
                        position: relative;
                        transition: all 5s ease-in-out;
                    }
                    .popup h2 {
                        margin-top: 0;
                    color: #333;
                        font-family: Tahoma, Arial, sans-serif;
                    }
                    .popup .close {
                        position: absolute;
                        top: 15px;
                        right: 30px;
                        transition: all 200ms;
                        font-size: 30px;
                        font-weight: bold;
                        text-decoration: none;
                        color: #333;
                    }
                    .popup .copy {
                        position: absolute;
                        right: 30px;
                        bottom: 10px;
                    }
                    .popup .close:hover {
                        color: #f00;
                        
                    }
                    .popup .content {
                        max-height: 30%;
                        overflow: auto;
                    }
                    .popup .content .townlist{
                        float: left;
                        list-style:none;
                    }
                    .popup .content .townlist li a{
                            color: #000;
                            text-decoration:none;
                    }


                    @media screen and (max-width: 700px){
                        .box{
                        width: 70%;
                        }
                        .popup{
                        width: 70%;
                        }
                    }


                    </style>
    </head>
    <body>
        <div class="header">
            <div class="headercontent clearfix">
                <div class="headerlogo">
                    <a href="/">
                        <div class="icon-logo">Aux.tv</div>
                    </a>
                </div>
            </div>
        </div>
        </div>
        <div class="searchwrapper">
            <div class="backsearchwrapper"></div>
            <div class="searchwrappercontent">
                <div class="searchcontent text-center">
                    <div><h1 class="searchh1 largetfont">Let your search guide you</h1></div>
                    <div class="searchh1 mediumfont">Aux.tv: weather forecast network. Please enter the name of a city to retrieve its weather forecast.</div>
                    
                    <div class="ui container">
                        <div class="ui search categoty">
                            <div class="ui left icon right labeled input">
                                <i class="search icon fa"></i>
                                <input id="inputValue" style="width: 400px" class="prompt" type="text" placeholder="City...">
                                <input id="inputValueCountryFilter" type="hidden">
                                    <div class="ui dropdown label">
                                        <div class="text">UK</div>
                                        <i class="dropdown icon"></i>
                                        <div class="menu">
                                            <div class="item">UK</div>
                                            <div class="item">FR</div>
                                            <div class="item">ES</div>
                                            <div class="item">DE</div>
                                            <div class="item">IT</div>
                                            <div class="item">AT</div>
                                            <div class="item">CA</div>
                                        </div>
                                    </div>
                            </div>
                            <div class="results"></div>
                            
                        </div>
                    </div>
                    
                    <div class="ui container">
                        <br/><br/><br/><center><table>
                            <tr>
                                <td class="drapcells"><a href="/"><img src="images/UK.png"/ class="flagpil" alt="img UK"></a></td>
                                <td class="drapcells"><a href="/"><img src="images/FR.png"/ class="flagpil" alt="img FR"></a></td>
                                <td class="drapcells"><a href="/"><img src="images/CA.png"/ class="flagpil" alt="img CA"></a></td>
                                <td class="drapcells"><a href="/"><img src="images/US.png"/ class="flagpil" alt="img US"></a></td>
                            </tr>
                            <tr>
                                <td class="drapcells"><a class="button" href="#popup3">United kingdom</a></td>
                                <td class="drapcells"><a class="button" href="#popup6">France</a></td>
                                <td class="drapcells"><a class="button" href="#popup7">Canada</a></td>
                                <td class="drapcells"><a class="button" href="#popup1">United States</a></td>
                            </tr>
                            <tr>
                                <td class="drapcells"><a href="/"><img src="images/DE.png"/ class="flagpil" alt="img DE"></a></td>
                                <td class="drapcells"><a href="/"><img src="images/AT.png"/ class="flagpil" alt="img AT"></a></td>
                                <td class="drapcells"><a href="/"><img src="images/ES.png"/ class="flagpil" alt="img ES"></a></td>
                                <td class="drapcells"><a href="/"><img src="images/IT.png"/ class="flagpil" alt="img IT"></a></td>

                            </tr>
                            <tr>
                                <td class="drapcells"><a class="button" href="#popup5">Deutschland</a></td>
                                <td class="drapcells"><a class="button" href="#popup5">Österreich</a></td>
                                <td class="drapcells"><a class="button" href="#popup2">España</a></td>
                                <td class="drapcells"><a class="button" href="#popup4">Italia</a></td>
                            </tr>
                        </table></center>
                    </div>



                </div>
                
            </div>
            <div class="idfooter"><div class="searchcontent text-center mediumfont2">@copy 2024 Aux.tv</div></div>
        </div>

                </body>
</html>
