/****Section page  Talent ****/
.padding {
    padding-top: 120px;
}
.section-carriere,
.section-en-route {
    display: flex;
    align-items: center;
    background-image: url("../images/BG_Talent.png");
    background-size: cover;
    min-height: 700px;
    padding: 80px;
}

.section-carriere p {
    color: #f2f2f2;
    font-size: 50px;
}

.section-carriere span {
    color: #c6b8d8;
}
.section-en-route p {
    color: #f2f2f2;
    font-size: 25px;
}

.section-en-route span {
    color: #c6b8d8;
    font-size: 40px;
}

h1 {
    letter-spacing: 20px;
}

.talent-program-container {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.img-bg-talent {
    position: absolute;
    width: 685px;
    height: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.container {
    text-align: center;
    position: relative;
    width: 80%;
    max-width: 800px;
    padding-top: 300px;
    color: #f2f2f2;
}
.containerplatine {
    padding-top: 0px !important;
}

.text-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(41, 10, 89, 0.7); /* Bande violette */
    color: #f2f2f2;
    padding: 80px 20px;
    font-size: 2em;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.container img {
    position: absolute;
    width: 400px;
    z-index: 1;
    /* margin-left: -190px; */
    transform: translateX(-100px); /* Moves the toggle ball to the right */
    margin-top: -50px;
}

.pricing-container {
    display: flex;
    gap: 25px;
    margin-top: 100px;
    align-items: end;
}

.card_silver {
    background: #d9d9d9 !important;
    border-top-left-radius: 20px;
}
.card_platine {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #3a1d50;
}

.card_gold {
    border-top-right-radius: 20px;
    background: #501f60 !important;
    min-height: 240px;
    justify-content: space-between;
}

.pricing-option {
    background-color: #3a1d50;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pricing-option.silver {
    background-color: #3c235e;
    color: #f2f2f2;
    padding-left: 30px;
    padding-right: 30px;
}
.pricing-option.emmy,
.pricing-option.cesar,
.pricing-option.oscar {
    background-color: #3c235e;
    color: #f2f2f2;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
}
.title_silver {
    color: rgb(172 172 172);
    text-align: center;
    font-weight: bolder;
    cursor: pointer;
}
.title_silver:hover {
    font-size: 45px;
}
.title_platine {
    color: #f2f2f2 !important;
    text-align: center;
    font-weight: bolder;
    cursor: pointer;
    font-family: "Outfit", sans-serif;
    text-shadow: #f2f2f2 2px 0 10px;
}
.title_platine:hover {
    transform: scale(1.4);
}
.title_platine_modal {
    color: #f2f2f2 !important;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    text-shadow: #f2f2f2 2px 0 10px;
    letter-spacing: 5px;
    position: relative;
    left: 35px;
}
.bold {
    font-weight: 600;
}
.benefits li {
    list-style-type: disc;
}
.pricing-option.platine {
    padding-left: 30px;
    padding-right: 30px;
    min-height: 350px;
    display: flex;
    justify-content: space-between;
}

.pricing-container {
    display: flex;
    gap: 25px;
    margin-top: 100px;
    margin-left: 50px;
    justify-content: center;
    align-items: end;
    /* width: 100%; */
}
.pricing-option.gold {
    background-color: #3c235e;
    color: #dcb253;
    padding-left: 30px;
    padding-right: 30px;
}

.title_gold {
    color: #dcb253;
    text-align: center;
    font-weight: bolder;
    cursor: pointer;
}
.title_gold:hover {
    font-size: 45px;
}

.pricing-option h2 {
    font-size: 1.5em;
    margin: 0;
}

.price {
    font-size: 24px;
    color: #f2f2f2;
}

.old-price {
    text-decoration: line-through;
    color: #f2f2f2;
}

.offer-label {
    color: #f6f6f6;
    font-size: 24px;
    margin-top: 10px;
    text-wrap: nowrap;
}
.offer-label_engagement {
    color: #c6b8d9;
    font-size: 24px;
    margin-top: 10px;
    text-wrap: nowrap;
}

.payment-frequency {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.payment-option {
    background-color: #a0a0a0;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
}

.payment-option.active {
    background-color: #8b72d8;
    color: #f2f2f2;
}

.button-link {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 30px;
    margin-bottom: 5px;
    color: #3a1d50;
    background-color: #f6f6f6;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    border: 3px solid #b7b7b7;
    padding: 5px 40px 5px 40px;
    font-size: 23px;
}

.button-link:hover {
    color: #3a1d50 !important;
}

/* Container for the switch */
.switch-container {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Aligns the switch to the right */
    margin-top: 100px;
}

/* The switch itself */
.switch {
    position: relative;
    display: inline-block;
    width: 240px; /* Adjusted width for text */
    height: 90px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Slider style */
.slider {
    min-height: 100px;
    min-width: 280px;
    position: absolute;
    cursor: pointer;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c6b8d9;
    transition: 0.4s;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px; /* Adds padding to accommodate the text */
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.switch-text {
    position: absolute;
    width: 50%; /* Each label takes half of the slider width */
    text-align: center;
    transition: 0.4s;
}

#text-mensuel {
    left: 5px;
    color: #501f60;
    font-size: 20px;
}

#text-annuel {
    right: -2px;
    font-size: 15px;
    color: #3a1d50;
    opacity: 0.5; /* Start with lower opacity */
}

/* Toggle ball inside the slider */
.slider:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 52%;
    left: 0px;
    bottom: 0px;
    background-color: #f6f6f6;
    transition: 0.4s;
    border: 3px solid #c6b8d9;
    border-radius: 50px;
}

/* Checked state */
input:checked + .slider {
    background-color: #b7b7b7; /* Color when activated */
}

input:checked + .slider #text-mensuel {
    opacity: 1; /* Dims "Mensuel" text when "Annuel" is active */
    color: #ffff;
}

input:checked + .slider #text-annuel {
    opacity: 1; /* Highlights "Annuel" text when active */
    color: #3a1d50;
}

