@media (min-width: 800px) {
    body {
        padding-top: 25px;
    }
}

.home-cities-venues-wrapper .torncard.agenda-cities {
    padding: 25px;
}

.agenda-event-card:not(.showcard) {
    display: none;
}

.agenda-page .agenda-horizontal-flyers, .agenda-page .agenda-vertical-flyers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.agenda-page #findcity {
    margin: 0 auto;
}

.home-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media (min-width: 1340px) {
    .home-news>* {
        width: 45%;
    }
}

/*.agenda-event-card.showcard {
    display:block !important;
}*/

div.yx {
    max-height:450px;
    overflow:hidden;
    display: flex;
    justify-content: center;
    margin-top: 1.5em;
}

button[disabled] {
    opacity: .2;
    cursor: default;
}

@media (min-width: 600px) {
    .tease-category .tease-post {
        display: flex;
        flex-wrap: nowrap !important;
    }
    .tease-category .tease-post-image {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .tease-category, .tease-category .tease-post {
        display: flex !important;
    }

    .agenda-list-left, .agenda-list-right {
        margin: 0 30px !important;
    }

    .home-cities-venues-wrapper {
        flex-wrap: nowrap !important;
    }
}

.tease-category .tease-post-image {
    /*width: 100%;*/
    /*max-width: 300px;*/
    text-align: center;
}

.tease-category .tease-post {
    display: block;
    background:#ffffff;
}

.tease-category .tease-post:hover {
    background:#cecece;
}

.tease-category {
    display: block;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.tease-post {
    max-width: 600px;
    min-width: 250px;
    justify-content: space-between;
}

.tease-post-image img {
    /*border-radius: 10px 0 0 10px;*/
    width: 100%;
    height: unset !important;
}

.tease-post-image[style='height:150px'] img {
    border-radius: unset;
    margin: 5px;
}

.tease-category-link a {
    display: inline-block !important;
}





.column-news .tease-category-link {
    font-size: var(--font-medium);
    margin-bottom: 10px;
}

.column-news .tease-post-title,
.column-news,
.column-news .tease-post-image,
.column-news .tease-post {
    background: transparent;
}

.column-news {
    background: #efefef;
    max-width: 800px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.column-news .tease-post-image img {
    width: 85px;
}

.column-news .tease-post, .column .tease-categor {
    margin: 15px;
}

.column-news .tease-post {
    display: flex;
    width: 100%;
    box-shadow: none !important;
}

.column-news .tease-post-title>*:first-child {
    font-size: var(--font-medium);
    text-align: left;
}

.column-news .tease-post-title {
    width: 100%;
    text-align: left;
}

.pannel, .tease-category-ouest-news .tease-post, .tease-category-world-news .tease-post {
    /*box-shadow: 2px 3px 5px 3px #656565;*/
    border-radius: 10px;
}

.popup-button {
    padding: 5px;
    background: #fafafa;
    color: #000000;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.escutcheon-top {
    text-align: center;
}

.home-agenda-container img {
    border-radius: 7px;
}

.agenda-last-added {
    text-align: center;
}

/* Agenda Region */

.agenda-list-departements, .agenda-list-cities {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.agenda-vertical-flyers img, .agenda-horizontal-flyers img {
    border-radius: 20px;
}

.agenda-list-left, .agenda-list-right {
    /*min-width: 370px;*/
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.agenda-list-left {
    margin-top: -150px;
    text-align: center;
}

.agenda-list-events {
    padding: var(--padding-side);
    max-width: 900px;
}

.agenda-list-events .agenda-event-card {
    background: #efefef;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.agenda-list-events .agenda-event-card .where {
    opacity: .7;
}

.agenda-list-events .agenda-event-card .when {

}

.agenda-list-events .agenda-event-card .bands {
    color: #A80000;
}

.agenda-list-events .agenda-event-card a.fa {
    display: block;
}

.agenda-city .agenda-list-events {
    width: 100%;
}

/*//////////////////////*/

#findcity {
    /*margin: 30px auto;*/
    text-align: center;
    /*padding: 20px;*/
    display: flex;
}

#findcity input {
    max-width: 300px;
    width: 100%;
    height: 39px;
    font-size: var(--font-normal);
}

#findcity button {
    cursor: pointer;
    font-size: var(--font-medium);
}

#findcity>* {


    text-align: center;

}

.article-h1 {
    text-align: center;
}

#descr .nl {
    margin-top: 1em;
    line-height: 1.5em;
    /* font-size: var(--font-medium)*/;
}

