.formulaire input[type=email] {
    background-color: #F4F6F6;
    width: 100%;
    border: 1px solid #afb0b03d;
    color: #EB1833;
    height: 45px;
    padding-left: 18px;
    margin-bottom: 20px;
    font-size: 13px;
    font-family: 'HelveticaLT-Condensed-Light',sans-serif;
    margin-top: 0;
    border-radius: 3px;
}
.formulaire input[type=submit] {
   z-index: 1;
}


label[for=edit-succursale],label[for=edit-civilite],label[for=succursale]{
    font-size: 12px;
    left: 41px;
    color: #78909C;
    font-family: 'ToyotaDisplay-Regular',sans-serif;
}

.overlay-load{
    top: 0px;
    z-index: 9;
    width: 100%;
    background: rgba(228, 236, 241, 0.8);
    height: 100%;
    text-align: center;
    line-height: 416px;
}
.overlay-load img{
    vertical-align: middle;
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.overlay-load img {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

@media screen and (max-width: 640px) {
  header {
      right: 0 !important;
      width: auto;
      left: auto;
  }

  .mobile-hide{
    display: none;
  }
  .desktop-hide{
    display: unset;
  }

  .gras {
    font-size: 12px !important;
  }

  .threedee{
    padding: 0 !important;
    width: 76px !important;
    float: none !important;
    margin: 0 auto !important;
    display: block!important;
  }
  #assurance2{
    width: auto !important;
  }
}

.formulaire .btn-submit:hover span:after{
    content: '';
    height: 0 !important;
    width: 0 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0 !important;
    position: absolute;
     /*left: calc(50% - 5px); */
    border-radius: 50%;
    animation: none;
}

.modal .formulaire input[type="submit"]{
    background-image: none !important;
    padding: 20px 30px 20px 30px !important;
}

.modal.formulaire .btn-submit.relative {
    position: relative !important;
    /* margin-bottom: 50px; */
}

.modal .formulaire .btn-submit.relative {
    margin-bottom: 0px;
}

.img-item{
    width: 100%;
    position: relative;
    margin-left: -25px;
}

.img-item img{
  width: 100%;
}

.desktop-hide{
  display:none;
}
.mobile-hide{
  display: unset;
}

label[for="condition"] a,label[for="condition"] a:hover,label[for="condition"] a:visited{
      font-family: 'OpenSans-SemiBold', sans-serif;
    text-decoration: underline;
    color: #EB1833;
}
.pos-rel{
  position: relative;
}

.pos-rel a{
  position: absolute;
    width: 12px;
    display: block;
    left: -16px;
    top: 2px;
}

.pos-rel a img{
  width: 100%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition:         transform .8s ease-in-out;
}

.pos-rel a img:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

#valider-cp-2{
  position: absolute;
  top: 23px;
  right: 31px;
}

#valider-cp-2 img{
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition:         transform .8s ease-in-out;
}
#valider-cp-2 img:hover{
-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

#code-promo{
  background-color: #F4F6F6;
  width: 100%;
  border: 1px solid #afb0b03d;
  color: black;
  height: 45px;
  padding-left: 18px;
  margin: 19px 0px;
  font-size: 15px;
  font-family: 'HelveticaLT-Condensed-Light',sans-serif;
  border-radius: 3px;
}


.vibrate {
  border: 1px solid red !important;
  -webkit-animation: kf_shake 0.4s 1 linear;
  -moz-animation: kf_shake 0.4s 1 linear;
  -o-animation: kf_shake 0.4s 1 linear;
}

