
/* 
    Created on : 03/06/25
    Author     : Louna
*/

@import url('/assets/global/css/fonts/nobel.css');

body{
    line-height: 1;
    font-family: 'Nobel', sans-serif;
    font-size:1em;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

footer a {
    color: #1a1a1f;
    text-decoration: none;
    background-color: transparent;
}

.desktop {
    display:block;
}
.responsive {
    display:none;
}
.aright {
    text-align:right;
}
.aleft {
    text-align:left;
}
.acenter {
    text-align:center;
}

#recap {
    text-align:left;
}
#recap .merci {
    background-color:rgba(255,255,255,0.75);
    padding:20px;
    font-size: 2.0em;
    margin-top: 64px;
    color:#000000;
    letter-spacing: 0;
}
#recap .merci span {
    font-weight:300;
}
#recap .main {
    min-height:600px!important;
}

#progress-bar {
    width: 0;
    height: 8px;
    background-color: yellow; /* Couleur de la barre de progression au départ */
    margin-top: 10px;
    transition: width 0.5s ease;
    border-radius:100px;
    margin:auto;
    margin-bottom:10px;

}

.phoneerror {
    z-index:99;
    display: none;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color:red;
}

#progress-bar.complete {
    background-color: #4CAF50; /* Couleur de fond de la barre de progression (vert) lorsque complète */
}

#suivant.partiel {
    width: 65%;
    text-align: center;
    padding: 10px 15px;
    background-color: #00a3e0 !important;
    color:#ffffff;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    display: block;
    margin: auto;
    margin-top:12px;
    float:right;
    margin-right: 15px;
}


#suivant.complete {
    width: 100%;
    text-align: center;
    padding: 14px 15px;
    background-color: #00a3e0 !important;
    color:#ffffff;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    display: block;
    margin: auto;
    margin-top:12px;
}

#retour {
    width: 25%;
    text-align: center;
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border: none;
    border-radius: 0;
    /* text-transform: uppercase; */
    display: block;
    margin: auto;
    margin-top: 12px;
    text-decoration: underline;
    float: left;
}



/****** HEADER *******/
.logo {
    padding: 20px 15px
}
.logo img{
    width:20%;
}
.baseline {
    padding:25px 20px;
    text-align: right;
    color:#fff;
    font-size:1.1em;
    text-transform: uppercase;
}


/****** MAIN *******/
.main {
    background-image: url('/assets/lexus/2025-06-lexusLBX/img/bgd.jpg');
    background-repeat:no-repeat;
    background-position: top center;
    background-size: cover;
    min-height:640px;
}
.main .accroche {
    padding-right: 100px;
    margin-top: 40px;
}
.main .accroche img{
    width:72%;
}

.mentions {
    font-size: 12px;
    line-height: 1em;
    text-align: justify;
    font-weight: 400;
    color:#2e2e2e;
    padding:5px 20px 10px 20px;
}

/****** FORMULAIRE *******/
.form-content{
    margin:50px 0 25px 0;
    padding:10px 10px 10px 10px;
    background-color:#fff;
}
.bloc-formulaire .form-title {
    font-size:1.2em;
    margin-bottom:15px;
    padding:0 20px;
    text-align: center;
    font-weight:400;
    color:#20365c;
}

/** style input **/
.bloc-formulaire button.btn-default, .bloc-formulaire .form-control, .bloc-formulaire .custom-select {
    background-color: #ffffff;
    border:1px solid #dee0e6;
    border-radius:0;
}
.bloc-formulaire button {
    text-align:center;
    background-color: #20365c;
    font-size:1.1em;
    font-weight:800;
    text-transform:uppercase;
    border-radius:8px;
    border: none;
    margin: 0px 15px 10px 15px;
    width:90%;
    color:#fff;
    padding:17px 0;
}
.bloc-formulaire button.btn-offre {
    width:100%;
    margin: 0px 0 10px 0;
}

.bloc-formulaire button#submit {
    font-family: 'Nobel', helvetica, sans-serif;
    width:100%;
    background-color: #002c5f;
    border-radius:0px;
    border:none;
    padding:15px;
    color:#fff;
    font-size:1.4em;
    font-weight:bold;
}
.bloc-formulaire  button img{
    padding-bottom: 7px;
    width:40px;
}
.bloc-formulaire #myretour {
    border:none;
    width:40%;
    background-color: #ccc;
}


.btn:hover {
    color: #fff;
    text-decoration: none;
}
.form-control::placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder {
    color:#072c3e;
    font-weight:400;
}
.input-group-addon {
    background-color:#eaeef2;
    border: none;
}
.auto_adresse .form-group {
    margin-bottom:0;
}

.form-content .form-group{
    margin-bottom: 8px !important;
}
/****** CONTENT *******/
.left-content {
    margin-top:10px;
    font-size:2.5em;
    letter-spacing: 0.05em;
    color:#000000;
}
.content {
    padding:5px 0;
}
.reassurance {
    color: #101010;
}
.reassurance h4{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}

.reassurance h3{
    margin-top: 0;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 70px;
    color:#000000;
}

.reassurance.content img {
    width: 100%;
}
.txt {
    padding:0 20px 20px 20px;
    font-weight:300;
    font-size:1.0em;
    line-height:1.4;
    text-align: left;
}
.txt h2 {
    display: inline-block;
    padding:20px 50px;
    font-size:1.2em;
    font-weight:400;
    text-transform: uppercase;
}
.txt span {
    font-weight: 600;
    font-size:18px;
    color:#000;
}
.filet {
    margin-top: 18px;
    position: relative;
    left: 0;
    border-top: 2px solid #363840;
    width: 40px;
}
p {
    margin-top: 15px;
    font-weight: 300;
    font-size: 18px;
}