.agenda-single-event-card #title {
    font-size: 1.5em !important;
}

h1 {
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
}

.header {
    /*background: var(--bg-color-grey);*/
    background: #5f5f5f;
}

.header, .nav-main a {
    color: #ffffff;
}

.hamburger>* {
    background-color: #ffffff;
}

.nav-submenu {
    background-color: #5f5f5f !important;
}

form#contactForm {
    text-align: center;
    background: #fff;
}

form#contactForm .button{
    /*background-color: transparent;*/
    padding: 10px;
    font-weight: bold;
    /*color: #FFFFFF;*/
    width: fit-content;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    font-size: var(--font-medium);
    margin-top: 30px !important;
}

form#contactForm input, form#contactForm textarea {
    /*border: 1px solid var(--bg-color);*/
}

.website-link, .email-link, .band-card-wrapper .contact .email a {
    border: 2px solid #A7A7A7;
    padding: 20px;
    background: #cecece;
    color: #000000;
    text-decoration: none;
    border-radius: 20px;
    line-height: 1em;
    max-width: 300px;
    overflow: hidden;
}

a.website-link, a.email-link {
    text-decoration: none;
    display: flex;
}

.weblink-span {
    border: 2px solid #A7A7A7;
    padding: 20px;
    background: #cecece;
    color: #000000;
    text-decoration: none;
    border-radius: 20px;
    line-height: 1em;
    max-width: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.websites>* {
    margin: 15px;
}

a.website-link img {
    margin-right: 5px;
}

.page-contact {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

.submenu-ui {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.submenu-ui>* {
    margin: 20px;
    border-radius: 50%;
    background-color: #fff;
    overflow: auto;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.submenu-ui img {
    width: 60px;
}

.submenu-ui-contact {

}

.submenu-ui-contact img {

}

.submenu-ui-add-event {

}

.submenu-ui-add-event img {

}

.swal2-wpform-input{
    width: 100% !important;
    max-width: 375px;
}

.topdiv {
    width: 100%;
    background-size: contain;
    text-align: center;
    background-repeat: round;
}

.topdiv img {
    padding: 30px;
    opacity: .5;
    width: 100%;
    max-width: 850px;
}

.metal-button {
    box-shadow: inset 0px 1px 0px rgba(255,255,255,.5), 0px 1px 3px rgba(0,0,0,0.3);
    border-color: #111;
    color: #dfdfdf;
    width: 100%;
    background: -webkit-linear-gradient(top, #000, #222 15%, #333 28%, #000 63%, #2f2f2f 87%, #000);
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: none;
    /*border: 1px solid;*/
}

.metal-button * {
    border: 1px inset;
    padding: 12px;
    background: #c0c0c0;
    color: #000000;
}

.list-card {
    max-width: 900px;
    margin: 0 auto;
}

.torncard {
    /*border-width: 28px 27px 27px 30px;
    -o-border-image: url(https://metalaumans.fr/tornborder.png) 28 27 27 30/28px 27px 27px 30px stretch;
    border-image: url(https://metalaumans.fr/tornborder.png) 28 27 27 30/28px 27px 27px 30px stretch;*/

    border-image-slice: 106 142 78 135;
    border-image-width: 33px 65px 46px 45px;
    border-image-outset: 0;
    background-color: #d1c7c7;
    padding: 40px;
    color: #000000;
    max-width: 800px;
    height: fit-content
    /*border: 1px solid #000;*/
}

.torncard p {
    filter: blur(0.4px);
}

/*.torncard a {
    text-decoration: none;
    filter: blur(0.4px);
    background-color: #c5c4c4;
    padding: 7px;
    font-size: 0.8em;
    display: block;
    border-radius: 5px;
    color: #000000;
    border: 1px solid #999999;
}

.torncard a:hover {
    background-color: #E7E7E7;
}*/

.white {
    background-color: #d1c7c7;
    color: #000000;
}

.white,
.white h1,
.white h2,
.white h3,
.torncard h1,
.torncard h2,
.torncard h3,
#home-news h1,
#home-news h2,
#home-news h3 {
    color: #000000;
}

.white::before {
    content: "";
    /*background: url("https://metalaumans.fr/tornpage_botttom.jpg");*/
    display: block;
    height: 142px;
}

.white::after {
    content: "";
    /*background: url("https://metalaumans.fr/tornpage_top.jpg");*/
    display: block;
    height: 142px;
}

.home-agenda-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-size: var(--font-medium);
}

.home-agenda-wrapper>* {
    width: 100%;
}

.home-cities-venues-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.home-agenda-wrapper {
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.home-cities-venues-wrapper {
    /*flex-wrap: nowrap;*/
}

/*section#regions a {
    display: flex;
    width: calc(100% - 100px);
    flex-direction: column;
    align-items: center;
    margin: 15px;
    text-align: center;
    color: #FFFFFF;
    !*border: 1px solid #676161;*!
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0px 0px 34px -21px #D7c1c1c1;
    transition: all 200ms;
}*/

section#regions a {
    display: flex;
    width: calc(100% - 240px);
    font-size: var(--font-medium);
    flex-direction: column;
    align-items: center;
    margin: 15px;
    text-align: center;
    color: #FFFFFF;
    /*border: 1px solid #676161;*/
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0px 0px 34px -21px #D7c1c1c1;
    transition: all 200ms;
}

section#regions a img {
    width: 100%;
    max-width: 200px;
}

section#regions a:hover {
    background-color: #d1c7c7;
    color: #000000;
}

.home-regions-wrapper  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.agenda-list-events-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.agenda-vertical-flyers, .agenda-horizontal-flyers {
    margin: 30px;
}

#metalmap {
    width: 100%;
    max-width: 350px;
    margin: 40px 0;
}

