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

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

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

:root {
    --white: #FFFFFF;
    --text: #734A3B;
    --color-1 : #B66549;
    --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(--color-bg);
    color: var(--text);
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    position: relative;
}

.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: 30px;
    font-weight: bold;
    font-family: 'Butler';
    line-height: normal;
    margin-bottom: 0;
}

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

.col_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: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 9px 30px;
    border-radius: 100px;
}

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

.btn_top, .btn_top:active, .btn_top:visited, .btn_top:focus {
    background-color: transparent;
    color: var(--color-1);
    border: 2px solid var(--color-1);
    font-size: 16px;
    padding: 11px 30px;
}

.btn_top:hover {
    background-color: var(--color-1);
    color: #FFFFFF;
}

.main_container {
    padding: 22px 15px;
}

.top_row {
    margin-bottom: 22px;
}

.logo_cont img {
    width: 220px;
    height: auto;
}

.main_img_cont {
    position: relative;
     padding-top: 87%; 
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
/*
    height: calc(100vh - 118px);
    min-height: 500px;
*/
}

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

.intro_txt {
    font-size: 18px;
    max-width: 500px;
    margin: auto;
}

.form-label {
    color: var(--text);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
}

.input_bb {
    border: 2px solid var(--text);
    color: var(--text);
    font-size: 16px;
    padding: 11px 8px;
    background-color: #FFFFFF;
}

.form-select.input_bb {
    padding-right: 35px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23734A3B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
    box-shadow: none;
    border: 2px solid var(--text);
}

.form_check_cont {
    display: flex;
    gap: 7px;
}

.form-check-input {
    background-color: #FFFFFF;
    border: 2px solid var(--text);
}

.form-check-input:checked {
    background-color: var(--text);
    border-color: var(--text);
}

.form-check-input:focus {
    box-shadow: none;
}

textarea.form-control {
    resize: none;
    height: 330px;
}

.form-control:focus {
    color: var(--text);
    border-color: var(--text);
    background-color: #FFFFFF;
    box-shadow: none;
}

#compteur_jour_container, #compteur_heures_container, #compteur_minutes_container, #compteur_secondes_container {
    width: 90px;
}

#compteur_jours, #compteur_heures, #compteur_minutes, #compteur_secondes {
    background-color: #C8917D;
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 24px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#compteur_jours_mot, #compteur_heures_mot, #compteur_minutes_mot, #compteur_secondes_mot {
    color: #C8917D;
    font-size: 18px;
    line-height: normal;
    margin-top: 4px;
}

#compteur_container_in {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.participation_step_3_intro, #participation_step_3_infos {
    font-size: 18px;
}

#participation_step_3_info_mail, #participation_step_3_info_code {
    font-weight: 600;
}

#participation_preco {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

#email_check_result {
    color: red;
    font-size: 16px;
    margin-bottom: 15px;
}

#email_check_result a {
    color: red;
}

.real_msg_par {
    margin-top: 30px;
    font-weight: 500;
}

footer {
    position: absolute;
    bottom: 3px;
    font-size: 10px;
    left: 30px;
}

.col_sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 20px; /* distance depuis le haut de la fenêtre */
    align-self: flex-start; /* évite que flexbox casse le sticky */
}

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

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

    .main_img_cont {
        padding-top: 100%;
    }
    
}

@media (min-width: 993px) and (max-width: 1269px) {
    
    h1, .h1 {
        font-size: 28px;
    }
    
    h2, .h2 {
        font-size: 28px;
    }

    .main_img_cont {
        padding-top: 160%;
    }
    
}

@media (max-width: 992px) {
    
    h1, .h1 {
        font-size: 28px;
    }
    
    h2, .h2 {
        font-size: 28px;
    }
    
    #intro, #participation_form_1, #participation_form_2, #participation_step_3 {
        margin-top: 30px;
    }
    
    .main_img_cont {
        margin-top: 30px;
    }
    
}