
/* 
    Created on : 24/08/23
    Author     : Alexis
*/

body{
    line-height: 1;
    font-family: 'Toyota Type', helvetica, sans-serif;
    background:#fff;
    font-style: normal;
    background-color:#fff;
}
a:hover, a:focus {
    color: #282830;
    text-decoration: none;
}
a {
    color: #282830;
    text-decoration: underline;
}
.desktop {
    display:block;
}
.responsive {
    display:none;
}
/****** HEADER *******/
header{
    margin-bottom: 10px;
}
.lfthead {
    text-align:left;
}
.logo{
    display: flex
}
.logo img {
    padding:25px 25px 15px 0;
    width: 90px
}
.txt-logo{
    font-size: 25px;
    text-transform: uppercase;
    padding-top: 20px;
    line-height: 1.1
}
.rgthead {
    text-align:right;
}

.bloc-formulaire{
    margin-top:70px;
}

/****** CONTENT *******/
.main {
    background-image: url('/assets/toyota/2023-09-BZ4X/img/bg-bz4x.jpg');
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 770px;
}
.offre {
    margin-top:50px;
}
.title {
    margin-bottom:15px;
}
.subtitle {
    color:#282830;
    text-transform:uppercase;
    font-size:28px;
    line-height:1.3;
    padding-left: 0;
}
.modele{
    color:#282830;
    text-transform:uppercase;
    font-size:2.75em;
    margin-bottom:5px;
    padding-left: 0;
    padding-top: 20px;
}
.sous-offre img{
    width: 85%;
    padding-top: 10px
}
.accroche{
    text-transform: uppercase;
    font-size: 33px;
    color: #ffffff;
    padding-top: 30px
}
.produit{
    position: relative;
    right: 70px;
    padding-top: 30px
}


/******FORM******/
.poptxt {
    padding:15px 5px 15px 5px;
    text-align:center;
    font-size:1em;
    color:#282830;
}
.poptxt2 {
    padding:0 15px;
    text-align:center;
    font-size:1em;
    color:#282830;
    margin-bottom: 15px
}
.poptxt span{
    color:#ff0022;
}

.form-content{
    background:#fff;
    margin-top: 25px
}
input#adresse.form-control:disabled{
    height: 36px;
    color: #999;
    padding-left: 15px
}
.form-group{
    margin-bottom: 0.9rem
}

.auto_adresse .form-group {
    margin-bottom:0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 0;
    margin-bottom: -1px;
    background-color:transparent;
    border: none;
    border-bottom:1px solid #eee;
    color:#282830;
}

.form-control{
    background-color: #eaeaeb;
    border-radius: 0;
    border: none;
    color: #495057;
}

.btn-offre.btn{
    width: 100%;
    margin: 5px 0 0 0;
    padding: 15px 0;
    border-radius: 0;
    background-color: #ff0022;
    font-weight: 600;
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase
}

.btn-offre.btn:hover{
    background-color: #282830;
}

.btn-modif {
    padding:5px 30px;
    border-radius:0;
    background-color:#adadb0;
    text-transform:uppercase;
    font-size:0.9em;
    color:#fff;
}
.btn-participer2 {
    width:100%;
    margin:0px 0;
    padding:15px 0;
    border-radius:0;
    background-color:#ff0022;
    font-size:1.5em;
    color:#fff;
}
.btn-participer2:hover {
    color: #fff;
    background-color:#282830;
}
.btn-success{
    border: none ;
}

.btn-essai{
    background-color:#282830;
}

.popin-bloc .form-control {
    border-radius:0;
    border:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#282830;
}
.form-control::placeholder {
    color:#999;
}
.dropdown-toggle.bs-placeholder {
    opacity:1;
}

.popin-bloc .auto_adresse .form-control, .popin-bloc  .disabled  {
    background-color:#282830;
}
.popin-bloc .auto_adresse .form-control:hover {
    background-color:#eeeded;
}
.btn-default.disabled:hover {
    background:#eeeded;
    opacity: 1;
}
.popin-bloc .disabled:hover {
    background-color: #eeeded;
}
.form-control.disabled {
    background:#282830!important;
}
.form-control.disabled:hover {
    background:#eeeded!important;
}
.form-control.disabled
.popin-bloc input#adresse.form-control:hover {
    background-color: #eeeded;
}
input#adresse.form-control:not(disabled){
    background: #eeeded;
    height: 36px;
    color: #999;
    padding-left: 15px
}
/****line1****/