.agenda-vertical-flyers img, .agenda-horizontal-flyers img {
    width: 100%;
    max-width: 400px;
    /*box-shadow: 3px 3px 9px #000000;
    border: 2px outset;
    border-radius: 8px;*/
}

ul.datalist {
    background: #FFFFFF;
    box-shadow: 6px 6px 6px #232323;
    color: #111111;
}

ul.datalist li:hover {
    background: #c0c0c0;
}



.range-around {
    width: 100%;
    max-width: 300px;
}

/* https://codepen.io/anthorr/pen/poZJVmY */

.range-around input[type=range] {
    width: 100%;
    height: 1.5rem;
    -webkit-appearance: none;
    /*background: linear-gradient(180deg, #8f813d, #706048, #7A702A);*/
    /*background: linear-gradient(180deg, #8b7878, #574933, #5f5c45);*/
    border-radius: 1.5rem;
    /*outline: 2px ridge hsl(45, 80%, 35%);
    outline-offset: 1rem;*/
    /*box-shadow: 0 3px 2px -1px rgba(255, 255, 255, 0.25) inset, 0 0 10px 0 rgba(0, 0, 0, 0.5), 0 0 10px 2px rgba(0, 0, 0, 0.25), 0 8px 4px -3px rgba(0, 0, 0, 0.15);*/
    /*box-shadow: 0 3px 2px -1px rgba(255, 255, 255, 0.25) inset, 0 0 0px 0 rgba(0, 0, 0, 0.5), 0 0 2px 2px rgba(0, 0, 0, 0.25), 0 10px 3px -4px rgba(0, 0, 0, 0.15);*/
    box-shadow: 3px 3px 4px 1px;
}

.range-around input[type=range]:focus::-webkit-slider-runnable-track {
    background: #720000;
}
.range-around input[type=range]::-moz-range-track {
    background: #720000;
}

.range-around input[type=range]::-webkit-slider-runnable-track,
.range-around input[type=range]::-moz-range-track {
    background: #222;
    width: 24rem;
    height: 0.25rem;
    border-radius: 3rem;
    cursor: pointer;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.25), 0 2px 2px 0 rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.range-around input[type=range]::-webkit-slider-runnable-track {
    background: #222;
    width: 24rem;
    height: 0.25rem;
    margin: 0 0.5rem;
}
.range-around input[type=range]::-webkit-slider-thumb,
.range-around input[type=range]::-moz-range-thumb {
    width: 2rem;
    height: 2rem;
    background: radial-gradient(#444 45%, #555 50%, #222 55%, #8C7853 57.5%, #8C7853 100%), conic-gradient(#4b4b4b 10deg, #777 45deg, #5b5b6b 70deg, #9f9f9f 105deg, #444 140deg, #AAA 185deg, #666 210deg, #999 245deg, #777 285deg, #9f9f9f 320deg, #4b4b4b);
    background-blend-mode: overlay;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.35) inset, 0 1px 1px 1px rgba(255, 255, 255, 0.25) inset, 0 0 2px 2px rgba(0, 0, 0, 0.15) inset, 0 1px 1px 1px rgba(0, 0, 0, 0.35), 0 3px 2px 1px rgba(0, 0, 0, 0.25), 0 6px 4px 3px rgba(0, 0, 0, 0.15);
    border-radius: 1.5rem;
    cursor: pointer;
}
.range-around input[type=range]::-webkit-slider-thumb {
    /*transform: translatey(-1.375rem);*/
    transform: translatey(-0.6rem);
    width: 2rem;
    height: 2rem;
    background: radial-gradient(#444 45%, #555 50%, #222 55%, #8C7853 57.5%, #8C7853 100%), conic-gradient(#4b4b4b 10deg, #777 45deg, #5b5b6b 70deg, #9f9f9f 105deg, #444 140deg, #AAA 185deg, #666 210deg, #999 245deg, #777 285deg, #9f9f9f 320deg, #4b4b4b);
    /*background: radial-gradient(circle, rgba(180,180,180,1) 0%, rgba(211,0,0,1) 50%);*/
    background-blend-mode: overlay;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.35) inset, 0 1px 1px 1px rgba(255, 255, 255, 0.25) inset, 0 0 2px 2px rgba(0, 0, 0, 0.15) inset, 0 1px 1px 1px rgba(0, 0, 0, 0.35), 0 3px 2px 1px rgba(0, 0, 0, 0.25), 0 6px 4px 3px rgba(0, 0, 0, 0.15);
    border-radius: 1.5rem;
    cursor: pointer;
    -webkit-appearance: none;
}