@-webkit-keyframes kf_shake {
  0% {
    -webkit-transform: translate(30px);
  }
  20% {
    -webkit-transform: translate(-30px);
  }
  40% {
    -webkit-transform: translate(15px);
  }
  60% {
    -webkit-transform: translate(-15px);
  }
  80% {
    -webkit-transform: translate(8px);
  }
  100% {
    -webkit-transform: translate(0px);
  }
}
@-moz-keyframes kf_shake {
  0% {
    -moz-transform: translate(30px);
  }
  20% {
    -moz-transform: translate(-30px);
  }
  40% {
    -moz-transform: translate(15px);
  }
  60% {
    -moz-transform: translate(-15px);
  }
  80% {
    -moz-transform: translate(8px);
  }
  100% {
    -moz-transform: translate(0px);
  }
}
@-o-keyframes kf_shake {
  0% {
    -o-transform: translate(30px);
  }
  20% {
    -o-transform: translate(-30px);
  }
  40% {
    -o-transform: translate(15px);
  }
  60% {
    -o-transform: translate(-15px);
  }
  80% {
    -o-transform: translate(8px);
  }
  100% {
    -o-origin-transform: translate(0px);
  }
}

.threedee{
    padding: 0;
    width: 60px;
    float: right;
    margin-top: -9px;

}

.threedee img{
    width: 100%;
}

#exampleModal360 .modal-dialog {
  max-width: 80%;
  margin: 0 auto;
  top: 7px;
}


.notif-whatsapp{
  position: fixed;
  cursor: pointer;
  bottom: 10px;
  width: 94%;
  right: 13px;
}
.wmessage{
  background: #dcf8c6;
  padding: 15px 15px 0px;
  font-family: "Segoe UI","Helvetica Neue","Helvetica","Lucida Grande",Arial,"Ubuntu","Cantarell","Fira Sans",sans-serif;
  line-height: 22px;
  -webkit-box-shadow: 3px 4px 6px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 4px 6px -2px rgba(0,0,0,0.75);
  box-shadow: 3px 4px 6px -2px rgba(0,0,0,0.75);
  font-size: 14px;
}

.wmessage.sent {
  background: #e1ffc7;
  border-radius: 5px 0px 5px 5px;
  float: right;
}

.wmessage.sent:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #e1ffc7;
  top: 0;
  right: -10px;
}

.metadata .time{
  font-size: 11px;
  color: #9aad8a;
  float: right;
  margin-top: 16px;
  background-image: url(/themes/custom/tdmtheme/assets/images/double-tick.png);
  background-size: 15px;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 17px;
}

.wmessage.sent:after {
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #e1ffc7;
    top: 0;
    right: -10px;
}
.wmessage:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}

.simulation .block-mensualite span strong {
    font-weight: normal;
}

#assurance2{
 width:300px;
}

.simulation .item-model .img-car{
      text-align: center;
    display: block;
    margin-top: 25px !important;
    /*width: 70%;*/
    /*margin: 0 auto !important;*/
}

.simulation #btn-reserver{
  width: 100%;
}


.additional p{
  font-size: 10px;
  text-align: center;
  line-height: 15px;
}

.additional strong{
  font-size: 13px !important;
}

.item-model span.additional {
    border: 2px solid #E4ECF1;
    display: inline-block;
    border-radius: 93px;
    text-align: center;
    padding: 21px 0;
    font-family: 'OpenSans-SemiBold',sans-serif;
    position: absolute;
    top: 43px;
    right: 40px;
    width: 82px;
    height: 83px;
    line-height: 18px;
    font-size: 11px;
    padding-top: 5px;
    left: 15px;
}

.simulation .block-simulation select{
  padding-left: 0px !important;
}
.credit-infos{
  font-size: 12px;
    margin-top: 7px;
    display: block;
}

.badge-credit{
  float: left;
  position: absolute;
  width: 133px;
  top: 46px;
  left: 16px;
  -webkit-box-shadow: 0px 2px 18px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 18px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 18px -4px rgba(0,0,0,0.75);
  border-radius: 5px;

}

.other-model .badge-credit{
width: 115px;
}

.cls-3, .cls-4, .cls-5 {
    font-family: 'OpenSans-Regular',sans-serif;
}

