/* 
    Created on : 07/07/2025
    Author     : Alexis
*/

@import url('/assets/global/css/peugeot.css');
body{
    font-size:0.8rem;
    font-family: 'Peugeot New', sans-serif, Arial;
    line-height:1.4;
    color:#000;
}

.btn{
    font-size:1em;
}

sup {
    top: -.5em;
    font-size: 0.6em;
}



#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;

}

.pre-form{
    display: none;
}

.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 */
}



p {
    font-size:1em;
    line-height: 1.7em;
}


.pad-txt {
    padding: 0px 0px 0px 40px;
}

.pad-bot {
    padding-bottom: 80px;
}


#suivant.partiel {
    width: 65%;
    text-align: center;
    padding: 10px 15px;
    background-color: #1574e8 !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: #1574e8 !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;
}




section.main {
    background-color:#000;
    background-image:url('/assets/peugeot/2025-09_peugeot008_v2/img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top center;
    min-height: 650px;
    padding-bottom:20px;
}


.desktop{
    display:block;
}
.responsive{
    display:none;
}

/*LEFT CONTENT**************************************************/
.left-content, .right-content {
    position:relative;
    margin-top:50px;
}
.right-content .logo {
    margin-bottom:10px;
    width:93px;
}



.logo {
    text-align: left;

}
.logo img{
    width:80%;
}

.logo2 {
    text-align: left;
    padding-top: 350px;
}
.logo2 img{
    width:100%;
}

.line1 h3 img {
    width:4%;
    padding-bottom: 3px;
}

.garantie img {
    width:85%;
    margin-top: 110px;
}

.txtheader {
    position:absolute;
    bottom:0;
}




.txtheader h1 {
    font-size:2em;
    font-weight:bold;
    text-transform: uppercase;
    margin-bottom:25px;
}
.txtheader p {
    color:#fff;
    font-size:1.2em;
    line-height:1.4;
    margin-bottom:0;
}

.remerciement {
    font-size:2em;
    color:#fff;
}


/*RIGHT CONTENT* FORMULAIRE*************************************/
.supform {
    padding-bottom:10px;
    font-size:1.2em;color:#fff;text-align: center;text-transform: uppercase;
}

.form-title {
    color:#fff;
    font-size:1em;
    line-height:1.4;
    text-align: center;
    padding-bottom: 20px;
}

.form-content {
    margin-top: 120px;;
    padding:30px;
    background-color:rgba(0,0,0,0.6);
    float: inline-start;
    width: 100%;
}
.form-content .pre-form {
    text-align: center;
    font-size:1em;
    color:#fff;
    margin-bottom:10px;
}
.form-content .form-group.first {
    padding-right:5px;
}
.form-content .form-group.last {
    padding-left:5px;
}

.form-content .form-group {
    margin-bottom: 0.5rem;
}
.form-content .custom-select, .form-content .form-control {
    border-radius:0;
    border:none;
    font-size: 0.8rem;
}
.form-content .btn-reservez.btn  {
    width:100%;
    padding:15px 0;
    background-color:#1574e8;
    color:#fff;
    border-radius:0;
    border:none;
    margin-bottom:10px;
    font-size: 1.1em;
}
.form-content img {
    width:100%;
    margin-bottom:15px;
}
.btn-participer2 {
    margin-top:10px;
    width:65%;
    padding:15px 0;
    background-color:#1574e8;
    color:#fff;
    border-radius:0;
    border:none;
    margin-bottom:0px;
    margin-top:20px;
    text-transform: uppercase;
}
.btn-participer2:hover{
    background-color:#1574e8;
}
.form-content .btn-reservez.btn:hover {
    background-color:#0082b2;
}
button:focus {
    outline: none;
    outline: none;
}
.form-content .post-form {
    text-align:justify;
    font-size:0.55rem;
    color:#fff;
    text-shadow: 1px 1px 4px #000000;
}
.form-content .post-form a{
    text-decoration: underline;
    color:#fff;
}
.form-content .post-form a:hover{
    text-decoration: none;
    background-color:#1574e8;
    color:#fff;
}

.subform {font-size:9px;color:#fff;}

/*LINE*************************************/

.line0 {
    padding:60px 0 60px 0;
}

.line0 h2 {
    text-transform:uppercase;
    margin-top:15px;
    font-size:2.4em;
    font-weight:bold;
    text-align: center;
}
.line0 h3 {
    margin-top:25px;
    font-size:1.2em;
    text-align: center;
    line-height: 1.6em;
}
.line0 h4 {
    text-transform:uppercase;
    padding-bottom:20px;
    font-size:2em;
    line-height:1.3;
    font-weight:bold;
    margin-bottom:15px;
    text-align: center;
}
.line0 h4 span {
    color:#0074e8;
}


.line0 p {
    text-align: center;
}

.line2 {
    padding:30px 0 30px 0;
    background-color: #ffffff;
}

.line2 h5 {
    font-size:1.2em;
    text-align: center;
    padding: 40px 0;
    margin:0px;
}



.line1 {
    padding:80px 0 80px 0;
    background-color: #f6f6f6;
}


.line1 img {
    width:100%;
}

.line1 h4 img {
    width:15px;
    padding: 0 0 4px 0;
    margin-right: 10px;
}

.line1 h2 {
    font-size:2.2em;
    line-height:1.3;
    font-weight:bold;
    margin-bottom:15px;
}
.line1 h2 span {
    color: #1574e8;
}



.line1 h3 {
    font-size:1.2em;
    line-height: 1.4em;
    margin-top:10px;
}


.line1 h3 span {
    font-size:1.6em;
    font-weight:bold;
}

.line1 h4 {
    font-size:0.9em;
    font-weight:bold;
    text-transform: uppercase;
}

.line1 p {
    font-size:1.1em;
    font-weight:bold;
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom: 0px;
}





.price {
    font-size:2.4em;
    font-weight:bold;
    line-height: 1.1;
    color:#0074e8;
}
.btn3 {
    background-color:#000;
}

/******footer******/


footer {
    background: #000;
}
footer .mentions {
    font-weight:400;
    font-size:0.65rem;
    line-height: 1.6em;
    padding:50px 15px;
    color:#e7e7e7;
    text-align: justify;
}

.mentions a {
    color:#e7e7e7;
}
.mentions a {text-decoration: underline;}
.mentions a:hover {text-decoration: none;}
footer .polluscore {
    text-align: left;
}
footer .polluscore img {
    width:220px;
}

.polluscore img {
    padding-top:30px;
}

@media (min-width: 991px) {
    section.main {
        background-position:center center;
    }
    .padleft {
        padding-left: 70px;
    }

    .padright {
        padding-right: 70px;
    }
    .padbottom
    {
        padding-bottom: 40px;
    }
    .padtop
    {
        padding-top: 55px;
    }

}

@media (max-width: 1199px) {

    .padbottom
    {
        padding-bottom: 40px;
    }

    .btn-participer2 {
        margin-top:15px;
        width:70%;
        padding:15px 0;
        background-color:#1574e8;
        color:#fff;
        border-radius:0;
        border:none;
        margin-bottom:10px;
        text-transform: uppercase;
    }

    .txtheader {
        position:absolute;
        bottom:25px;
    }
    

    section.main {
        min-height: 550px;
    }


}



@media (max-width: 990px) {
    .container {
        padding-right:0;
        padding-left:0;
    }
    .left-content, .right-content {

        margin-top: 0;
    }
    .col {
        column-count: 6;
    }
    .desktop{
        display:none;
    }
    .responsive{
        display:block;
    }
    section.main {
        background-color:#000;
        background-image:none;
        min-height:150px;
        padding-bottom:0;

    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .left-content {
        padding-right:0;
        padding-left:0;
    }
    .left-content img {
        width: 100%;
    }
    .line1 {
        padding-left:20px;
        padding-right:20px;
        padding-bottom: 50px;
    }
    .img_footer {
        margin-top:50px;
        padding-right:0;
        padding-left:0;
    }
    .btn-participer2 {
        width:100%;
    }
    .txt {
        margin-bottom:30px;
    }

    .line1 h3 img {
        width:2%;
        padding-bottom: 3px;
    }

    .padleft {
        padding-left: 15px;
    }

    .padright {
        padding-right: 15px;
    }

    .pad-txt {
        padding: 0px 15px 0px 15px;
    }


    .pad-bot {
        padding-bottom: 40px;
    }

    .supform {margin-top:15px;}


    .line1 h2 {
        font-size:2.2em;
    }



    .line1 img {
        width:100%;
    }

    .form-content img {
        width: 400px;
        margin-bottom: 10px;
        margin:auto;
    }

    .form-content {
        margin-top: 0px;;
        padding:30px;
        background-color:rgba(0,0,0,0.6);
        float: inline-start;
        width: 100%;
    }

    footer .polluscore img {
        width:200px;
    }
    

}

@media (max-width: 768px) {
    .col {
        column-count: 3;
    }
    .form-content .form-group.first {
        padding-right:15px;
    }
    .form-content .form-group.last {
        padding-left:15px;
    }
    .btn-participer2 {
        width:100%;
    }
    .line1 img, Line1 video {
        width:100%;
    }

    .mentions img {
        width: 60%;
    }
    footer .polluscore {
        width:50%;
    }
    


}

@media (max-width: 500px) {

    .btn-participer2 {
        width:100%;
    }

    .mentions img {
        width: 90%;
    }



}

