/* GENERAL */

.offres_speciales {
    margin-bottom: 70px;
}


/*HEADER*/

.header_recrutement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header_recrutement video {
    object-fit: cover;
    height: calc(70vh - 120px);
    width: 100%;
    margin: 75px 0 0 0;
}

.header_recrutement h1 {
    color: white;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 45px;
    font-family: 'Hanken Grotesk', sans-serif;
    padding-bottom: 35px;
    margin-top: 140px;
}

.direct {
    margin: 0;
}

.live .img-live:hover {
    cursor: pointer;
    box-shadow: 3px 3px 14px -5px #2F2F33;
    transition: box-shadow 0.3s ease-in-out;
}

.live .img-first:hover {
    cursor: pointer;
    box-shadow: 3px 3px 14px -5px #2F2F33;
    transition: box-shadow 0.3s ease-in-out;
}

.animation.position_text:hover {
    -webkit-box-shadow: inset 83px -200px 65px -136px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 83px -200px 65px -136px rgba(0, 0, 0, 0.75);
    box-shadow: inset 83px -200px 65px -136px rgb(0 0 0 / 75%);
}

@media(max-width:900px) {
    .header_recrutement h1 {
        margin-top: 30px !important;
    }

}

/* PHRASE INTRO */

.intro_offres {
    max-width: 1115px;
    margin: 70px auto;
    padding: 0 15px;
    text-align: center;
}

.intro_offres h2 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    font-weight: 500;
}

@media (max-width: 767px) {
    .boixactus .col-sm-6 .item {
        margin-bottom: 20px;
    }

    .header_recrutement video {
        margin: 20px 0 0 0;
    }

    .header_recrutement h1 {
        font-size: 20px;
        margin-top: 30px !important;
    }
}

.live .accordion_question {
    background-color: #2F2F33;
    color: white;
    border-radius: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Hanken Grotesk', sans-serif;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.live .title_question {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: white;
    padding-bottom: 25px;
}

.live .foire_questions {
    background-image: url('../img/new-website/live-shopping/background-bottom.svg');
    background-size: cover;
}

.live #contenu {
    max-width: 100%;
}

.live .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0;
    background-color: #0C0C0D;
}

.live .answer {
    margin: 20px 0;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Hanken Grotesk', sans-serif;
}

.live .container_margin {
    padding: 100px 50px 50px 50px;
}

.live .accordion_question:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.live .active:after {
    content: "\2212";
}

.live .contact {
    color: #0C0C0D;
    background-color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Hanken Grotesk', sans-serif;
    padding: 8px 16px;
    margin-top: 15px;
    border-radius: 10px;
}

.live .tel_mobile {
    display: flex;
    margin-bottom: -100px;
    justify-content: center;
}

.live .text_center {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Hanken Grotesk', sans-serif;
    color: #0C0C0D;
    margin: 0 300px;
}

.live .title_text {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 48px;
    text-align: center;
    color: #0C0C0D;
    padding-top: 50px;
    padding-bottom: 15px;
}

.live .title_precedent {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 48px;
    text-align: center;
    color: #0C0C0D;
    padding-top: 50px;
}

.live .img-live {
    margin-right: 38px;
    border-radius: 10px;
    /* margin: 30px; */
}

.live .img-first {
    margin-right: 38px;
    border-radius: 10px;
    /* margin: 30px; */
}

.header_live {
    margin-top: -40px;
    display: flex;
    justify-content: center;
    height: 600px;
    align-items: center;
    margin-bottom: -70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/new-website/live-shopping/header-top.svg');
}

@media(max-width: 1200PX) {
    .live .header_live {
        height: 620px !important;
    }
}

@media(max-width: 1055px) {
    .live .text_center {
        margin: 0px 40px;
    }

    .live .flex_content {
        margin: 30px;
    }
}

@media(max-width: 900px) {
    .live .header_live {

        height: 443px !important
    }
}

@media (max-width: 400px) {
    .live .header_live {
        height: 270px !important;
    }
}

@media(max-width: 950px) {
    .live .img-live {
        margin-right: 0px;
    }

    .live .img-first {
        width: 100%;
        margin-right: 0px;
    }

    .live .flex_content {
        flex-direction: column;
        align-items: center;
    }

    .live .flex_text {
        margin: 20px 40px 0px 40px;
    }

    .live .title_precedent {
        margin-top: 0px;
        padding-top: 20px;
    }


}


