.mylink-a {
    color: whitesmoke !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    padding-top: 20px !important;
}

.text-container {
    color: whitesmoke;
    margin: 5% 5% 5% 5%;
    position: relative;
}

.text-container h1 {
    font-weight: bold;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 3em;
    line-height: 1.1;
    margin-bottom: 5%;
}

.text-container p {
    font-size: 2.5em;
    font-weight: lighter;
    font-family: 'Helvetica', sans-serif;
    line-height: 1.1;
    margin-bottom: 5%;
}

.text-container h3 {
    font-size: 1.5em;
    font-weight: 300;
    font-family: sans-serif;
    color: ghostwhite;
    line-height: 1.1;
    margin-bottom: 5%;
}

.text-container span {
    font-weight: bold;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1.5em;
}

@media (max-width: 768px) {
    .text-container h1 {
        font-size: 2em;
    }

    .text-container p {
        font-size: 1.5em;
    }

    .text-container h3 {
        font-size: 1em;
    }

    .text-container span {
        font-size: 1em;
    }
}

.text-container {
    position: relative;

    /*margin:30px 310px 200px 320px;text-align: justify-all;*/
    text-align: justify;
    font-family: "Helvetica Neue";
}

.text-container h1 {
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-right: 25px;
    text-align: justify;
    line-height: 1.1; /* Ajustez cette valeur si nécessaire */
}


.border-horizontal, .border-vertical {
    position: absolute;
    background-color: #0fff8f; /* Couleur de la bordure */
}

.border-horizontal {
    bottom: 0;
    right: 0;
    width: 70px; /* Longueur du trait horizontal */
    height: 10px; /* Épaisseur du trait horizontal */
}

.border-vertical {
    bottom: 0;
    right: 0;
    height: 70px; /* Longueur du trait vertical */
    width: 10px; /* Épaisseur du trait vertical */
}

.promo-container .highlight {
    color: #FF4500;
    font-weight: bold;
    direction: rtl;
}
.border-classic {
    border: 2px solid #f93614;
}

.btn-classic {
    background: #f93614;
}

.border-premiun {
    border: 2px solid #cb3744;
}

.btn-premiun {
    background: #cb3744;
}

.border-pro {
    border: 2px solid #cb3744;
}

.btn-pro {
    background: #cb3744;
}

.custom-card {
    text-align: center;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 25px;
    height: 530px;
}

.custom-card img {
    width: 70%;
    margin-bottom: 20px;
    height: 320px;
}

.custom-card button {
    width: 70%;
}