.agenda-single-event-card .newswrapper {
    padding-bottom: 10px;
    /*-moz-box-shadow: 2px 3px 5px 3px #656565;
    -webkit-box-shadow: 2px 3px 5px 3px #656565;
    -o-box-shadow: 2px 3px 5px 3px #656565;
    box-shadow: 2px 3px 5px 3px #656565;*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=146, Strength=5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-sizing: content-box;
    border-radius: 5px;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-bottom: 20px;
    border: 0 solid rgb(0, 0, 0);
}

.agenda-single-event-card #banner {
    overflow: hidden;
    position: relative;
}



/*.agenda-single-event-card #banner .gradient:before, .agenda-single-event-card #banner .gradient-v:before {
    content: '';
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: linear-gradient(transparent 1px,#1C1E22);
    z-index: 10;
}

.agenda-single-event-card #banner .gradient-v:before {
    height: 47.37%;
    height: 14.87%;
    top: 0;
}*/

.agenda-single-event-card #banner:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(transparent 1px, #1C1E22);
    z-index: 15;
}

.agenda-single-event-card #banner .gradient-w:before {
    content: '';
    width: 100%;
    /*height: 40%;*/
    position: absolute;
    left: 0;
    /*bottom: -2px;*/
    background: linear-gradient(transparent 1px,#1C1E22);



    height: 16%;
    bottom: 31%;
    z-index: 10;
}



.agenda-single-event-card #banner img {
    width: 100%;
    display: block;
}

.agenda-single-event-card #event-wrapper {
    border-radius: 10px;
    margin: 15px;
}

.agenda-single-event-card #event-wrapper .itemprop {
    display: none;
}

.agenda-single-event-card #title {
    padding: 3px;
    text-align: center;
    color: unset;
}

/*.agenda-single-event-card h2 {
    text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
    color: #f1f1f1;
    font-size: 30px;
    text-transform: uppercase;
}*/

.agenda-single-event-card h2 {
    color: unset;
    font-size: 30px;
    text-transform: uppercase;
}

.agenda-single-event-card h3 {
    color: #ffffff;
}

.agenda-single-event-card #address {
    text-align: center;
    padding: 5px;
}

.youtube-video {
    cursor: pointer;
    margin: 0 auto;
    border-radius: 10px;

}

.swal2-html-container .youtube-video {
    width: 270px !important;
    height: 202px !important;
}

.agenda-single-event-card .ticket-url {
    display: inline-block;
    font-size: .8em;
    line-height: 1.2em;
    text-align: center;
    padding: 13px;
    border-radius: 5px;
    text-decoration: none;
    color: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(221 221 221)), to(#efefef));
    box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 1px 3px rgba(0,0,0,0.3);
    outline: none;
    border: 1px solid #ba6;
}

.agenda-single-event-card .social-icon svg {
    width: 50px;
    height: 50px;
    fill: #0000c9;
    /*box-shadow: 2px 2px 6px #000000;*/
    border: 2px solid #02028a;
    border-radius: 10px;
}

.fil1 {
    fill:none !important;
}

.agenda-single-event-card .social-icon rect {
    fill: #0000c9 !important;
}
.fil0 {
    fill:#3F51B5;
    fill-rule:nonzero
}