.g-recaptcha{
  text-align: center;
}

.g-recaptcha div:first-child{
  margin: 0 auto;
  margin-top: 51px;
}

.toyota-detail .img-car{
  width: 100% !important;
}
#reservationModal h2 {
  text-align: center;
  font-family: 'ToyotaDisplay-Bold', sans-serif;
  color: #000000;
  display:none;
}
.accs-service{
  border-top: 1px solid #c8cedc;
  border-bottom: 1px solid #c8cedc;
  margin-top: 15px;
  padding-bottom: 12px;
}

.slider-img-modele .img-car{
  width: 100% !important;
}
.slider-forc{
  text-align: -webkit-center;
  justify-content: space-around;
  margin-top: 20px;

}
.slider-forc img{
  max-width: 60%;
}
.slider-navc{
  text-align: -webkit-center;
  justify-content: space-around;
}
#slider-navc{
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  margin-top: 35px;
}
.slider-navc .back-icone{
  border-radius: 50%;
  /*display: inline-block;*/
  height: 40px;
  width: 40px;
  background-position: 50% 60% !important;
  background-size: 100% !important;
  cursor: pointer;
  /*position: relative;*/
  /*margin: 0 5px;*/
  -webkit-transition: border .35s cubic-bezier(.785, .135, .15, .86);
  -o-transition: border .35s cubic-bezier(.785, .135, .15, .86);
  transition: border .35s cubic-bezier(.785, .135, .15, .86);
}

.slider-navc .slick-slide > div{
  text-align: center !important;
}

.modal-body, .modal-content{
  display: block !important;
}
.slider-navc .slick-current{
  position: relative;
}
.slider-navc .slick-current:before{
   content: '';
   background: url(../images/icon-check-c.png);
   width: 15px;
  height: 15px;
  position: absolute;
  top: -4px;
   background-size: 15px;
}
#vehicule_color h5{
  font-family: 'ToyotaDisplay-Bold',sans-serif;
  color: #EC1C37;
  display: block;
  font-size: 30px;
  letter-spacing: -1px;
  padding-left: 20px;
}
#vehicule_color .modal-header{
  display: block; !important;
  text-align: left;
  padding: 0 !important;
}

#vehicule_color .modal-dialog {
  max-width: 80% !important;
  height: auto !important;
}


.slider-video-promo, .slider-video-promo2{
  text-align: center;
}
.slider-video-promo h2 , .slider-video-promo2 h2{
  font-family: 'ToyotaDisplay-Bold',sans-serif;
  color: #EC1C37;
  display: block;
  font-size: 24px;
  letter-spacing: -1px;
  padding-top: 10px;
  padding-bottom: 0;
}
.slider-video-promo-right h2 {
  font-family: 'ToyotaDisplay-Bold',sans-serif;
  color: #EC1C37;
  display: block;
  font-size: 20px;
  letter-spacing: -1px;
  margin-left: 15px;
}

.slider-video-promo-right  h2 span{
  color: black !important;
}

.slider-video-promo video , .slider-video-promo2 video{
  width: 80% !important;
  margin: 0 auto;
  height: auto;
}
.video-promotionel .modal-dialog {
  width: 98% !important;
  height: auto !important;
  top: -20px;
}
.btn-new-yaris {
  max-width: 100%;
  width: 100%;
}
.grid-new-yaris{
  display: block !important;
}
.img-new-yaris{
  position: relative;
  top:3px;
}
.btn-new-yaris{

  border-radius: 0;
  /*background:url(/themes/custom/tdmtheme/assets/images/icone-panier.png) #fd0d1b;*/
  background-repeat: no-repeat;
  background-position: center left 82px;
  background-size: 33px;
  font-size: 12px;
  line-height: 15px;
  /*-webkit-box-shadow: 0px 13px 30px 7px rgba(0,0,0,0.75);*/
  /*-moz-box-shadow: 0px 13px 30px 7px rgba(0,0,0,0.75);*/
  /*box-shadow: 0px 13px 30px 7px rgba(0,0,0,0.75);*/
  margin-top: -3px;
  color:#ffffff !important;
  position: relative;
  padding:25px 0;

}

