/*
Theme Name: Louane
Theme URI: https://idizbox.com
Author: iDizBox
Author URI: https://idizbox.com
Description: Thème Louane - By iDizBox - 2026
Version: 1.00
Text Domain: idbxboostrap1
*/

@font-face {
    font-family: 'Alfabet';
    src: url('fonts/Alfabet-Black.eot');
    src: url('fonts/Alfabet-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Alfabet-Black.woff2') format('woff2'),
        url('fonts/Alfabet-Black.woff') format('woff'),
        url('fonts/Alfabet-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alfabet';
    src: url('fonts/Alfabet-ExtraBold.eot');
    src: url('fonts/Alfabet-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Alfabet-ExtraBold.woff2') format('woff2'),
        url('fonts/Alfabet-ExtraBold.woff') format('woff'),
        url('fonts/Alfabet-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alfabet';
    src: url('fonts/Alfabet-Bold.eot');
    src: url('fonts/Alfabet-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Alfabet-Bold.woff2') format('woff2'),
        url('fonts/Alfabet-Bold.woff') format('woff'),
        url('fonts/Alfabet-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alfabet';
    src: url('fonts/Alfabet-SemiBold.eot');
    src: url('fonts/Alfabet-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Alfabet-SemiBold.woff2') format('woff2'),
        url('fonts/Alfabet-SemiBold.woff') format('woff'),
        url('fonts/Alfabet-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alfabet';
    src: url('fonts/Alfabet-Medium.eot');
    src: url('fonts/Alfabet-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Alfabet-Medium.woff2') format('woff2'),
        url('fonts/Alfabet-Medium.woff') format('woff'),
        url('fonts/Alfabet-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alfabet';
    src: url('fonts/Alfabet-Regular.eot');
    src: url('fonts/Alfabet-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Alfabet-Regular.woff2') format('woff2'),
        url('fonts/Alfabet-Regular.woff') format('woff'),
        url('fonts/Alfabet-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --white: #FFFFFF;
    --black: #000000;
    --color-1 : #FA7794;
    --color-bg : #FAFAF8;
}


html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 100vh;
    overflow-x: clip;
    overflow-y: visible !important;
}

body {
    background-color: var(--black);
    color: var(--white);
    font-family: 'Alfabet';
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    position: relative;
/*    min-height: max(100vh, 41.13vw);*/
    min-height: max(100svh, 41.13vw);
    min-height: max(100dvh, 41.13vw);
}

.mobile_only {
    display: none;
}

:focus {
    outline: 0!important;
}

a, a:visited, a:focus {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.mb_10 { margin-bottom: 10px; }
.mb_15 { margin-bottom: 15px; }
.mb_20 { margin-bottom: 20px; }
.mb_25 { margin-bottom: 25px; }
.mb_30 { margin-bottom: 30px; }
.mb_40 { margin-bottom: 40px; }
.mb_50 { margin-bottom: 50px; }
.mb_60 { margin-bottom: 60px; }
.mt_10 { margin-top: 10px; }
.mt_15 { margin-top: 15px; }
.mt_20 { margin-top: 20px; }
.mt_25 { margin-top: 25px; }
.mt_30 { margin-top: 30px; }
.mt_40 { margin-top: 40px; }
.mt_50 { margin-top: 50px; }
.mt_60 { margin-top: 60px; }

.pb_10 { padding-bottom: 10px; }
.pb_15 { padding-bottom: 15px; }
.pb_20 { padding-bottom: 20px; }
.pb_25 { padding-bottom: 25px; }
.pb_30 { padding-bottom: 30px; }
.pb_40 { padding-bottom: 40px; }
.pb_50 { padding-bottom: 50px; }
.pt_10 { padding-top: 10px; }
.pt_15 { padding-top: 15px; }
.pt_20 { padding-top: 20px; }
.pt_25 { padding-top: 25px; }
.pt_30 { padding-top: 30px; }
.pt_40 { padding-top: 40px; }
.pt_50 { padding-top: 50px; }

.pos_rel {
    position: relative;
}

h1, .h1 {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
}

h2, .h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
}

.color_1 {
    color: var(--color-1);
}

.p_div p:last-of-type {
    margin-bottom: 0;
}

.btn, .btn:active, .btn:visited, .btn:focus {
    background-color: var(--color-1);
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 8px 30px;
    border-radius: 100px;
}

.btn:hover {
    background-color: #E65273;
    color: #FFFFFF;
}

.btn_white {
    background-color: var(--white);
    color: var(--color-1);
}

.btn_100 {
    width: 100%;
}

.btn_sublink {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 11px;
}

/************************************/
/************************************/
/*             MAIN                 */
/************************************/
/************************************/

footer {
    position: absolute;
    bottom: 0;
    font-size: 8px;
    left: 10px;
    opacity: 0.5;
    pointer-events: none;
}

#top_help {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 999;
}

.btn_help {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-1);
    border-radius: 100px;
    background: rgb(48 48 48 / 50%);
    backdrop-filter: blur(12px);
}

#video_bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.onboarding-step-4 #video_bg {
    bottom: 9.5vw;
}

#video_bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.dashboard_bg_img {
    width: 100%;
    height: auto;
    pointer-events: none;
}

#dashboard_bg {
    position: relative;
}

