@font-face {
    font-family: "CocosharpXlBold";
    src : url("../fonts/CocoSharpXL-Bold.otf");
}
@font-face {
    font-family: "Juana Alt";
    src : url("../fonts/Fontspring-DEMO-juanaalt-regular.otf");
}
body {
    background-image:url(../img/page-background.png);
    min-height: 600px;
}
#top {
    background-color: #162F6D !important;
}
#top a.nav-link {
    font-family: "CocosharpXlBold", sans-serif;
    color: #ffffff;
    padding: 0 20px;
    margin: 0 5px;
    font-size: 16px;
}
#top-left  a.nav-link.active {
    color: #95FBFF;
    background: rgb(89, 89, 89, 0.25);
    border-left: 5px solid #3fbfec;
    border-right: 5px solid #3fbfec;
    border-radius: 10px;
}
#top-right a.nav-link {
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-family: "Roboto", "CocosharpXlBold", sans-serif;
    font-weight: 100;
    background-color: #ffffff;
    color: #162F6D;
}
#top-right a.nav-link.outline {
    background-color: transparent;
    color: #ffffff;
}
#section-hero {
    color : #ffffff;
}
#section-hero .title, #section-avantage .title, #section-demo .title, #section-contact .title {
    color: #95FBFF;
    font-size: 40px;
    font-family: "Juana Alt", "CocosharpXlBold", sans-serif;
}
#section-hero .list ul li {
    list-style: none;
    display: inline-block;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
#section-hero .list svg {
    color: #95FBFF !important;
}
#section-hero .buttons a, #section-demo .buttons a {
    border: 2px solid #ffffff;
    border-radius: 20px;
    font-weight: 100;
    background-color: #ffffff;
    color: #162F6D;
    text-decoration: none;
    padding: 7px 10px;
    margin-right: 15px;
}
#section-hero .buttons a.outline {
    background-color: transparent;
    color: #ffffff;
}
#section-hero .btn-group {
    border-radius: 20px;
}
.card-offer {
    border-radius: 40px !important;
    color: #5C5C87 !important;
    overflow: hidden;
    background: #EAEBF3 !important;

}
.card-offer .card-offer-title {
    font-size: 1.6rem;
    font-weight: bolder;
    font-family: "CocoSharpXL Heavy", sans-serif;
    margin-bottom: 1rem;
}
.card-offer .card-offer-price {
    margin-bottom: 1rem;
    font-weight: bolder;
    font-size: 2rem;
}
.card-offer-price .small {
    font-size: 1rem;
}
.card-offer .card-offer-details th {
    font-size: 1rem;
    padding-bottom: 1rem;
}
.card-offer-period .active {
    color: #3fbfec;
    font-weight: bold;
}
.card-offer .card-offer-details td {
    font-size: 0.8rem;
    padding-bottom: 0.6rem;
    color: #888;
}
.card-offer:hover, .card-offer.active {
    background: #ffffff !important;
}
.card-offer:hover .card-offer-details td, .card-offer.active .card-offer-details td {
    font-size: 0.8rem;
    padding-bottom: 0.6rem;
    color: #5C5C87 !important;
}
.diagonal-text {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    transform-origin: center;
    z-index: 1;
}

.diagonal-text::before {
    content: "";
    display: block;
    height: 0;
    padding-top: 100%;
}

.diagonal-text > span {
    display: inline-block;
    background: #95FBFF;
    padding: 6px 45px;
    transform: translateY(-50%);
    font-size: 18px;
    text-align: center;
    color: #162F6D;
    white-space: nowrap;
}
.rating i, .rating svg {
    color: #F3CD03 !important; /* Couleur or pour les étoiles */
}

#section-rating .comment {
    color: #ffffff;
}
#section-rating .card {
    background: transparent;
    color : #ffffff;
    border: none;
}
#section-rating .card.active, #section-rating .card:hover {
    background: rgb(255,255,255, 0.1) !important;
}
#section-fonctionalite table thead th {
    color : #162F6D;
}
#section-fonctionalite table tbody td {
    border-bottom: 1px solid #7c7c7c38;
    margin: 0px 10px !important;
}
#section-fonctionalite table tbody td .fa-check {
    color: #2CF16E;
}
#section-fonctionalite table tbody td .fa-xmark {
    color: #D24343;
}
#section-fonctionalite th:first-of-type {
    border-top-left-radius: 25px;
}
#section-fonctionalite th:last-of-type {
    border-top-right-radius: 25px;
}
#section-fonctionalite tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 25px;
}
#section-fonctionalite tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 25px;
}
#section-avantage .item-avantage {
    color: #ffffff;
    text-align: center;
}
#section-avantage .item-avantage svg {
    font-size: 3rem;
    margin-bottom: 2rem;
    margin-bottom: 2rem;
}
#section-demo ul li {
    color: #ffffff;
}
#section-demo ul li svg {
    color: #2CF16E;
}
#footer {
    color: #ffffff;
}
#footer .title {
    font-size: 1rem;
    padding-bottom: 1rem;
}
#footer ul li a {
    text-decoration: none;
    color: #ffffff;
}
#section-contact {
    color : #ffffff;
}
#section-contact a {
    text-decoration: none;
    color: #ffffff;
}