
/* 
    Created on : 06/12/2023
    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: #cecfd0;
    text-decoration: none;
}
a {
    color: #adadb0;
    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: 85%;
}
.txt-logo{
    font-size: 25px;
    text-transform: uppercase;
    padding-top: 20px;
    line-height: 1.1
}
.rgthead {
    text-align:right;
}




/****** CONTENT *******/
.main {
    background-image: url('/assets/toyota/2024-01-hybride_mailing/img/bg-toyota.jpg');
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 650px;
}
.offre {
    margin-top:50px;
}

.recap {
    margin-top:70px;
}
.title {
    margin-bottom:15px;
}
.subtitle {
    color:#282830;
    text-transform:uppercase;
    font-size:28px;
    line-height:1.3;
    padding:0px;
}
.modele{
    color:#282830;
    text-transform:uppercase;
    font-size:2.75em;
    margin-bottom:5px;
    padding:0px;
}
.sous-offre img{
    width: 65%;
}
.voiture img{
    width: 100%
}
.voiture{
    padding: 70px 20px 30px 0px
}
.sous-offre{
    margin-top: 50px;
}
.car{
    position:relative;
    bottom:-20px;
}
.car img{
    width:80%;
}
.left-content .offre img {
    width:100%
}
.accroche{
    text-transform: uppercase;
    font-size: 33px;
    color: #ffffff;
    padding-top: 30px
}


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

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

.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:#fff;
}

.form-control{
    background-color: #f5f5f5;
    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: #575757;
}

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


.hashtag {
    font-family: 'Toyota Type book', sans-serif;
    text-align: center;
    font-size:1.0em;
    line-height: 1.4;
    margin-top:60px;
}


.video1{
    width: 100%
}
.video2{
    width: 100%
}
.line2 h4 {
    font-size:1.5em;
    color:#282830;
    text-transform:uppercase;
    margin-bottom:2px;
    margin-top:0;
    font-weight: bold
}

.line1{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #eff0f0;
}
.img-line1 {
    width: 100%;
}
.bloc-txt {
    padding:15px;
}


.line1 h2{
    font-size: 1.7em;
    text-align: left;
    color: #282830;
    padding-bottom:10px;
    padding-top: 10px;
}

.line1 p{
    font-size: 1em;
    text-align: left;
    color: #282830;
    margin-bottom: 0px;
}


.line1 span{
    font-size: 4em;
    text-align: left;
    color: #282830;
    font-family: 'Toyota Type book', sans-serif;
    padding-bottom:0px;
}
.line1 h3{
    font-size: 1em;
    text-align: left;
    color: #282830;
    font-family: 'Toyota Type book', sans-serif;
    padding-bottom:0px;
}


.line1 h4{
    font-size: 1em;
    text-align: left;
    color: #282830;
    margin-bottom: 0px;
}

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

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


.pad-ml {
    padding: 40px 60px 0px 0px;
}

.details{
    color:#ff0022
}

.sectionTitle{
    font-family: 'Toyota Type Semibold', sans-serif;
    padding-bottom: 20px
}
.subtitle1{
    font-size: 1.3em
}


.btn-participer2{

    margin: auto;
    text-align: center;
    display: block;
    width: 35%;
    height: 60px;
    background-color: #ff0022;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    border: none;
    margin-top: 60px;
    text-decoration: none;
    text-transform: uppercase;

}

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


/****line2****/

.line2{
    padding-top: 40px;
    padding-bottom: 40px
}
.line2 h3{
    font-size: 20px;
    text-align: center;
    color: #282830;
}
.title-concours{
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    padding: 30px 20px 30px 20px;
    color: #282830;
    border: 2px solid #dba240;
    margin-bottom: 30px
}
.paragrapheToyota{
    min-height: 255px
}
.sectionCars{
    min-height: 925px
}
.title-description h2{
    font-size: 1.8em;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.title-description{
    padding: 30px 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
}


/*recap*/
.recap .left-content {
    padding-right:0!important;
    padding-left:0!important;
}
#recap{
    text-align: left
}


.line2 p{
    font-size: 1.2em;
    line-height: 1.5;
    color: #282830;
    font-weight: 300;
    padding-bottom: 10px;
    font-family: 'Toyota Type book', sans-serif;
}
.para1 {
    margin:25px 0 0 0;
    text-align: justify
}
.para1 span{
    font-family: 'Toyota Type semibold', sans-serif;
}
.nextP{
    margin-top: 0
}
.nextT{
    margin-bottom: 20px
}






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

footer img {
    width: 100%;
}

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


@media (min-width: 2000px) {
    .main {
        min-height: 820px;
    }
}

@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
    }
    .btn-participer2{
        width: 40%;
    }
    .sous-offre img{
        width: 80%;
    }


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


}


@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;
    }
    .bloc-formulaire{
        margin-top:0;
    }
    .gazoo-centers img {
        margin-bottom:15px;
    }
    .computer{
        min-height: 0px
    }
    select#concession.form-control{
        margin: 0;
    }
    .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
    }


    .btn-participer2{
        width: 100%;
        margin-bottom:20px;
    }

    .poptxt2 {
        padding:10px 15px 15px 15px;
    }

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

    footer img {
        width: 30%;
    }

    .pad-ml {
        padding: 20px 15px 40px 15px;
    }

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

    .line1 h4{
        font-size: 1em;
        text-align: left;
        color: #282830;
        margin-bottom: 30px;
    }




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



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

}


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

    footer img {
        width: 40%;
    }

    .pad-ml {
        padding: 20px 15px 60px 15px;
    }


}
@media (max-width: 360px) {
    header {
        margin-bottom:15px;
    }

    .title {
        font-size:0.5em;
    }

}

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