.btn-new-yaris:hover{
  background: #9A0115 url(../images/valid.png) center left 15px;
  background-repeat: no-repeat;
}
.caractiristiq-vs h2{
  font-family: 'OpenSans-Bold',sans-serif;
  font-size: 20px;
  color: black;
}

.caractiristiq-vs span{
  display: block;
  font-size: 12px;
  color: rgb(183 183 183);
  font-family: 'OpenSans-Regular',sans-serif;
  font-weight: normal;
  position: relative;
}

.caractiristiq-vs label{
  background: white url(/themes/custom/tdmtheme/assets/images/img-non-checked.png) no-repeat top 17px left 7px;
  cursor: pointer;
  padding: 17px 20px 27px 53px;
  color: #878787;
  font-family: 'OpenSans-Regular',sans-serif;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-top: 0;
  background-size: 30px;
  width: 100%;
}
.detail-new-version{
  display: none;
}
.detail-new-version ul{
  margin-top: 14px;
}
.detail-new-version ul li{
  display: block;
  font-size: 14px;
  color: rgb(121 121 121);
  font-family: 'OpenSans-Regular',sans-serif;
  font-weight: normal;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
}

.detail-new-version ul li strong{
  color: #eb1833;
  font-weight: bold;
}
.detail-new-version ul li span{
  color: #eb1833;
  display: inline-block;;
}
.toyota-version input[type="radio"]:checked + label .detail-new-version{
  display: block;
}
/*.border-btm{*/
/*  border-bottom: 1px solid rgb(183 183 183 / 32%);*/
/*  padding-bottom: 10px;*/
/*}*/
.toyota-version input[type="radio"]:checked + label  .border-btm{
  border-bottom: initial !important;
}
.border-btm:last-child{
  border-bottom: initial !important;
}

 .mCustomScrollbar {
  height: 60px;
}
.mCSB_dragger{
position: absolute;
top: 0px;
display: block;
max-height: 52px;
background: #eb1833;
border-radius: 50%;
z-index: 9999999;
height: 16px !important;
width: 16px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color: initial !important;
}

.jeu-concours{
  max-width: 100%;
  padding: 13px 20px 12px 68px;
  text-align: right;
  background-image: url(../images/icone-site-t.png);
  background-repeat: no-repeat;
  background-position: left 14px center;
  font-size: 15px;
  background-size: 38px;
  font-family: 'OpenSans-SemiBold',sans-serif;
  color: white !important;
  background-color: #EB1833;
  text-transform: uppercase;
  display: block;
  margin: auto;
  border-radius: 4px;
  border: none;
  margin-left: 0;
}
.group-btn-n{
  width: 75%;
  margin:  0 auto;
}
.btn-n{
  width: 75%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px
}
.new-yrs{
  padding-top: 0;
}


