:root {
    --accent: #b90c36;
}

.background-primary {
    background-color: var(--primary);
}

.background-accent {
    background-color: var(--accent);
}

.background-white {
    background-color: var(--white);
}

.color-accent {
    color: var(--accent);
}

.color-white {
    color: var(--white);
}

.ml-auto {
    margin-left: auto;
}

a {
    text-decoration: none !important;
}

.fond-page-titre {
    background-image: url(/templates/decathlon_arena_stade_pierre_mauroy/images/fond-offres-entreprises.png) !important;
}


.offres-entreprise {
    position: relative;
    z-index: 2;
}

.offres-entreprise .tab-nav {
    border-left: solid 1px var(--primary);
}

.offres-entreprise .tab-nav .tab-nav-item {
    border: solid 1px var(--primary);
    border-bottom: none;
    display: flex;
    flex: 1 1 20%;
    min-width: 260px;
    align-items: center;
    color: var(--white) !important;
}

.offres-entreprise .tab-nav .tab-nav-item>* {
    margin: auto;
}

.offres-entreprise .tab-nav .tab-nav-item:not(:first-child) {
    border-left: none;
}


.offres-entreprise .tab-nav .tab-nav-item:not(:last-child):hover {
    background-color: var(--primary);
    cursor: pointer;
    color: var(--white);
}

.offres-entreprise .tab-nav .tab-nav-item:last-child a {
    margin-left: 0 !important;
    line-height: 1;
    background-color: var(--primary);
    color: var(--white);
    display: flex;
    height: 100%;
    align-items: center;
}


.offres-entreprise .tab-nav .tab-nav-item:last-child a:first-child {
    min-width: 150px;
    max-width: 175px;
    flex: 1;
    margin-left: auto !important;
}

.offres-entreprise .tab-nav .tab-nav-item:last-child a:last-child {
    min-width: 85px;
    max-width: 85px;
    margin-right: 0 !important;
}

.offres-entreprise #stadium-container {
    position: relative;
}

.offres-entreprise #stadium-container img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.offres-entreprise #stadium-container .stadium-img-container {
    position: relative;
    min-width: 900px;
    max-width: 900px;
    min-height: 816px;
    max-height: 816px;
}


.offres-entreprise #stadium-container .offer-point {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    border: 10px solid var(--accent);
    box-shadow: 0px 0px 30px 7px rgba(185, 12, 54, 0.5);
}

.offres-entreprise #stadium-container #offer-details-container {
    width: 400px;
    height: 680px;
    margin-top: 68px;
}



.offres-entreprise #stadium-container #offer-details-container #offer-details-container__content {
    padding: 0 2vw;
    margin-top: -1vw;
    margin-bottom: -1vw;
    flex-grow: 1;
    z-index: 5;
    overflow: hidden;
    position: relative;
}

.offres-entreprise #stadium-container #offer-details-container #offer-details-container__content .content-offer-point {
    display: flex;
}

.offres-entreprise #stadium-container #offer-details-container #offer-details-container__content .content-offer-point .content-description {
    flex: 1;
    overflow: auto;
}

.offres-entreprise #stadium-container #offer-details-container #offer-details-container__content .content-offer-point .content-button {
    padding: 1vw;
    text-align: right;
}

.offres-entreprise #stadium-container #offer-details-container #offer-details-container__content .content-offer-point .content-button a button {
    color: black;
    border-color: black;
}

.offres-entreprise #stadium-container #offer-details-container #offer-details-container__content .content-offer-point .content-button a button:hover {
    color: white;
}

.offres-entreprise #offer-details-container #offer-details-container__content p,
.offres-entreprise #stadium-container #offer-details-container #offer-details-container__content .content-offer-point .content-description p {
    text-align: left !important;
    color: black !important;
}

.offres-entreprise #offer-details-container #offer-details-container__content a,
.offres-entreprise #stadium-container #offer-details-container #offer-details-container__content .content-offer-point .content-description a {
    text-align: left !important;
    color: var(--primary) !important;
    text-decoration: none !important;
}

.offres-entreprise #stadium-container #offer-details-container #offer-details-container__content img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    max-height: 166px;
    object-fit: cover;
}

.offres-entreprise #stadium-container #offer-connector {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 2;
}


