/* ----------------- How to participate? ----------------- */

#rules {
    margin-bottom: 0.6rem;
    background-image: url("/public/images/soutez/assets/bg-how-to.svg");
    background-size: 100% auto;
    background-position: center bottom;
}

#rules > .inner {
    padding-top: 2.6rem;
    padding-bottom: 16.0rem;
}

.rules {
    display: flex;
    padding: 0rem 2.6rem 1.8rem 2.6rem;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 1.6rem;
}

.rules .item {
    display: flex;
    height: 6rem;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.0rem;
}

.rules .item .number {
    display: flex;
    width: 4.0rem;
    color: var(--clr-brown-light);
    font-family: 'Poplar Kozel', sans-serif;
    font-size: 3.6rem;
    line-height: 3.6rem;
    justify-content: center;
}

.rules .image {
    margin-right: 2.0rem;
    width: 6.0rem;
}

.rules .image.image01 {
    height: 4.8rem;
    background-image: url("/public/images/soutez/assets/how-to-01.svg");
}

.rules .image.image02 {
    height: 3.7rem;
    background-image: url("/public/images/soutez/assets/how-to-02.svg");
}

.rules .image.image03 {
    height: 5.1rem;
    background-image: url("/public/images/soutez/assets/how-to-03.svg");
}

.rules .desc {
    color: var(--clr-brown);
    font-size: 1.9rem;
    line-height: 2.5rem;
    font-weight: 500;
    text-align: left;
    text-wrap: nowrap;
}

.rules .desc a,
.rules .desc a:hover, 
.rules .desc a:visited {
    color: var(--clr-brown);
    font-weight: 900;
    text-decoration: underline;
}

/*
.rules .dottedLine {
    position: absolute;
    top: 0;
    left: 2.6rem;
    margin: 4.5rem 1.75rem 0 1.75rem;
    position:absolute;
    height: 75%;
    width: 0;
    border-left: dashed 0.1rem #2A41A433;
}
*/


/* ----------------- Participate form ----------------- */

#formCont {
    background-image: url("/public/images/soutez/assets/bg-participate.svg?v=1");
    background-size: auto 10.6rem;
    background-position: right bottom 3.0rem;
    z-index: 200;
}

#participateForm {
    padding: 0.9rem;
}


/* ------- Prices ------- */

#prices {
    margin: 3rem 0 0 0;
    background-image: url("/public/images/soutez/assets/bg-prices.jpg?v=1");
    background-size: cover;
}

#prices > .inner {
    padding: 2.8rem 2.2rem 1.8rem 2.2rem;
}

#prices .h2 {
    margin-bottom: 0.6rem;
    color: var(--clr-cream);
}


/* ----------------- Info and Error pages----------------- */

#status,
#error {
    padding: 3.3rem 1.8rem;
}

#status .h3,
#error .h3,
#win .h3 {
    margin-bottom: 1.6rem;
    color: var(--clr-brown);
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 400;
    letter-spacing: -2.8%;
}

#status .text,
#error .text,
#win .text {
    margin-bottom: 0.8rem;
    color: var(--clr-orange);
    font-family: 'Poplar Kozel', sans-serif;
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 400;
    text-transform: uppercase;
}

#status .text.smaller,
#error .text.smaller,
#win .text.smaller {
    margin-bottom: 1.6rem;
    color: var(--clr-orange);
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.7rem;
    line-height: 2.2rem;
    font-weight: 400;
    text-transform: none;
}

#status .button,
#error .button,
#win .button {
    padding: 0 2.6rem;
}

#status .button .inner,
#error .button .inner,
#win .button .inner {
    font-size: 3.0rem;
    letter-spacing: -2.8%;
}


/* ----------------- Win Page ----------------- */

#win {
    
}

#win .h1 {
    margin: 0 0 2.0rem 0;
    color: var(--clr-brown);
    font-size: 6.0rem;
    line-height: 6.0rem;
    text-transform: none;
}

#win .h3 {
    margin-bottom: 0;
    color: var(--clr-orange);
    font-size: 2.2rem;
    line-height: 2.8rem;
    text-transform: uppercase;
}

#win .h3.brown {
    color: var(--clr-brown);
}

#win .text {
    margin-bottom: 1.6rem;
    color: var(--clr-orange);
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.7rem;
    line-height: 2.2rem;
    font-weight: 400;
    text-transform: none;
}

#win .priceDisplay {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 2.6rem;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    flex-direction: column;
}

#win .priceDisplay .image {
    width: 80%;
    height: 21.5rem;
}


/* ----------------- Download ticket ----------------- */

#win .uploading {
    transition: opacity 0.5s
}

#win .uploading.invisilbe {
    opacity: 0;
}

