@import url("https://use.typekit.net/tpb1kxh.css");

/**** FONT - START ****/
/*
PRIMARY TYPEFACE
font-family: polymath-display, sans-serif;
300,400,700,800

SECONDARY TYPEFACE
font-family: forevs, sans-serif;
700,800

THIRD TYPEFACE
font-family: canvas-inline, sans-serif;
200
*/
/**** FONT - END ****/

@font-face {
    font-family: 'tektur_condensedmedium';
    src: url('../font/tekturcond-med.woff2') format('woff2'),
    url('../font/tekturcond-med.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tektur_condregular';
    src: url('../font/tekturcond-reg.woff2') format('woff2'),
    url('../font/tekturcond-reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tektur_condensedsemibold';
    src: url('../font/tekturcond-sbold.woff2') format('woff2'),
    url('../font/tekturcond-sbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root{
    --angle: -10deg;
    --tilt:  -10deg;

    --primary-color: #0073ff;
    --primary-color-light:#00b4ff;
    --primary-color-dark:#5641fc;

    --secondary-color:#00ffbe;
    --secondary-color-light:#a0ffe6;
    --secondary-color-dark: #fa1818;

    --third-color:#330033;
    --third-color-light:#3b0016;
    --third-color-xdark:#000000;

    --fourth-color:#FBFF05;

}

::selection {
    background: var(--secondary-color); /* WebKit/Blink Browsers */
    color: var(--third-color);
}
::-moz-selection {
    background: var(--secondary-color); /* Gecko Browsers */
    color: var(--third-color);
}

body{
    background-image: url("../img/bkg/bkg-top.webp"), url("../img/bkg/bkg-main.webp");
    background-color: var(--secondary-color-light);
    background-repeat: no-repeat, repeat;
    background-size: 100vw, 100vw;
    background-position-y: top;
    background-attachment: scroll, fixed;
    color: var(--third-color-light);
    min-height: 100vh;
    font-family: polymath-display, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    overflow-x: hidden;
}

@media only screen and (max-width: 960px) {
    body{
        background-image: url("../img/bkg/bkg-top.webp"), url("../img/bkg/bkg-main.webp");
        background-color: var(--secondary-color-light);
        background-repeat: no-repeat, repeat;
        background-size: 225%, 100vw;
        background-position-y: top;
        background-position-x: center;
        background-attachment: scroll, fixed;
    }
}
@media only screen and (max-width: 640px) {
    body{
        background-image: url("../img/bkg/bkg-top.webp"), url("../img/bkg/bkg-main.webp");
        background-color: var(--secondary-color-light);
        background-repeat: no-repeat, repeat;
        background-size: 350%, 100vw;
        background-position-y: top;
        background-position-x: center;
        background-attachment: scroll, fixed;
    }
}

a.crypted:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

h1,h2,h3,h4{
    font-family: canvas-inline, sans-serif;
    font-weight: 200;
    color: var(--primary-color);
    text-transform: capitalize;
}

a{
    color: var(--primary-color);
}
a:hover{
    color: var(--primary-color-dark);
}

/**** BUTTON -- START ****/

.uk-button-default {
    background-color: #ffffff;
    color: var(--primary-color-light);
    border: 2px solid var(--primary-color-light);
    border-radius: 40px;
    padding: 10px 30px;
    font-family: 'tektur_condregular';
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1;
}
.uk-button-default:hover {
    background-color: var(--primary-color-light);
    color: #ffffff;
    border: 2px solid var(--primary-color-light);
}

.uk-button-default.fourth {
    background-color: var(--fourth-color);
    color: var(--primary-color);
    border: 2px solid var(--fourth-color);
    border-radius: 40px;
    padding: 10px 30px;
    font-family: 'tektur_condregular';
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1;
}
.uk-button-default.fourth:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 2px solid var(--secondary-color);
}

/**** BUTTON -- END ****/

/**** PAGE TITLE -- STAR ****/

.page-title{
    margin-top: -40px;
}
.page-title h1{
    font-family: 'tektur_condensedsemibold';
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1;
    color: #ffffff;
    filter: drop-shadow(3px 3px 0px var(--third-color-light));
}
.page-title h2{
    color: var(--third-color-light);
    font-family: canvas-inline, sans-serif;
    font-size: 32px;
    font-weight: 200;
    text-transform: capitalize;
    line-height: 1;
    margin-top: 0;
}
@media only screen and (max-width: 960px) {
    .page-title{
        margin-top: -10px;
    }
}

/**** PAGE TITLE -- END ****/

/**** HEADER -- START ****/


.header .menu-top .burger a{
    font-size: 32px;
    color:#ffffff;
}
.header .menu-top .burger a:hover{
    color:var(--secondary-color);
}

.header .menu-top .tour{
    font-family: canvas-inline, sans-serif;
    font-size: 32px;
    font-weight: 200;
    text-transform: capitalize;
    transform: rotate(var(--angle)) skewX(var(--tilt));
    color: #ffffff;
}
.header .menu-top .logo{
    max-width: 180px;
    fill: #ffffff;
    filter: drop-shadow(3px 3px 0px var(--third-color-light));
    margin-top: -20px;
}
.header .menu-top .place{
    font-family: canvas-inline, sans-serif;
    font-size: 32px;
    font-weight: 200;
    text-transform: capitalize;
    transform: rotate(var(--angle)) skewX(var(--tilt));
    color: #ffffff;
    margin-top: -7px;
}
.header.home .menu-top .logo{
    max-width: 360px;
    fill: #ffffff;
    filter: drop-shadow(5px 5px 0px var(--third-color-light));
    margin-top: -20px;
}
.header .menu-top .social a{
    font-size: 32px;
    color:#ffffff;
    margin: 0 4px;
}
.header .menu-top .social a:hover{
    color:var(--secondary-color);
}

.header.sticky {
    margin-top: -132px;
}
.header.sticky .uk-navbar-sticky {
    margin-top: 40px;
}
.header.sticky .menu-top .burger a{
    font-size: 28px;
    color:var(--primary-color);
    background-color: #ffffff;
    width: 52px;
    height: 52px;
}
.header.sticky .menu-top .burger a:hover{
    background-color:var(--secondary-color);
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .header .menu-top .logo{
        max-width: 150px;
        fill: #ffffff;
        filter: drop-shadow(3px 3px 0px var(--third-color-light));
        margin-top: -10px;
    }
    .header .menu-top .place{
        font-family: canvas-inline, sans-serif;
        font-size: 26px;
        font-weight: 200;
        text-transform: capitalize;
        transform: rotate(var(--angle)) skewX(var(--tilt));
        color: #ffffff;
        margin-top: -5px;
    }
    .header .menu-top .tour{
        font-size: 28px;
        margin-top:40px !important;
    }
    .header.home .menu-top .logo{
        max-width: 300px;
        fill: #ffffff;
        filter: drop-shadow(5px 5px 0px var(--third-color-light));

    }
}


/**** HEADER -- END ****/

/**** FOOTER -- START ****/

.footer{
    background-color: var(--primary-color-dark);
    color: #ffffff;
}
.footer .social a{
    font-size: 32px;
    color:#ffffff;
    margin: 0 4px;
}
.footer .social a:hover{
    color:var(--secondary-color);
}

.footer h2{
    color: #ffffff;
}
.footer .uk-button-default {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 40px;
    padding: 10px 30px;
    font-family: 'tektur_condregular';
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
}
.footer .uk-button-default:hover {
    background-color: var(--primary-color-light);
    color: #ffffff;
    border: 2px solid var(--primary-color-light);
}

.footer .uk-navbar-nav>li>a{
    height: 100%;
    padding: 0 0;
    color:#ffffff;
    text-transform: capitalize;
    min-height: 50px;
    font-family: polymath-display, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}
.footer .uk-navbar-nav>li>a:hover {
    color:var(--secondary-color);
}
.footer .credits{
    font-family: polymath-display, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
}
.footer .credits a{
    color:var(--secondary-color);
}
.footer .credits a:hover{
    color:var(--secondary-color);
    text-decoration: underline;
}
@media only screen and (max-width: 960px) {
    .footer .uk-navbar-nav {
        display: block;
        gap: 0;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .footer .uk-navbar-nav>li>a{
        min-height: 0;
        padding: 5px 0;
    }
}

/**** FOOTER -- bottom ****/

/**** MENU MODAL -- START ****/

#modal-menu{
    min-height: 100vh;
}

#modal-menu .uk-modal-dialog{
    background-image: url("../img/bkg/menu-footer.webp"), url("../img/bkg/bkg-main.webp");
    background-color: var(--secondary-color-light);
    background-repeat: no-repeat, repeat;
    background-position: bottom, top;
    background-size:100vw;
    border-radius: 0;
    border: 0;
    padding: 0;
    min-height: 100vh;
}
#modal-menu .uk-modal-dialog .logo svg{
    width: 120px;
    fill: var(--third-color);
}
#modal-menu .uk-modal-dialog .title{
    font-family: 'tektur_condensedsemibold';
    font-size: 44px;
    text-transform: uppercase;
    line-height: 1.2;
    color: var(--primary-color);
}
#modal-menu .uk-modal-dialog .title sup{
    font-size: 28px;
}
#modal-menu  .uk-navbar-nav>li>a{
    column-gap: .25em;
    min-height: 0;
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: polymath-display, sans-serif;
    font-weight: 400;
    color: var(--third-color-light);
}
#modal-menu .uk-navbar-nav>li>a:hover{
    color: var(--primary-color);
}

