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

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


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

body {
    background-color: #303030;
    color: #FFFFFF;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.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; }
.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; }

h1 {
    font-size: 32px;
    font-weight: bold;
}

h2, .h2 {
    font-size: 26px;
    font-weight: bold;
}

.h5, h5 {
    font-size: 24px;
    font-weight: bold;
}

.btn, .btn:active, .btn:visited, .btn:focus {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10.5px 30px;
    border-radius: 100px;
}

.btn:hover {
    background-color: #c7c7c7;
    color: #000000;
}

.btn_black, .btn_black:active, .btn_black:visited, .btn_black:focus {
    background-color: #000000;
    color: #FFFFFF;
}

.btn_black:hover {
    background-color: #4c4c4c;
    color: #000000;
}

.btn.disabled {
    pointer-events: none;
}

/**/

.bg_cover {
    background-color: #bfc0c2;
    position: relative;
}

#top_logo {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 17vw;
}

#top_logo img {
    width: 100%;
    height: auto;
}

#top_photo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25vw;
}


#top_photo img {
    width: 100%;
    height: auto;
}

#modal_etapes {
    color: #000000;
}

.modal_is_step strong {
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    background-color: #000000;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-right: 6px;
}

.modal-footer {
    justify-content: center;
}

a.link_white {
    color: #FFFFFF;
    font-weight: 600;
    position: relative;
}

a.link_white span {
    text-decoration: underline;
}

#form_email {
    max-width: 500px;
}

.form-control {
    font-size: 18px;
    border-radius: 10px;
    border: 0;
    padding: 10px;
}

.form-label {
    margin-bottom: 5px;
    font-weight: 600;
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #FFFFFF;
}

#phrase_texte_4 {
    display: inline-block;
    padding: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    font-weight: bold;
    font-size: 22px;
}

#phrase_texte_4_cont {
    margin-top: 30px;
    position: relative;
}

#phrase_texte_4_cont:before {
    content: '🤍';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%, 0px);
    background-color: #303030;
    padding: 0 5px;
}

.step {
    overflow-y: auto;
    padding: 40px;
    position: relative;
}

.step_info {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

@keyframes fadeZoomIn {
  from {
    opacity: 0;
    transform: scale(0.0);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

.animate-fade-zoom {
  animation: fadeZoomIn 1.6s ease-out;
}

a#btn_back_to_4 {
    color: #FFFFFF;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    opacity: 0.7;
}

a#btn_back_to_4:hover {
    opacity: 1;
}

.progress, .progress-stacked {
    border: 1px solid #FFFFFF;
    background-color: transparent;
}

#upload_progress_bar {
    background-color: #FFFFFF;
}

#right-panel {
    position: relative;
}

@media (max-width: 992px) {
    
    .bg_cover {
        min-height: 25vh;
    }
    
    #top_logo {
        position: absolute;
        left: 15px;
        top: 15px;
        width: 22vw;
        pointer-events: none;
    }
    
    #top_logo img {
        width: 100%;
        height: auto;
        max-height: 160px;
        max-width: fit-content;
    }
    
    #top_photo {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 18vh;
        pointer-events: none;
    }
    
}