input:checked + .slider:before {
    transform: translateX(140px); /* Moves the toggle ball to the right */
}

/*---------Modal promotion réduction--------------*/

.custom-right-section {
    background-color: #f8f9fa; /* Couleur de fond clair */
    text-align: center;
}
.contenupromotion button {
    background-color: #5e2c82; /* Couleur violette pour le bouton */
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: bold;
    margin-left: 40px;
    margin-top: 30px;
    text-transform: none !important;
    color: #f2f2f2;
    font-weight: bold !important;
}

.contenupromotion button {
    width: 350px;
}
/* .contenupromotion button :hover{
      width: 350px !important;
  } */
.contenupromotion p {
    color: #5e2c82 !important;
    /* font-weight: bold; */
    font-size: 25px;
    text-align: start !important;
}
.contenupromotion h1 {
    color: #5e2c82 !important;
    font-size: 60px;
    letter-spacing: normal;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold !important;
}

.contenupromotion p strong {
    font-weight: bold !important;
}
.promotion img {
    max-height: 650px;
    border: none !important;
}
.contenupromotion {
    border-top: 4px solid #5e2c82;
    border-right: 4px solid #5e2c82;
    border-bottom: 4px solid #5e2c82;
    height: 550px;
    width: 500px;
    margin: 10px 10px 10px -60px;
    padding: 40px 10px 10px 30px;
}
/*----bouton close modal réduction---------*/
.modalreduction button img {
    width: 17px;
    cursor: pointer;
    transform: translateX(69em);
    position: absolute;
    z-index: 8;
    margin-top: -19em;
}