.zone_intro{
    margin: 80px auto 50px;
}

.zone_intro .row{
    justify-content: center;
}

.zone_intro p{
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
}

.intro h1{
    font-size: 54px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}

.intro h2{
    text-align: center;
    font-size: 18px;
    color: #6c7073;
    font-weight: 300;
}

.ligne-top{
    border-top: 1px solid;
    width: 50%; /* Définit la largeur de l'élément */
}

.ligne-bottom{
    border-bottom: 1px solid;
    width: 50%; /* Définit la largeur de l'élément */
}

.ligne-top{
    border-top: 1px solid;
    width: 50%; /* Définit la largeur de l'élément */
}

.marg-top{
    margin-top:60px;
}
.pad-top{
    padding-top:60px;
}



.btn-bottom {
    margin-top:10px;
}
.btn-bottom button{
    background-color: #20365c;
    padding:18px 30px;
    color:#fff;
    font-size:1.1rem;
    border:none;
    text-transform:uppercase;
    border-radius:8px;
    width:300px;
    font-weight: 800;
    margin-top:50px;
    margin-bottom:50px;
}



.btn-bottom img{
    width:40px!important;
    padding-bottom:4px;
    margin-bottom:0!important;
}

.liste_modele{
    max-width: 20% !important;
    padding: 0 10px;
}

/****** FOOTER *******/
footer {
    padding:50px 0;
    background-color: #e2e8ef;
}
footer .ml {
    margin:20px 0 20px 0;
    font-size:0.85em;
    line-height:normal;
    font-weight:300;
    text-align: justify;
    color:#1a1a1f;
}
footer .ml span {
    color:#787878;
}
.txt-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto 0px;
}

footer img{
    width: 50%;
    max-width: 200px;
    margin-bottom: 32px;
}

/****** REMERCIEMENT *******/
.left-content .remerciement {
    margin-top:25px;
    padding:20px;
    background-color:rgba(0,44,95,0.7);
    font-size:1.5em;
    color:#fff;
    line-height:1.2;
}
.left-content .remerciement span{
    font-size:1.4em;
    font-weight:bold;
}

@media (min-width: 1750px) {
    .main {
        min-height:780px;
    }
}

@media (min-width: 1548px) {
    #recap .main {
        background-position: bottom center;
    }
}

@media (max-width: 1200px) {
    .bloc1, .bloc2 {
        padding-top:150px;
    }
    .lexus-vid {
        width: 100% !important;
        height: auto !important
    }
    h1 {
        font-size: 34px !important
    }
}

@media (max-width: 990px) {
    .main {
        background-image: none;
    }
    .reassurance.content img{
        max-width: none;
    }
    .intro {
        font-size: 28px;
    }

    .ligne-bottom{
        border-bottom: 1px solid;
        width: 80%; /* Définit la largeur de l'élément */
    }

    .ligne-top{
        border-top: 1px solid;
        width: 80%; /* Définit la largeur de l'élément */
    }
    .txt-footer {
        text-align: center !important
    }
    .desktop {
        display:none;
    }
    .responsive {
        display:block;
    }
    .left-content {
        margin-top: 0;
    }
    .bloc1, .bloc2 {
        padding: 0 30px;
        padding-top: 100px;
    }
    .btn-bottom button {
        width: 100%;
        max-width: 300px;
        margin: 20px auto;
    }
    .btn-bottom img {
        width: 35px;
        padding-bottom: 4px;
    }
    .txt h2 {
        display: inline-block;
        padding:20px 20px;
        font-size:1.2em;
        font-weight:400;
        text-transform: uppercase;
    }
    .bloc-formulaire {
        margin-top: 0;
    }


    .main .accroche {
        margin-top: 0;
    }
    .accroche.responsive img {
        width: 100%;
    }
    .lexus-vid {
        width: 100% !important;
        height: auto !important;
    }
    .main .accroche {
        padding-right: 0 !important;
    }

    .form-content{
        margin:0px 0 0px 0;
    }

    .bloc-formulaire button {
        width:95%;
    }

    .row_reverse{
        flex-direction: column-reverse;
    }

    .pad-top {
        padding-top: 0px;
    }

    .marg-top {
        margin-top: 40px;
    }

    .img-footer{
        text-align: left;
        padding: 0 20px;
    }

    .liste_modele{
        max-width: 33% !important;
        padding: 0 10px 20px;
    }
}

@media (max-width: 768px) {
    .logo {
        text-align: center;
    }
    .logo img {
        width: 200px;
    }
    .baseline {
        padding: 0 5px 15px 0;
        text-align: center;
    }
    .connect .container {
        padding:35px 0 55px 0;
        background-image: url('/assets/lexus/2024-02-lexusLBX/img/bgd-3.jpg');
        background-repeat:no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .bloc1, .bloc2 {
        padding: 0 30px;
        padding-top: 160px;
    }
    .reassurance {
        text-align: center !important;
    }
    .img-responsive {
        width: 100% !important
    }
    .main {
        margin-bottom: 20px !important;
    }
    h5 {
        margin-top: 25px !important
    }
    .video {
        width: 100% !important;
        height: auto !important;
        margin-top:25px;
    }
    .main .accroche {
        padding-right: 0 !important;
    }

    footer {
        text-align: center !important
    }

    .ml {
        padding:0 20px;
    }

    #recap .main {
        min-height:0px!important;
    }
}
@media (max-width: 600px) {
    .left-content, .bloc-formulaire {
        padding-right:0;
        padding-left:0;
    }

    .liste_modele{
        max-width: none !important;
        padding: 0 20px 20px 20px;
    }
}


.erreur{
    font-size:11px
}


@media (max-width: 500px) {
    .bloc-formulaire button {
        width:92%;
    }
}