#modal-menu .social a{
    font-size: 28px;
    color: var(--third-color-light);
    margin: 0 10px 0 0;
}
#modal-menu .social a:hover{
    color: var(--primary-color);
}

#modal-menu .uk-modal-close-full {
    top: 0;
    right: 0;
    padding: 20px;
    background: transparent;
    font-size: 32px;
    border: 0;
    cursor: pointer;
    color: var(--third-color-light);
}
#modal-menu .uk-modal-close-full:hover {
    color: var(--primary-color);
}

@media only screen and (max-width: 640px) {
    #modal-menu .uk-padding{
        padding: 0;
    }
    #modal-menu .uk-margin-medium-top {
        margin-top: 20px !important;
    }
    #modal-menu .uk-modal-dialog .logo svg{
        width: 150px;
        fill: var(--third-color);
        margin: 40px 0 20px 0;
    }
    #modal-menu .uk-modal-dialog .title{
        font-family: 'tektur_condensedsemibold';
        font-size: 32px;
        text-transform: uppercase;
        line-height: 1.2;
        color: var(--primary-color);
    }
    #modal-menu .uk-modal-dialog .title sup{
        font-size: 18px;
    }
    #modal-menu .uk-navbar-nav {
        display: block;
        gap: 15px;
        align-items: stretch;
        margin: 0 auto;
        padding: 0px 0;
        list-style: none;
    }
    #modal-menu  .uk-navbar-nav>li>a{
        column-gap: 0;
        min-height: 0;
        font-size: 20px;
        text-decoration: none;
        text-transform: capitalize;
        font-family: polymath-display, sans-serif;
        font-weight: 400;
        color: var(--third-color-light);
        padding: 5px 0;
    }
    #modal-menu .social{
        margin-top: 20px;
        margin-bottom: 150px;
    }
}

