body {
    background-color: #ffffff;
}
a {
    color: #FE6721;
}
.logo-text {
    font-size: 22px;
}
.navbar-brand {
    color: black;
    transform: none;
}
.custom-navbar {
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: transform 0.3s, background-color 0.3s;
    }
.bg-beige {
    background-color: #F8F5F2;
}
.bg-deep-blue {
    background-color: #003F63;
}
.bg-orange {
    background-color: #fe8121;
}
.btn-orange {
    background-color: #fe8121;
    color: #fff;
}
.btn-outline-orange {
    border: 2px solid #fe8121;
    color: #fe8121;
}
.btn-outline-orange:hover {
    background-color: #fe8121;
    color: #fff;
}
.btn-orange:hover {
    background-color: #e45b1d;
    color: #fff;
}
.btn-outline-turquoise {
    border: 2px solid #003da5;
    color: #003da5;
}
.btn-outline-turquoise:hover {
    background-color: #003da5;
    color: #fff;
}
.btn-turquoise {
    background-color: #003da5;
    color: #fff;
}
.btn-turquoise:hover {
    background-color: #002d7b;
    color: #fff;
}
.icon-turquoise {
    color: #003da5;
}
.hero{
  position: relative;
  background: linear-gradient(#fe6721, #fdc759);
  min-height: 70vh;
  overflow: hidden;
}
.hero .hero-media{
  position:absolute; inset:0; z-index:0; display:block;
}
.hero .hero-media img{
  width:100%; height:100%;
  object-fit: cover;         /* remplit le hero */
}
.hero > * {
    z-index: 1;
}
.slogan {
    font-size: 15px;
    font-weight: 400;
}
.forfait-card-img {
    height: 200px;
    object-fit: cover;
}
.forfait-card-img-detail {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
a.badge {
    text-decoration: none !important;
}
.form-control:focus {
    border-color: #FE6721;
    box-shadow: 0 0 0 0.2rem rgba(254, 103, 33, 0.50); /* Example: Match box-shadow to new border color */
}
.form-select:focus {
    border-color: #FE6721;
    box-shadow: 0 0 0 0.2rem rgba(254, 103, 33, 0.50); /* Example: Match box-shadow to new border color */
}
.badge.bg-secondary {
    background-color: #9c9c9c !important;
}

.text-orange {
    color: #FE6721;
}
.package:hover {
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.package-link {
    text-decoration: none;
    color: black;
}
.bg-footer {
    background-color: #f8f9fa;
}
.btn-close {
    border-radius: 50%;
    transition: none;
}
.btn-close:hover {
    background-color: #ededed;
}
.badge-alert {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.match {
    border: 2px solid #fe8121;
    /*border: 2px solid #ed24cc !important;*/
    /*box-shadow: 0 .5rem 1rem rgba(254, 103, 33, .50) !important;
    box-shadow: 0 .5rem 1rem rgba(237, 36, 204, .50) !important;*/
}

.match:hover {
    box-shadow: 0 .5rem 1rem rgba(254, 129, 33, 0.50) !important;
    /*box-shadow: 0 .5rem 1rem rgba(237, 36, 204, 1) !important;*/
}

.match-badge {
    background-color: #fe8121;
    font-size: 20px;
    /*background-color: #ed24cc;*/
}

.package-mentions {
    max-width: calc(100% - 4.5rem);
}

.btn-favorite {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.btn-search {
    width: 40px;
    height: 40px;
    color: white;
    background-color: #fe8121;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    align-self: center;
    flex: 0 0 40px;
}

.btn-search:hover {
    background-color: #db591d;
}

.search-form:hover {
    cursor: pointer;
    background-color: #ebebeb;
}

.search-form:focus {
    background-color: #ffffff;
}

.subscription-option {
    cursor: pointer;
}

.subscription-option.selected {
    background-image: linear-gradient(#3687ff, #0d6efd);
    color: white !important;
}
.text-premium {
    background-image: linear-gradient(#fdc759, #fe6721);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Fallback for older browsers if -webkit-text-fill-color isn't supported */
    font-size: 30px; /* Adjust font size as needed */
    font-weight: bold;
}

.blurred-forfait {
    filter: blur(4px);
    pointer-events: none;
}
.bg-preferences {
    /*background-image: linear-gradient(#c8a3ff, #FE6721);*/
    background-image: linear-gradient(#fdc759, #fe6721);
    color: white !important;
}
.preferences {
    width: 750px;
}
@media (max-width: 767.98px) {
    .preferences {
        width: 90%;
    }
}