html{
  overflow: auto;
  
}

h1{
    font-size: 36px !important;
    font-weight: 300 !important;
}


h2{
    font-size: 36px !important;
    font-weight: 500 !important;
}

html, body, ul, div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  vertical-align: baseline; 
  color: #fff; 
} 
@font-face {
    font-family: 'PORSCHENEXTTT-BOLD';
    src: url('../fonts/PORSCHENEXTTT-BOLD.TTF');
}
@font-face {
    font-family: 'PORSCHENEXTTT-REGULAR';
    src: url('../fonts/PORSCHENEXTTT-REGULAR.TTF');
}
@font-face {
    font-family: 'PORSCHENEXTTT-THIN';
    src: url('../fonts/PORSCHENEXTTT-THIN.TTF');
}
a,
a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

body {
    overflow-x: clip;
    background-color: #8f8097 !important;
}

.index-list{
    background-color:#8f8097 !important;
    padding: 20px;
}
.notVisible {
    transition: .5s;
    display: none !important;
}

* {
    transition: .5s;
}

/*---- header */
.header {
    z-index: 9999;
    padding: 10px 0;
    position: absolute;
    width: 100%;
}

.center{
    text-align: center;
    display: grid;
    align-content: space-between;
    justify-content: space-around;
    text-align: left !important;
}

.logo {
    padding: 5%;
    text-align: center;
}

.logo img{
    width: 70%;
    margin: 10% 0;
}

.intro{
    display: block;
    width: 100%;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

/*--- Jouer ---*/

.jouerBtn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 50px 0
}

.jouerBtn .marque{
    mix-blend-mode: luminosity;
    opacity: 0.5;
    transition: 0.3s;
}

.jouerBtn .marque:hover{
    mix-blend-mode: initial;
    opacity: 1;
    transform: scale(1.1);
}

.marque-form{
    margin: 50px 0;
}

.save,
.home,
.choixBtn,
.choixBtnDevis,
.reload {
    display: table;
    font-size: 23px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #cabecc;
    margin-bottom: 30px;
    color: #000000 !important;
    padding: 15px 40px;
    font-weight: 700;
    text-decoration: none;
    border: none;

}

/*--- inscrire ---*/
/* .inscrirePage {
    padding: 0 5% 5%;
} */
.form-group input::placeholder {
    font-weight: 600 !important;
    color: #fff !important;
}
.form-group input, .form-group select{
    width: 100%;
    outline: none;
    display: table;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    border-style: solid;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid black;
    padding: 15px 25px;  
}

.form-group input::placeholder, .form-group select{
    color: #767676;
}

.inscrirePage form{
    background-color:#8f8097;
    padding: 25px;
}

/*-- input */
.form-group {
  position: relative;
}
.form-group + .form-group {
  margin-top: 10px;
  padding: 0 280px;
}

.form-label {
  color: #fff;
  font-size: 16px;
}

.focused .form-label {
  font-size: .75em;
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
}

.form-input {
  border: 0;
  outline: 0;
  padding: 5px 0;
  position: relative;
  transition: box-shadow 150ms ease-out;
}
/*-- end input */

/*-- radio */
.objet,
.carText {
    color: #616161;
    display: table;
    margin: 30px 0 15px 0;
}

.form-radio,
.radioCar {
    display: flex;
}

.form-radio label,
.radioCar label {
    width: 50%;
    display: flex;
    color: #616161;
    align-items: center;
}

.form-radio label:nth-child(2),
.radioCar label:nth-child(2) {
    float: right;
}

.form-radio input,
.radioCar input {
    display: none;
}

.form-radio .checkbox,
.radioCar .checkbox {
    width: 25px;
    height: 25px;
    display: flex;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    border: 1px solid #616161;
}

.form-radio label.this_label .checkbox,
.radioCar label.this_label .checkbox {
    width: 25px;
    height: 25px;
    display: flex;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    border: 1px solid #4aa82e;
}

.form-radio .check,
.radioCar .check {
    opacity: 0;
    width: 7px;
    height: 14px;
    transition: .5s;
    margin-bottom: 5px;
    transform: rotate(45deg);
    border-right: 3px solid #4aa82e;
    border-bottom: 3px solid #4aa82e;
}

.form-radio label.this_label .check,
.radioCar label.this_label .check {
    opacity: 1;
    transition: .5s;
}
/*-- end radio */

.save {
    margin-bottom: 150px;
    margin-top: 20px;
}

.mesgError {
    height: 0;
    display: block;
    color: #d32926;
    font-size: 18px;
    overflow: hidden;
    -webkit-transition: height .3s ease;
}

.mesgError.showGame {
    height: 26px;
}

/*---- choix */
.choix {
    width: 100%;
    height: 100%;
    position: relative; 
}

.boxChoix {
    width: 0%;
    float: left;
    height: 713px;
    display: flex;
    overflow: hidden;
    position: relative;
    transition: width 1s;
    align-items: center;
    -webkit-transition: width 1s;
    background-size: cover !important;
    background-position: center !important;
}

.btnChoisir {
    right: 0;
    opacity: 0;
    color: #fff;
    left: -100%;
    bottom: 45px;
    width: 120px;
    height: 40px;
    display: flex;
    transition: .5s;
    font-size: 18px;
    border-radius: 35px;
    position: absolute;
    align-items: center;
    background: #4aa82e;
    justify-content: center;
    text-transform: uppercase;
}