/**** MENU MODAL -- END ****/


/**** HOME -- START ****/

.home span.place-box {
    background-color: var(--primary-color);
    color: #ffffff;
    transform: rotate(var(--angle)) skewX(var(--tilt));
    display: inline-block;
    padding: 10px 20px 0 20px;
    font-family: canvas-inline, sans-serif;
    font-size: 52px;
    font-weight: 200;
    line-height: 1.2;
    text-transform: capitalize;
}

.home .arrow-down-a-z{
    background-color: var(--secondary-color);
    color: var(--primary-color-dark);
    font-size: 18px;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    margin: 0 auto;
}
.home .lineup .date {
    font-family: 'tektur_condensedsemibold';
    font-size: 44px;
    text-transform: uppercase;
    line-height: 1;
    color: var(--primary-color);
    transform: rotate(var(--angle)) skewX(var(--tilt));
}
.home .lineup .date.small{
    transform: inherit;
    font-size: 32px;
}
.home .lineup .artists span {
    font-family: 'tektur_condensedmedium';
    color: var(--third-color-light);
    display: inline-block;
    text-transform: uppercase;
}
.home .lineup .artists.big {
    font-size: 52px;
    line-height: 1.1
}
.home .lineup .artists.big sup {
    font-size: 30px;
    line-height: 1;
}
.home .lineup .artists.big span + span::before {
    content: " - ";
}
.home .lineup .artists.big span.more::before {
    content: "";
}