#dashboard_container {
    position: absolute;
/*    position: fixed;*/
    bottom: 0;
    left: 0;
    right: 0;
    height: 33.13vw;
    overflow: hidden;
}

/**/

.aiguille_km {
    position: absolute;
    width: 20%;
    bottom: -5%;
    right: 23%;
    z-index: 2;
    transform-origin: center center;
    animation: aiguilleVibe 0.3s infinite linear;
    pointer-events: none;
}

@keyframes aiguilleVibe {
    0% { transform: rotate(-0.5deg); }
    50% { transform: rotate(0.5deg); }
    100% { transform: rotate(-0.5deg); }
}

.aiguille_moteur {
    position: absolute;
    width: 19%;
    bottom: -3%;
    left: 24.5%;
    z-index: 2;
    rotate: -19deg;
    transform-origin: center center;
    animation: aiguillemoteurVibe 2s infinite linear;
    pointer-events: none;
}

@keyframes aiguillemoteurVibe {
    0% { transform: rotate(-0.8deg); }
    50% { transform: rotate(0.8deg); }
    100% { transform: rotate(-0.8deg); }
}

/**/

.svg_icon {
    cursor: pointer;
    position: absolute;
    height: auto;
    z-index: 5;
}

.svg_icon.inactive path, .svg_icon.answered path {
    fill: #343434;
}

#clignotants {
    width: 15%;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 25%;
}

#clignotants.active {
    animation: blinkglow-orange-1 1s infinite;
}

#batterie {
    width: 3%;
    left: 21%;
    bottom: 6%;
}

#batterie.active {
    animation: blinkglow-red-2 1.5s ease-in-out infinite;
}

#ceinture {
    width: 2.5%;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 38%;
}

#ceinture.active {
    animation: blinkglow-red-3 1.3s ease-in-out infinite;
}

#coffre {
    width: 4%;
    left: 14.5%;
    bottom: 6%;
}

#coffre.active {
    animation: blinkglow-yellow-3 3s ease-in-out infinite;
}

#freins {
    width: 3.2%;
    height: auto;
    right: 8.5%;
    bottom: 4.5%;
}

#freins.active {
    animation: blinkglow-red-3 1.2s ease-in-out infinite;
}

#essuis {
    width: 3%;
    height: auto;
    right: 14%;
    bottom: 4.5%;
}

#essuis.active {
    animation: blinkglow-yellow-3 3s ease-in-out infinite;
}

#essence {
    width: 2.8%;
    height: auto;
    right: 19%;
    bottom: 4%;
}

#essence.active {
    animation: blinkglow-red-3 1.1s ease-in-out infinite;
}

#phares {
    width: 3%;
    height: auto;
    left: 3.5%;
    bottom: 6.5%;
}

#phares.active {
    animation: blinkglow-yellow-3 2s ease-in-out infinite;
}

#portes {
    width: 2.4%;
    height: auto;
    left: 9.3%;
    bottom: 5%;
}

#portes.active {
    animation: blinkglow-red-2 1.5s ease-in-out infinite;
}

#regulateur {
    width: 2.5%;
    height: auto;
    right: 4%;
    bottom: 4.5%;
}

#regulateur.active {
    animation: blinkglow-yellow-3 2s ease-in-out infinite;
}

#km_counter_container {
    position: absolute;
    bottom: 4%;
    left: 39%;
    width: 11%;
    height: 3vw;
    background-color: #2b2b2b;
    border-radius: 0.8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1vw;
    color: white;
    font-size: clamp(10px, 1vw, 18px);
    pointer-events: none;
}

#km_counter_container span {
    font-size: 16px;
    font-weight: bold;
}

#kmh_counter_container {
    position: absolute;
    bottom: 4%;
    left: 51%;
    width: 7%;
    height: 3vw;
    background-color: #2b2b2b;
    border-radius: 0.8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1vw;
    color: white;
    font-size: clamp(10px, 1vw, 18px);
    pointer-events: none;
}

