* {
    margin: 0;
    padding: 0;
    font-family: 'Sen';
    color:#425466;
}
.bold{font-weight: bold}
.mt1{margin-top:1em }
.mb1{margin-bottom:1em }
/*html, body{overflow: hidden auto}*/
textarea:focus, input:focus {
    outline: none;
}

@font-face {
    font-family: 'tommy-medium';
    src: url('../fonts/tommy-regular.otf');
}

@font-face {
    font-family: 'Sen ExtraBold';
    src: url('../fonts/Sen-ExtraBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Sen-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Sen-ExtraBold.woff') format('woff'), /* Modern Browsers */ url('../fonts/Sen-ExtraBold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Sen-ExtraBold.svg#383d9e4b6486cde93cda315beb8002b1') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Sen';
    src: url('../fonts/Sen-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Sen-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Sen-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/Sen-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Sen-Bold.svg#d50adfa411bc2df126ff882cfea088e8') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Sen';
    src: url('../fonts/Sen-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Sen-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Sen-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/Sen-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Sen-Regular.svg#950e19f85eb8dc758a96e02fc75074e4') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
}

body {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background: #f8f7f3;
}

.container {
    width: 100% !important;
    max-width: 1200px;
    align-items: center;
    display: flex;
}
button{
    cursor: pointer;
}
.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px;
    border-radius: 10px;
    color: #fff;
    font-family: "tommy-medium";
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .3px;
    line-height: 26px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
    margin: 0 0 0 2em;
    padding: 0 1em;
    cursor: pointer;
}

.button.red {
    background-color: #ef7068;
}

.button.add img {
    padding: 0 0.5em 0 0
}

.button.add a {
    color: #fff;
    text-decoration: none
}

/** header */
header {
    display: flex;
    padding: 1em 0.25em 0 0.25em;
    min-height: 100px;
    justify-content: center;
}

header .container {
    flex-direction: column
}
header .logo-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
header h1,
header p.header_h1 {
    font-family: 'tommy-medium';
    font-size: 2em;
    font-weight: 900;
    line-height: 1.2em;
    margin: 20px 0 0 0;
    text-align: center
}

header h1 span,
header p.header_h1 span {
    color: #28954e;
}

header h2.text_one,
header p.header_h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    color: #425466;
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0
}

header .add-button {
    margin: 1.3em 0;
    width: 85%
}

header .search-add-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header .search-container {
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 95%
}

header .search-container form {
}

header .search-container form input[type=text] {
    color: #999;
    font-size: 20px;
    border: 1px solid #eee;
    width: 100%;
    height: 68px;
    border-radius: 10px;
    padding-left: 20px;
}

header .search-container form input[type=text] {
    box-sizing: border-box;
    background: white url("../assets/icons/search.svg") no-repeat 96% center;
    background-size: 35px 35px
}

form input[type=text]::placeholder,
form textarea::placeholder{
    color: #ccc
}

header #search-result {
    z-index: 2;
    position: absolute;
    top: 65px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0px 10px 10px;
    font-size: 20px;
    width: 100%;
    list-style: none;
    padding: 0 0 0 25px;
    background: white;
    margin: auto;
    color: #aaa;
}

header #search-result a {
    text-decoration: none;
    font-size: 12px;
}

header #search-result a p.name{
    color: #ef7068;
}

header #search-result a p.description{

}


header #search-result li:first-child {
    padding: 0px 0 25px 0
}

header #search-result li {
    padding: 0 0 25px 0
}

header #search-result ul li a {
    margin: 0 0 5px 0
}

header .menu ul li {
    display: inline;
    padding: 10px
}