.home .lineup .artists a {
    color: var(--third-color-light);
    text-decoration: none;
}
.home .lineup .artists a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.home .lineup .description {
    font-size: 24px;
    line-height: 1.2;
    font-family: 'tektur_condregular';
    text-transform: uppercase;
}

.home .uk-grid-divider>:not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 3px solid var(--primary-color);
}
.home .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 0;
}

.home .description {
    font-size: 32px;
    line-height: 1.2;
    font-family: 'tektur_condregular';
    text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
    .home span.place-box {
        font-size: 44px;
    }
    .home .lineup .date {
        font-size: 36px;
    }
    .home .lineup .date.small{
        transform: inherit;
        font-size: 28px;
    }
    .home .lineup .artists span {
        display: block;
    }
    .home .lineup .artists.big@media only screen and (max-width: 640px) {
    .home span.place-box {
        font-size: 44px;
    }
    .home .lineup .date {
        font-size: 36px;
    }
    .home .lineup .date.small{
        transform: inherit;
        font-size: 28px;
    }
    .home .lineup .artists span {
        display: block;
    }
    .home .lineup .artists.big {
        font-size: 42px;
    }
    .home .lineup .artists.big sup {
        font-size: 24px;
        line-height: 1;
    }
    .home .lineup .artists.big span + span::before {
        content: "";
    }
    .home .lineup .artists.big span.more {
        margin-top: -15px;
    }
} {
        font-size: 42px;
    }
    .home .lineup .artists.big sup {
        font-size: 24px;
        line-height: 1;
    }
    .home .lineup .artists.big span + span::before {
        content: "";
    }
    .home .lineup .artists.big span.more {
        margin-top: -15px;
    }
}


/**** HOME -- END ****/



/**** PROGRAMMATION -- START ****/



.programmation .date {
    font-family: 'tektur_condensedsemibold';
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1;
    color: var(--primary-color);
}
.programmation .place {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-family: canvas-inline, sans-serif;
    font-size: 28px;
    font-weight: 200;
    text-transform: capitalize;
    line-height: 1;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 10px;
}

.programmation .arrow-down-a-z {
    background-color: var(--secondary-color);
    color: var(--primary-color-dark);
    font-size: 18px;
    line-height: 1;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: -2px;
}


.programmation .artist-grid{
    margin-top: 80px;
    margin-bottom: 80px;
}
.programmation .artist-card{
    transform: rotate(var(--angle)) skewX(var(--tilt));
    filter: drop-shadow(5px 5px 0px var(--secondary-color));
}
.programmation .artist-card img{
    transform: rotate(10deg) skewX(10deg);
    scale: 1.25;
}
.programmation .artist-name{
    transform: rotate(var(--angle)) skewX(var(--tilt));
    background-color: var(--primary-color);
    font-family: 'tektur_condensedmedium';
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    position: relative;
    top: -20px;
    margin: 0 auto;
    padding: 5px 10px;
}
.programmation .artist-name sup {
    font-size: 17px;
    line-height: 1;
}

.programmation .artist-place span{
    transform: rotate(var(--angle)) skewX(var(--tilt));
    background-color: var(--secondary-color);
    font-family: canvas-inline, sans-serif;
    font-size: 20px;
    font-weight: 200;
    text-transform: capitalize;
    color: var(--primary-color);
    display: inline-block;
    position: relative;
    top: -25px;
    margin: 0 auto;
    padding: 0px 10px 0px 10px;
}
.programmation .artist-place span sup{
    font-size: 13px;
}