.btnChoisir>img,
.home>img {
    margin-right: 5px;
}

.choix span.nameChoix {
    top: 0;
    bottom: 60px;
    opacity: 0;
    left: -100%;
    color: #fff;
    display: table;
    transition: .5s;
    font-size: 50px;
    position: absolute;
    text-transform: uppercase;
}

.btnChoisir.showImage,
.choix span.nameChoix.showImage {
    opacity: 1;
    left: 0;
    transition: .5s;
    right: 0;
    margin: auto;
}

.choix span.nameChoix.showImage {
    left: 15px;
}

.message {
    height: 100%;
    /*display: flex;*/
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.message h2 {
    color: #616161;
    font-size: 18px;
    font-weight: 500;
    margin-top: 45px;
}

.testChoix input,
.devisChoix input {
    display: none;
}

.message label {
    display: flex;
    margin: 15px 0;
    color: #616161;
    align-items: center;
}

.message .radioBtn {
    width: 15px;
    height: 15px;
    display: flex;
    border-radius: 50%;
    margin-right: 15px;
    align-items: center;
    border: 2px solid #616161;
}

.testDriveFabia label.this_label .radioBtn,
.testDriveOctavia label.this_label .radioBtn,
.devisChoix label.this_label .radioBtn {
    transition: .5s;
    background: #4aa82e;
}

/*---- ChoixActive */
.gainBox {
    color: #fff;
    width: 100%;
    z-index: 9999;
    display: block;
    font-size: 30px;
    transition: .5s;
    margin-left: -100%;
    position: relative;
    text-transform: uppercase;
}

.gainBox .gain {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'skoda_light', sans-serif;
}

.gainBox.showAnimate {
    transition: .5s;
    margin-left: 15px;
}

.boxLeft:before,
.boxMiddle:before,
.boxRight:before {
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    content: '';
    z-index: -1;
    bottom: 100%; 
    transition: 1s;
    position: absolute;
    background: rgba(0, 0, 0, 0.62);
}

.boxLeft.blackAnimate:before,
.boxMiddle.blackAnimate:before,
.boxRight.blackAnimate:before {
    bottom: 0;
    z-index: 1;
    opacity: 1;  
    transition: 1s;
}

.home {
    width: 170px;
    z-index: 99999;
    transition: .5s;
    margin: initial;
}

.boxFinition {
    display: none;
}

.home,
.choixBtn,
.choixBtnDevis {
    /*left: 0;
    right: 0;
    margin: auto;
    bottom: 200px;
    width: 170px;
    z-index: 99999;
    transition: .5s;
    display: initial;
    position: absolute;*/
    margin: auto;
    width: 200px;
    transition: .5s;
}

.msgTest,
.msgDevis {
    /*color: #616161;
    font-size: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    line-height: 30px;*/
    color: #fff;
    font-size: 22px;
    text-align: center;
    /* margin: 5% auto; */
    display: block;
}

.inscrirePage.showAnimate {
    padding: 35px 130px;
}

.inscrirePage.showAnimateOther {
    padding: 25px 130px;
}

.form-group + .form-group.showAnimate {
    margin-top: 10px;
}

.objet.showAnimate {
    margin: 10px 0 15px 0;
}

.save.showAnimate {
    margin-top: 30px;
}

.align {
    display: flex;
    align-items: center;
}

.opacityHide {
    opacity: 0;
    transition: .5s;
}

.opacityShow {
    opacity: 1;
}
.bold_title{
   font-size: 18.48pt; 
   color:#000000;
   font-family: 'PORSCHENEXTTT-BOLD';
}
.instructions{
    font-family: 'PORSCHENEXTTT-REGULAR';
    font-size: 20.47px;
    letter-spacing: 1px;
}
.join{
    font-family: 'PORSCHENEXTTT-REGULAR';
    font-size: 20.47px;
    letter-spacing: 1px;
}
.footer-div{
    background-color: #cabecc;
    padding: 15px 45px;
	position:fixed;
	bottom :0;
	width:100%;
}
.connect_with_porsche{
    color: #686a6b;
    font-family: 'PORSCHENEXTTT-REGULAR';
    font-size: 20.47px;
}
.image-row {
    display: flex;
    gap: 5px; /* Espace entre les images */
  }
.image-row img {
    width: 40px; /* Largeur des images (modifiable) */
    height: auto; /* Maintenir le ratio de l'image */
  }
.logo-slogon {
    margin-bottom: 100px;
}
.slogon {
    margin-top: -2.5rem !important;
    margin: auto;
}
.details{
    padding: 0 280px;
    justify-content: left;
}
.qr-img{
    width: 40%;
    margin: 10px 229px;
}
.msgTest{
    font-family: 'PORSCHENEXTTT-REGULAR';
    font-size: 38.47px;
    font-weight: 700;
    letter-spacing: 1px;

}
.mail-qr{
    font-family: 'PORSCHENEXTTT-REGULAR';
    font-size: 32.47px;
    letter-spacing: 1px;
    text-align: center;
}

#scanBtn{
    background-color: #ffffff00;
    border: none;
	float:right;
}
#scanBtn img{
    border: 1px solid white;
}
.col-md-12{
    background-color: #8f8097;
}

#qrPopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
#closePopup {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.qr-code-container{
    text-align: center;
}