/*-----responsive---------*/
@media (max-width: 380px) {
    /*----bouton close modal réduction---------*/
    .modalreduction button img {
        width: 17px;
        cursor: pointer;
        transform: translateX(9em);
        position: absolute;
        z-index: 8;
        margin-top: 31em;
        color: white;
    }
}
@media (min-width: 385px) and (max-width: 500px) {
    /*----bouton close modal réduction---------*/
    .modalreduction button img {
        width: 17px;
        cursor: pointer;
        transform: translateX(9em);
        position: absolute;
        z-index: 8;
        margin-top: 32em;
        color: white;
    }
}
@media (max-width: 500px) {
    /*-----Modal de réduction------*/

    .content {
        position: relative;
        z-index: 1;
        top: unset !important;
        padding-block: 20px;
    }
    .offers_talents {
        margin-top: 70px !important;
    }
    .slider {
        margin-left: -25px;
    }
    .padding {
        padding-top: 0;
    }
    .section-en-route span {
        font-size: 30px;
    }
    .section-carriere,
    .section-en-route {
        min-height: unset;
        padding: 30px;
    }
    .section-carriere p {
        font-size: 30px;
    }
    .section-en-route p {
        color: #f2f2f2;
        font-size: 20px;
    }
    .contenupromotion p {
        font-size: 20px;
    }

    .contenupromotion {
        border: 4px solid #5e2c82;
        max-height: 500px;
        width: 300px;
        margin: 10px 10px 10px 20px;
        padding: 40px 10px 10px 10px;
    }

    .contenupromotion button {
        width: 200px;
    }

    /*--------------------------*/
    h1 {
        font-size: 30px !important;
    }

    .container {
        text-align: center;
        position: relative;
        width: 90% !important;
        max-width: 800px;
        /* padding-top: 100px !important; */
        color: #f2f2f2;
    }

    .text-banner {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(41, 10, 89, 0.7); /* Bande violette */
        color: #f2f2f2;
        padding: 20px 20px;
        font-size: 2em;
        font-weight: bold;
        position: relative;
        z-index: 2;
        margin-left: 30px;
    }

    .container img {
        position: absolute;
        width: 100px;
        z-index: 1;
        /* margin-left: -190px; */
        transform: translateX(-10px); /* Moves the toggle ball to the right */
        margin-top: 0px;
    }

    .pricing-container {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        gap: 25px;
        margin-top: 80px !important;
        margin-left: 10px;
        align-items: end;
    }
    .switch-container {
        display: flex;
        align-items: center;
        justify-content: flex-end; /* Aligns the switch to the right */
        margin-top: 20px;
    }
}

@media (min-width: 505px) and (max-width: 950px) {
    h1 {
        font-size: 30px !important;
    }

    .container {
        text-align: center;
        position: relative;
        width: 90% !important;
        max-width: 800px;
        padding-top: 100px !important;
        color: #f2f2f2;
    }

    .text-banner {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(41, 10, 89, 0.7); /* Bande violette */
        color: #f2f2f2;
        padding: 20px 20px;
        font-size: 2em;
        font-weight: bold;
        position: relative;
        z-index: 2;
        margin-left: 30px;
    }
    body {
        min-height: 100vh;
        background-color: #0d1b2a; /* Fond sombre */
        text-align: center;
    }

    .container img {
        position: absolute;
        width: 100px;
        z-index: 1;
        /* margin-left: -190px; */
        transform: translateX(-10px); /* Moves the toggle ball to the right */
        margin-top: 0px;
    }

    .pricing-container {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        gap: 5px;
        margin-top: 120px;
        margin-left: 10px;
        align-items: end;
    }
    .switch-container {
        display: flex;
        align-items: center;
        justify-content: flex-end; /* Aligns the switch to the right */
        margin-top: 20px;
    }
}

@media (min-width: 950px) and (max-width: 1030px) {
    .pricing-container {
        display: flex;
        gap: 5px;
        margin-top: 310px;
        margin-left: 30px;
        align-items: end;
    }
    .switch-container {
        display: flex;
        align-items: center;
        justify-content: flex-end; /* Aligns the switch to the right */
        margin-right: 10px;
        padding: 0px;
    }

    .text-banner {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: rgba(41, 10, 89, 0.7); /* Bande violette */
        color: #f2f2f2;
        padding: 10px 10px;
        font-size: 1.5em;
        font-weight: bold;
        position: relative;
        z-index: 2;
        display: inline-block !important;
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 200px; /* Adjusted width for text */
        height: 80px;
    }
    input:checked + .slider:before {
        transform: translateX(100px); /* Moves the toggle ball to the right */
    }
}

@media (max-width: 1055px) {
    .pricing-container {
        display: flex;
        gap: 5px !important;
        margin-top: 310px;
        margin-left: 15px !important;
        align-items: end;
    }
}

@media (max-width: 1149px) {
    .pricing-container {
        display: flex;
        gap: 25px;
        margin-top: 310px;
        margin-left: 20px;
        align-items: end;
    }
}
