body {
    background-color:#ffffff;
    font-size:17px;
    color:#000000;
    text-align:justify;
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    }
    
ul,li {
    list-style:none;
    margin:0;
    padding:0;
    }
    
a {
    font-weight:bold;
    color:#be230f;
    text-decoration:none;
    }
    
a:hover {
    color: #f99533;
    }
    
h2 {
    font-size:18px;
    margin:4px;
    }
    
p  {
    margin:5px;
    }

.neutral-title {
    clear:both;
    text-align: left;
    font-weight: bold;
    padding: 9px; 
    border-bottom: 1px solid #C4C4C4;
    margin: 7px; 
}

#to-top {
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    display: none;
    background: #be230f url(/img/icon-up.webp) no-repeat center;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

#to-top:hover {
    background-color: #8f3e36;
}

.infos {
    padding: 5px;
    text-align: left;  
    margin:7px; 
    clear:both;
    }
    
.infos a {
    text-decoration:underline;
    }

.h2 { 
    position: absolute;
    bottom:5px;
    right:5px;
    padding:5px;
    margin:0;
    border-radius:1px;
    background: rgba(0, 0, 0, 0.7);
    font-weight:400;
    }

h1 { 
    display:inline-block;
    font-size:19px;
    font-weight:700;
    text-overflow:ellipsis;
    margin:5px;
    }

.h1-bar {
    -webkit-box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 1);
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 1);
    min-height: 30px;
    text-align: left;
    width:100%; 
    margin:5px 0;
    padding: 2px 5px 2px 7px;
    }

.top-menu { 
    background-color: #E5E5E5;
    overflow: hidden; 
    margin: 0 auto; 
    width: 100%; 
    }

.categoryes {
    padding: 2px;
    text-align: left;
    margin:3px 4px;
    }
    
.categoryes li {
    margin: 2px; 
    background-color:#f2f3f5;
    border:1px solid #e4e4e4;
    display:inline-block;
    }
    
.categoryes li a {
    display: block; 
    padding: 8px 10px; 
    font-weight:400;
    }
    
.categoryes li a:hover { 
    border-color:#cecdcd;
    }


.top-bar-link {
    text-align: right;
}

.top-bar-link a {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 0 12px;
    box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.2s, background-color 0.2s;
}

.top-bar-link a:hover {
    box-shadow: inset 0 -20px 20px rgba(0, 0, 0, 0.3);
    background-color: #f99533;
    color:#ffffff;
}
    
.logo {
    float:left;
}

.logo a { 
    display: block;
    width: 200px;
    height: 45px;
    background: url('/img/logo.webp') no-repeat center;
    background-size: contain;
}

.content { 
    overflow: hidden; 
    margin: 0 auto; 
    width: 100%; 
    max-width:1400px;
    }
    
.thumbs { 
    position:relative;
    width:calc(33.33% - 2%);
    margin:0 1% 5px;
    float:left;
    background-color: #f2f3f5;
    border-radius:5px;
}

.thumbs img { 
    width:100%;
    height:450px;
    display:block;
    border-radius:5px 5px 0 0;
    object-fit: cover;
}

.thumbs a{
    color:#ffffff
    
}
.thumbs a:hover{
    color:#f99533
    
}

.footer {
    background: #E5E5E5;
    width: 100%;
    float: left;
    bottom: 0;
    }
    
.foot { 
    overflow: hidden; 
    margin: 0 auto; 
    width: 100%; 
    max-width: 1400px; 
    padding: 10px 0; 
    text-align:left; 
    
    }

.foot-bar {
    padding: 9px; 
    border-bottom: 1px solid #C4C4C4;
    margin: 7px; 
}
    
@media screen and (min-width: 1400px){
.thumbs {
    width:calc(25% - 2%)
}
.foot {
    width: 996px; 
    }
}
	
@media screen and (max-width: 830px){
.thumbs {
    width:calc(50% - 2%)
}
	}

@media screen and (max-width: 560px) {
    
.top-menu { 
    text-align:center;
    }
    
.top-bar-link {
    text-align: center; 
}
    
.logo a { 
    width: 420px;
    height: 135px;
    background: url('/img/mob-logo.webp') no-repeat center;
    max-width: 100%;
    background-size: contain;
}

.logo {
    float:none;
}

.thumbs {
    width:98%;
}

.thumbs img {
    height:auto;
}

.categoryes li {
    display:block
    }
}