/* 
    Created on : 10/04/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;
}

.row{
    margin: 0;
}

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


.line1 img, Line1 video {
    width:100%;
}


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

.size {
    min-height: 180px;
}

#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: 5px;
}


#suivant.complete {
    width: 97%;
    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-04-peugeot_208/img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top center;
    min-height: 680px;
}


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

/*LEFT CONTENT**************************************************/
.left-content{
    position:relative;
    margin-top:50px;
}

.right-content {
    position:relative;
    margin-top:65px;
}

.right-content .logo {
    margin-bottom:10px;
    width:93px;
}

.left-content img {
    width:100%;
}


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


.txt {
    padding-left: 70px;
    padding-top: 40px;
}

.txt2 {
    padding-right: 70px;
    padding-top: 40px;
}



.padbot {
    padding-bottom: 70px;
}


@media (max-width: 1200px) {
    .txtheader {
        position:absolute;
        bottom:25px;
    }
    .left-content img {
        width:100%;
    }

    .txt {
        padding-left: 70px;
        padding-top: 10px;
    }
    
    .txt2 {
        padding-right: 70px;
        padding-top: 10px;
    }


}

.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:1.8em;
    color:#fff;
    text-transform: uppercase;
}

/*RIGHT CONTENT* FORMULAIRE*************************************/
.topform {
    padding-bottom:15px;
}
.topform img {
    width:100%;
}
.form-content {
    padding:20px;
    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:15px;
}
.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.2em;
}
.form-content img {
    width:100%;
    margin-bottom:15px;
}
.btn-participer2 {
    margin-top:30px;
    width:320px;
    padding:15px 0;
    background-color:#1574e8;
    color:#fff;
    border-radius:0;
    border:none;
    text-transform: uppercase;
}
.btn-participer2:hover{
    background-color:#00a3e0;
}
.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:#00a3e0;
    color:#fff;
}

.form-group{
    padding: 0 5px;
}
/*LINE*************************************/

.line0 {
    padding:60px 0 40px 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;
}

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

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

.line {
    padding:80px 0;
    text-align: center;
}

.line1 {
    padding:80px 0;
    background-color: #f6f6f6;
}
.line1 img {
    width:100%;
}

.line h2 {
    text-transform:uppercase;
    padding-top:15px;
    margin-bottom: 0px;
    font-size:1.9em;
    font-weight:bold;
    text-align: center;
    color:#1574e8;
}

.line h3 {
    text-transform:uppercase;
    font-size:1.9em;
    font-weight:bold;
    margin-bottom: 40px;
    text-align: center;
    color:#000000;
}


.line p {
    font-size:1.2em;
    line-height:1.6em;
    text-align: center;
    color:#000000;
}

.line1 h2 {
    text-transform:uppercase;
    font-size:1.5em;
    font-weight:bold;
    margin-bottom: 40px;
    text-align: left;
    color:#000000;
}


.line1 p {
    font-size:1em;
    line-height:1.6em;
    text-align: left;
    color:#000000;
}

.line1 h2 span {
    text-transform: initial;
}


.btn3 {
    background-color:#000;
}
.bullet {
    font-size:1em;
    color:#787b80;
}
.bullet li {
    padding-bottom:10px;
}
.price {
    font-size:3em;
    font-weight:bold;
    line-height: 1.1;
}

.carline2 {
    margin-top:50px;
}

footer {
    background: #000;
}
footer .mentions {
    font-weight:300;
    font-size:10px;
    line-height: 1.6em;
    padding:50px 0;
    color:#e7e7e7;
    text-align: justify;
}

footer .polluscore {
    padding:0 20px 20px 0;
}
footer .polluscore img {
    width:120px;
}

footer a{
    color : white;
    text-decoration: underline;
}

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

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


}

@media (max-width: 1199px) {
    .padbottom
    {
        padding-bottom: 40px;
    }

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

    .size {
        min-height: 280px;
    }


}



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

        margin-top: 0;
    }
    .col {
        column-count: 4;
    }
    .desktop{
        display:none;
    }
    .responsive{
        display:block;
    }
    section.main {
        background-color:#000;
        background-image:none;
        min-height:150px;
        padding-bottom:0;
        
    }
    .left-content {
        padding-right:0;
        padding-left:0;
    }
    .left-content img {
        width: 100%;
    }
    .line1 {
        padding-left:0px;
        padding-right:0px;
    }
    .img_footer {
        margin-top:50px;
        padding-right:0;
        padding-left:0;
    }
    .btn-participer2 {
        width:100%;
    }

    .padleft {
        padding-left: 0px;
    }

    .padright {
        padding-right: 0px;
    }



    .line1 {
        padding-bottom: 50px;
    }

    .line1 img, Line1 video {
        width:95%;
    }

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

    .txt {
        padding-left: 15px;
        padding-top: 30px;
    }

    .txt2 {
        padding-right: 15px;
        padding-top: 30px;
    }

}

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

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


}

@media (max-width: 500px) {

    .btn-participer2 {
        width:100%;
    }

    .mentions img {
        width: 90%;
    }

}