#kmh_counter_container span {
    font-size: 16px;
    font-weight: bold;
}

@keyframes blinkglow-red-1 {
    0%, 40% {
        opacity: 1;
        filter: drop-shadow(0 0 3px #de1f31) drop-shadow(0 0 9px #de1f31);
    }
    50%, 100% {
        opacity: 0.9;
        filter: none;
    }
}

@keyframes blinkglow-red-2 {
    0% {
        opacity: 0.3;
        filter: none;
    }
    50% {
        opacity: 1;
        filter: drop-shadow(0 0 3px #de1f31) drop-shadow(0 0 9px #de1f31);
    }
    100% {
        opacity: 0.3;
        filter: none;
    }
}

@keyframes blinkglow-red-3 {
    0% {
        opacity: 0.8;
        filter: none;
    }
    50% {
        opacity: 1;
        filter: drop-shadow(0 0 3px #de1f31) drop-shadow(0 0 9px #de1f31);
    }
    100% {
        opacity: 0.8;
        filter: none;
    }
}

@keyframes blinkglow-orange-1 {
    0%, 40% {
        opacity: 1;
        filter: drop-shadow(0 0 3px #ff7200) drop-shadow(0 0 9px #ff7200);
    }
    50%, 100% {
        opacity: 0.9;
        filter: none;
    }
}

@keyframes blinkglow-yellow-1 {
    0%, 40% {
        opacity: 1;
        filter: drop-shadow(0 0 3px #f9c603) drop-shadow(0 0 9px #f9c603);
    }
    50%, 100% {
        opacity: 0.9;
        filter: none;
    }
}

@keyframes blinkglow-yellow-2 {
    0% {
        opacity: 0.3;
        filter: none;
    }
    50% {
        opacity: 1;
        filter: drop-shadow(0 0 3px #f9c603) drop-shadow(0 0 9px #f9c603);
    }
    100% {
        opacity: 0.3;
        filter: none;
    }
}

@keyframes blinkglow-yellow-3 {
    0% {
        opacity: 0.8;
        filter: none;
    }
    50% {
        opacity: 1;
        filter: drop-shadow(0 0 3px #f9c603) drop-shadow(0 0 9px #f9c603);
    }
    100% {
        opacity: 0.8;
        filter: none;
    }
}

/************************************/
/************************************/
/*          MEDIA QUERIES           */
/************************************/
/************************************/

#dashboard_container.dashboard_hidden, #top.top_hidden, #top_help.top_help_hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#dashboard_container.dashboard_visible, #top.top_visible, #top_help.top_help_visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.5s ease;
}

.onboarding_modal_content {
    color: #fff;
    background: rgb(48 48 48 / 50%);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    border: 1px solid var(--color-1);
}

.onboarding_modal_body {
    position: relative;
    padding: 30px;
}

.onboarding_close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
}

.onboarding_step {
    display: none;
}

.onboarding_step.active {
    display: block;
}

.presave_iframe_container {
    margin-top: 20px;
    border-radius: 14px;
    overflow: hidden;
    background: #111;
}

@media (max-width: 768px) {
    .onboarding_modal_body {
        padding: 24px;
    }

    .presave_iframe_container iframe {
        height: 420px;
    }
}

.label_block {
    display: block;
    font-weight: 800;
    font-size: 16px;
}

.inputbb {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 10px;
    background-color: rgb(255 255 255 / 70%);
    border: none;
    border-radius: 5px;
    resize: none;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    margin-bottom: 15px;
}

input.pretty_checkbox[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

input.pretty_checkbox[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 28px;
    color: inherit;
    font-weight: 400;
    line-height: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px;
}

input.pretty_checkbox[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(255 255 255 / 70%);;
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 1;
    border-radius: 5px;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input.pretty_checkbox[type="checkbox"]:checked + label:before {
  width: 10px;
  top: 0px;
  left: 5px;
  border-radius: 2px;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

select.inputbb {
    background-repeat:no-repeat;
    background-position:97% 50%;
    background-size:13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.049' viewBox='0 0 12 7.049'%3E%3Cpath d='M341.493-697l-4.2-4.2a1.021,1.021,0,0,1-.3-.753,1.021,1.021,0,0,1,.3-.753,1.021,1.021,0,0,1,.753-.3,1.021,1.021,0,0,1,.753.3l4.951,4.951a.944.944,0,0,1,.229.35,1.191,1.191,0,0,1,.067.4,1.191,1.191,0,0,1-.067.4.945.945,0,0,1-.229.35L338.8-691.3a1.021,1.021,0,0,1-.753.3,1.02,1.02,0,0,1-.753-.3,1.02,1.02,0,0,1-.3-.753,1.02,1.02,0,0,1,.3-.753Z' transform='translate(-691 -337) rotate(90)'/%3E%3C/svg%3E%0A");
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    padding-right:25px
}

label a, label a:hover, label a:active, label a:visited {
    color: inherit;
    text-decoration: underline;
}

.fake_input {
    position: relative;
    border: none;
    border-radius: 5px;
    padding: 1px 10px;
    margin-bottom: 15px;
    background-color: rgb(255 255 255 / 70%);
}

#naissance_j, #naissance_m, #naissance_a {
    width: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px 0px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    resize: none;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 10px;
}

#naissance_j {
    margin-left: 0;
}

#naissance_a {
    width: 70px;
}

#top {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    max-width: 80%;
    text-align: center;
    top: 10px;
}

#top_letsgo {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-1);
    line-height: 1;
    margin-bottom: 10px;
}

#question_text h2 {
    font-size: 24px;
}

.question_progress {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--color-1);
}

#question_choices {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 15px;
}