/** body */
.body-container {
    background: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.body-container .container {
    flex-direction: column;
    padding: 0.5em 0 0 0;
    align-items: center
}

.body-container .container h3{
    color: #425466;
    font-size: 1.7em;
    margin:1em 0 0 0;
    font-family: 'tommy-medium';
    text-align: center;
    border-bottom: 3px solid #ef7068;
}

.body-container .container p.hp-plus{
    margin:1.5em 0 0 0 ;
    text-align: right;
}

.body-container .container p.hp-plus a{
    color: #ef7068;
    font-weight: bold;
}
/** cartouche */
.body-container .show-content {
    flex-direction: column;
    display: flex;
    justify-content: center;
    width: 95%;
    margin:0 0 1.5em 0;
}

.body-container .show-content .post {
    border: 1px solid #eee;
    padding: 0.5em;
    margin: 1.5em 0 0em 0;
    border-radius: 2px;
    box-shadow: 4px 3px 9px 1px rgb(35 32 79 / 6%)
}

.body-container .show-content .post a {
    text-decoration: none;
    color: #425466
}

.body-container .show-content .description{
    text-align: center;
    font-size: 19px;
    background: #f8f7f3;
    margin: 2em 0  0 0;
    padding: 1em;
    border-radius: 10px;
}
.body-container .show-content .description_gen{
    text-align: center;
    font-size: 16px;
    background: #f8f7f3;
    margin: 2em 0  0 0;
    padding: 1em;
    border-radius: 10px;
}
.body-container .show-content .description-vignette{
    text-align: left;
    font-size: 18px;
    background: #f8f7f3;
    margin: 1em 0;
    padding: 1em;
    border-radius: 10px;
}

.body-container .show-content .post .description-content,
.body-container .show-content .post a .description-content {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 1.1em 0;
    color: #425466;
}

.body-container .show-content .post   .votes,
.body-container .show-content .post a .votes{
    font-size: 14px;
    font-weight: normal;
    color:#777;
}
.body-container .show-content .post .versus-container,
.body-container .show-content .post a .versus-container{
    display: flex;
}
.body-container .show-content .post  .versus,
.body-container .show-content .post a .versus{
    display: flex;
    align-items: center;
}
.body-container .show-content .post .bar-container,
.body-container .show-content .post a .bar-container{
    width: 100%;
}
.body-container .show-content .post .bar-content,
.body-container .show-content .post a .bar-content {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    border: 2px solid #f8f7f3;
    position: relative;
    margin: 0 0 0.5em 0;
    cursor: pointer;
}

.body-container .show-content .post .bar-content p.choice,
.body-container .show-content .post a .bar-content p.choice {
    justify-content: space-between;
    margin: 0;
    padding: 0 0 0 5px;
    white-space: nowrap;
    height: 30px;
    border-radius: 5px;
    align-items: center;
    display: flex;
    background: #f8f7f3;
    font-weight: bold;
}
.body-container .show-content .post .bar-content p.choice span.percent {
    position: absolute;
    right: 5px;
    top: 5px;
}
.body-container .show-content .post .bar-content p.choice span{
    padding:0 0.5em 0 0;
}
.body-container .show-content .post  p.or ,
.body-container .show-content .post a p.or {
    margin:0.2em 0;
}
.body-container .show-content .post  .bar-content p.choice span.percent,
.body-container .show-content .post a .bar-content p.choice span.percent {
    position: absolute;
    right: 5px;
    top: 5px;
}
.body-container .show-content .post .footer,
.body-container .show-content .post a .footer{
    display: flex;
    justify-content: space-between;
    padding:5px 0 0 0;
}
.body-container .show-content .post a .footer .comments,
.body-container .show-content .post .footer .comments,
.body-container .show-content .post a .footer .created_at,
.body-container .show-content .post .footer .created_at{
font-size: 12px;
    display: flex;
    color:#777;
}
.body-container .show-content .post .footer .comments img,
.body-container .show-content .post a .footer .comments img{
 width: 16px;
    padding: 0 5px 0 0
}

.body-container .show-content .pagination{
    display: flex;
    justify-content: end;
}

.body-container .show-content .pagination ul{
    list-style: none;
    margin: 1.5em 0;
}
.body-container .show-content .pagination ul li a{
    color:#425466;
    text-decoration: none;
    border: 1px solid #425466;
    padding: 0.3em;
    margin:0 0.5em;
}

.body-container .hp-categories-content {
    margin: 1.5em 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2em 4em
}

.body-container .hp-categories-content > div {
    text-align: left;
    width: 12%;
    color: #ef7068;
}

.body-container .hp-categories-content > div a {
    font-weight: bold;
    color: #ef7068;
}

header .container-category {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    margin: 1.5em auto 1.5em auto;
    max-width: 100%;
}

header .container-category a {
    align-items: center;
    background: #28954e;
    border: 0;
    border-radius: 19px;
    color: white;
    display: flex;
    font-size: 1em;
    font-weight: 500;
    /* height: 35px; */
    padding: 0.7em;
    position: relative;
    /* text-transform: uppercase; */
    transition: background .3s, color .3s;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    opacity: 0.8;
    margin: 0 0.6em;
}

.body-container .show-content form{
    background: #e5f3eb;
    box-shadow: 32px 35px 42px 1px rgb(32 46 79 / 7%);
    border-radius: 10px;
    padding: 2em 1em;
    display: flex;
    flex-direction: column;
    margin: 1.5em 0 0 0;
}

.body-container .show-content form p{
    color: #6c7a90;
    margin: 0 0 1.5em 0;
    text-align: center;
}

.body-container .show-content form input,
.body-container .show-content form button,
.body-container .show-content form select,
.body-container .show-content form textarea{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
    box-shadow: 4px 3px 9px 1px rgb(35 32 79 / 2%);
    color: #6c7a90;
    font-size: 17px;
    padding: 0 0 0 1em;
    display: flex;
    box-sizing: border-box;
    margin:0 0 1em 0;
    background: white;
}
.body-container .show-content form textarea{
    min-height: 100px;
    font-size: 16px;
    padding: 0.5em 0 0 1em
}

.body-container .show-content form select {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.body-container .show-content form select:focus {
    background-image:
        linear-gradient(45deg, green 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, green 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
}


.body-container .show-content form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.body-container .show-content form button{
    background: #28954e;
    font-weight: 900;
    color: white;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0.5em 0 0 0;
    margin:0.6em 0 0 0 ;
}

.body-container h1{
    text-align: center;
    color: #425466;
}

.body-container .show-page{
    display: flex;
}
.body-container .show-page h2{
    color: #777;
    margin: 1em 0 0 0;
    font-size: 20px;
    text-align: left;
}
.body-container .show-content .alert-notice{
    margin: 1em 0 0 0;
    background: #daf5e3;
    padding: 0.5em;
    color: #777;
}
.body-container .show-page-first .ads{
    display: flex;
    min-height: 150px;
}
.body-container .show-page-first .post{
    border:0;
    border-radius: 0;
    box-shadow: none;
}
.body-container .show-page .comments-content{
    display: flex;
    flex-direction: column;
    margin: 2em 0 0 0;
    color:#425466;
}
.body-container .show-page .comments-content .comments{
    text-align: center;
}
.body-container .show-page .comments-content .comments p.title{
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #ef7068;
    color: #425466;
    border-width: unset;
    display: flex;
    width: fit-content;
    padding: 0 0 0.5em 0;
    margin:0 0 1em 0;
}
.body-container .show-page .comments-content .comments .comment-content{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 1.5em 0 0 0;
    border-bottom: 1px solid #eee;
    padding: 0 0 0.8em 0;
}
.body-container .show-page .comments-content .comments .comment-content .left-content{
    flex-grow: 1;
}
.body-container .show-page .comments-content .comments .comment-content .left-content .author{
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
}
.body-container .show-page .comments-content .comments .comment-content .left-content .created_at{
    font-size: 11px;
    text-align: left;
    color: #778;
}
.body-container .show-page .comments-content .comments .comment-content .left-content .vote{
    font-size: 11px;
    text-align: left;
    color: #778;
    margin: 0.4em 0 0 0;
    font-weight: bold;
}
.body-container .show-page .comments-content .comments .comment-content .right-content{
    flex-grow: 2;
    flex-wrap: wrap;
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}
.body-container .show-page .comments-content .comments .comment-content .right-content .text{
    overflow: hidden;
    line-break: anywhere;
    text-align: left;
    font-size: 17px;
}
.body-container .show-page .comments-content .comments .comment-content .vote{
    flex-basis: 100%;
    text-align: left;
    margin: 1em 0 0 0;
    font-size: 15px;
    color: #777;
}
.body-container .show-page .comments-content .comments .comment-content .vote a{
    border: 1px solid #777;
    border-radius: 4px;
    padding: 3px 7px;
    color: #777;
    text-decoration: none;
}
.body-container .show-page .comments-content .form-comment{
    margin:2em 0 0 0;
}
.body-container .show-page .comments-content .form-comment .title{
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #ef7068;
    color: #425466;
    border-width: unset;
    display: flex;
    width: fit-content;
    padding: 0 0 0.5em 0;
    margin:0 0 1em 0;
}

.body-container .cms-content{
    margin: 2em 0 2em 0 ;
}
.body-container .cms-content p{
}


/** footer */
footer {
    margin: 2em 0 0 0;
    color: #425466
}

footer .content {
    flex-direction: column;
    display: flex;
    align-items: center;
    color: #425466;
    justify-content: center;
}

footer div.copyright {
    margin: 3em 0 0 0;
    text-align: center;
    order: 3;
}

footer .content div {
    width: 80%;
}

footer .content div a {
    color: #425466;
    font-weight: bold;
    text-decoration: none
}

footer .content div a:hover {
    text-decoration: underline
}

footer .post-footer {
    min-height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url('../assets/footer-backgound.png');
}
footer .title{
    color:#425466;
    font-weight: bold;
    font-size: 24px;
    text-decoration: underline;
    margin: 1em 0 1em 0;
}
footer ul{
    list-style: none;
}
footer .content div a{
    font-weight: normal;
    font-size: 17px;
    margin:0;
}
@media (min-width: 1200px) {
    .body-container{
        align-items: center;
    }
    .body-container .container{
        align-items: flex-start;
    }
    header .container-category {
        overflow-x: hidden
    }
    header .logo-container{
        flex-direction: row;
        gap:0 4em;
        align-items: center;
    }
    header h1,
    header p.header_h1 {
        font-family: 'tommy-medium';
        font-size: 2em;
        font-weight: 900;
        line-height: 1.2em;
        margin: 20px 0 0 0;
        text-align: center;
        color:#425466;
    }
    header .search-add-container {
        flex-direction: row;
        margin: 2em 0 0em 0;
        justify-content: center
    }

    header .search-add-container .button {
        width: 20%;
        margin: 0 2em 0 0;
        justify-content: center;
        align-items: center;
    }

    header .search-add-container .search-container {
        width: 45%
    }

    .body-container .show-content {
        flex-direction: column;
        width: 100%;
    }

    .body-container .show-content .form-content {
        display: flex;
        justify-content: center;
    }
    .body-container .show-content form{
        width: 80%;
        padding: 0;
    }
    .body-container .show-content .form-new form{
        padding: 2em;
    }

    .body-container .show-content form p{
        font-size: 1.2em;
    }

    .body-container .show-content form .choice-content{
        display: flex;
        justify-content: space-between;
    }

    .body-container .show-content form .choice{
        width: 49%;
    }

    .body-container .show-page{
        display: flex;
    }
    .body-container .show-page-first .ads{
        width: 35%;
    }
    .body-container .show-page-first{
        flex-direction: row;
        display: flex;
        align-items:center;
        justify-content: space-between;
    }
    .body-container .show-page-first .post{
        width: 50%;
    }
    .body-container .show-page .comments-content{
        align-items: flex-start;
        flex-direction: row;
        gap:0 2.5em;
    }
    .body-container .show-page .comments-content .comments{
        flex-basis:100%;
    }
    .body-container .show-page .comments-content .comments p{
    }
    .body-container .show-page .comments-content .comments .comment-content .vote{
        margin: 2em 0 0 0;
    }

    .body-container .show-page .comments-content .form-comment{
        margin: 0;
        flex-basis:100%;
    }
    .body-container .show-page .comments-content .form-comment form{
        width: auto;
        padding:1.5em;
    }


    footer .content {
        flex-direction: row;
        justify-content: center;
        align-items: baseline;
    }
    footer .title {
        margin: 0em 0 1em 0;
        font-size: 20px;
    }
    footer .content div {
        margin: 0 10em;
        width: auto;
    }
    footer ul{
        list-style: none;
        padding: 0em 0 0 0em;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        gap:0 60px
    }
    footer .content div ul li a{
        font-weight: normal;
        font-size: 15px;
    }
    footer div.copyright {
        order: initial;
    }

}