.new-yrs h2{
  display: none;
}
.toyota-model-new{
  background-color:#ffffff !important; ;
}
.glow{
  -webkit-animation: glow 2s cubic-bezier(0.29,0,0,1) infinite;
  -moz-animation: glow 2s cubic-bezier(0.29,0,0,1) infinite;
  animation: glow 2s cubic-bezier(0.29,0,0,1) infinite;
}
@-webkit-keyframes glow {
  0% {
    -webkit-box-shadow: 0px 0px 0px 13px rgba(250,202,209,1);
    -moz-box-shadow: 0px 0px 0px 13px rgba(250,202,209,1);
    box-shadow: 0px 0px 0px 13px rgba(250,202,209,1);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 18px rgba(252,225,229,1);
    -moz-box-shadow: 0px 0px 0px 18px rgba(252,225,229,1);
    box-shadow: 0px 0px 0px 18px rgba(252,225,229,1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 22px rgba(254,246,247,1);
    -moz-box-shadow: 0px 0px 0px 22px rgba(254,246,247,1);
    box-shadow: 0px 0px 0px 22px rgba(254,246,247,1);
  }
}



.glow2{
  -webkit-animation: glow2 2s cubic-bezier(0.29,0,0,1)  infinite;
  -moz-animation: glow2 2s cubic-bezier(0.29,0,0,1) infinite ;
  animation: glow2 2s cubic-bezier(0.29,0,0,1) infinite ;
}
@-webkit-keyframes glow2 {

  0% {
    -webkit-box-shadow: 0px 0px 0px 13px rgba(252,14,28,1);
    -moz-box-shadow: 0px 0px 0px 13px rgba(252,14,28,1);
    box-shadow: 0px 0px 0px 13px rgba(252,14,28,1);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 18px rgba(250,202,209,1);
    -moz-box-shadow: 0px 0px 0px 18px rgba(250,202,209,1);
    box-shadow: 0px 0px 0px 18px rgba(250,202,209,1);
  }
  75% {
    -webkit-box-shadow: 0px 0px 0px 22px rgba(252,225,229,1);
    -moz-box-shadow: 0px 0px 0px 22px rgba(252,225,229,1);
    box-shadow: 0px 0px 0px 22px rgba(252,225,229,1);
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 24px rgba(254,246,247,1);
    -moz-box-shadow: 0px 0px 0px 24px rgba(254,246,247,1);
    box-shadow: 0px 0px 0px 24px rgba(254,246,247,1);
  }
}
@media screen and (max-width: 640px) {
  #slider-navc{
    max-width:300px;
  }
  .jeu-concours {
    padding: 10px 20px 10px 40px;
    background-position: left 5px center;
    font-size: 15px;
    background-size: 30px;
  }
  .btn-new-yaris {
    background-position: center left 45px;
  }
  .group-btn-n{
    margin-top: 10px;
    width: 100% !important;
  }
  #vehicule_color .modal-dialog {
    max-width: 95% !important;

  }
  .slider-forc img {
    max-width: 90% !important;
  }
  #vehicule_color .modal-dialog{
    height: auto !important;
    top:10% !important;
  }
  .video-promotionel .modal-dialog {
    width: 90% !important;
    height: auto !important;
    top: 10%;
  }
  .slider-video-promo video , .slider-video-promo2 video{
    width: 100% !important;
    margin: 0 auto;
    height: auto;
    margin-top: 15px;
  }
  .slider-video-promo h2 , .slider-video-promo2 h2{
    padding-bottom: 0;
  }
  #exampleModal360  .modal-body .close{
    top:8px !important;
  }
  .formulaire .btn-submit.relative input[type=submit].recom-m{
    background:#EB1833 url(/themes/custom/tdmtheme/assets/images/icone-precom.svg) no-repeat center left 2%  !important;
    background-size: 27px !important;
  }
}
.text-blew1{
  display: none;
}
.text-blew2{
  display: block;
}

.formulaire .text-blew1{
  margin-top: 20px;
}
.formulaire .text-blew1 p {
  color: #78909C;
  font-size: 16px;
  font-family: 'OpenSans-Regular',sans-serif;
  line-height: 23px;
  margin-bottom: 6px;
}
/*#modal-form{*/
/*  top:20%;*/
/*}*/
#modal-form{
  top:19%;
}
#modal-form .modal-content{
  border: 1px solid red;
  -webkit-box-shadow: 3px 0px 30px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 0px 30px 0px rgba(0,0,0,0.75);
  box-shadow: 3px 0px 30px 0px rgba(0,0,0,0.75);
}
#modal-form h2{
  font-family: 'ToyotaDisplay-Bold',sans-serif;
font-size: 20px;
line-height: 30px;
color: #EB1833;
text-transform: uppercase;
text-align: center;
margin: 10px 10px 10px 10px;
}

