/* Conteneur principal */
.offer-container {
    background-color: rgb(
        198,
        184,
        217,
        0.9
    ); /* Couleur de fond pour le conteneur */
    padding: 0 30px;
    border-radius: 33px;
    margin: 50px 10px 0px 10px;
    max-width: 900px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    /* position: relative; */
    color: #fff;
    min-height: 250px;
}
.height-320 {
    height: 320px;
}

/* Cercle en arrière-plan */
.offer-circle {
    position: absolute;
    top: -80px;
    left: 10px;
    width: 370px;
    height: 370px;
    background-color: #c6b8d9; /* Couleur du cercle */
    border-radius: 50%;
    z-index: 1;
}

.modal-silver {
    background: transparent !important;
    border: none;
    left: 50%;
    transform: translateX(-42%);
}

.offre_liste li {
    list-style-type: disc;
    color: #041d26;
}

/* Titre et sous-titre */
.offer-title {
    position: relative;
    z-index: 2;
}

.offer-title h2 {
    /* text-align: center; */
    font-size: 80px;
    color: #d9d9d9;
    font-weight: 300;
    margin: 5px 0;
    margin-top: 50px;
}

.offer-title h3 {
    font-size: 14px;
    color: #b0b0b0;
    font-weight: normal;
    margin: 0;
}

/* Texte du contenu */
.offer-content {
    position: relative;
    z-index: 2;
    font-size: 20px;
    color: #041d26;
    margin-top: 20px;
    font-weight: 600;
    margin-left: 30px;
}

.offer-content p {
    line-height: 1.6;
}

/* Style des puces */
.offer-content ul {
    padding-left: 20px;
    list-style-type: disc;
}

.offer-content li {
    margin: 10px 0;
}

.offer-content strong {
    color: #501f60;
    font-weight: bold;
}

.offer-content-gold {
    position: relative;
    z-index: 2;
    font-size: 20px;
    color: #f6f6f6;
    margin-top: 40px;
    font-weight: 400;
    padding: 20px;
}

/* Style des puces */
.offer-content-gold ul li {
    list-style-type: disc;
}

.offer-content-gold li {
    margin: 10px 0;
}

.offer-content-gold strong {
    color: #f6f6f6;
    font-weight: bold;
}

.offer-container button img {
    width: 17px;
    cursor: pointer;
    transform: translate(51em, 2em);
    position: absolute;
    z-index: 8;
}
.offer-container button {
    margin-top: 0px;
}

/*----puce-----*/

/* .offre_liste {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offre_liste li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: black;
}  */
.modal-gold {
    left: 50%;
    transform: translateX(-42%);
}
.titre-gold {
    color: #dcb253 !important;
    font-weight: 600 !important;
    margin-left: 50px !important;
    margin-top: 100px !important;
}

@media (max-width: 480px) {
    .croix {
        width: 40px !important;
        transform: translate(9em, -7em) !important;
    }
    .titre-gold {
        color: #dcb253 !important;
        font-weight: 600 !important;
        margin-left: 10px !important;
        margin-top: 70px !important;
    }
    .offer-content-gold {
        font-size: 16px;
        padding: 5px;
    }
    .modal-gold {
        left: 50%;
        transform: translateX(-50%);
    }
    .offer-container {
        background-color: #b2a1c7; /* Couleur de fond pour le conteneur */
        padding: 20px 30px;
        border-radius: 48px;
        margin: 0px 10px 0px 10px;
        max-width: 350px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        position: relative;
        color: #fff;
    }
    .offer-content {
        font-size: 16px;
    }

    .height-320 {
        height: unset;
    }

    /*------Button close modale---------*/
    .offer-container button img {
        width: 40px;
        cursor: pointer;
        transform: translate(18em, -6em);
        position: absolute;
        z-index: 8;
    }
    .modal-silver {
        background: transparent !important;
        border: none;
        left: 50%;
        transform: translateX(-50%);
    }
    .offer-circle {
        position: absolute;
        top: -105px;
        left: -5px;
        width: 350px;
        height: 350px;
    }
}

@media (min-width: 505px) and (max-width: 950px) {
    .offer-container {
        background-color: #b2a1c7; /* Couleur de fond pour le conteneur */
        padding: 20px 30px;
        border-radius: 20px;
        margin: 0px 10px 0px 10px;
        max-width: 450px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        position: relative;
        color: #fff;
    }
}
