#applet, .applet-secondary {
    background-color: white;
    position: relative;
    left : 10px;
    top : -6px;
    height : 73px;
    width : 36rem;
    float:left;
    border-radius: 10px;
    border: 1px solid rgb(25,195,255);
}

img.emoji {
    font-size: 27px;
}

#ctn-select-city {
    float: right;
    margin-top: 3rem;
}

#afficheur {
    height : 46px;
    line-height: 27px;
    font-family : 'Arial', 'Bitstream Vera Sans', sans-serif;
    font-size : 3rem !important; /*29*/
    font-weight : bold;
    letter-spacing : 5px;
    width : 100%;
    position:relative;
    text-align : center;
    top:19px;
    /* left:10px; */
    color: rgb(25,195,255);
	/* margin-left: 1.1rem; */
    margin-bottom: 1rem !important;

}

 #afficheur span{
    display: inline-block;
    min-width: 30px;
    font-size:20px;
    letter-spacing:normal;
}

body{
    overflow-x: hidden;
}
#suffix {
    font-family : 'Arial', 'Bitstream Vera Sans', sans-serif;
    font-size : 10px !important;
    height : 16px;
    text-align : right;
    width : 20px;
    position : absolute;
    top : 20px;
    left : 225px;
}


#strdate{
    left : 0px;
    text-align : center;
    width : 90%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0.5rem;
    color: rgb(25,195,255) !important;
}


#ville {
    font-family : 'Arial', 'Bitstream Vera Sans', sans-serif;
    font-size : 15px !important;;
    text-align : center;
    margin-top : 5px;
    width : 90%;
    height : 15px;
    margin-left: auto;
    margin-right: auto;
    display:none;
}

#vitre {
    display: none;
    background-image : url('https://www.horlogeparlante.com/wp-content/plugins/horloge/images/vitre_applet.png');
    background-repeat : no-repeat;
    position: absolute;
    left : 0px;
    top : 0px; /*126px*/
    height : 73px;
    width : 257px;
}
.points-flash-on{
    color:#ccc;
}
.points-flash-off{
    color:#4CBBD1;
}
select.lostselect {
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
}
#itemLifeContainer{
    vertical-align:top;
    width:45%
}

#btn-play {
    margin-bottom: 3px;
    border: solid 1px #1ac2fe;
    background: linear-gradient(173deg, #ededed, #e8e8e8);
    border-radius: 10px;
}

#btn-play:hover {
    background: linear-gradient(173deg, #e8e7e7, #dfdfdf);
}

#btn-play:active {
    background: linear-gradient(173deg, #e8e8e8, #ededed);
}

#city-nav-link {
    display: inline-flex;
}

#city-nav-link h1 {
    margin-right: 4px;
}

#city-nav-link h2 a {
    font-size: 1em;
}

#time-display-main {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 1;
    margin-top: 30px
}

.time_info_div {
    flex-grow: 1;
}

.main-strdate {
    font-weight: bold;
    font-size: 13px;
    display: block !important;
}

@media screen and (max-width: 500px) {
    #time-display-main {
        flex-direction: column;
    }
}

.time_latency {
    display: flex;
    flex-direction: column;
    color: #5bc0de;
    font-size: 0.8em;
    font-style: italic;
    padding-right: 1.5em;
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width:996px) {
    #ctn-select-city {
        width: 100%;
        margin-top: 0px;
    }
}
@media (max-width: 866px) {
#applet, .applet-secondary {
    /*background-image : url('js/fond_applet.png');
    background-repeat : no-repeat;*/
    background-color: white;
    position: relative;
    left : 10px;
    top : -6px;
    height : 73px;
    width : 100%;
    margin-left:-10px;
    float:left;
    border-radius: 10px;
    border: 1px solid rgb(25,195,255);
}

.donnee-info tr {
    display: flex;
    flex-direction: column;
    font-size: 3vw;
    width: 100%;
}

    .itemlife {
        border: 1px solid #aaa;
        border-radius: 10px;
        width: 100%;
        font-size:15px;
    }


    .item1GetTime{
        vertical-align: top;
        width: 100%;
    }
    .item2GetTime {
        text-align: center;
        border: 1px solid #ddd;
        display: flex;
        flex-direction: row;
        border-radius: 12px;
        justify-content: space-evenly;
        align-items: center;
        padding-top: 1rem;
        font-size:15px;
    }

    #item3GetTime{
        display: inline-block;
        font-family: weathericons;
        font-style: normal;
        font-weight: 400;
        font-size: 6rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        line-height: 1!important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    table th, table td {
        padding: 10px;
        text-align: left;
        vertical-align: top;
        border-bottom: 0px solid #e9e9e9;
    }

    .table {
        display: grid;
        grid-template-columns: repeat(3, minmax(300px, 1fr));
        overflow-x: scroll;
    }
    #itemLifeContainer{
        width:100%;
    }
}