@media(max-width: 1200px) {
    .live .footer_newsletter input {
        border-radius: 10px !important;
        margin-bottom: 10px;
    }

    .live .btn.border-white {
        border-radius: 10px !important;
    }

    .live .form-group {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


.band_arrondi {
    /* width: 100%;
    height: 100px;
    position: absolute;
    background: blue;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 9    00px / 100px;
    BOTTOM: 83%; */
}

.live .band {
    position: absolute;
}

.live .prochain {
    background-color: #0C0C0D;
    padding: 2px 8px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: white;
    line-height: 24px;
    width: fit-content;
    margin-bottom: 30px;
}

.live .date {
    background-color: #2F2F33;
    padding: 2px 8px;
    margin-left: 30px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: white;
    line-height: 24px;
    width: fit-content;
}

.live .presentation {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 51px;
    padding-bottom: 20px;
    color: #0C0C0D;

}

.live .flex_content {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #0C0C0D;
    font-size: 16px;
    line-height: 24px;
}

.live .flex_text {
    margin-top: 70px;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.live .margin-abo {
    margin-top: 40px
}

.live .footer_newsletter input {
    border: 1px solid #A2A2A6;
    color: #0C0C0D;
    background: transparent;
    border-radius: 0;
    max-width: calc(80% - 42px);
    padding: 6px 15px 7px 15px;
    height: auto;
    font-weight: 400;
    border-radius: 10px 0px 0px 10px;
}

.live .btn.border-white {
    color: white;
    background-color: #0C0C0D;
    border: 0;
    border-radius: 0px 10px 10px 0px;
    height: 35px !important;
}

.live .footer_newsletter input::placeholder {
    color: #0C0C0D;
}

.live .bx-wrapper .bx-controls-direction a:before {
    color: #000000 !important;
    margin-left: 10px;
    font-size: 45px !important;
    line-height: 35px !important;
}


.live .bx-wrapper .bx-controls-direction a {
    height: 65px !important;
    width: 65px !important;
    top: 50% !important;
    overflow: inherit !important;
}

.live .slider_new {
    margin: 60px 0px;
    padding-bottom: 20px;
}

.live .container_slider:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 25px;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgb(0 0 0/9%), rgba(97, 97, 97, 0.0) 60%);
    background: radial-gradient(ellipse at 50% -3%, rgb(0 0 0/10%), rgba(97, 97, 97, 0.0) 60%);
    padding-top: 20px;
    left: 0;
    z-index: 1;
}


.live .container_slider:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 25px;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgb(0 0 0/9%), rgba(97, 97, 97, 0.0) 60%);
    background: radial-gradient(ellipse at 50% -3%, rgb(0 0 0/10%), rgba(97, 97, 97, 0.0) 60%);
    padding-top: 20px;
    left: 0;
    z-index: 1;
}

.live .position_image {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.live .position_text {
    position: absolute;
    padding: 10px;
    line-height: 24px;
    color: white;
    width: 94%;
    bottom: 0px;
    border-radius: 10px;
    text-align: initial;

}

.live .position_date {
    position: absolute;
    padding: 5px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    margin: 10px;
    line-height: 16px;
    color: white;
    background-color: rgba(12, 12, 13, 0.19);
    backdrop-filter: blur(9px);
    top: 0px;
}

.live .bx-viewport {
    overflow: inherit !important;
}

.live #circle {

    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-left: 3px;
    background: red;
}

.live .flex {
    display: flex;
    align-items: center;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #A2A2A6;
    width: fit-content;
    padding: 2px 8px;
    line-height: 24px;
    margin-bottom: 30px;
}

.live .flex-box {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    width: fit-content;
    line-height: 24px;
}

.live .form-control:focus {
    border: 1px solid #A2A2A6 !important;
    color: #0C0C0D;
    background: transparent;

    border-radius: 10px 0px 0px 10px;
}

.live .text-uppercase {
    color: white !important;
}

.live input::placeholder {
    color: #A2A2A6 !important;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: initial !important;
    font-size: 16px;
    line-height: 24px;
}

.live .btn span,
.btn input {
    bottom: 3px;
    text-transform: initial !important;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.live .reassurance {
    margin: 0 !important;
}

.live .offres_speciales {
    margin-bottom: 0px !important;
}


.anim {
    transition: 0.5s;
    transform: translateY(100%);
}

.live .title {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: white;
    transition: 0.5s;
    transform: translateY(-100%);
}

.live .date_live {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-top: 6px;
    font-size: 16px;
    line-height: 24px;
}

.description {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

/* ANIMATE */

.animation:hover .anim,
.animation:hover .title {
    transform: translateY(0);
}


@media(max-width: 767px) {
    .live .flex_text {
        margin: 20px 10px 0 0px;
    }

    .live .presentation {
        font-size: 30px;
        line-height: 30px;
    }

    .live .title_precedent {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#liveshopping .bx-wrapper {
    overflow: hidden;
}

.live .flex_content {
    margin-bottom: 59px
}

.live .footer_newsletter input {
    padding: 12px 16px;
}

.live .btn.border-white {
    height: 46px !important
}

.live .text-uppercase {
    display: contents;
}