a.fb-event img {
    width: 200px;
}

a.fb-event {
    display: block;
    text-align: center;
    margin-top: 30px
}

.agenda-single-event-card .social-icon {
    margin: 10px;
}

.agenda-single-event-card span {
    display: block;
    margin: 10px 0;
}

.agenda-single-event-card span:has(.social-icon) {
    /*display: inline;*/
    /*display: inline-flex;
    align-items: center;*/

}

.home-cities-venues-wrapper>* {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.home-cities-venues-wrapper h2 {
    width: 100%;
}

.home-agenda-wrapper a,
.grey-button,
.tease-category-link a{
    background-color: #C0C0C0;
    color: #000000;
    text-decoration: none;
    padding: 5px;
    display: block;
    text-align: center;
    margin: 10px;
    border: 1px solid #838383;
    border-radius: 13px;
}

.home-cities-venues-wrapper a,
.agenda-list-departements a,
.agenda-list-cities a,
.groupes-list a,
.agenda-list-right a.longlink-button,
.agenda-list-left a.longlink-button {
    background-color: #C0C0C0;
    color: #000000;
    text-decoration: none;
    padding: 5px;
    text-align: center;
    margin: 10px;
    border: 1px solid #838383;
    border-radius: 13px;
    font-size: .7em;
    font-weight: 700;
}

.home-cities-venues-wrapper a {
    margin: 7px;
    padding: 8px;
    font-size: .8em;
}

.agenda-list-left a.longlink-button, .agenda-list-right a.longlink-button {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.home-agenda-wrapper a:hover, .home-cities-venues-wrapper a:hover {
    background-color: #efefef;
}

.grey-button:hover, .tease-category-link>a:hover {
    background-color: #efefef;
}

.swal-popup-class {
    width: 100% !important;
    max-width: 800px !important;
    padding: 0 !important;
}

.swal-popup-button-class {
    background: #fff !important;
    border: 3px solid #000 !important;
}

body.swal2-shown > [aria-hidden='true'] {
    transition: 0.1s filter;
    filter: blur(12px);
}

.newswrapper {

}

#banner {
    /*position: absolute;
    left: 50%;
    top: 49.7732%;
    transform: translate(-50%, -49.7732%);
    padding-top: 56.25%;*/


}

.banner-v {
    position: relative;
    padding-bottom: 52.63%;
}

.gradient-v {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 141.481%;
    height: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    text-align: inherit;
}

#eventcover {
    /*position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;*/

    width: 100%;

}

#eventcover-v {
    height: 100%;
    bottom: 0;
    top: 0;
    right: 0;
    box-sizing: border-box;
    position: absolute;
    object-fit: fill;
    border: 0;
}

div[itemprop=organizer] {
    text-align: center;
    font-size: 0.8em;
    line-height: 1.5em;
}

ul.event-performers {
    text-align: left;
    background: #cecece;
    width: fit-content;
    padding: -1px;
    margin-left: 45px;
    padding-right: 10px;
    border: 2px solid #858585;
    border-radius: 10px;
    line-height: 1em;
}

.swal2-html-container ul.event-performers {
    display: none;
}

div[itemprop=organizer] span {
    margin: unset;
}

#popup-event-content.agenda-single-event-card .newswrapper {
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}

.page-a-propos p, .page-a-propos img, .page-contact .article-content {
    padding: 0 .5em;
}

.page-contact .swal2-input, .page-contact .swal2-textarea {
    /*padding: unset;*/
    width: 90%;
}



@media (min-width: 530px) {
    section#regions a {
        width: 230px;
    }
}

@media (min-width: 780px) {

    .home-agenda-wrapper {
        display: flex !important;
    }

    .home-agenda-wrapper > * {
        width: 50%;
    }

    .home-agenda-container .a5-ads {
        width: 25%;
        max-width: 400px;
    }

    .home-agenda-container .a6-ads {
        width: 25%;
        max-width: 400px;
    }

    .home-agenda-container .home-agenda-wrapper {
        width: 50%;
    }
}


@media (min-width: 1200px) {

    .agenda-list-left, .agenda-list-right {
        width: 25%;
        min-width: 270px;
    }

    .agenda-city .agenda-list-events {
        width: 50%;
    }

    .agenda-list-events-wrapper {
        flex-wrap: nowrap;
    }

    .agenda-list-left a.longlink-button, .agenda-list-right a.longlink-button {
        width: 100%;
    }
}