#one-section-body {
    text-align: center;
    height: 100vh;
    width: 100vw;
    font-family: "League Spartan", sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
}
#two-section-body {
    display: flex;
    width: 100vw;
    height: 100vh;
    margin: 0;
    justify-content: space-between;
    font-family: League Spartan, sans-serif;
}
#content-section {
    width: calc(100% - 350px);
    height: 100%;
    overflow: scroll;
    box-sizing: border-box;
    padding: 0 130px;
}
#pill-styled-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    margin-top: 40px;
}
#pill-styled-nav {
    display: flex;
}

.pill-style-step {
    padding: 13px 19px;
    background: #f8f0ec;
}

.pill-style-step[data-active=true] {
    background: #E42618;
    color: #ffffff;
}
.pill-style-step[data-layout="unique"] {
    border-radius: 40px;
}
.pill-style-step[data-position="left"] {
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
}

.pill-style-step[data-position="right"] {
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
}

.pill-styled-separation {
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-left: 10px solid #f8f0ec;
    border-bottom: 23px solid transparent;
    background: #E42618;
}

.pill-styled-separation[data-active=true] {
    border-left: 10px solid #E42618;
    background: #f8f0ec;
}
#page-title {
    margin-top: 25px;
}
#page-title-text {
    padding-left: 2px;
}
.page-subtitle {
    margin-top: 25px;
    font-weight: 600;
    font-size: 22px;
}
.page-subtitle-text {
    padding-left: 2px;
}
#cart-section {
    width: 350px;
    height: 100%;
    color: #ffffff;
}
.external-link {
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.small-centered {
    text-align: center;
    font-size: 12px;
    display: block;
}
.body-section {
    box-sizing: border-box;
    padding: 0 30px;
}
.in-cart {
    margin: 0;
}
h1.in-cart {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
h2.in-cart {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
h3.in-cart {
    font-size: 14px;
    font-weight: 600;
}
h3.in-cart-bis {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
}
h4.in-cart {
    font-size: 12px;
    font-weight: 300;
}
#cart-amicale-logo {
    height: 60px;
}
#cart-ticket-top {
    width: 100%;
    height: 75px;
    background: #E42618;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#cart-ticket-top:before {
    content: "";
    height: 40px;
    width: 40px;
    background: white;
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: -20px;
    border-radius: 100px;
}
#cart-ticket-top:after {
    content: "";
    height: 40px;
    width: 40px;
    background: white;
    position: absolute;
    z-index: 1;
    bottom: -20px;
    right: -20px;
    border-radius: 100px;
}
#cart-ticket-middle {
    width: 100%;
    height: calc(100% - 75px - 200px);
    background: #E42618;
    box-sizing: border-box;
    border: none;
    border-top: 2px dashed #ffffff;
    border-bottom: 2px dashed #ffffff;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cart-ticket-bottom {
    width: 100%;
    height: 200px;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #E42618;
    position: relative;
}
#cart-ticket-bottom:before {
    content: "";
    height: 40px;
    width: 40px;
    background: white;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -20px;
    border-radius: 100px;
}
#cart-ticket-bottom:after {
    content: "";
    height: 40px;
    width: 40px;
    background: white;
    position: absolute;
    z-index: 1;
    top: -20px;
    right: -20px;
    border-radius: 100px;
}
.cart-element {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.cart-element-quantity {
    font-weight: 700;
    font-size: 14px;
    width: 20px;
}
.cart-element-name {
    font-weight: 500;
    font-size: 14px;
    width: 150px;
}
.cart-element-price {
    font-weight: 700;
    font-size: 14px;
    width: 50px;
    text-align: right;
}
.cart-price {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    position: absolute;
    bottom: 0;
}
#cart-price-label {
    font-weight: 600;
    font-size: 14px;
    width: 40px;
}
#cart-price-space {
    font-weight: 600;
    font-size: 14px;
    width: 140px;
    overflow: clip;
    margin: 0 5px;
    box-sizing: border-box;
}
#cart-price-amount {
    font-weight: 700;
    font-size: 14px;
    width: 60px;
    text-align: right;
}
#cart-event-display {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#cart-event-logo {
    height: 200px;
    text-align: center;
    display: block;
}
.red-curved-button {
    display: inline-block;
    background: #E42618;
    color: white;
    font-family: "League Spartan", sans-serif;
    border: #E42618 2px solid;
    border-radius: 8px;
    margin-left: 10px;
    margin-top: 5px;
    padding: 10px;
    transition: background-color 0.3s;
    font-size: 14px;
    text-decoration: none;
}
.red-curved-button:hover {
    background: #E25951;
}
.red-curved-button[data-size='XL'] {
    margin: 0;
    width: 100%;
}
.button-s {
    height: 40px;
    width: 40px;
}
.button-no-margin {
    margin: 0;
    text-align: center;
}
.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.in-form-footer {
    margin-top: 25px !important;
}
input[type=text], input[type=email], input[type=tel], input[type=password] {
    padding: 15px 10px;
    color: #676767;
    border: #676767 solid 1px;
    border-radius: 10px;
    font-family: "League Spartan", sans-serif;
    transition: border-color 0.3s;
    box-sizing: border-box;
    margin-bottom: 8px;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus {
    outline: none;
    border: #E42618 solid 1px;
}
input[type=text][data-size="L"], input[type=email][data-size="L"], input[type=tel][data-size="L"], input[type=password][data-size="L"] {
    width: 100%;
    display: block;
}
input[type=text][data-size="S"], input[type=email][data-size="S"], input[type=tel][data-size="S"], input[type=password][data-size="S"] {
    width: calc(50% - 3px);
    display: inline-block;
}
input[type=text][data-size="XS"], input[type=email][data-size="XS"], input[type=tel][data-size="XS"], input[type=password][data-size="XS"] {
    width: 145px;
    display: inline-block;
}
input[type=text][data-size="S+"], input[type=email][data-size="S+"], input[type=tel][data-size="S+"], input[type=password][data-size="S+"] {
    width: 300px;
    display: inline-block;
}
input[type=text][data-size="M"], input[type=email][data-size="M"], input[type=tel][data-size="M"], input[type=password][data-size="M"] {
    width: 60%;
    display: inline-block;
}
input[type=text][data-size="M+"], input[type=email][data-size="M+"], input[type=tel][data-size="M+"], input[type=password][data-size="M+"] {
    width: 18%;
    display: inline-block;
}
input[type=text][data-size="L-"], input[type=email][data-size="L-"], input[type=tel][data-size="L-"], input[type=password][data-size="L-"] {
    width: calc(100% - 150px);
    display: inline-block;
}
.disabled {
    background: #e1736c;
    border-color: #e1736c;
    color: white;
    cursor: not-allowed;
}
.event-chooser {
    text-align: left;
    padding: 0 130px;
    box-sizing: border-box;
    height: calc(100vh - 130px);
    width: 100vw;
    margin-top: 40px;
}
.event-manager {
    text-align: left;
    padding: 0 130px;
    box-sizing: border-box;
    width: 100vw;
    margin-top: 40px;
    padding-bottom: 40px;
}
.events-bubbles-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 210px);
    flex-wrap: wrap;
    gap: 20px;
    overflow: scroll;
}
.event-bubble {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    background-color: #E42618;
    transition: background-color 0.3s, width 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.event-bubble:hover {
    background: #ec9792;
    width: 170px;
}
.event-bubble > img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
.event-bubble > i {
   font-size: 150px;
    margin-top: 30px;
    color: #ffffff;
}
.red-grey-table {
    width: 100%;
}
.red-grey-table th {
    background: #E42618;
    color: #ffffff;
    font-weight: 600;
    padding: 10px;
}
.red-grey-table td
{
    background: #f8f0ec;
    padding: 10px;
}
.red-grey-table tr:nth-child(even) td {
    background: #ffffff;
}
{
    background: #f8f0ec;
    padding: 10px;
}
.table-input {
    background: none;
    color: #000000 !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom-color: #E42618 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    font-family: "League Spartan", sans-serif;
    padding: 15px 10px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}
.table-input:focus {
    outline: none;
    border-bottom-color: #8a1000 !important;
}
input[type=text].table-input {
    height: 56px;
}
input[type=number].table-input {
    width: 50px;
    -moz-appearance:textfield;
}
input[type=checkbox].table-input {
    width: 25px;
    height: 25px;
}
.listed-with-button {
    font-weight: 600;
    padding-left: 10px;
}
#return {
    margin-top: 15px;
    text-decoration: none;
    color: black;
    transition: color 0.3s;
    display: block;
    width: 180px;
}
#return:hover {
    color: #8a1000;
}
footer {
    width: 100%;
    padding-bottom: 15px;
}
footer > p {
    font-size: 11px;
    text-align: center;
    color: #676767;
    margin: 0;
}
.error-message {
    color: #E42618;
}
.success-message {
    color: #168f02;
}
#logout {
     position: absolute;
     top: 10px;
     right: 10px;
     z-index: 1;
 }