.offres-entreprise .offres-entreprise__slider {
    grid-column: 3;
    grid-row: 2 / 5;
}

.offres-entreprise #stadium-container #offer-details-container .xs-grid-container {
    display: grid;
    grid-template-columns: 1vw auto 1vw;
    grid-template-rows: repeat(2, auto);
    z-index: 2;
    position: relative;
    width: 100%;
}

.offres-entreprise #stadium-container #offer-details-container .xs-grid-container h4 {
    text-align: center;
    align-items: center;
    display: flex;
    margin: auto;
}

.offres-entreprise #stadium-container #offer-details-container .xs-grid-container.reverse {
    -webkit-transform: scale(-1, -1);
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.offres-entreprise #stadium-container #offer-details-container .xs-grid-container .xsbox {
    background-color: var(--accent);
    color: white;
}

.offres-entreprise #stadium-container #offer-details-container .xs-grid-container .xs1 {
    grid-column: 1;
    grid-row: 1;
    height: 5vw;
    align-self: center;
    max-height: 70px;
}

.offres-entreprise #stadium-container #offer-details-container .xs-grid-container .xs2 {
    grid-column: 2;
    grid-row: 2;
    height: 3vw;
    align-self: center;
    max-height: 50px;
}

.offres-entreprise #stadium-container #offer-details-container .xs-grid-container .xs3 {
    grid-column: 3;
    grid-row: 1;
    height: 5vw;
    align-self: center;
    max-height: 70px;
}

.offres-entreprise #stadium-container #offer-details-container .xs-grid-container.reverse .xs1,
.offres-entreprise #stadium-container #offer-details-container .xs-grid-container.reverse .xs3 {
    height: 3vw;
}

#formula-container .content-formula img {
    aspect-ratio: 542 / 352;
}

#formula-container .content-formula .content-description {
    flex: 1;
    color: black !important;
}

#formula-container .content-formula .content-price>span.separator {
    border-right: 1px solid white;
    margin-right: 1rem;
    margin-left: 1rem;
}

#formula-container .content-formula a {
    color: var(--white) !important;
}

#formula-container .content-formula .content-price>h4 {
    margin-top: -4px !important;
}

.offres-entreprise #offer-details-container__content #configurations-list button {
    color: var(--black);
    border-color: var(--black);
}

.offres-entreprise #offer-details-container__content #configurations-list button:hover {
    color: var(--white);
}

@media screen and (max-width: 1350px) {
    .offres-entreprise #stadium-container {
        flex-direction: column;
    }

    .offres-entreprise #stadium-container .stadium-img-container,
    .offres-entreprise #stadium-container #offer-details-container {
        margin: auto;
    }
}

/* 1.2 ratio */
@media screen and (max-width: 1700px) {
    .offres-entreprise #stadium-container .stadium-img-container {
        position: relative;
        min-width: 750px;
        max-width: 750px;
        min-height: 680px;
        max-height: 680px;
    }

    .offres-entreprise #stadium-container #offer-details-container {
        margin-top: 0;
    }
}

/* 1.35 ratio */
@media screen and (max-width: 1500px) {
    .offres-entreprise #stadium-container .stadium-img-container {
        position: relative;
        min-width: 666.66px;
        max-width: 666.66px;
        min-height: 604.44px;
        max-height: 604.44px;
    }

    .offres-entreprise #stadium-container #offer-details-container {
        min-height: 604.44px;
        max-height: 604.44px;
    }
}

/* 1.8 ratio */
@media screen and (max-width: 750px) {
    .offres-entreprise #stadium-container .stadium-img-container {
        position: relative;
        min-width: 500px;
        max-width: 500px;
        min-height: 454px;
        max-height: 454px;
    }

    .offres-entreprise #stadium-container .offer-point {
        width: 20px;
        height: 20px;
        border: 5px solid var(--accent);
    }
}

/* 3  ratio */
@media screen and (max-width: 500px) {
    .offres-entreprise #stadium-container .stadium-img-container {
        position: relative;
        min-width: 300px;
        max-width: 300px;
        min-height: 272px;
        max-height: 272px;
    }

    .offres-entreprise #stadium-container #offer-details-container {
        max-width: 100%;
    }
}