:root {
    --nb-fore: 2;
    --nb-map: 1;
}
@media (min-width: 600px) {
    :root {
        --nb-fore: 3;
    }
}
@media (min-width: 700px) {
    :root {
        --nb-fore: 4;
    }
}
@media (min-width: 800px) {
    :root {
        --nb-fore: 5;
    }
}
@media (min-width: 900px) {
    :root {
        --nb-fore: 6;
        --nb-map: 2;
    }
}
@media (min-width: 1000px) {
    :root {
        --nb-fore: 7;
        --nb-map: 2;
    }
}
@media (min-width: 1100px) {
    :root {
        --nb-fore: 8;
        --nb-map: 2;
    }
}
@media (min-width: 1200px) {
    :root {
        --nb-fore: 9;
        --nb-map: 2;
    }
}
@media (min-width: 1300px) {
    :root {
        --nb-fore: 10;
        --nb-map: 2;
    }
}

body {
    font-family: 'Default';
    font-size: 16px;
}

.typewriter {
    display: inline-block;
    font-family: 'DefaultFixed';
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
    min-width: 20px;
    border-radius: 2px;
    padding-left: 6px;
    padding-right: 6px;
}

body {
    margin: 0;
    text-align: center;
}

.shirt {
    position: fixed;
    z-index: -1;
    top: 42px;
    width: 100%;
    height: calc(100% - 42px);
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

h1 {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    border-bottom: 0 solid #eee;
    line-height: 44px;
    height: 44px;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

h1 img, h2 img {
    width: 24px;
    margin: 10px;
    margin-left: 0;
    margin-right: 5px;
    float: left;
}

h2 img {
    margin: 0;
    margin-right: 5px;
}

.sous_titre.colle {
    position: fixed;
    top: 88px;
    z-index: 3;
}

iframe {
    border: 0;
    width: 100%;
}

footer {
    /*position: fixed;*/
    width: 100%;
    /*bottom: 52px;*/
    height: 44px;
    padding: 0;
    /*padding-top: 10px;
        padding-bottom: 63px;*/
    /*margin-bottom:52px;*/
    /*z-index: 1050;*/
    overflow: hidden;
}

td.ligne_cachee {
    padding: 0 !important;
    height: 0;
}

.footer_login {
    bottom: 0;
}

.prev_next_vide {
    display: inline-block;
    height: 44px;
    width: 44px;
}

.footer_label {
    display: inline-block;
    line-height: 44px;
    height: 44px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer_label .icone {
    opacity: 0.25;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer_label a {
	margin:0px;
	padding:0;
}

.menu {
    height: 34px;
    margin-bottom: 0;
    text-align: center;
    padding: 5px;
}

.footer_menu {
    height: auto;
    margin-bottom: 0;
    text-align: center;
    padding: 0;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
    position: fixed;
    left: 0;
    bottom: 0;
    /*width: 310px;*/
    width: 100%;
    z-index: 1100;
}

.corps {
    position: relative;
    /*margin-bottom: 94px;*/
    min-height: calc(100% - 45px);
    line-height: 0;
}

.scroll, .scroll_login, .scroll_tv {
    position: fixed;
    top: 88px;
    height: calc(100% - 142px);
    overflow-y: auto;
    width: 100%;
}

.scroll_login {
    top: 0;
    height: 100%;
}

.scroll_login footer {
    display: none;
}

.scroll_tv {
    /*position: relative*/
    margin-top: 0;
}

.marge {
    width: 1080px;
}

.marge {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
}

#marge_nothumb {
    /*width: 1090px;*/
    width: 100%;
    padding: 0;
}

.thumb {
    display: inline-block;
    position: relative;
}

.thumb_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 105px;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    line-height: 12px;
}

.episode, .nologo {
    width: 240px;
}

.thumb_text_info {
    font-size: 16px;
    width: 240px;
    margin: 10px;
    bottom: -5px;
}

a {
    opacity: 1;
    display: inline-block;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    list-style-type: none;
    margin: 5px;
    /*margin-top: 0;
    margin-bottom: 10px;*/
    width: auto;
    text-decoration: none;
}

.compte_info a, .news .text a, .listen_info a, .home_connect_detail a, .connect_info a, .footer_label a, .readme .text a {
    text-decoration: none;
}

.compte_info a::after, .news .text a::after, .readme .text a::after, .listen_info a::after, .home_connect_detail a::after, .connect_info a::after, .footer_label a::after {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
}

img.concert, img.guitare {
    margin: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
    -moz-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    width: 250px;
    height: auto;
}

img.movie, img.pic, .map {
    margin: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
    -moz-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    width: 250px;
    height: 356px;
}

img.clique {
    width: 183px;
    height: 183px;
    border-radius: 0;
}

img.logo {
    margin: 5px 0 10px 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 250px;
    height: 97px;
}

img.home {
    height: 120px;
}

a img.logo {
    margin: 0;
}

img.clearart {
    /*margin: 10px;
        margin-top: 5px;
        margin-bottom: 0;
        margin-right: 0;*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border-bottom: 1px solid #eee;*/
    /*position: fixed;
    bottom: 52px;
    right: 10px;*/
    width: 250px;
    height: 141px;
    /*z-index: 1200;*/
    margin-left: 10px;
}

.duration {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    /*height: 20px;*/
    width: 105px;
    text-align: left;
    font-size: 10px;
    padding: 5px;
    /*padding-right: 2px;*/
}

.counts, .counts_concert {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 1;
    /*height: 20px;*/
    width: 140px;
    text-align: left;
    font-size: 10px;
    padding: 5px;
    /*padding-right: 2px;*/
}

.counts_concert {
    top: 0;
    left: 0;
    width: 105px;
}

.counts_concert .nbstr, .counts .nbstr {
    display: inline-block;
    margin-right: 5px;
    font-size: 10px;
}

.nbs {
    font-size: 10px;
}

.date_update, .date_update_concert, .date_update_tv, .date_cal {
    display: inline-block;
    opacity: 1;
    width: 24px;
    border-radius: 2px;
    overflow: hidden;
    -moz-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
}

.date_cal {
    margin-right: 0;
    margin-top: 4px;
    margin-bottom: 10px;
}

.date_update_tv {
    position: absolute;
    left: 13px;
    top: 22px;
}

.date_update {
    position: absolute;
    top: -10px;
    right: -10px;
    margin: 5px;
}

.date_update_concert {
    float: left;
    margin: 0 10px 0 0;
}

.concert {
    margin-left: 42px;
}

.date_update_month, .date_update_month_concert, .date_update_month_tv, .date_cal_month {
    text-align: center;
    font-size: 8px;
    padding: 0;
    line-height: 12px;
    text-transform: uppercase;
}

.date_update_day, .date_update_day_concert, .date_update_day_tv, .date_cal_day {
    text-align: center;
    font-size: 10px;
    line-height: 14px;
}

a.poster {
    width: auto;
}

a.poster img {
    -moz-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
}

a.tvthumb img, img.nologo {
    -moz-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
}

a img {
    opacity: 1;
}

a.bouton {
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    margin: 0;
}

footer a.bouton {
    margin: 5px;
    padding: 5px;
}

a.bouton img, a.retour img {
    width: 24px;
    height: 24px;
}

.footer_menu a.bouton img {
    margin-bottom: 0px;
}

a.retour img {
    margin-right: 5px;
    float: left;
}

a.retour {
    width: auto;
    text-align: left;
    padding: 5px;
    line-height: 24px;
}

a.openweather {
    margin: 0;
    border-radius: 2px;
    height: 24px;
}

.fav, a.bouton .fav {
    border-radius: 2px;
}

a.bouton .fav, .menu_icone.fav {
    width: 20px;
    height: 20px;
    margin: 2px;
}

.menu_icone.fav {
    margin-right: 12px;
}

a.openweather img {
    height: 24px;
    width: auto;
}

.update {
    float: left;
    width: auto;
    text-align: right;
    padding: 5px;
    line-height: 24px;
}

.footer_menu a.bouton {
    width: 46px;
    height: 34px;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 8px;
}

a.select {
    opacity: 0.85 !important;
}

.footer_menu a.select {
    opacity: 0.85 !important;
}

table a {
    margin: 5px;
    text-align: left;
    width: auto;
    border-radius: 5px;
}

table caption {
    text-align: left;
    line-height: 24px;
    padding: 10px;
}

td.lien {
    padding: 0;
}

table.concert {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
    border: 0;
}

table.concert td {
    text-align: left;
    vertical-align: top;
    line-height: 24px;
    border: 0;
    padding: 10px;
}

table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

td, th {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    line-height: 24px;
}

td.saison {
    font-weight: bold;
}

.info {
    margin-left: 261px;
    padding: 0;
}

h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 16px;
}

.qualite {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

h3, .comment .text, .readme .text {
    font-weight: normal;
    font-size: 14px;
}

.detail {
    margin-top: 0;
}

.detail td.titre {
    padding: 10px;
    border-top: none;
}

.liste td, .liste th {
    padding: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.liste td.calendrier {
    padding-left: 0;
}

.liste th.calendrier {
    padding-bottom: 0;
}

.liste th {
    font-weight: normal;
}

td.liste {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

td.coldroite {
    text-align: right;
}

.liste td.premier, .liste th.premier {
    padding-top: 0;
}

td.songTrack, td.songDuration {
    text-align: right;
}

td.songTitle {
    padding-left: 10px;
    padding-right: 10px;
}

.resume {
    padding-top: 0;
    text-align: justify;
}

.infopix {
    width: 250px;
    z-index: 2;
    float: left;
    padding-top: 5px;
    padding-bottom: 0;
}

.weather_footer {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.weather_footer img {
    margin: 0;
    width: 24px !important;
    height: 24px !important;
}

.infoweather {
    width: 250px;
    z-index: 2;
    float: left;
    /*padding-bottom: 100px;*/
    padding-top: 5px;
    padding-bottom: 0;
}

.infoweather .WeatherLeft {
    margin-left: 10px;
    color: white;
    -moz-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    opacity: 1;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: left;
    width: 250px;
}

.infoweather .Current {
    padding: 10px;
    width: 230px;
    height: 100px;
}

.infoweather .Forecast {
    padding: 10px;
    padding-top: 0;
    width: 230px;
}

.infoweather .Forecast .WeatherObs {
    float: left;
    text-align: left;
    padding-left: 0;
    width: 95px;
    line-height: 40px;
    font-size: 16px;
}

.infoweather .Forecast .WeatherTemp {
    float: right;
    text-align: right;
    padding-right: 0;
    width: 95px;
    line-height: 40px;
    font-size: 16px;
}

.infoweather .Forecast .WeatherTemp .WeatherTempMin {
    font-size: 16px;
}

.infoweather .Forecast .WeatherIcon {
    width: 40px;
    height: 40px;
}

a.jour, a.nuit, a.miniweather {
    opacity: 0.15;
}

.infoweather .Current .WeatherIcon {
    font-size: 96px;
    height: 80px;
    width: 80px;
    float: left;
}

.infoweather .Current .WeatherIcon img {
    height: 80px;
    width: 80px;
}

.infoweather .Current .WeatherTemp {
    width: 140px;
    float: right;
    padding-right: 0;
    font-size: 54px;
    line-height: 60px;
}

.infoweather .Current .WeatherTempMaxMin {
    width: 140px;
    float: right;
    text-align: right;
    font-size: 16px;
    line-height: 20px;
}

.WeatherTempMin {
    color: rgba(var(--blanc), 0.25);
    font-size: 16px;
    line-height: 20px;
}

.infoweather .Current .WeatherObs {
    width: 220px;
    float: right;
    text-align: right;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.weatherdate td, .weatherdate th {
    padding: 0;
    padding-top: 10px;
}

.weatherdate th {
    font-weight: normal;
}

td.weatherdate {
    padding-top: 0;
}

.alert {
    max-height: 220px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 10px;
}

.ForecatsHours {
    color: white;
    padding: 0;
    /*height: 100px;
    width: 950px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;*/
}

.ForecastHour {
    -moz-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    font-size: 15px;
    white-space: normal;
    padding: 10px;
    display: inline-block;
    /*width: 70px;
    height: 70px;*/
    width: calc((((100vw - 260px) - 10px) / var(--nb-fore)) - 30px);
    /*width: calc((100vw - 260px) / var(--nb-fore));*/
    height: auto;
    text-align: center;
    line-height: 15px;
    margin: 0;
    margin-left: 10px;
    margin-top: 10px;
}

.premier {
    margin-top: 0;
}

.firstForecast {
    padding-top: 10px !important;
}

.ForecastHour img {
    width: 40px;
    height: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

.weathermapicon {
    width: 54px;
    height: 54px;
    margin-left: 5px;
    -moz-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
}
.cdpix {
    margin-top: -125px;
    margin-left: 15px;
    width: 240px;
    z-index: -1;
    float: left;
}

.star {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    float: left;
}

sup {
    font-size: 10px;
    line-height: 10px;
}

.fanart {
    position: fixed;
    top: 0;
    z-index: -1;
    opacity: .1;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
}

.shade, .shade_bottom {
    width: 100%;
    position: fixed;
    z-index: -1;
}

.shade_bottom, .shade {
    height: 162px;
}

.home_shade_top {
    height: 120px;
}

.shade_bottom {
    bottom: 52px;
}

.shade {
    top: 84px;
}

#loading {
    z-index: 10000;
    position: fixed;
    top: 44px;
    left: 0;
    height: calc(100% - 44px);
    width: 100%;
}

.loading {
    position: absolute;
    top: calc((100% - 48px) /2);
    left: calc((100% - 48px) /2);
    width: 48px;
    height: 48px;
    background-size: 48px;
}

#retries{
    position: absolute;    
    height: 4px;
    bottom: 0;
} 


.loading_window {
    position: absolute;
    top: calc((100% - 24px) /2);
    left: calc((100% - 24px) /2);
    width: 24px;
    height: 24px;
    background-size: 24px;
}

.map_container {
    background-size: 24px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.loading img {
    margin: 0;
    width: 48px;
    height: 48px;
    opacity: 0.25;
}

.infobloc {
    margin-top: 0;
}

fieldset {
    border: none;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

form {
    padding: 0;
    margin: 0;
}

input, select, textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    font-size: 16px;
    font-family: 'Default';
    font-weight: normal;
}

label {
    display: block;
    /*width: 300px;*/
    padding: 10px;
    margin: 0;
    font-weight: bold;
    line-height: 24px;
}

input[type="text"], .upload_label, input[type="password"], input[type="submit"], select, textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 0;
    border-radius: 0;
    text-align: left;
    line-height: 24px;
}

input[type="submit"], select, .upload_label {
    width: 100%;
}

.mybutton {
    padding: 10px;
    margin: 0;
    text-align: left;
    line-height: 24px;
}

.search input[type="text"] {
    width: 536px;
}

fieldset.search {
    position: absolute;
    top: calc(100% / 2);
    left: calc((100% - 600px) / 2);
    width: 600px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow: 0 0 5px rgba(var(--noir), 0.5);
    -webkit-box-shadow: 0 0 5px rgba(var(--noir), 0.5);
    box-shadow: 0 0 5px rgba(var(--noir), 0.5);
    border-radius: 5px;
}

fieldset.search.home {
    position: relative;
}

textarea {
    height: 190px;
}

.upload_label {
    padding-right: 0;
    padding-left: 0;
}

.pix_label {
    padding: 10px;
}

input[type="file"] {
    display: none
}

.bank_bouton input[type="submit"] {
    display: none;
}

input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    border-radius: 0;
    background-size: 24px 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
}

/*.inactif {
    width: 300px;
}*/

select {
    padding-left: 10px;
    padding-right: 30px;
}

label.label_select, label.label_checkbox, .upload_label {
    /*padding-bottom: 0;*/
    font-weight: normal;
}

input:-moz-placeholder {
    text-shadow: none;
}

input::-webkit-input-placeholder {
    text-shadow: none;
}

input:focus {
    outline: none;
}

td.formulaire {
    padding: 0;
}

.login, .form {
    margin-left: auto;
    margin-right: auto;
    /*padding-left:5px;
    padding-right:5px;*/
}

.login {
    margin-top: 42px;
    height: calc(100% - 85px);
}

.retour {
    display: inline-block;
    padding: 8px;
}

.seasongrp {
    display: none;
}

.checkinfo {
    float: right;
    margin-right: 10px;
    margin-bottom: 1px;
    width: 14px;
    height: 14px;
}

.check {
    width: 16px;
    height: 16px;
}

.sep {
    width: 5px;
    display: inline-block;
    height: 42px;
}

img.thumb {
    width: 115px;
    height: 164px;
}

img.bigbook, img.p_bigmovie, img.p_bigdisc {
    margin: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
    -moz-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
}

img.listen, img.listen.artist {
    width: 48px;
    height: auto;
    aspect-ratio: 1/1;
    -moz-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    margin: 10px;
    margin-right: 0;
}

.listen_title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.listen_col1 {
    width: calc(100% - 140px);
}

.listen_col2 {
    width: 100px;
}

.listen_col_cover {
   width: calc((100% - 140px) - 58px);
}

.listen_col1, .listen_col2, .listen_col_cover, .cover {
    vertical-align: top;
    line-height: 24px;
    text-align: left;
    display: inline-block;
    padding: 10px;
}

.listen_col_cover.listens {
    width: calc((100% - 240px) - 58px);
}

.listen_col1.listens {
    width: calc(100% - 240px);
}

.listen_col2.listens {
    width: 200px;
}

.cover {
    padding: 0;
    width: 58px;
}

.cover img, td .sp_user_img {
    vertical-align: inherit;
}

.listen_count {
    padding-left: 2px;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    margin-right: 4px;
    padding-right: 2px;
    border-radius: 2px;
}

img.banner {
    width: 250px;
    height: 46px;
}

img.landscape {
    width: 250px;
    height: 141px;
    object-fit: cover;
}

img.weather_map, iframe.weather_map {
    -moz-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    /*width: 390px;
    height: 293px;*/
    width: calc(((100vw - 260px) - ((var(--nb-map) * 10px) + 10px)) / var(--nb-map));
    height: auto;
    aspect-ratio: 4/3;
}

.WeatherMap {
    display: inline-block;
    /*width: 390px;*/
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    line-height: 0;
}

.WeatherMaps {
    padding-bottom: 10px;
    line-height: 0;
}

.weather_map_text {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc((((100vw - 260px) - ((var(--nb-map) * 10px) + 10px)) / var(--nb-map)) - 10px);
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
}

.dernier {
    margin-bottom: 0;
}

.invisible {
    z-index: -1000;
    opacity: 0;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
}

.visible {
    z-index: 1000;
    opacity: 1;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
}

.cache {
    display: none;
}

.affiche {
    display: block;
}

#nbmail {
    display: inline;
    position: relative;
    float: right;
    height: 24px;
    width: 24px;
}

.nb_mail, .news_count, .drive_letter {
    position: absolute;
    line-height: 12px;
    height: 12px;
    border-radius: 2px;
    min-width: 8px;
    text-align: center;
    font-size: 8px;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 2px;
}

.drive_letter {
    width: 8px;
}

.nb_mail {
    left: 13px;
    bottom: -1px;
}

.news_count {
    left: 12px;
    bottom: 0px;
}

/*.mail {
    opacity: 0.25;
}*/

.mail_off {
    opacity: 0.1;
}

#maillink {
    pointer-events: none;
}

.demi_thumb, .user_info {
    z-index: 2000;
    position: fixed;
    width: 220px;
    height: calc(100% - 49px);
    top: 44px;
    text-align: left;
    padding: 0;
    border: 0 solid #000;
    overflow: scroll;
    overflow-x: hidden;
    padding-top: 5px;
}

.demi_thumb, .user_info {
    right: 0;
}

.user_info a {
    width: 200px;
    text-align: left;
    font-size: 16px;
    display: block;
    margin: 5px;
    margin-top: 0;
}

.demi_thumb a, .user_info a {
    width: 200px;
    text-align: left;
    font-size: 16px;
    display: block;
    margin: 5px;
    margin-top: 0;
    line-height: 24px;
    border-radius: 2px;
    padding: 5px;
}

.demi_thumb a img, .user_info a img, .nolink img, .menu_title img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    float: left;
}

.demi_thumb a.close, .user_info a.close {
    width: 24px;
    margin: 0;
}

.app_title {
    height: 34px;
}

.menu_title {
    display: inline-block;
    padding: 5px;
    text-align: left;
    font-size: 16px;
    margin: 5px;
    margin-top: 0;
    line-height: 24px;
    font-weight: bold;    
}

.demi_thumb a.close {
    float: right;
    margin-right: 5px;
}

.user_info a.close {
    float: right;
    margin-right: 5px;
}

.demi_thumb a.close img, .user_info a.close img {
    float: none;
    margin: 0;
}

.nolink, .solde, .userlogin, .listen_info .listen_total_count, .connect_data {
    width: 200px;
    text-align: left;
    font-size: 16px;
    display: block;
    margin: 5px;
    margin-top: 0;
    padding: 5px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solde, .userlogin, .listen_info .listen_total_count, .connect_data {
    width: initial;
    float: right;
    margin: 0;
    padding: 0;
    line-height: 24px;
    margin-left: 10px;
}

.userlogin {
    float: right;
}

.cat {
    padding-bottom: 0;
    font-weight: bold;    
}

.solde img, .userlogin img, .listen_info .listen_total_count img, .connect_data img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    float: left;
}

img.disc, img.artist {
    width: 115px;
    height: 115px;
}

img.bigdisc, img.bigartist {
    width: 250px;
    height: 250px;
}

img.cdart {
    width: 240px;
    height: 240px;
}

.flag {
    width: 22px;
    height: auto;
    margin-top: 2.75px;
    margin-left: 5px;
    opacity: 1;
}

.audiosubs {
    display: inline-block;
    margin-top: 0px;
}

.audiosubs .icone, .search_icone {
    width: 24px;
    height: 24px;
    margin-left: 0;
    margin-right: 5px;
    /*opacity: 0.17;*/
}

.icone, .guitar_logo, .icone_droite, .sw_icone, .icone_swap {
    width: 24px;
    height: 24px;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0px;
    float: left;
}

.icone_swap {
    margin-right: 0 !important;
}

.big_icone {
    width: 48px;
    height: 48px;
}

.emoji {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}

.comment .emoji, .memento .emoji {
    width: 22px;
    height: 22px;
    margin-top: 1px;
    margin-bottom: 1px;    
}

.off {
    opacity: 0.25;
}

img.icone_link {
    opacity: 0.25;
}

.icone_droite {
    margin-right: 0;
    margin-left: 4px;
    float: right;
}

.search_icone {
    margin: 10px;
    float: right;
}

.search_desc {
    max-height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news .resume {
    max-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news .cliquelire {
    padding: 10px;
    padding-top: 5px;
}

.solde, .userlogin, .search_surb, .listen_info .listen_total_count, .connect_data {
    display: inline-block;
}

.listen_info .listen_total_count {
    background: none;
}

.guitar_logo, .guitar_logo_droite {
    width: 48px;
    height: 48px;
    opacity: 0.25;
    margin-right: 10px;
    margin-top: 0px;
}

p {
    margin: 0 0 10px 0;
    text-align: justify;
}

.alert ul, .resume ul, .news .text ul, .readme .text ul {
    list-style: none;
    padding-left: 0px;
    margin: 0 0 0px 20px;
}

.news .text ul, .readme .text ul {
    margin-top: 10px;
    margin-bottom: 0;
}

.alert ul li::before, .resume ul li::before, .news .text ul li::before, .readme .text ul li::before {
    content: "·";
    display: inline-block;
    width: 14px;
}

.media_info {
    font-weight: normal;
    font-style: normal;
}

#media_temp, .message {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rss_icone, .menu_icone {
    width: 24px;
    height: 24px;
    margin: 0px 10px 0 0;
    float: left;
}

.rss_read img.fav {
    filter: grayscale(1);
}

.rss_feedauthor {
    display: inline-block;
    line-height: 24px;
}

.rss_feedauthor .rss_icone {
    opacity: 0.25;
}

.bank_icone, a img.blog_icone, a img.comment_icone {
    width: 24px;
    height: 24px;
    margin: 0;
    vertical-align: top;
}

.bank_bouton {
    /*text-align: right;*/
    white-space: nowrap;
    height: 24px;
    float: right;
}

.bank_bouton img.bank_trash_icone {
    margin-left: 4px;
}

a.bank, a.blog_edit, a.comment, a.search_home {
    margin: 0;
    padding: 0;
}

.country_flag {
    width: 22px;
    height: auto;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 2.75px;
    float: left;
}

.tv_program_info .icone {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    margin-right: 0;
    margin-top: 0;
    float: right;
    opacity: 0.6;
}

.infoweather .moon .WeatherObs {
    /*	width:30px;
        height:30px;
        padding:7px;
      -moz-box-shadow:0 0 4px 1px rgba(0,0,0,0.25);
      -webkit-box-shadow:0 0 4px 1px rgba(0,0,0,0.25);
      box-shadow:0 0 5px 1px rgba(0,0,0,0.25);
        margin-right: 10px;
    float:none;*/
    width: 160px;
    font-size: 16px;
    line-height: 20px;
}

.infoweather .moon .WeatherIcon, .infoweather .moon .WeatherIcon img {
    width: 60px;
    height: 60px;
}

.infoweather .moon {
    margin-top: 0;
    height: 60px;
}

.point {
    top: -5px;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.space {
    display: inline-block;
    width: 5px;
    height: 10px;
}

.menusep {
    margin-top: 5px;
    margin-bottom: 5px;
}

.WeatherIcon {
    display: inline-block;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1px;
}

.WeatherImg {
    display: inline-block;
    height: 24px;
}

.WeatherObs {
    padding-left: 4px;
    line-height: 32px;
    text-align: left;
    font-size: 16px;
    float: right;
    white-space: nowrap;
}

.WeatherTemp {
    padding-right: 4px;
    line-height: 32px;
    text-align: right;
    font-size: 16px;
    float: left;
    max-width: 300px;
}

.Weather {
    opacity: .2;
    display: inline-block;
    text-align: center;
}

.WeatherLink {
    padding: 0;
}

.annee {
    font-weight: bold;    
    padding: 10px;
    line-height: 24px;
}

.playback {
    background: rgba(var(--noir), 0.75);
    border-radius: 5px;
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 258px;
    left: 482px;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    visibility: visible;
}

.play {
    width: 60px;
    height: 60px;
    background-image: url('/img/highslide/play.png');
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position: center center;
    opacity: .5;
}

.play:hover {
    opacity: 1;
    cursor: pointer;
}

.exif {
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 420px;
    /*height: auto;*/
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgb(var(--noir));
    -webkit-box-shadow: 0 0 5px rgb(var(--noir));
    box-shadow: 0 0 5px rgb(var(--noir));   
    color: rgba(var(--blanc), 0.5);
    text-shadow: none;
    -ms-overflow-style: none;
    scrollbar-width: thin;
}

.exif th.link {
    /*border-top: 1px solid #888888;
        padding-top: 5px;*/
    text-align: right;
    line-height: 0;
    padding: 0px;
    padding-right: 4px;
}

.exif a.tab {
    /*font-weight: normal;*/
    text-decoration: none;
    padding: 0;
    margin: 0;
    opacity: .6;
    height: 18px;
    min-width: 12px;
    margin-left: 5px;
    /*padding-left: 4px;
    padding-right: 4px;*/
}

.exif a.tab:hover {
    text-decoration: none;
    background: none;
    opacity: 1;
    border-radius: 0px;
    /*border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
    border-radius: 3px;
}

.exif .info {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    opacity: .95;
    margin: 0;
    padding: 0;
    margin-right: 5px;
    height: 18px;
    width: 18px;
    float: left;
}

.exif .info_tab, .exif .info_tab_str {
    opacity: .95;
    margin: 0;
    padding: 0;
    /*margin-top: 3px;*/
}

.exif .info_tab {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    height: 18px;
    width: 18px;
}

.exif .info_tab_str {
    float: left;
    margin-right: 5px;
}

.exif table {
    border-collapse: collapse;
    border: 0;
}

.exif a, .exif table td, .exif table th, .exif table td span {
    font-size: 14px;
}

.exif table td {
    padding: 0;
    font-weight: normal;
    white-space: nowrap;
    /*padding-top: 5px;	*/
    padding-left: 4px;
    padding-right: 4px;
    color: rgba(var(--blanc), 0.5);
    border: none;
    text-align: left;
    line-height: 18px;
    height: 18px;
}

.exif table td.map {
    padding: 4px;
    padding-top: 2px;
    padding-bottom: 0;
}

.exif table td.wrap {
    white-space: normal;
}

.exif .filename {
    display: inline-block;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

/*.exif table th img, .exif table th img.info {
    margin-top: 3px;
    margin-bottom: 3px;
}*/

.exif table th {
    padding: 0;
    font-weight: normal;
    /*padding: 5px;	*/
    padding-left: 4px;
    border-top: 0;
    text-align: left;
    line-height: 18px;
    height: 18px;
}

/*.exif table th.nofirst {
    padding-top: 5px;
}*/

.exif_open {
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    visibility: visible;
    opacity: 1;
}

.exif_close {
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    visibility: hidden;
    opacity: 0;
}

.select_tab {
    display: inline-block;
    /*font-weight: normal;  */
    height: 18px;
    line-height: 18px;
    min-width: 12px;
    margin-left: 5px;
    font-size: 14px;
    /*padding-left: 4px;
    padding-right: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
    border-radius: 3px;
}

.map_info {
    /*-webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;	*/
    width: 412px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
}

#shell, .map_container, .map_iframe  {
    height: calc(100vh - 186px);
}

.pix .map_container {
    height: auto;
    width: 250px;
}

#map_canvas {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
    height: 100%;
}

img.album {
    width: 160px;
    /*115px;*/
    height: 160px;
    /*115px;*/
}

.album_text {
    width: 150px;
}

.cover_text {
    width: 146px;
    left: 0;
    bottom: 0;
    text-align: left;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tv_prime, .listen_col_title {
    font-weight: bold;    
}

.tv_guide {
    display: inline-block;
    vertical-align: top;
    margin-top: 45px;
    /*height: 4320px;
    overflow-y: hidden;*/
}

.tv_guide_header_heure {
    display: inline-block;
    width: 50px;
    height: 70px;
    vertical-align: top;
    text-align: left;
}

.tv_program_heure {
    width: 40px;
    height: 169px;
    text-align: left;
    font-size: 12px;
    padding: 5px;
}

.tv_guide_headers {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 46px;
    z-index: 3;
}

.tv_guide_heure {
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    left: 0;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    margin-top: 45px;
}

.tv_guide_header {
    display: inline-block;
    /*width: 120px;*/
    vertical-align: top;
    /*width: 119px;*/
    padding-right: 1px;
    text-align: left;
    height: 70px;
}

.tv_icon {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-right: 30px;
    width: 60px;
    height: 60px;
}

.tv_prime_icon {
    margin-top: 0;
    margin-bottom: 0;
}

.tv_guide_nowrap {
    white-space: nowrap;
}

.tv_program {
    /*position: absolute;*/
    overflow: hidden;
    /*width: 120px;*/
}

.tv_program_info {
    white-space: normal;
    text-align: left;
    font-size: 12px;
    padding: 5px;
}

.tv_heure, .sw_year {
    font-size: 12px;
}

.tv_heure_veil {
    font-style: italic;
}

.tv_se, .tv_category, .tv_desc, .tv_sub_title {
    font-size: 12px;
}

.tv_se, .tv_sub_title {
    display: inline-block;
}

.tv_category {
    padding: 2px;
    margin-bottom: 2px;
    opacity: 1;
}

.tv_prog_icon {
    width: 110px;
    height: 62px;
    margin-top: 2px;
    margin-bottom: 5px;
    -moz-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    object-fit: cover;
}

.tv_prime_prog_icon {
    width: 110px;
    height: 62px;
    margin: 0;
}

.tv_title {
    font-weight: bold;    
    font-size: 12px;
}

.tv_prime_font {
    font-size: 12px;
}

.tv_se, .tv_sub_title, .tv_desc {
    font-weight: 200;        
}

.tv_now {
    height: 2px;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 116px;
    /*-moz-box-shadow:0 0 4px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow:0 0 4px 1px rgba(0,0,0,0.5);
    box-shadow:0 0 5px 1px rgba(0,0,0,0.5);		*/
    z-index: 2;
}

.tv_now_heure {
    position: absolute;
    bottom: 2px;
    /*left: 5px;*/
    font-weight: bold;    
    font-size: 12px;
    padding-left: 5px;
    text-align: left;
    line-height: 14px;
}

.tv_prime_cell {
    padding:5px;
}

.tv_prime_header {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sp_user {
    width: 100px;
    height: 100px;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.sp_form {
    margin-top: 10px;
    margin-bottom: 0;
}

.sp_user_img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
}

.sp_user_img img {
    height: 100px;
    width: 100px;
    margin: 0;
}

.sp_user.sp_form , .sp_form .sp_user_img, .sp_form .sp_user_img img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
}

.comment .sp_user, td .sp_user, a.bouton .sp_user {
    width: 26px;
    height: 26px;
    margin: 0;
    margin-top: 3px;
    position: relative;
    /*float: left;*/
    overflow: auto;
}

td .sp_user {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

a.bouton .sp_user {
    width: 24px;
    height: 24px;
    margin: 0;
}

td .user_label {
    display: inline-block;
    vertical-align: top;
}

.comment .sp_user_right {
    margin-left: 10px;
    margin-right: 5px;
}

.comment .sp_user_left {
    margin-left: 5px;
    margin-right: 10px;
}

.comment .sp_user_img {
    width: 26px;
    height: 26px;
}

.comment .sp_user_img img {
    width: 26px;
    height: 26px;
}

td .sp_user_img {
    width: 48px;
    height: 48px;
}

td.sp_user {
    padding-right: 0;
    height: auto;
    width: auto;
}

td .sp_user_img img {
    width: 48px;
    height: 48px;
}

a.bouton .sp_user_img {
    width: 20px;
    height: 20px;
    margin: 2px;
}

a.bouton .sp_user_img img {
    width: 20px;
    height: 20px;
}

.comment .marge_gauche {
    margin-left: 41px;
}

.comment .marge_droite {
    margin-right: 41px;
}

.sp_user img.admin {
    height: 24px;
    width: 24px;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: 0;
}

.sp_user a img.edit, .sp_user a.trash img {
    height: 24px;
    width: 24px;
}

.sp_user a, .sp_user a.trash {
    width: 24px;
    height: 24px;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
}

.sp_user a.trash {
    top: 178px;
}

.compte_info, .listen_info, .sous_titre, .homeconnect_info, .network_info, .sport_info {
    text-align: left;
    padding: 10px;
    overflow-y: auto;
    line-height: 24px;
    min-width: calc(100% - 20px);
}

/*img.network {
    margin-top: 69px;
}*/

.network_group {
    overflow: auto;
}

.compte_info a, .listen_info a, .sous_titre a, .home_connect_detail a, .connect_info a {
    margin: 0;
    padding: 0;
}

.sous_titre h2 {
    text-overflow: ellipsis;
    overflow-x: hidden;
}

table.sw td, table.sw th {
    line-height: 16px;
}

table.tv td, .tv_guides {
    line-height: 14px;
}

.tv_guides {
    position: relative;
    min-width: 100%;
    text-align: left;
    overflow-x: visible;
}

.sw_year, .sw_periode {
    text-align: right;
    width: 40px;
}

.sw_periode img {
    width: 48px;
    margin-left: 0;
    margin-right: 0;
    opacity: 0.25;
}

.sw_event {
    display: flex;
}

.sw_desc {
    text-align: left;
    font-size: 12px;
}

.sw_img {
    float: left;
    margin-right: 7px;
    margin-top: 0;
    height: 100%;
}

.sw_icone {
    width: 16px;
    height: 16px;
    margin-left: 0;
    margin-right: 4px;
    margin-top: 0px;
    float: left;
}

.sw_country_flag {
    width: 14px;
    height: auto;
    margin-left: 0;
    margin-right: 4px;
    margin-top: 1.75px;
    float: left;
}

.sw_img img {
    -moz-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    vertical-align: top;
}

.sw_title, .sw_serie, .sw_yavin, .sw_main_title {
    font-size: 12px;
    font-weight: bold;    
}

.sw_title, .sw_main_title {
    opacity: 0.3;
}

.sw_title_aurek {
    font-family: Aurabesh, serif;
    opacity: 1;
}

.sw_author {
    font-size: 12px;
}

.plein {
    opacity: 1;
}

.sw_chrono_title {
    position: relative;
    padding: 0;
    width: 360px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
}

.sw_crest {
    display: inline-block;
    padding: 5px;
    opacity: 0.25;
}

.sw_crest img {
    width: 80px;
}

.sw_logo {
    position: absolute;
    top: 13px;
    left: 0;
    opacity: 0.9;
}

.sw_chrono {
    font-family: Aurabesh, serif;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
}

.sw_main_title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 18px;
}

.sw_logo img {
    width: 360px;
    height: 154px;
}

.sw_legend {
    margin-top: 5px;
    margin-bottom: 5px;
}

.sw_legend img {
    width: 360px;
    opacity: 0.25;
    margin-top: 5px;
    margin-bottom: 5px;
}

.graph, .wgraph {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}

.graph, .wgraph {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}

.haut {
    min-height: 500px;
}

.weather_hourly_title {
    padding-bottom: 0;
}

.news {
    padding: 0;
    overflow: hidden;
    line-height: 24px;
    padding-bottom: 5px;
}

.news.last_news {
    padding: 0;
}

.news .title a.last {
    margin-left: 5px;
    margin-right: 10px;
}

.news .text a, .readme .text a {
    margin: 0;
    padding: 0;
}

/*.news .text a:hover {
    text-decoration: underline;
    background: none;
}
*/
.news .text, .readme .text {
    padding: 0 10px 5px 10px;
}
.news p {
    margin-bottom: 0px;
    margin-top: 10px;
}

.news .pix {
    float: right;
    width: 260px;
    padding-top: 5px;
    padding-bottom: 0;
}

.news .title, .news .text {
    margin-right: 261px;
}

.news .title {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.news .cliquemarge {
    margin-right: 194px;
}

.news .noimage {
    margin-right: 0;
}

.news .cliquepix {
    width: 193px;
}

img.pic {
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 10px;
}

.comments {
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 0;
    margin-right: 261px;
    line-height: 24px;
}

.comment {
    margin-top: 5px;
    padding: 5px;
    border-radius: 0;
    margin-left: 10px;
    margin-right: 271px;
    line-height: 22px;
}

.comment.noimage {
    margin-right: 10px;
}

.form_comment {
    margin-right: 261px;
}

.comments.noimage, .form_comment.noimage {
    margin-right: 0px;
}

.news_footer {
    height: 42px;
    margin-bottom: 0;
}

.news_footer.last_news {
    height: 0;
    margin-bottom: 0;
}

.news_footer.last_news.comm {
    height: 0;
    margin-bottom: 0;
}

.news .pix .map {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 10px;

    width: 250px;
    height: 250px;
}

.news .pix .map.clique {
    width: 183px;
    height: 183px;
}

.news .feed {
    padding: 10px;
}

.news .source {
    padding: 10px;
}

.news .text.reader img {
    /*display: none;*/
    max-width: 100%;
    height: auto;
    /*float: left;*/
    margin-right: 10px;
    margin-bottom: 10px;
    -moz-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
}

.news .text.reader img.icone {
    margin-bottom: 0;
}

.news .text hr, .readme .text hr {
    border: 0;
}

.news .text h1, .news .text h2, .news .text h3, .news .text h4, .news .text h5, .news .text h6, 
.readme .text h1, .readme .text h2, .readme .text h3, .readme .text h4, .readme .text h5, .readme .text h6 {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
}

.news .text h1, .news .text h2, .news .text h3, .news .text h4, .news .text h5, .news .text h6 {
    font-family: 'DefaultSerif';    
}

.news .reader {
    font-size: 16px;
    font-family: 'DefaultSerif';
}

.news .reader_mode {
    position: absolute;
    font-size: 16px;
    padding: 10px;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    font-family: 'DefaultSerif';
    font-style: italic;
}

.news .text h1, .readme .text h1 {
    padding: 0;
    margin: 0;
    background: none;
    text-align: left;
}

.news .title h2 {
    margin-right: 10px;
}

.news .cliquelire {
    padding-bottom: 5px;
}

.news .text p, .news .text a, .readme .text p, .readme .text a {
    text-align: justify;
}

.news .text.reader p, .news .text.reader a {
    text-align: left;
}

.news .text.reader {
    position: relative;
    padding-bottom: 10px;
    padding-top: 44px;
    max-width: 100%;
    overflow: hidden;
}

.news .text.reader .reader_mode .icone {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.news_icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
}

.form_comment input {
    margin-right: 16px;
}

a.comment {
    margin-left: 5px;
}

input.search_home, input.bank_ope_search {
    width: calc(100% - 44px);
    line-height: 24px;
    padding: 5px;
    text-align: right;
}

.marge_search, .bank_ope_search {
    padding: 0;
    float: right;
}

.bank_ope_search {
    float: left;
}

input.bank_ope_search {
    text-align: left;
}

#form_photo_preview img, #form_wallpaper_preview img {
    display: inline-block;
    width: calc(20% - 20px);
    margin: 10px;
    -moz-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
    box-shadow: 0 0 5px 1px rgba(var(--noir), 0.25);
}

.map_title {
    padding-bottom: 0;
}

td.weatherpix {
    padding-bottom: 0;
    padding-top: 0;
}

td.weatherpixforecast {
    padding-bottom: 10px;
    padding-top: 0;
}

.gauche {
    float: left !important;
}

.droite {
    float: right !important;
}

input.texte_gauche, .texte_gauche {
    text-align: left;
}

input.texte_droite, .texte_droite {
    text-align: right;
}

.highslide-caption-label {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 40px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.air_quality {
    float: right;
    white-space: nowrap;
    font-size: 14px;
}

.air_quality svg {
    width: 22px;
    height: 22px;
    margin-top: 1px;
}

.cell_polluant {
    padding: 0;
    border-top: none;
}

.memento table {
    width: calc(100% - 20px);
    border: 0;
    margin: 10px;
}

.memento table caption {
    text-align: left;
    padding: 0;
    font-weight: bold;    
}

.memento table td, .memento table th {
    border: 0;
    padding: 0;
    padding-top: 10px;
    font-size: 14px;
    width: calc(100% / 3);
}

.polluant table {
    width: calc(80% - 20px);
    border: 0;
    margin: 10px;
    margin-left: calc(20% + 10px);
}

.polluant table caption {
    padding: 0;
    caption-side: bottom;
    font-size: 14px;
    text-align: center;
    font-family: 'DefaultThin';
}

.polluant table td, .polluant table th {
    border: 0;
    padding: 0;
    padding-bottom: 10px;
    font-size: 14px;
}

.polluant table td.polluant_name {
    padding-left: 10px;
    padding-right: 10px;
}

.polluant table td sub {
    font-size: 10px;
    line-height: 10px;
}

.count_photos, .count_videos {
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-bottom: 2px;
}

.temp_group {
    display: inline-block;
    position: relative;
}

.drive_letter {
    left: 13px;
    bottom: 9px;
}

.drive_left {
    left: -1px;
}

.connect_info {
    display: inline-block;
    margin-right: 10px;
}

.connect_status {
    display: inline-block;
    margin-left: 10px;
}

.connect_home {
    width: 48px;
    height: 48px;
    opacity: 0.25;
    margin-right: 10px;
}

.lightbulb_on {
    border-radius: 12px;
    display: inline-block;
    margin-right: 5px;
}

.lightbulb_on img {
    width: 24px;
    height: 24px;
}

.nomargin {
    margin: 0 !important;
}

.home_connect_detail {
    display: inline-block;
    text-align: right;
    min-width: 24px;
    min-height: 24px;    
}

.button_footer {
    height: 42px;
}

.map_homeconnect {
    height: calc(100vh - 255px);
}

.no_bottom_border {
    border-bottom: none !important;
}

.ligne .icon_next {
    opacity: 0.5;
}

.device {
    width: 240px;
    height: 110px;
    line-height: 24px;
    text-align: left;
    display: inline-table;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}

.device .name {
    display: block;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}

.device .infos {
    height: 62px;
    text-align: right;
}

.device .connect_status {
    line-height: 24px;
}

.device .connect_status img, .device .connect_status svg {
    width: 24px;
    height: 24px;
}

.icon_device {
    width: 48px;
    height: 48px;
    float: left;
    opacity: 0.25;
}

.icon_device img {
    width: 48px;
    height: 48px;
}

.sp_user_small {
    width: 24px !important;
    height: 24px !important;
    margin-right: 10px;
    border-radius: 12px !important;
}
.sp_user_small img {
    width: 24px !important;
    height: 24px !important;
}

.sp_user_map {
    width: 18px !important;
    height: 18px !important;
    margin-right: 5px;
}
.sp_user_map img {
    width: 18px !important;
    height: 18px !important;
}

.noopacity {
    opacity: 1;
}

.update_date {
    font-weight: normal;
}

.team_left {
    text-align: right;
}

.team_right {
    text-align: left;
}

.team_left .icone, .team_left .country_flag {
    float: right;
}

.team_right .icone, .team_right .country_flag {
    float: left;
}

.team_left .icone, .team_right .icone, .team_left .country_flag, .team_right .country_flag {
    margin-left: 5px;
    margin-right: 5px;
}

.score {
    text-align: center;
    white-space: nowrap;
}

.loser, .match_hour, .news_title {
    font-weight: 200;    
}

.tennis_score {
    display: inline-block;
}

.rank_line {
    border-top: none;
    padding-top: 0;
}

.score_line {
    padding-bottom: 0;
}

.venue {
    text-align: center;
}

.venue, .match_status {
    font-size: 12px;
}

.match_status {
    display: inline-block;
}

td.gris img {
    opacity: 0.25;
}

.match_status .icone {
    height: 16px;
    width: 16px;
    opacity: 0.3;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 3px;
}

.readme .text {
    padding: 0;
    text-align: left;
}

.readme .text p {
    margin: 0;
    padding: 10px;
    padding-bottom: 0;
    line-height: 24px;
}

.readme .text table {
    width: calc(100% - 20px);
    table-layout:fixed;
    margin: 10px;
    margin-top: 0;
}
.readme .text table td, .readme .text table th {
    border: 0;
    padding: 0;
    padding-top: 10px;    
    min-width: 120px;
    inline-size: auto;
    overflow-wrap: anywhere;
    font-size: 14px;
}

.readme .text table td .icone, .readme .text table th .icone {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.readme .text table th:first-child {
    width: 120px;
}

.readme .text h1, .readme .text h2, .readme .text h3, .readme .text h4, .readme .text h5, .readme .text h6 {
    line-height: 24px;
    margin: 0;
    padding: 10px;
    padding-bottom: 0;
}

.readme .text ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.fond_vert, .fond_rouge, .fond_bleu, .fond_bleu_marine, .fond_gris, .fond_orange, .fond_jaune, .fond_commit {
    font-family: 'DefaultFixed', Courier;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    height: 24px;    
    min-width: 10px;
    padding-left: 6px;
    padding-right: 6px;
}

#mylar, #ubooquity, #calibre, #ombi, #xteve, #jackett, #guacamole, #cockpit, #jellyfin, #homeassistant, #kodi, #sonarr, #radarr, #lidarr, #sabnzbd, #plex, #calibreweb, #nextcloud {
    pointer-events: none;
}

#kodi, #sonarr, #radarr, #lidarr, #sabnzbd, #plex, #calibreweb, #nextcloud {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}

.connect_icon {
    height: 24px;
} 

.alert_desc_corps, .weekend_corps {
    font-family: 'DefaultThin';
}

.arrondi {
    border-radius: 12px;
}