.p-detail .list-new{
  margin-bottom: 190px !important;
}

@media screen and (max-width: 640px) {
  .p-detail .list-new{
    margin-bottom: 0 !important;
  }
}

.caractiristiq-vs{
  position: relative;
}
.caractiristiq-vs:before {
  content: "";
  height: 1px;
  width: 80%;
  margin: auto;
  background: #ECECEC;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ptnone{
  pointer-events: none !important;
}

.slider-navc .slick-track{
  margin:0 auto !important;
  /*display: table-cell*/
}
@media screen and (max-width: 640px) {

  .slider-navc .slick-track{
    display: block;
  }
  .slider-navc{
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
    justify-content: center !important;
  }
}

.slider-navc  .slick-list{
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  #exampleModal360 .modal-dialog ,#vehicule_color .modal-dialog{
    max-width: 90%;
    top: 10%;
  }
}


.gl{
  position:relative;
}

.circle-1 { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 390px; height: 390px; background-color: #fd0d1b; color: white; text-align: center; line-height: 100px; border-radius: 50%; font-size: 1.3rem; }
.circle-1:hover { cursor: pointer; }
.circle-1::after, .circle-1::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 390px; height: 390px; background: #fd0d1b; border-radius: 50%; z-index: -1; -webkit-animation: grow 3s ease-in-out infinite; animation: grow 3s ease-in-out infinite; }
.circle-1::after { background: rgb(253 13 27); }
.circle-1::after::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 390px; height: 390px; background: #fd0d1b; border-radius: 50%; z-index: -1; -webkit-animation: grow 3s ease-in-out infinite; animation: grow 3s ease-in-out infinite; }
.circle-1::before { background: rgb(253 13 27); -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }

@-webkit-keyframes grow {
  0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }
  100% { -webkit-transform: scale(1.8, 1.8); transform: scale(1.8, 1.8); opacity: 0; }
}
@keyframes grow {
  0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }
  100% { -webkit-transform: scale(1.8, 1.8); transform: scale(1.8, 1.8); opacity: 0; }
}


  .circle-1,.circle-1::after, .circle-1::before {
    width: 350px;
    height: 350px;
  }


@media screen and (min-width: 1400px) {
  .circle-1,.circle-1::after, .circle-1::before {
    width: 500px;
    height: 500px;
  }
  .acircle-1,.acircle-1::after, .acircle-1::before{
    width: 370px;
    height: 370px;
  }
  .cd-cercle,.cd-cercle:before, .cd-cercle:after{
    width: 370px;
    height: 370px;
  }
}

@media screen and (max-width: 640px) {
.circle-1,.circle-1::after, .circle-1::before {
    width: 300px;
    height: 300px;
  }
}
/**************************/
.gagants{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.gagants h2{
  font-family: 'ToyotaDisplay-Bold',sans-serif;
  font-size: 50px;
  line-height: 25px;
  color: #EB1833;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 40px;
}

.gagants p{
  font-size: 20px;
  color: #707070;
  font-family: 'ToyotaDisplay-Regular';
  line-height: 25px;

}

.gagants ul{
  margin-top: 40px;
  display: inline-block;
}
.gagants ul li{
  font-family: 'ToyotaDisplay-Regular';
  font-size: 20px;
  color: #707070;
  margin-bottom: 20px;
  padding-top: 30px;
  font-weight: bold;
  background: url(/themes/custom/tdmtheme/assets/images/icon-win.png) no-repeat left top 5px;
  padding-left: 39px;
  position: relative;

}
.gagants ul li span{
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 13px;
  color: #e71e25;
}


#video-option{
  top: 1% !important;
}
#video-option .modal-body .close {
  right: -4px;
  z-index: 999;
}
@media screen and (max-width: 640px) {
  .slider-video-promo2 h2{
    margin-top: 10px;
    text-align: left;
  }
  .slider-video-promo-right h2{
    font-size: 15px;
    max-width: 90%;
  }
  .slider-video-promo-right{
    margin-top: 20px !important;
  }
  .gagants h2 {
    font-size: 35px;
    line-height: 44px;
  }
  /*.flx-btn{*/
  /*  justify-content: center;*/
  /*}*/
  #video-option{
    top: 12% !important;
  }
}
.icone-precommande{
  padding: 18px;
  background:url(/themes/custom/tdmtheme/assets/images/icone-panier.png) #fd0d1b center left 15px !important;
  background-repeat: no-repeat !important;
    margin-top:-11px !important;
}
.slider-video-promo-right .slick-slide img{
  display: initial !important;
}
.slider-video-promo-right .media{
  display: initial !important;
}

