/*--------------------------------------------------------------
Theme Name: Zone-64 Child
Description: This is a child theme for Zone-64 Theme
Author: UX Themes
Template: zone-64
Version: 3.0
--------------------------------------------------------------*/

.button,
input.wpcf7-submit {
    padding: 0.5rem 1.5rem;
    font-size: 0.8rem !important;
}

.nav-spacing-xlarge>li {
    font-size: 14px !important;
    margin: 0 25px;
}

.header-nav.nav-left.nav-spacing-xlarge>li a {
    font-size: 12px !important;
}

.inscription-send .wpcf7-submit {
    margin-top: 20px !important;
}

.wpcf7-list-item-label {
    color: #888;
}

.nav-vertical li.menu-item a {
    font-family: "dazzle-unicase", sans-serif;
    color: #fff !important;
}

.mobile-nav.nav>li>a {
    color: #000;

}

/*--------------------------------------------------------------
DESIGN SYSTEM — BASE
--------------------------------------------------------------*/

:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-grey: #666666;
    --color-grey-light: #dedede;
    --color-green: #39ff14;
    --color-yellow: #ffd100;

    --font-heading: "dazzle-unicase", sans-serif;
    --font-body: "bebas-neue-pro", sans-serif;
    --font-alt: "proxima-nova-condensed", sans-serif;

    --text-xs: 0.8rem;
    --text-sm: 0.9rem;
    --text-base: 1rem;
    --text-lg: 1.2rem;

    --text-xl: clamp(1.28rem, 2.4vw, 1.5rem);

    --text-2xl: clamp(1.44rem, 2.8vw, 1.8rem);

    --text-3xl: clamp(1.92rem, 3.6vw, 2.4rem);

    --text-4xl: clamp(2rem, 4.8vw, 3rem);




    --weight-light: 300;
    --weight-regular: 400;
    --weight-medium: 600;
    --weight-bold: 700;
    --weight-black: 900;

    --space-xxs: 0.2rem;
    --space-xs: 0.4rem;
    --space-sm: 0.6rem;
    --space-md: 0.8rem;
    --space-lg: 1.2rem;
    --space-xl: 1.6rem;
    --space-xxl: 2.4rem;


    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;

    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
GLOBAL
--------------------------------------------------------------*/

.green {
    background-color: var(--color-green) !important;
    color: var(--color-black) !important;
}

.yellow {
    background-color: var(--color-yellow) !important;
    color: var(--color-black) !important;
}

.grey {
    background-color: var(--color-grey-light) !important;
}

.black {
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
}

.white {
    background-color: var(--color-white) !important;
    color: var(--color-black) !important;
}

.banner p {
    margin: 0 !important;
    padding: 0 !important;
}

.uppercase,
h6,
span.widget-title,
th,
.button {
    letter-spacing: 0em;
}

/*--------------------------------------------------------------
HEADERS
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    font-family: var(--font-heading);
    font-style: normal;
}

h1 {
    font-weight: var(--weight-black);
}

h2 {
    font-weight: var(--weight-bold);
    margin-top: 40px;
}

h3 {
    font-weight: var(--weight-medium);
}

.header-nav-main li>a {
    font-family: var(--font-heading) !important;
    font-size: var(--text-sm) !important;
    font-weight: var(--weight-bold) !important;
}

/*--------------------------------------------------------------
TYPOGRAPHY
--------------------------------------------------------------*/

.font-heading {
    font-family: var(--font-heading);
}

.font-body {
    font-family: var(--font-body);
}

.font-alt {
    font-family: var(--font-alt);
}

.text-xs {
    font-size: var(--text-xs);
    /* 16px */
}

.text-sm {
    font-size: var(--text-sm);
    /* 18px */
}

.text-base {
    font-size: var(--text-base);
    /* 20px */
}

.text-lg {
    font-size: var(--text-lg);
    /* 24px */
}

.text-xl {
    font-size: var(--text-xl);
    /* 30px */
}

.text-2xl {
    font-size: var(--text-2xl);
    /* 36px */
}

.text-3xl {
    font-size: var(--text-3xl);
    /* 48px */
}

.text-4xl {
    font-size: var(--text-4xl);
    /* 60px */
}

.font-light {
    font-weight: var(--weight-light);
}

.font-regular {
    font-weight: var(--weight-regular);
}

.font-medium {
    font-weight: var(--weight-medium);
}

.font-bold {
    font-weight: var(--weight-bold);
}

.font-black {
    font-weight: var(--weight-black);
}