.programmation a:hover .artist-card img{
    scale: 1.3;
    transition: .3s ease-out;
}
.programmation a:hover .artist-name{
    background-color: var(--primary-color-dark);
}

.programmation .description {
    font-size: 32px;
    line-height: 1.2;
    font-family: 'tektur_condregular';
    text-transform: uppercase;
}

.programmation .artist-list .artist-name,
.programmation .artist-list .artist-name a{
    transform: inherit;
    background-color : transparent;
    color: var(--primary-color);
    font-family: 'tektur_condensedmedium';
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
    position: inherit;
    top: inherit;
    margin: 0;
    padding: 0;
}
.programmation .artist-list .artist-name a:hover{
    color: var(--primary-color-dark);
    text-decoration: none;
}
.programmation .artist-list .artist-name .partenaire{
    transform: inherit;
    background-color : transparent;
    color: var(--third-color);
    font-family: 'tektur_condensedmedium';
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    display: block;
    position: inherit;
    top: inherit;
    margin: 0;
    padding: 0;
}
.programmation .artist-list .artist-name .partenaire a{
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-size: 16px;
}
.programmation .artist-list .artist-name .partenaire a:hover{
    color: var(--primary-color-dark);
}

.programmation .artist-list .uk-table-divider>:first-child>tr:not(:first-child),
.programmation .artist-list .uk-table-divider>:not(:first-child)>tr,
.programmation .artist-list .uk-table-divider>tr:not(:first-child) {
    border-top: 2px solid var(--primary-color);;
}
.programmation .artist-list.before span {
    display: block;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}
.programmation .artist-list.before img.label{
    max-height: 40px;
}

/**** PROGRAMMATION -- END ****/

/**** ARTISTE -- START ****/

.artiste .artist-card{
    transform: rotate(var(--angle)) skewX(var(--tilt));
    filter: drop-shadow(5px 5px 0px var(--secondary-color));
    margin-top: 40px;
    margin-bottom: 40px;
}
.artiste .artist-card img{
    transform: rotate(10deg) skewX(10deg);
    scale: 1.25;
}
.artiste .artist-name{
    font-family: 'tektur_condensedmedium';
    font-size: 52px;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--third-color-light);
}
.artiste .artist-name sup {
    font-size: 30px;
    line-height: 1;
}
.artiste .artist-info{
    color: var(--third-color-light);
    font-family: canvas-inline, sans-serif;
    font-size: 28px;
    font-weight: 200;
    text-transform: capitalize;
    line-height: 1;
}
.artiste .date {
    font-family: 'tektur_condensedsemibold';
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1;
    color: var(--third-color-light);
}
.artiste .place {
    color: var(--third-color-light);
    font-family: canvas-inline, sans-serif;
    font-size: 28px;
    font-weight: 200;
    text-transform: capitalize;
    line-height: 1;
    margin-top: 5px;
}
.artiste .social a{
    color: var(--third-color-light);
    font-size: 24px;
    margin: 0 5px;
}
.artiste .social a:hover{
    color: var(--primary-color);
}

@media only screen and (max-width: 960px) {
    .artiste .artist-card{
        transform: rotate(var(--angle)) skewX(var(--tilt));
        filter: drop-shadow(5px 5px 0px var(--secondary-color));
        margin-top: 80px;
        margin-bottom: 40px;
    }
}

/**** ARTISTE -- END ****/

/**** CONTACTS -- START ****/

.contacts h3 span{
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-family: canvas-inline, sans-serif;
    font-size: 28px;
    font-weight: 200;
    text-transform: capitalize;
    display: inline-block;
    padding: 0 10px;
}

.contacts a{
    color: var(--third-color-light);
}

/**** CONTACTS -- END ****/

/**** PARTENAIRES -- START ****/

.partenaires h2 span{
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-family: canvas-inline, sans-serif;
    font-size: 28px;
    font-weight: 200;
    text-transform: capitalize;
    display: inline-block;
    padding: 0 10px;
}

/**** PARTENAIRES -- END ****/

/**** FESTIVAL -- START ****/