.slider-video-promo-right .slick-slide{
  margin:  5px 0 !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
.slider-video-promo-right .media-middle , .slider-video-promo-right .media-body{
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.relativ-vid{
  position: relative;
}
.relativ-vid .btn-play{
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.play-mnt {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 17px;

}


.slider-video-promo-right .slick-list {
  overflow-y: scroll;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*.slider-video-promo-right .slick-slide[aria-hidden="true"]{*/
/*  display: none;*/
/*}*/


/*************  Type pack  **************/
.type-credit.type-pack{
  display: none;
}
.type-credit.type-pack .item-type{
  width: 33%;
}
.type-credit.type-pack .item-type span{
  font-size: 15px;
}
.type-credit.type-pack  .txt-pack {
  position: absolute;
  top: -26px;
}
@media screen and (max-width: 640px) {
  .type-credit.type-pack .item-type span{
    font-size: 12px;
  }
}
/***************************************/
.toyota-version input[type="checkbox"] {
  opacity: 0;
  width: 0;
  margin-right: 0;
  margin-left: 0;
  float: left;
}
.toyota-version input[type="checkbox"] + label {
  background: white url(../images/img-non-checked.png) no-repeat top 17px left 7px;
  cursor: pointer;
  padding: 27px 20px 27px 53px;
  color: #878787;
  font-family: 'OpenSans-Regular',sans-serif;
  /*display: flex;*/
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-top: 0;
  background-size: 30px;
  width: 100%;
}
.toyota-version input[type="checkbox"]:checked + label {
  background: #E8ECF5 url(../images/img-checked.png) no-repeat top 17px left 7px;
  /*background-size: 25px;*/
  display: inherit;
}
.toyota-version input[type="checkbox"] {
  opacity: 0;
  width: 0;
  margin-right: 0;
  margin-left: 0;
  float: left;
}
.toyota-version .type-credit input[type="checkbox"] + label {
  background: #dce2ef url(../images/img-non-checked.png) no-repeat top 17px left 25px;
  color: #000000;
  font-weight: bold;
  background-size: 24px;
  font-size: 18px;
  padding: 17px 20px 18px 53px;
  border-radius: 0px;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 20px;
  text-align: center;
  padding-left: 34px;
  padding-right: 0px;
}
.toyota-version .type-credit input[type="checkbox"]:checked + label {
  background: #dce2ef url(../images/img-checked.png) no-repeat top 17px left 25px;
  background-size: 24px;
  border-radius: 0px;
}
@media screen and (max-width: 640px) {



  .toyota-version .type-credit input[type="checkbox"]:checked + label {
    background: #dce2ef url(../images/img-checked.png) no-repeat top 17px left 5px;
    background-size: 18px;
  }
  .toyota-version .type-credit input[type="checkbox"] + label {
    background: #dce2ef url(../images/img-non-checked.png) no-repeat top 17px left 5px;
    background-size: 18px;

  }
}
.voir-plus-spec{
  color: #eb1833 !important;
  font-weight: bold !important;
}


.toyota-version input[type="radio"]:checked + label .btn-simuler{
  display:block !important;
}