.mentions {
    margin: 0;
    font-size: 0.7em;
    font-weight: 300;
    line-height: 1.2;
    color: #282830;
    text-align: justify;
    font-family: 'Toyota Type Book', sans-serif ;
    padding: 15px 15px 0px 15px;
}

.btn-participer2{
    margin: auto;
    text-align: center;
    width: 60%;
    height: 60px;
    background-color: #ff0022;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    text-transform: uppercase;

}

/****line2****/

.line2{
    margin-top: 60px;
    padding-bottom: 0px;
}
.line2 img{
    width: 100%;
}
.line3{
    margin-top: 55px;
    margin-bottom: 40px;
}
.line3 img{
    width: 100%;
}
.line3 h3{
    color: #ff0022;
}
.title-concours{
    text-align: center;
    padding:25px;
    margin:35px 0;
    border:5px solid #dba240;
    font-size:1.4em;
    line-height: 1.4;
    text-transform:uppercase;
}
.paragrapheToyota{
    min-height: 255px
}
.sectionCars{
    min-height: 925px
}
.title-description h2{
    font-size: 26px;
    text-align: center;
    color: #282830;
    text-transform: uppercase
}
.title-description{
    padding: 10px 0;
}

.picto-jeux{
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 30px
}
.picto-jeux img{
    width: 100%
}

.txt img{
    width: 100%
}
.txt{
    text-align: center;
    font-size: 28px;
    line-height: 1.3;
    padding-bottom: 20px
}
.txt span{
    font-size: 34px
}
.txt .golden{
    color: #d39b40;
    font-weight: 600;
    font-size: 28px
}
.txt .gain{
    padding-top: 20px
}

.ssp{
    padding-top:20px;
    padding-bottom: 20px;
}

.ssp h2{
    font-size: 1.8em;
    text-align: left;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.ssp p{
    font-size: 18px;
    text-align: justify;
    line-height: 1.3;
    font-weight: 300;
    padding-right: 40px;
}
.ssp2 p{
    font-size: 18px;
    text-align: justify;
    line-height: 1.3;
    font-weight: 300;
    padding-left: 40px;
}
.ssp h3{
    font-size: 2.2em;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.ssp h4{
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
    font-weight: 300;
}
.margleft {
    margin-left: 40px;
}
.padbottom {
    padding-bottom: 40px;
}
/*recap*/
.recap .left-content {
    padding-right:0!important;
    padding-left:0!important;
}
#recap{
    text-align: left
}


.line3 {
    padding:25px
}
.line3 .hashtag {
    text-align: center;
    font-size:1.0em;
    line-height: 1.4;
    font-weight:400;
    margin-bottom:25px;
}
.polluscore {
    padding-top: 60px
}
.polluscore img {
    width:35%;
}

/****** FOOTER *******/
footer {
    margin-top:0;
    background:#282830;
}
footer .ml {
    margin: 0;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.4;
    color: #9d9da0;
    text-align: justify;
    font-family: 'Toyota Type Book', sans-serif ;
    padding: 50px 0 50px 0;
}

.ml span{
    font-family: 'Toyota Type Semibold', sans-serif;
}
.ml b{
    font-weight: bold
}


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

@media (max-width: 1199px) {
    .paragrapheToyota{
        min-height: 318px
    }
    .main{
        background-position: right 60% center;
    }
    .accroche{
        padding-top: 15px;
        font-size: 27px;
    }
    .title-concours{
        font-size: 20px
    }
    .txt{
        font-size: 22px;
    }
    .txt span{
        font-size: 28px
    }
    .txt .golden{
        font-size: 22px
    }
    .sous-offre img{
        width: 90%;
    }

}


@media (max-width: 991px) {
    .desktop {
        display:none;
    }
    .responsive {
        display:block;
    }
    .remerciement{
        display: none
    }
    .left-content{
        padding-right: 0;
        padding-left:0;
        padding-bottom: 0;
    }
    .offre {
        margin-top:0;
    }
    .offre.responsive img {
        width:100%;
    }
    .bloc-formulaire{
        margin-top:0;
    }
    .gazoo-centers img {
        margin-bottom:15px;
    }
    .line1 .visuel {
        text-align: center;
    }
    .line1 .visuel img {
        width: 100%;
    }
    .computer{
        min-height: 0px
    }
    select#concession.form-control{
        margin: 0;
    }
    .btn-participer2{
        width: 100%;
    }
    .title{
        margin-top: 0;
        margin-bottom:0;
    }
    .poptxt{
        padding-top: 10px
    }
    .modele{
        font-size: 3em
    }
    .paragrapheToyota{
        min-height: 366px
    }
    .lastB{
        margin-top: 49px
    }
    .main{
        background-color: #fff;
        background-image: none
    }
    .txt{
        font-size: 16px;
    }
    .txt span{
        font-size: 21px
    }
    .txt .golden{
        font-size: 16px
    }
    .accroche, .voiture{
        display: none
    }
    .line3 .polluscores img {
        width: 45%;
    }
    .ssp p{
        font-size: 18px;
        text-align: justify;
        line-height: 1.3;
        font-weight: 300;
        padding-right: 0px;
    }
    .ssp2 p{
        font-size: 18px;
        text-align: justify;
        line-height: 1.3;
        font-weight: 300;
        padding-left: 0px;
        padding-top: 20px
    }
    .margleft {
        margin-left: 0px;
    }
    .padtop {
        padding-top: 20px;
    }
    .padbottom {
        padding-bottom: 0px;
    }



}
@media (max-width: 780px) {
    .main {
        background-image: none;
    }
    .sous-offre, .car{
        display: none
    }

    header {
        margin-bottom: 0;
    }
    .logo img {
        padding: 15px 15px 15px 0;
        width: 60px;
    }
    .details {
        margin-bottom:45px;
    }

    .btn-participer3{
        width: 100%;
        margin: 0px 0;
    }
    .poptxt{
        padding-top: 10px
    }
    .title{
        margin-top: 0
    }

    .line2.first{
        margin-top: 20px
    }
    .left-content{
        padding-bottom: 0px
    }
    .paragrapheToyota{
        min-height: 100px
    }
    .txt img{
        width: 50%
    }
    .txt .gain{
        width: 100%
    }
    .txt{
        font-size: 22px;
    }
    .txt span{
        font-size: 28px
    }
    .txt .golden{
        font-size: 22px
    }
    .picto-jeux img {
        width: 60%;
    }
    .polluscore img {
        width:55%;
    }
}


