body,
html {
  overflow-x: hidden;
}

body {
  background-color: transparent;
  height: fit-content;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
}
img {
  width: 100%;
}

.hide {
  display: none;
}

.containerUCL {
  background-image: url('../images/bg.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

  padding-bottom: 16px;
  /* min-height: 100vh; */
}

.containerBox {
  margin: 0 auto;
  width: 80%;
  display: flex;
}
.leftBox {
  margin: 0 auto;
  text-align: center;
}
.rightBox {
  width: 40%;
}

.mechanicImage img {
  width: 100%;
  max-width: 600px;
}
.topLogo {
  max-width: 1400px;
  margin: 0 auto;
}
.enjoy {
  width: 100%;
  max-width: 150px;
  float: right;
  margin: 30px 0 0 0;
}

.containerUclBox {
  max-width: 1400px;
  margin: 0 auto;
}

.topTitle {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 100px;
  padding-right: 42px;
}
.boxBg {
  width: 660px;
  height: 850px;
  margin: 0 auto;
  border-radius: 320px;
  position: relative;

  background: linear-gradient(0deg, #007f20 0%, rgba(0, 127, 32, 0) 100%),
    linear-gradient(0deg, rgba(0, 127, 32, 0.2) 0%, rgba(0, 127, 32, 0.2) 100%),
    rgba(0, 127, 32, 0.7);
  background-blend-mode: normal, soft-light, normal;
}

.topLogos img {
  width: 100%;
  max-width: 250px;
}

.steps img {
  width: 100%;
  max-width: 480px;
  padding-top: 20px;
  padding-left: 32px;
}

.firstPrize {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.prizesTwoCol {
  display: flex;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.products {
  bottom: 6%;
  right: 10%;
  width: 100%;
  max-width: 450px;
  margin-bottom: -44px;
  margin-top: 40px;
}

.products img {
  transform: scale(2.35) translate(-50px, 135px);
  pointer-events: none;
}

.prizes {
  margin-top: 10px;
}
.steps {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.step1 {
  display: flex;
  justify-content: center;
}
.step2 {
  max-width: 350px;
}

.disclaimerContainer {
  max-width: 1550px;
  width: auto;
  margin: 0 auto;
  position: relative;
  padding: 16px;
}

.disclaimer p {
  font-size: 11px;
  line-height: 13px;
  color: white;
  font-family: HeinekenSerif18-Regular;
}
.uefaCopy {
  font-family: 'din_procondensed_regular';
  font-size: 15px;
  line-height: 17px;
  color: white;
}

.btnInscrie {
  background-color: #e30613;
  border-radius: 6px;
  width: 265px;
  margin: 0 auto;
  padding: 16px;
}
.btnInscrie a {
  color: white;
  font-size: 18px;
  line-height: 20px;
  font-family: 'heineken_serif_18extrabold';
  text-decoration: none;
}

.zoomHvr {
  transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
  transform: scale(0.8);
}
.zoomHvr:hover {
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}

.rightBoxProd {
  position: relative;
  width: 450px;
  z-index: 0;
}

.lightSweep {
  position: absolute;
  bottom: -8px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 427px;
  left: 28px;
  right: 0;
}

/*Form*/

#submit-loader img {
  max-width: 60px;
}
#register {
  width: 100%;
  margin: 20px auto 0 auto;
}
input {
  width: 220px;
  max-width: 240px;
  border: 1px solid white;
  height: 42px;
  border-radius: 5px;
  -webkit-box-shadow: inset 5px -5px 74px -19px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: inset 5px -5px 74px -19px rgba(0, 0, 0, 0.65);
  box-shadow: inset 5px -5px 74px -19px rgba(0, 0, 0, 0.65);
  font-family: HeinekenSerif18-Regular;
  font-size: 16px;
  line-height: 18px;
  padding-left: 16px;
}

input[type='date'] {
  cursor: pointer;
}

input[type='submit'] {
  cursor: pointer;
}

select {
  width: 100%;
  max-width: 240px;
  border: 1px solid white;

  height: 46px;
  border-radius: 5px;
  -webkit-box-shadow: inset 5px -5px 74px -19px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: inset 5px -5px 74px -19px rgba(0, 0, 0, 0.65);
  box-shadow: inset 5px -5px 74px -19px rgba(0, 0, 0, 0.65);
  font-family: HeinekenSerif18-Regular;
  font-size: 16px;
  line-height: 18px;
  padding-left: 16px;

  cursor: pointer;
  appearance: none;
}

.dropdown-arrow {
  content: '';
  width: 24px;
  height: 24px;

  display: block;

  position: absolute;
  right: 12px;
  top: 33px;

  background-image: url('../images/dropdown.svg');
  background-repeat: no-repeat;

  pointer-events: none;
}

option:disabled {
  display: none;
  pointer-events: none;
}

label {
  display: inline-block;
  text-align: left;
  font-family: HeinekenSerif18-Regular;
  font-size: 16px;
  line-height: 18px;
  color: white;
  width: 240px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;

  position: relative;
}
#regulament {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  width: 32px;
  margin: 0 7px;
  cursor: pointer;
}
.check {
  font-size: 16px;
  line-height: 18px;
  display: inline-flex;

  width: 450px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .check {
    width: 300px;
    font-size: 14px;
  }
}

.check a {
  text-align: left;
  font-size: 15px;
  line-height: 17px;
  display: contents;
  color: #a3e10d;
  text-decoration: underline;
}
.error {
  color: yellow;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  width: 240px;
  display: block;
  margin: 0 auto;
  font-family: 'HeinekenSerif18-Regular';
}

.error.regulament {
  width: fit-content;
}

.bottom-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-cnt1 {
  order: 2;
  display: grid;
}

.extra {
  width: 90%;
  color: #fff;
  text-decoration: underline;
  font-family: 'HeinekenSerif18-Regular';
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1vw;
}

.bottom-section a {
  font-family: HeinekenSerif18-Regular;
  font-size: 14px;
  color: #ffff;
  padding: 0px 1vw;
}
.line {
  border-left: 1px solid #ffff;
  height: 1vw;
}
div.extra a:nth-child(3) {
  color: #a3e10d;
}

#submit-button {
  background-color: #e30613;
  border-radius: 6px;
  width: 265px;
  margin: 0 auto;
  padding: 16px;
  border: 0;
  box-shadow: none;
  color: white;
  font-size: 18px;
  line-height: 20px;
  font-family: 'heineken_serif_18extrabold';
  text-decoration: none;
  height: auto;
  margin-top: 16px;
}

.formCodes {
  padding-top: 50px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/*End Form*/

@media only screen and (min-width: 1670px) {
  .containerUCL {
    background-position: 50% 65%;
  }
  .products {
    bottom: 6%;
    right: 18%;
    width: 100%;
    max-width: 450px;
  }
}

@media only screen and (max-width: 1669px) {
  .containerBox {
    width: 90%;
  }
}

@media only screen and (max-width: 1500px) {
  .products {
    right: 5%;
  }
  .disclaimerContainer {
    max-width: 1250px;
  }
}

@media only screen and (max-width: 1450px) {
  .enjoy {
    margin: 30px 30px 0 0;
  }
  .containerBox {
    max-width: 1250px;
  }
}

@media only screen and (max-width: 1230px) {
  .products {
    right: 2%;
  }
}

@media only screen and (max-width: 1280px) {
  .containerBox {
    max-width: 1100px;
  }
}

@media only screen and (max-width: 1200px) {
  .containerBox {
    max-width: 1000px;
  }
  .lightSweep {
    max-width: 352px;
    left: -50px;
  }
}

@media only screen and (max-width: 1140px) {
  .products {
    max-width: 370px;
    margin-top: 125px;
  }
}

@media only screen and (max-width: 1040px) {
  .rightBoxProd {
    width: 360px;
  }
  .lightSweep {
    max-width: 343px;
    left: 21px;
  }
}

@media only screen and (max-width: 992px) {
  .containerBox {
    display: block;
    padding: 75px 0 0 0;
    width: 100%;
  }
  .boxBg {
    z-index: 1;
  }
  .products {
    z-index: 0;
    right: -23%;
    max-width: 440px;
  }
  .rightBox {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .containerBox {
    padding: 75px 0 20px 0;
  }
  .boxBg {
    max-width: 100%;
  }

  .leftBox {
    width: 95%;
  }
}

@media only screen and (max-width: 600px) {
  .boxBg {
    height: auto;
  }
  .steps {
    max-width: 400px;
    margin: 0 auto;
  }
  .firstPrize {
    max-width: 400px;
  }
  .prizesTwoCol {
    max-width: 400px;
  }
  .topTitle img {
    max-width: 350px;
  }

  .topLogos img {
    max-width: 200px;
  }

  .leftBox {
    width: 90%;
  }
}
@media only screen and (max-width: 550px) {
  .topTitle {
    max-width: 300px;
  }
  .prizes {
    margin: 10px 0 10px 0;
  }
}
@media only screen and (max-width: 500px) {
  .steps {
    padding-top: 10px;
  }
  .formCodes {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 490px) {
  .steps {
    max-width: 360px;
    margin: 0 auto;
  }
  .firstPrize {
    max-width: 360px;
  }
  .prizesTwoCol {
    max-width: 360px;
  }
  .topTitle {
    max-width: 300px;
  }
}

@media only screen and (max-width: 440px) {
  .steps {
    max-width: 320px;
    margin: 0 auto;
  }
  .firstPrize {
    max-width: 320px;
  }
  .prizesTwoCol {
    max-width: 320px;
  }
  .mesajImg {
    max-width: 100px;
  }
  .formCodes {
    padding-top: 79px;
  }
  .enjoy {
    max-width: 110px;
  }
  .topTitle {
    padding-right: 0;
  }
}

@media only screen and (max-width: 420px) {
  .topTitle {
    max-width: 270px !important;
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 390px) {
  .steps {
    max-width: 300px;
    margin: 0 auto;
  }
  .firstPrize {
    max-width: 300px;
  }
  .prizesTwoCol {
    max-width: 300px;
  }
}

@media only screen and (max-width: 360px) {
  .topTitle {
    max-width: 245px !important;
    padding-top: 60px !important;
  }
  .steps {
    padding-top: 0;
  }
  .steps img {
    padding-top: 10px;
  }
  .topLogos img {
    max-width: 150px;
  }
  .enjoy {
    margin: 10px 10px 0 0;
  }
  .containerBox {
    padding: 50px 0 20px 0;
  }
  .formCodes {
    padding-top: 42px;
  }

  .btnInscrie {
    width: auto;
  }
}

@media only screen and (max-width: 330px) {
  .topTitle {
    max-width: 230px !important;
    padding-top: 60px !important;
  }
  .steps {
    padding-top: 0;
  }
  .steps img {
    padding-top: 10px;
  }
  .topLogos img {
    max-width: 150px;
  }
  .prizes {
    max-width: 280px;
    margin: 10px auto;
  }
  .steps {
    max-width: 270px;
  }
}

@media only screen and (max-width: 3850px) {
  .displayMesaj {
    display: inline-block;
    margin: 60px 40px 50px 40px;
  }
}

@media only screen and (max-width: 375px) {
  input,
  label {
    width: 250px;
  }
  #register {
    width: 270px;
    text-align: left;
  }
}

.inputs-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
}

@media (max-width: 600px) {
  .inputs-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.input-formular {
  min-height: 110px;
  position: relative;
}

.file-upload {
  width: 100%;
  max-width: 240px;
  border: 1px solid white;
  height: 46px;
  border-radius: 5px;
  -webkit-box-shadow: inset 5px -5px 74px -19px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: inset 5px -5px 74px -19px rgba(0, 0, 0, 0.65);
  box-shadow: inset 5px -5px 74px -19px rgba(0, 0, 0, 0.65);
  font-family: HeinekenSerif18-Regular;
  font-size: 16px;
  line-height: 18px;

  color: #6d6f71;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  padding-right: 16px;

  cursor: pointer;
  text-align: left;
}

.file-upload::before {
  content: '';
  width: 48px;
  height: 48px;

  background-image: url('../images/uploadImage.svg');
  background-repeat: no-repeat;
}

.file-upload-success {
  content: '';
  width: 12px;
  height: 12px;

  background-image: url('../images/checkmark.svg');
  background-repeat: no-repeat;

  margin-left: auto;

  display: none;
}

.displayMesaj {
  display: inline-block;
  margin: 100px 40px 100px 40px;
}

.mesajImg {
  width: 120px;
  text-align: center;
  margin: 30px auto;
}

.mesajTxt {
  font-family: HeinekenSerif18-Regular;
  color: white;
  font-size: 20px;
  line-height: 24px;
}

.mesajTxt.errorTxt {
  margin-top: 100px;
}

.mesajTxt.errorTxt p {
  font-size: 24px;
  line-height: 32px; /* 133.333% */
}

.mesajTxt.errorTxt p a {
  color: #78eb2c;
}

.displayMesaj.displaySuccess {
  margin: 120px 75px 0px 75px;
}

@media (max-width: 600px) {
  .displayMesaj.displaySuccess {
    margin: 75px 60px 0px 60px;
  }
}

.magazin_default {
  color: #6d6f71;
}

.magazin-wrapper {
  width: 100%;

  border-radius: 4px;
  background: #013801;
  padding: 8px;

  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  gap: 4px;

  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;

  z-index: 1;

  position: absolute;
  top: 69px;
}

.magazin-wrapper > div {
  padding: 8px 12px;
  height: 40px;
  cursor: pointer;
}

.magazin-wrapper > div:hover {
  background-color: rgba(230, 224, 233, 0.08);
}

.magazin-wrapper-closed {
  display: none;
}

.magazin_button {
  width: 100%;
  max-width: 240px;
  border: 1px solid white;
  height: 46px;
  border-radius: 5px;
  -webkit-box-shadow: inset 5px -5px 74px -19px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: inset 5px -5px 74px -19px rgba(0, 0, 0, 0.65);
  box-shadow: inset 5px -5px 74px -19px rgba(0, 0, 0, 0.65);
  font-family: HeinekenSerif18-Regular;
  font-size: 16px;
  line-height: 18px;

  color: #6d6f71;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;

  cursor: pointer;
  text-align: left;
}

.magazin-selected {
  color: #1c2024;
}

.btn {
  width: 265px;
  height: 48px;
  border-radius: 8px;

  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;

  color: white;
  background-color: #ed1c24;

  font-size: 18px;
  line-height: 20px;
  font-family: 'heineken_serif_18extrabold';
  text-decoration: none;
}

.no-script {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
  text-align: center;
  z-index: 3;
  background-color: #e12b00;
  text-transform: uppercase;
  color: #fff;
  top: 10%;
}

@media (max-width: 600px) {
  .no-script {
    max-width: 90%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.displayMesaj h1 {
  color: white;
  font-family: HeinekenSerif18-Regular;

  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
}
