.display-2 {
    opacity: 0.6;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.subtitle {
    opacity: 0.5;
}

.abonnement-switcher {
    display: flex;
    justify-content: center;
}

.abonnement-periode {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 20px;
    color: #777;
}

#switcher {
    width: 0;
    height: 0;
    visibility: hidden;
}

.switcher-label {
    display: block;
    width: 70px;
    height: 30px;
    background-color: #83c5aa;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 0 0 20px #477a8550;
    text-align: center;

}

.switcher-label::after {
    content: "";
    width: 24.5px;
    height: 24.5px;
    background-color: #e8f5f7;
    position: absolute;
    border-radius: 15px;
    top: 10%;
    left: 5%;
    transition: 0.5s;
    padding-top: 8%;
}

#switcher:checked+.switcher-label:after {
    content: "";
    left: calc(95%);
    transform: translateX(-100%);
}

#switcher:checked+.switcher-label {
    background-color: #a5e0f7;
}

.offer {
    color: #5b9cec;
    font-weight: 600;
}

.abonnement-card {
    height: 100%;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 2.25rem !important;
}

.card-premium {
    border: solid 2px #83c5aa !important;
}

.abonnement-title {
    color: #3465a4;
    font-size: 25px;
}

.abonnement-description {
    margin-bottom: 2rem;
    color: #073268;
    opacity: 0.8;
    padding: 0 10%;
    text-align: justify !important;
    text-align-last: center;
    font-size: 14px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.abonnement-price {
    font-size: 25px;
}

.btn-abonnement {
    background-color: #5b9cec !important;
    border-color: #5b9cec !important;
    color: white !important;
    border-radius: 5px;
}

.btn-abonnement:hover {
    background-color: #83c5aa !important;
    border-color: #83c5aa !important;
}

.abonnement-description-list {
    list-style: none;
}

.abonnement-description-list li {
    margin-bottom: 1rem;
    font-size: 16px;
    color: #073268;
    opacity: 0.9;
    line-height: 1.2
}

.additional-info-link {
    color: #5b9cec;
    font-weight: 600;
    font-size: 20px;
}

.additional-info-link:hover {
    color: #83c5aa !important;
}

#additionnal-infos ul li {
    margin-bottom: .5rem;
    opacity: 0.9;
}

@media (min-width: 1400px) {
    #sub {
      padding-left: 7rem;
      padding-right: 7rem;
    }

    #desc {
        width: 65%;
    }

    #additionnal-infos {
        padding-left: 7rem;
        padding-right: 7rem;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #sub {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #sub {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    #sub {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 576px) {
    #desc {
        width: 95%;
    }

    #additionnal-infos {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