@media (max-width: 500px) {
    .title-description h2{
        font-size: 22px
    }
    .txt{
        font-size: 16px;
    }
    .txt span{
        font-size: 21px
    }
    .txt .golden{
        font-size: 16px
    }


}
@media (max-width: 360px) {

    .title {
        font-size:0.5em;
    }

    .polluscore img {
        width:75%;
    }

}

.d-none {
    display: none !important;
}

.container.mobile{
    max-width:600px;
    padding:0;
}

.mobile .offer{
    position:relative;
    text-align: center
}

.mobile .btn-participer-mobile {
    width: 80%;
    background: #ff0022;
    border: 0;
    padding: 16px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.15em;
    border-radius:0;
    margin:0 auto;

}
.mobile .sub-cta {
    color:#eff0f0;
    font-family: 'Toyota Type Book', sans-serif;
    font-weight: normal;
    font-size:0.80em;
    padding:5px 30px;
    line-height: 1.2;
}

.mobile .cta{
    position:absolute;
    bottom:10px;
    width:100%;
    z-index:10
}


/**Animation popin**/
.t-overlay{
    position:absolute;
    z-index:5;
    bottom:0;
    top:0;
    right:0;
    left:0;
    background:rgba(0,0,0,0.7)
}
.pop-validation{
    display:none;
    background-color:#fff;
    padding:1em;
    position:absolute;
    border-radius:8px;
    width:90%;
    left:5%;
    bottom:140px;
    text-align:center;
}
.pop-validation img{
    margin:0 auto 10px auto;
    width:20%
}
.pop-validation p{
    font-size:1.0em;
}
/*.pop-validation p strong{
    font-size:.76em
}*/

/* ----------------------------------------------
 * Generated by Animista on 2020-6-11 9:46:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}
@keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

.bounce-top {
    -webkit-animation: bounce-top 2s ease-in-out infinite alternate both;
    animation: bounce-top 2s ease-in-out infinite alternate both;
}

.triangle-code{
    display : inline-block;
    height : 0;
    width : 0;
    border-top : 20px solid #fff;
    border-right : 20px solid transparent;
    border-left : 20px solid transparent;
    position:absolute;
    bottom:-12px;
    left:calc(50% - 15px)
}