.le-festival h2 span{
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-family: canvas-inline, sans-serif;
    font-size: 32px;
    font-weight: 200;
    text-transform: capitalize;
    display: inline-block;
    padding: 0 10px;
}

/**** FESTIVAL -- START ****/

/**** BILLETTERIE -- START ****/

.billetterie .tickets-grid .tickets-card{
    transform: rotate(var(--angle)) skewX(var(--tilt));
    background-color: var(--primary-color);
    filter: drop-shadow(5px 5px 0px var(--secondary-color));
    color: #ffffff;
    padding: 20px;
}
.billetterie .tickets-grid .tickets-card .title{
    font-family: canvas-inline, sans-serif;
    font-size: 32px;
    font-weight: 200;
    line-height: 1.2;
    text-transform: capitalize;
}
.billetterie .tickets-grid .tickets-card .offer{
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-family: 'tektur_condensedsemibold';
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    padding: 5px;
    margin-bottom: 20px;
}
.billetterie .tickets-grid .tickets-card .price{
    font-family: 'tektur_condensedsemibold';
    font-size: 44px;
    text-transform: uppercase;
    line-height: 1;
}
.billetterie .tickets-grid .tickets-card .price sup{
    font-family: 'tektur_condensedsemibold';
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1;
}
.billetterie .tickets-grid .tickets-card .logo{
    width: 100px;
    padding: 5px;
    background-color: #ffffff;
    margin: 0 auto;
}
.billetterie .tickets-grid a{
    text-decoration: none;
}
.billetterie .tickets-grid a:hover .tickets-card .uk-button-default.fourth {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}
.billetterie .stroke {
    text-decoration: line-through;
    text-decoration-color: #fa1818;
}
.billetterie .unavailable {
    opacity: 0.5;
}
/**** BILLETTERIE -- START ****/

/**** MODAL -- START ****/

/* DEBUG SCROLLBAR FIX */
.uk-modal-page{
    scrollbar-gutter: unset!important;
}


.uk-modal-dialog{
    background-image: url("../img/bkg/bkg-main.webp");
    background-color: var(--secondary-color-light);
    background-repeat:repeat;
    background-size:100vw;
    border-radius: 15px;
    border: 2px solid var(--primary-color-dark);
    padding: 20px;
}
.uk-modal-header {
    display: flow-root;
    padding: 10px 20px;
    background: transparent;
    border-bottom: none;
}
.uk-modal-footer {
    display: flow-root;
    padding: 10px 20px;
    background: transparent;
    border-top: none;
}

.uk-modal-title {
    font-size: 44px;
    line-height: 1.2;
    color: var(--primary-color-dark);
}
.uk-modal-dialog h3{
    font-size: 32px;
    line-height: 1.2;
    color: var(--primary-color-dark);
}
.uk-modal-dialog .uk-button-default {
    background-color: #ffffff;
    color: var(--primary-color-light);
    border: 2px solid var(--primary-color-light);
    border-radius: 40px;
    padding: 10px 20px;
    font-family: 'tektur_condregular';
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
}
.uk-modal-dialog .uk-button-default:hover {
    background-color: var(--primary-color-light);
    color: #ffffff;
    border: 2px solid var(--primary-color-light);
}
.uk-modal-dialog .uk-modal-close-default{
    font-size: 32px;
}

/**** MODAL -- END ****/




a, button, [role="button"], [role="link"] { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }

a:focus{
    outline: 0;
}

@media (hover: hover) and (pointer: fine) {
    /* tous tes :hover ici */
    a:hover { text-decoration: underline; }
}

@media (hover: none) and (pointer: coarse) {
    .has-hover, .uk-transition-toggle { /* exemple de classes d’effet */
        transition: none !important;
    }
}

/* Effets hover seulement sur pointeur fin (desktop) */
@media (hover: hover) and (pointer: fine) {
    .uk-card:hover .uk-transition-fade { opacity: 1; }
    /* …tous tes :hover ici… */
}

/* Sur tactile, neutraliser les hovers UIkit qui gênent */
@media (hover: none) and (pointer: coarse) {
    .uk-transition-toggle .uk-transition-fade { opacity: 1; } /* pas d’état intermédiaire */
}