.tracking-tight {
    letter-spacing: -0.02em;
}

.tracking-normal {
    letter-spacing: 0;
}

.tracking-wide {
    letter-spacing: 0.1em;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.leading-none {
    line-height: 1 !important;
}

.leading-tight {
    line-height: 1.2 !important;
}

.leading-snug {
    line-height: 1.35 !important;
}

.leading-normal {
    line-height: 1.5 !important;
}

.leading-relaxed {
    line-height: 1.65 !important;
}

.leading-loose {
    line-height: 1.8 !important;
}

/*--------------------------------------------------------------
SEPARATORS
--------------------------------------------------------------*/

.separator,
.is-divider {
    width: 80px !important;
    height: 8px;
    margin: 0 auto var(--space-xl);
    background-color: var(--color-black);
}

.separator--long {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
}

.separator--hunger {
    height: 1px;
    margin: var(--space-md) auto var(--space-md);
}

.is-divider {
    background-color: var(--color-green) !important;
}

/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/

.button,
.wpcf7-submit {
    padding: 0.6em 2em;
    border: 0;
    font-family: var(--font-heading);
    text-align: center;
    display: inline-block;
    font-weight: var(--weight-bold);
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover,
.wpcf7-submit:hover {
    opacity: 0.9;
}

.btn-full {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {

    .button.button-mobile-center,
    .wpcf7-submit.button-mobile-center {
        width: 100%;
    }
}

/*--------------------------------------------------------------
GLOBAL
--------------------------------------------------------------*/

::placeholder,
select,
input {
    font-size: var(--text-xs) !important;
    color: #1a1a1a;
    font-weight: 600;
}

.grecaptcha-badge,
.wpcf7-spinner {
    display: none !important;
}

.is-full-height {
    height: calc(100vh - 5.2em) !important;
}

p {
    margin-bottom: 0 !important;
}

.page-template-page-blank-title-center p {
    margin-bottom: 1.3em !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0 !important;
}

/*--------------------------------------------------------------
CUSTOM BANNERS
--------------------------------------------------------------*/

.custom-banner {
    position: absolute;
    bottom: 5%;
    right: 3%;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 0.5em;
    flex-wrap: wrap;
}

.custom-banner p {
    font-family: "dazzle-unicase", sans-serif;
    color: #fff;
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.custom-banner img {
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .custom-banner {
        max-width: 80%;
        flex-wrap: wrap;
    }
}

/*--------------------------------------------------------------
VOYAGE ICON BOX
--------------------------------------------------------------*/

.voyage-icon-box {
    max-width: 440px;
    width: 100%;
}

.voyage-icon-box .button,
.voyage-icon-box button {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

/*--------------------------------------------------------------
INTERZONE LIST
--------------------------------------------------------------*/

.interzone-list {
    list-style: none;
}

.interzone-list li {
    padding-left: 1.8em;
    position: relative;
}

.interzone-list li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.2;
}

/*--------------------------------------------------------------
INFO TITLES
--------------------------------------------------------------*/

.info-title {
    font-size: clamp(0.8rem, 1.5vw, 0.9rem);
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--color-green);
    text-transform: uppercase;
}

/*--------------------------------------------------------------
EVENT FOOTER
--------------------------------------------------------------*/

.event-footer {
    position: absolute;
    bottom: 1.2em;
    right: 1.2em;
    text-align: right;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.event-footer p,
.event-footer .footer-text {
    font-size: clamp(0.9rem, 2vw, 1rem);
    color: #fff;
    font-weight: 600;
    margin: 0 0.5em 0 0;
}

.event-footer .alien-icon {
    font-size: 1.1rem;
    margin-left: 0.4em;
}

.event-footer .alien-logo-icon {
    order: 2;
}

.event-footer .footer-text {
    order: 1;
}

/*--------------------------------------------------------------
COURSE IMAGE
--------------------------------------------------------------*/

.course-image-container {
    max-height: 80vh;
    overflow: hidden;
}

.course-image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*--------------------------------------------------------------
HEAD
--------------------------------------------------------------*/


.header-nav-main li.active a:before {
    background-color: #ffd100;
}

.header-nav-main li:hover a:before {
    background-color: #39FF14;
}

.nav-left {
    justify-content: center;
}

.head-content img {
    max-width: 230px;
    margin-bottom: 2em;
}

.head-content .meta-event {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-bottom: 0;
}

.head-content hr {
    border: 1px solid #fff;
    opacity: 1;
    max-width: 380px;
    margin: auto;
}

.head-content .event-dates {
    color: #39FF14;
    font-size: clamp(2rem, 6vw, 3.8rem);
    margin: 0;
    margin-bottom: 0;
}

.head-content .event-location {
    font-family: "ProximaNovaCond-Bold", sans-serif;
    font-size: clamp(1rem, 3vw, 1.5rem);
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0;
}

.button.alert.is-large {
    background-color: #fff;
    color: #000;
}

/*--------------------------------------------------------------
FORM
--------------------------------------------------------------*/
.inscription-form {
    max-width: 650px;
    background-color: #fff;
    padding: 1em;
    margin-top: 2.5em;
    box-shadow: 0.3em 0.3em 1.2em rgba(0, 0, 0, 0.1);
}

.inscription-form .col {
    padding: 0 1em 0.3em;
}

input[type=email],
input[type=date],
input[type=search],
input[type=number],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
    height: 3.5em;
    border: 2px solid #dedede;
    box-shadow: none;
}

.title-form,
.subtitle-form {
    font-size: var(--text-sm);
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.2em;
}

.title-form:before,
.subtitle-form:before {
    content: '|';
    color: var(--color-green);
    margin-right: 0.3em;
    font-weight: 600;
}

.required-field {
    color: var(--color-green);
    font-weight: bold;
}

.inscription-form input.wpcf7-form-control.wpcf7-submit,
input.wpcf7-form-control.wpcf7-submit {
    display: block;
    margin: 0 auto;
    border: 0px;
}

@media only screen and (max-width: 768px) {

    .inscription-form input.wpcf7-form-control.wpcf7-submit,
    input.wpcf7-form-control.wpcf7-submit {
        white-space: normal;
        word-break: break-word;
    }
}


.inscription-send .wpcf7-list-item-label {
    font-weight: 400;
}

.inscription-send input[type=checkbox] {
    margin-right: 0.2em;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
PAYMENT
--------------------------------------------------------------*/
.wpcf7 .cf7wpay_sandbox {
    display: none;
}

.payment ul li {
    margin-bottom: 0;
}

.payment .icon-box {
    margin-top: 2em;
}

.payment i {
    color: #fbf9ef;
    font-size: 2.3em;
}

.payment .payment-icons {
    margin-bottom: 1em;
}

.title-payment {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1em;
    color: #000;
}

#stripe-submit {
    border: none;
    color: #000;
}

/*--------------------------------------------------------------
CTA & NEWSLETTER
--------------------------------------------------------------*/
.newsletter {
    max-width: 600px;
    margin: auto;
}

.newsletter input[type=email] {
    border-radius: 0;
    background-color: #fff;
    height: 44px;
}

.newsletter ::placeholder {
    color: #a3a3a3 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.caption-nl {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.caption-nl i {
    color: #39ff14;
    margin-right: 0.3em;
}

.cta {
    position: relative;
}

.cta .alien {
    position: absolute;
    right: 2em;
    bottom: -3em;
    width: 120px;
}

@media screen and (min-width: 600px) {
    .cta a.button {
        min-width: 15em;
    }
}

@media only screen and (max-width: 768px) {
    .cta {
        text-align: center;
    }

    .cta .alien {
        position: relative;
        display: inline-block;
        margin: 1em 0 0 0;
        width: 120px;
        right: auto;
        bottom: auto;
    }
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
footer img {
    display: block;
    max-width: 230px;
    margin: 1.5em auto;
}

footer .social-icons {
    color: #fff;
    font-size: 1.4rem;
}

footer p {
    font-family: "ProximaNovaCond-Bold", sans-serif;
    margin: 1em 0 0;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.1em;
}

footer a {
    color: #fff;
}

footer a.blacka {
    color: #000;
}

footer a:hover {
    color: #39FF14;
}

.copyright-footer {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.1em;
    padding: 0.6em;
}

/*--------------------------------------------------------------
INFOS PRATIQUES
--------------------------------------------------------------*/
.infos ::marker,
.infos {
    color: #222;
}

.infos .title-form {
    letter-spacing: 0;
    color: #333;
}

/*--------------------------------------------------------------
COOKIES
--------------------------------------------------------------*/
.cli-switch input:checked+.cli-slider {
    background-color: #fbf9ef;
}

.cli-tab-footer .wt-cli-privacy-accept-btn,
#wt-cli-accept-all-btn {
    background-color: #fbf9ef;
    color: #000 !important;
    font-weight: 600;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
MOBILE ONLY
--------------------------------------------------------------*/
@media only screen and (max-width: 48em) {}