.red-checkbox {
    accent-color: #E42618;
}
.bottom-separation-container {
    padding-bottom: 15px;
    border-bottom: 1px solid #E42618;
}
@media (max-width: 1200px) {
    #two-section-body {
        flex-direction: column;
    }
    #content-section {
        width: 100%;
        height: calc(100% - 200px);
        padding: 0 30px;
    }
    #cart-section {
        width: 100%;
        height: 200px;
        padding: 0;
    }
    #cart-ticket-top {
        display: none;
    }
    #cart-ticket-middle {
        display: none;
    }
    .cart-price {
        left: calc(50% - 125px);
    }
    .cart-element {
        width: 380px;
    }
    .cart-element-name {
        width: 280px;
        margin-left: 30px;
    }
    #cart-ticket-bottom {
        padding-left: calc(50% - 190px);
        padding-right: calc(50% - 190px);
    }
    #cart-ticket-bottom::before, #cart-ticket-bottom::after {
        display: none;
    }
}
@media (max-width: 500px) {
    .pill-styled-separation {
        display: none;
    }

    .pill-style-step {
        display: none;
    }

    .pill-style-step[data-active=true] {
        display: block;
        background: #E42618;
        color: #ffffff;
        border-radius: 40px;
    }

    .mobile-block {
        display: block;
        margin-left: calc(50% - 25px) !important;
    }
    .cart-element-name {
        width: 150px;
        margin-left: 30px;
    }
    .cart-element {
        width: 250px;
    }
    #cart-ticket-bottom {
        padding-left: calc(50% - 125px);
        padding-right: calc(50% - 125px);
    }
}
@media (max-width: 800px) {
    .event-chooser {
        padding: 0 30px;
    }
}