.question_choice {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.question_choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.question_choice span {
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 10px;
    border-radius: 1000px;
    transition: 0.25s ease;
    background-color: rgb(255 255 255 / 70%);
    color: #000000;
    width: 100%;
}

.question_choice span:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.question_choice span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 2px #000000;
}

.question_choice input:checked + span {
    background-color: var(--color-1);
    color: #FFFFFF;
}

.question_choice input:checked + span:before {
    box-shadow: inset 0 0 0 7px #000000;
}

#reveal {
    display: flex;
    padding: 30px 0;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

#reveal.is_hidden {
    display: none;
}

.cover_img {
    border-radius: 20px;
    border: 1px solid var(--color-1);
}

.reveal_cont {
    background: rgb(48 48 48 / 50%);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    border: 1px solid var(--color-1);
    height: 100%;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 70px;
    align-items: center;
    justify-content: center;
}

#modalPresave .close {
    position: absolute;
    right: 15px;
    z-index: 999;
}

#green_song_choices {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#rotate_device_hint {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none; 
    align-items: center;
    justify-content: center;
/*    display: flex;*/
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rotate_device_hint_inner {
    max-width: 320px;
    color: #fff;
    background-color: rgb(0 0 0 / 53%);
    padding: 10px;
    border-radius: 20px;
}

.rotate_device_icon {
    font-size: 42px;
    margin-bottom: 16px;
}

.rotate_device_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.rotate_device_text {
    font-size: 16px;
    line-height: 1.4;
    opacity: 0.9;
}

#help_links {
    font-size: 12px;
}

.top_btn_cont {
    padding: 10px 0;
}

.main_img_cont {
    position: relative;
     padding-top: 87%; 
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--color-1);
}

.main_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

#email_check_result a {
    color: var(--white);
}

.real_msg_par {
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
}

/************************************/
/************************************/
/*          MEDIA QUERIES           */
/************************************/
/************************************/

@media (min-width: 1270px) and (max-width: 1350px) {

    
    
}

@media (min-width: 993px) and (max-width: 1269px) {
    
    
    
}

@media (max-width: 992px) {

/*
    html, body {
        min-height: 100svh;
        min-height: 100dvh;
    }

    body {
        min-height: 100svh;
        min-height: 100dvh;
    }

    #page_accueil {
        min-height: 100svh;
        min-height: 100dvh;
        overflow: hidden;
    }
*/

/*
    #dashboard_container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
*/

    footer {
        display: none;
    }
    
    .cover_img {
        margin-bottom: 30px;
    }
    
    h1, .h1 {
        font-size: 28px;
    }
    
    #top {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0px);
        width: calc(100% - 120px);
        text-align: center;
        top: 10px;
    }
    
    #top_help {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 999;
    }
    
    #top_letsgo {
        font-size: 28px;
    }
    
    #top_count {
        font-size: 16px;
    }
    
    #km_counter_container, #km_counter_container span, #kmh_counter_container, #kmh_counter_container span {
        font-size: 5px;
    }
    
    #question_text h2, h2, .h2 {
        font-size: 22px;
    }
    
    .reveal_cont {
        gap: 30px;
    }
    
    #dashboard_container {
        height: calc( 33.13vw + 10px);
    }
    
    .svg_icon {
        cursor: pointer;
        position: absolute;
        height: auto; 
        box-sizing: content-box;
        padding: 2%;
        transform: translateY(2%) !important;
    }
    
    #clignotants, #ceinture {
        transform: translate(-50%, 0px)!important;
    }
    
}