::selection {
  background-color: #EE8020;
  color: #fff;
}

.text-right {
  text-align: right;
}

.cont-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.logo-app {
  height: 100px;
  width: auto;
}

.cont-banner {
  padding: 0 50px;
  margin-bottom: 150px;
}

.banner {
  height: 600px;
  width: 100%;
  background: #EFEFEF;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
}

.cont-titre {
  display: flex;
  align-items: center;
  gap: 20px;
}

.titre-section {
  font-weight: 700;
  font-size: 50px;
  color: #E3CDA6;
  margin-bottom: 0;
}

.cont-titre > span {
  display: block;
  background-color: #E3CDA6;
  height: 25px;
  width: 20vw;
}

.s-titre-section {
  font-size: 30px;
  color: #707070;
}

.item-top-event {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cont-list-top-events {
  margin-top: 50px;
  margin-bottom: 150px;
}

.btn-plus-event {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: #E8E8E8;
}

.btn-plus-event > i {
  font-size: 80px;
  color: #707070;
}

.act-item-event {
  text-decoration: none;
  position: relative;
  background-color: rgb(232, 232, 232, 0.9);
  height: 100%;
  width: 100%;
  color: #000;
  padding: 50px;
  display: none;
}

.item-top-event:hover .act-item-event {
    display: grid;
    align-content: space-between;
}

.act-item-event:hover {
  text-decoration: none;
  color: #000;
}

.txt-item-haut {
  text-align: right;
  font-size: 40px;
}

.txt-item-bas {
  display: grid;
  font-size: 20px;
}

.txt-item-bas > span > i {
  margin-right: 15px;
}

.cont-footer {
  background-color: #3F8E49;
  border-radius: 100px 100px 0 0;
}

.tuto-app {
  padding: 80px 0;
}

.contact-app {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  border-radius: 50px;
  background-color: #EFEFEF;
}

.text-cright {
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

.contact-app > img {
  height: 80px;
  width: auto;
}

.contact-app > div {
  display: grid;
  gap: 10px;
}

.contact-app > div > a {
    color: #EE8020;
    font-size: 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.titre-tuto-app {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}

.s-titre-tuto-app {
  font-size: 20px;
  color: #E3CDA6;
  font-weight: 500;
}

.item-e-tuto {
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  gap: 10px;
}

.item-e-tuto > i {
  font-size: 100px;
  color: #E3CDA6;
}

.item-e-tuto > span {
  font-size: 20px;
  color: #fff;
}

.item-d-event {
  display: grid;
  gap: 10px;
  margin-bottom: 50px;
}

.item-d-event > div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 25px;
}

.item-d-event > div > i {
  color: #707070;
}

.pass-event {
  margin-bottom: 50px;
}

.item-pass {
  background-color: #DEDEDE;
  border-radius: 30px 30px 0 30px;
  padding: 20px;
}

.cont-info-pass {
  margin-bottom: 10px;
}

.cont-info-pass > h4 {
  color: #727272;
  margin-bottom: 0;
}

.cont-info-pass > span {
  font-size: 25px;
  font-weight: 500;
}

.cont-nbr-pass {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 5px;
  border-radius: 30px;
}

.cont-nbr-pass > button {
  background-color: transparent;
  border: none;
  font-size: 30px;
}

.cont-nbr-pass > input {
  background-color: #fff;
  border: none;
  outline: transparent;
  text-align: center;
  font-weight: 500;
}

.champ {
  width: 100%;
  padding: 10px 20px;
  border: none;
  border-bottom: 5px solid #E3CDA6;
  border-right: 3px solid #E3CDA6;
  border-radius: 30px;
  outline: transparent;
  background-color: #EFEFEF;
}

.cont-champ-search {
  margin: 50px 0;
  display: grid;
  justify-items: end;
}

.btn-submit {
  background-color: #3F8E49;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
}

.lien-basic {
  text-decoration: underline;
  color: #E3CDA6;
  font-weight: 500;
  font-size: 20px; 
}

.lien-basic:hover {
  color: #E3CDA6;
}

.cont-ticket {
  display: grid;
  align-items: center;
  align-content: center;
  min-height: 100vh;
  justify-content: center;
}

.cont-h-ticket {
  background-color: #f7f7f7;
  padding: 50px;
  border-radius: 30px;
}

.t-p-ticket {
  display: grid;
  justify-items: center;
  text-align: center;
}

.t-p-ticket > i {
  font-size: 100px;
  color: #3F8E49;
  animation: float-icon 4s infinite ease-in-out;
}

@keyframes float-icon { 
    0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-15px) rotate(5deg); } 
}

.item-listpass {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 10px solid #E3CDA6;
  padding: 10px;
  margin: 10px 0;
}

.item-listpass > h5 {
  margin-bottom: 0;
}

.cont-qr-pass {
  text-align: center;
  margin: 50px 0;
}

.cont-qr-pass > img {
  border-radius: 10px
}

.listPass {
  margin-bottom: 20px;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.blink {
  animation: blink 1s infinite;
}

#countdown {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
}

.countdown .time-box {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.countdown .time-box:hover {
    transform: scale(1.1);
}

.countdown .time-box span {
    display: block;
}

.countdown .time-box .label {
    font-size: 1rem;
    color: #555;
}

#dClient h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
}

.countdown.urgent .time-box {
    background: #ffdddd;
    color: #b00;
}