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

@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap');



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

body {
    background-color: #1c3246;
    color: #f3d9d3;
    font-family: "Questrial", sans-serif;
    font-size: 20px;
    font-weight: 400;
    background-image: url(img/07_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    cursor: url(img/01_baguette_smaller.png), auto;
}

#header, #album, #tournee, #boutique, #actualites, #mot, #newsletter, footer {
    background-image: url(img/07_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section_sep {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
}

.hand_font {
    font-family: "La Belle Aurore", cursive;
}

.mobile_only {
    display: none;
}

:focus {
    outline: 0!important;
}

a, a:visited, a:focus {
    text-decoration: none;
    cursor: pointer;
    cursor: url(img/01_baguette_smaller.png), auto;
    color: inherit;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a:hover {
    color: #FFFFFF;
}

.btn {
    cursor: url(img/01_baguette_smaller.png), auto;
}

.pt_60 { padding-top: 60px; }
.pt_80 { padding-top: 80px; }
.pb_60 { padding-bottom: 60px; }
.pb_80 { padding-bottom: 80px; }

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


.h2, h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}

/******************************************/
/****************** NAVBAR ****************/
/******************************************/

nav.navbar {
    background: #1C3246;
    background: -webkit-linear-gradient(180deg, rgba(28, 50, 70, 1) 0%, rgba(28, 50, 70, 0) 100%);
    background: -moz-linear-gradient(180deg,rgba(28, 50, 70, 1) 0%, rgba(28, 50, 70, 0) 100%);
    background: linear-gradient(180deg, rgba(28, 50, 70, 1) 0%, rgba(28, 50, 70, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1C3246", endColorstr="#1C3246", GradientType=0 );
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #f3d9d3;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
}

.nav-link:hover {
    color: #FFFFFF;
}

li.nav-item {
    margin: 0 15px;
    padding: 15px 0;
}

.navbar-toggler {
    background-color: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 0.75rem;
    top: 34px;
}

.navbar-toggler:focus {
    text-decoration: none;
    background-color: none;
    outline: 0;
    box-shadow: none;
}

.navbar-toggler .navbar_togglebar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background-color: #f3d9d3;
}

.navbar-toggler .navbar_togglebar+.navbar_togglebar {
    margin-top: 5px;
}

.nav_open .navbar-toggler .navbar_togglebar_1 {
    transform: rotate(45deg);
    transform-origin: 0% 50%;
}

.nav_open .navbar-toggler .navbar_togglebar_2 {
    opacity: 0;
}

.nav_open .navbar-toggler .navbar_togglebar_3 {
    transform: rotate(-45deg);
    transform-origin: 0% 50%;
    margin-top: 6.5px;
}

/******************************************/
/****************** HEADER ****************/
/******************************************/

#header {
    height: 100vh;
    position: relative;
    min-height: 800px;
}

#header_photo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#header_logo {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
/*    bottom: 20px;*/
    bottom: 50px;
    width: 34%;
    margin: auto;
}

/******************************************/
/****************** ALBUM *****************/
/******************************************/

.album_info a, .album_info a:visited, .album_info a:focus, .album_info a:active {
    color: inherit;
    font-size: 22px;
    text-decoration: none;
}

.album_info a:hover {
    color: #FFFFFF;
}

img.intro_coeur {
    display: inline-block;
    width: 24px;
    margin-left: 6px;
    vertical-align: sub;
}

/******************************************/
/*************** BOUTIQUE *****************/
/******************************************/

.boutique_container {
    position: relative;
}

.boutique_lien {
    position: absolute;
    bottom: 14%;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
}

/******************************************/
/*************** TOURNEE ******************/
/******************************************/

.tournee_linh {
    font-size: 46px;
    line-height: 1;
}

.row_concert {
    padding: 10px 0;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

.btn_tournee, .btn_tournee:visited, .btn_tournee:focus {
    background-image: url(img/03_papier.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px 19px;
    color: #1c3246;
    font-size: 18px;
    font-weight: 600;
    min-width: 120.75px;
    display: block;
}

a.btn_tournee:hover {
    color: #0f509c;
}

/******************************************/
/************* ACTUALITES *****************/
/******************************************/

.actualite_video_cont {
    position: relative;
    background-image: url(img/05_actu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
}

.actualite_video_cont iframe {
    border-radius: 10px;
}

/******************************************/
/***************** MOT ********************/
/******************************************/

.mot_livre_cont {
    position: relative;
}

.mot_livre_fan {
    position: absolute;
    top: 14%;
    left: 17%;
    bottom: 19%;
    right: 52%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b2c45;
    font-size: 36px;
}

.mot_livre_linh {
    position: absolute;
    top: 14%;
    right: 17%;
    bottom: 19%;
    left: 52%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b2c45;
    font-size: 36px;
}

.btn_mot, .btn_mot:visited, .btn_mot:focus {
    background-image: url(img/03_papier.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 15px 19px;
    color: #1c3246;
    font-size: 18px;
    font-weight: 600;
    min-width: 120.75px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}

.btn_mot:hover {
    color: #0f509c;
}

.btn_envoyer, .btn_envoyer:visited, .btn_envoyer:focus {
    background-image: url(img/03_papier.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 15px 19px;
    color: #1c3246;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}

.btn_envoyer:hover {
    color: #0f509c;
}

.modal-content {
    background-color: #1c3246;
    border-radius: 0;
    border: 4px solid #f3d9d3;
}

h5#modalMotLabel {
    font-size: 24px;
    font-weight: bold;
}

.form-label {
    font-weight: bold;
    margin-bottom: 2px;
}

.form-control {
    border-radius: 0;
    border: 2px solid #f3d9d3;
    font-size: 20px;
    background-color: transparent;
    color: #f3d9d3;
}

.form-control:focus {
    background-color: transparent;
    border-color: #f3d9d3;
    color: #f3d9d3;
    box-shadow: none;
}

button.btn-close {
    filter: invert(0.5) sepia(1) saturate(1) hue-rotate(208deg);
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border: none;
    color: #0f509c;
}

/******************************************/
/************* NEWSLETTER *****************/
/******************************************/

#newsletter {
    min-height: 100vh;
}

footer {
    font-size: 11px;
    padding: 30px 0;
    padding-top: 60px;
}

ul.social_menu {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

ul.social_menu li {
    display: inline-block;
}

.newsletter_container {
    border: 4px solid #f3d9d3;
    padding: 15px;
}

label.label_bb {
    font-size: 26px;
    font-weight: bold;
}

input.input_bb {
    color: #f3d9d3;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    border: none;
    background-color: transparent;
    flex: 1;
}

#submitInput, #submitInput:active, #submitInput:visited, #submitInput:focus {
    background-color: #f3d9d3;
    color: #1c3246;
    font-size: 36px;
    font-weight: 600;
    border-radius: 0;
}

#submitInput:hover {
    background-color: #FFFFFF;
    color: #1c3246;
}

.input_cont {
    display: flex;
    gap: 5px;
}

#div-submitInput {
    text-align: center;
    margin-top: 30px;
}

.nav-link-nl img {
    width: 28px;
    height: auto;
}

.page_standard.page_404 {
    min-height: 90vh;
    display: flex;
    align-items: center;
}

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

@media (max-width: 992px) {
    
    nav.navbar {
        background: #1C3246;
        padding: 0;
    }
    
    li.nav-item {
        text-align: center;
    }
    
    #header {
        height: 100vh;
        height: 100dvh;
        position: relative;
        min-height: auto;
    }
    
    #header_logo {
        min-width: 225px;
    }
    
    .boutique_lien {
        bottom: 12%;
        font-size: 30px;
    }
    
    .mot_livre_fan, .mot_livre_linh {
        font-size: 18px;
    }
    
}