body {
    color: #323232;
    background-color: #e8e8e8;
}
@font-face {
    font-family: "Fufu";
    src: url("../fonts/400-i.ttf") format("opentype");
    font-style:italic; font-weight:400;
}
@font-face {
    font-family: "Fufu";
    src: url("../fonts/700.ttf") format("opentype");
    font-style:normal; font-weight:700;
}
@font-face {
    font-family: "Fufu";
    src: url("../fonts/700-i.ttf") format("opentype");
    font-style:italic; font-weight:700;
}
.white-bg{background-color: #FFF;}
.light-abr-bg{background-color: #FFF6EF;}
.light-bg{background-color: #ececec;}
.blue-elec{color: rgb(0, 56, 206);}
.no-link {text-decoration: none;color: inherit;}
.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 80;
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    margin-right: 48px;
}
.nav-link:last-child {
    margin-right: 0;
}
.header-image {
    position: relative;
    height: 1100px;
    background: url('../uploads/assets/background.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
}
.header-image-sm {
    position: relative;
    height: 300px;
    background: url('../uploads/assets/fond-sm.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
}
.header-container{
    position: absolute; top: 200px;
    left: auto;
    right: auto;
    z-index: 1;
    padding-right: 5vw;
    padding-left: 2vw;
}

.calendar-container {
    /*width: 90%;*/
    margin: 0 auto;
    position: relative;
}
.calendar-container-dyn{
    padding: 20px;
    /*background: rgba(60, 64, 70, 0.8);*/ /* White with transparency */
    background: rgba(45, 55, 71, 0.57); /* White with transparency */
    border-radius: 23px;
    z-index: 2;
    /*box-shadow: 0 4px 15px rgba(156, 161, 182, 0.26);*/
    box-shadow: 0 4px 15px rgba(9, 12, 29, 0.26);

}
.header-content {
    z-index: 2;
    margin-bottom: 60px;
    margin-left: auto;
    /*margin-top: 35vh;*/
    /*max-width: 45%;*/
}
.header-content .logo-grand {
    max-width: 320px;
    height: auto;
    margin: 30px 0;
}
.title-header{
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1px;
}
.uptitle-header{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #9EC6FF;
    letter-spacing: 1px;
}.uptitle-breadcrumb{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #748ba9;
    letter-spacing: 1px;
}
.title-equipe{
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
}


.calendar-container-img img {
    border-radius: 23px;
}
.h1-40-bold{
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.h2-24-bold{
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.p-18-reg span{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.p-18-reg p{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.p-18-reg {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.p-11-reg {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.grey-60{
    color: #D7D7D7;
}
.grey-20{
    color: #666;
}
.icon-header{
    width: 48px;
}

.icon-picto{
    width: 50px;
}


/* Grid container */
.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three equal columns */
    gap: 38px; /* Space between cards */
    padding: 20px;
}

/* Single card styling */
.card-cal {
    background-color: #f2f2f2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Card content */
.card-cal-title {
    font-size: 1.1rem;
    margin-bottom: 4px;
    color: #333;
    font-family: "DM Sans", sans-serif;
    font-weight: 900;
}

.card-cal-text {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 0px;
}
.card-cal-main {
    padding: 8px 10px;
}
.card-cal-main-off{
    /*background-color: #bababa;*/
}
.card-cal-date {
    min-width: 86px;
    padding: 17px;
    text-align: center;
    background-color: #b61f30;
}
.card-cal-date-off {
    /*background-color: #6d1a15;*/
}
.card-cal-num {
    font-family: "Inria Sans", sans-serif;

    font-size: 18px;
    font-weight: 700;
}
.card-cal-num-off{
    /* color: #666;*/
}
.card-cal-number {
    font-family: "Fufu", sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #333;
    font-size: 38px;
    margin-bottom: 0;
}
.card-cal-flag{
    width: 24px;
    border-radius: 3px;
}
.floating-button {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: -20px; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    background-color: #D22E25; /* Primary button color */
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 40px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

.floating-button:hover {
    background-color: #e53228; /* Darker shade for hover */
}
.floating-button-right {
    position: absolute;
    bottom: -20px;
    right: -20px; /* Adjust as needed */
    background-color: #D22E25; /* Success button color */
    color: white;
    border: none;
    border-radius: 50%; /* Circular button */
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

.floating-button-right:hover {
    background-color: #e53228; /* Darker shade for hover */
}

.round-button-right {
    bottom: 0px;
    right: 0px; /* Adjust as needed */
    background-color: #ffffff; /* Success button color */
    color: #1b1b1b;
    border: none;
    border-radius: 50%; /* Circular button */
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}
.round-button-right:hover {
    background-color: #ffffff;
    color: #1b1b1b;
}


.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}
.overlay-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;

}
.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--kdo-image-url);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.overlay-container img {
    width: 100%;
    height: 350px;
}

.spacer-equipe{
    padding: 180px 0px;
}
.uptitle-section{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #6F7174;
}
.title-section {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 43px;
    color: #27282B;
    z-index: 1;
}

.title-section-div {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #27282B;
    z-index: 1;
}
.uptitle-news{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #6F7174;
}
.title-news {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #27282B;
    z-index: 1;
    margin-bottom: 10px;
}
.underline-section {
    position: relative;
    display: inline-block;
    z-index: 3; /* Ensure text is above the underline */
}

.underline-section::after {
    content: "";
    position: absolute;
    bottom: 2px; /* Adjust as needed */
    left: 0;
    width: 80px;
    height: 15px;
    z-index: -1; /* Lower z-index than text */
    background-color: #D22E25;
}

.intro-section{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #6F7174;
    line-height: 26px;
}

.title-prez {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #27282B;
}

.btn-primary {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #D22E25; /* Primary button color */
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 40px;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth hover effect */
}
.btn-primary:hover {
    background-color: #d12920;
}

:root {
    /* colors */
    --sg0-color-primary-hsl: 250, 84%, 54%;
    --sg0-color-bg-hsl: 0, 0%, 100%;
    --sg0-color-contrast-high-hsl: 230, 7%, 23%;
    --sg0-color-contrast-higher-hsl: 230, 13%, 9%;
    --sg0-color-bg-light-hsl: 0, 0%, 100%;

    /* spacing */
    --sg0-space-sm: 0.75rem;
    --sg0-space-md: 1.25rem;
}

@media(min-width: 64rem){
    :root {
        /* spacing */
        --sg0-space-sm: 1.125rem;
        --sg0-space-md: 2rem;
    }
}

/* component */
.stack-cards {
    --stack-cards-gap: var(--sg0-space-sm);
    --stack-cards-item-ratio: 2/1;
    padding: 0 5px;
}

.stack-cards__item {
    position: sticky;
    top: var(--sg0-space-md);
    height: 0;
    padding-bottom: calc(100%/(var(--stack-cards-item-ratio)));
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.stack-cards__item > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    color: rgb(230, 230, 230);
    font-family: "Inter", sans-serif;
}

.card-service {
    content: "";
    background-color: var(--bg-card-service);
    border-width: 2px;
    border-color: rgba(204, 204, 204, 0.1);
    border-style: solid;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 32px;
    opacity: 1;
    list-style: none;
    overflow: hidden;
    box-shadow:0 0.9px 1.5px rgba(0, 0, 0, 0.03),0 3.1px 5.5px rgba(0, 0, 0, 0.08),0 14px 25px rgba(0, 0, 0, 0.12);
}


@media(min-width: 40px){
    .stack-cards__item {
        height: 857px;
    }
}
@media(min-width: 760px){
    .stack-cards__item {
        height: 800px;
    }
}
@media(min-width: 1092px){
    .stack-cards__item {
        height: 100%;
    }
}


.card-ombrage {
    z-index: 1;
    aspect-ratio: 1 / 1;
    bottom: 48px;
    flex: none;
    overflow: hidden;
    position: absolute;
    right: -1px;
    top: -45px;
    width: 476px;
    will-change: transform;
}
.card-service-titre {
    font-weight: 300;
    font-size: 36px;
}
.card-service-p {
    color: #bdc5d1;
}
.ombrage-1 {
    background-color: rgb(231, 0, 0);
    filter: blur(100px);
    border-radius: 1000px;
    opacity: 0.10;
}
.ombrage-2 {
    background-color: rgb(155, 9, 9);
    filter: blur(100px);
    border-radius: 1000px;
    opacity: 0.17;
}
.ombrage-3 {
    background-color: rgb(231, 0, 0);
    filter: blur(100px);
    border-radius: 1000px;
    opacity: 0.18;
}
.ombrage-4 {
    background-color: rgb(201, 94, 94);
    filter: blur(100px);
    border-radius: 1000px;
    opacity: 0.15;
}
.ombrage-5 {
    background-color: rgb(103, 15, 15);
    filter: blur(100px);
    border-radius: 1000px;
    opacity: 0.15;
}
.ombrage-6 {
    background-color: rgb(163, 37, 37);
    filter: blur(100px);
    border-radius: 1000px;
    opacity: 0.15;
}
.content-card-service{
    position: relative;
    z-index: 2;
}

/* utility classes */
.sg0-overflow-hidden {
    overflow: hidden;
}

.sg0-shadow-md {
    box-shadow:0 0.9px 1.5px rgba(0, 0, 0, 0.03),0 3.1px 5.5px rgba(0, 0, 0, 0.08),0 14px 25px rgba(0, 0, 0, 0.12);
}

.sg0-radius-lg {
    border-radius: 0.5em;
}

.sg0-bg {
    --sg0-bg-o: 1;
    background-color: hsla(var(--sg0-color-bg-hsl), var(--sg0-bg-o, 1));
}

.sg0-flex-center {
    justify-content: center;
    align-items: center;
}

.sg0-flex {
    display: flex;
}

:where(.sg0-inner-glow) {
    position: relative;
}

.sg0-inner-glow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075);
}

.sg0-bg-light {
    --sg0-bg-o: 1;
    background-color: hsla(var(--sg0-color-bg-light-hsl), var(--sg0-bg-o, 1));
}

.btn-round {
    border-radius: 25px;
    padding: 7px 40px;

}
.iframe-service-container iframe {
    position: relative;
    z-index: 6;
}

.card-review {
    border-radius: 32px;
    background-color: #ffffff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.03);
    padding: 32px;
    margin: 0 32px;
    color: #6F7174;
    height: 100%;
}
.card-picto {
    border-radius: 22px;
    background-color: #ffffff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    color: #3f3d3d;
    width: 120px;
    height: 100%;
}
.card-picto div {
    font-size: 13px;
    color: #333;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}

.card-review-fb{
    background-color: #3b5999;
}
.reviews-link {
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
    color: #737373;
}
.review-number{
    font-weight: bold;
    color: #595959;
}
.rating-big {
    font-size: 1.8rem;
    font-weight: bolder;
    color: #242424;
}

.reviews-link-fb {
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
    color: #dfdfdf;
}

.avi-nom {
    font-family: "Inter", sans-serif;
    color: #1b1b1b;
    font-weight: 700;
}
.review-number-fb{
    font-weight: bold;
    color: #eeeeee;
}
.rating-big-fb {
    font-size: 1.8rem;
    font-weight: bolder;
    color: #f9f9f9;
}
.stars {
    color: #fbbc05;
    font-size: 1.5rem;
}
.google-logo {
    height: 69px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr); /* Two columns for tablets */
    }
}

@media (max-width: 500px) {
    .overlay-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: var(--kdo-sm-image-url);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media (max-width: 760px) {
    .card-grid {
        grid-template-columns: 1fr; /* Single column for mobile devices */
    }
    .card-review {
        height: auto;
        margin: 20px 20px;
    }
    .spacer-equipe{
        padding: 40px 0px;
    }
}
.card-grid {
    justify-items: stretch; /* Ensure all cards stretch evenly */
    align-items: start; /* Prevent gaps for uneven rows */
}
.button-cta{
    display: inline-block;
    padding: 0.3rem 1.5rem;
    font-size: 15px;
    font-weight: 600;
    color: white;
    border: 3px solid #e53228;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
}

.button-cta::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:#e53228;
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
}

.button-cta:hover::before {
    transform: translateX(0);
}

@media (max-width: 1200px) {
    .navbar {
        background: #000;
    }
    .navbar-dark .navbar-brand,
    .navbar-dark .navbar-nav .nav-link {
        color: #FFF;
    }
    .navbar-dark .navbar-toggler-icon {
        /*filter: invert(1); /* Ensure the toggler icon is visible on white */
    }


    .header-content {
        z-index: 2;
        margin-bottom: 60px;
        /*margin-top: 100vh;*/
        /*max-width: 90%;*/
    }
}
@media (max-width: 760px) {
    .header-content {
        z-index: 2;
        margin-bottom: 60px;
        /*margin-top: 1400px;*/
        /*max-width: 90%;*/
    }
    .header-container{
        top: 91px;
    }
    .best-chrono-container{
        height: 350px;
    }
}

.uptitle-footer{
    color: #fff !important;
    font-size: 1em !important;
    font-weight: 400 !important;
    opacity: .6 !important;
    letter-spacing: 2px !important;
}
.title-footer{
    color: #fff !important;
    font-size: 2.4em !important;
    font-weight: 700 !important;
}
.segment-footer{
    color: #fff !important;
    font-size: 1em !important;
    font-weight: 400 !important;
    opacity: .6 !important;
}
.segment-title-footer{
    color: #fff !important;
    font-weight: 700 !important;
}
.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: .85rem;
    line-height: 1.85;
}
.custom-form-style-1 .form-control {
    height: calc(1.5em + 1.85rem + 2px);
    padding: 0.975rem 1.25rem;
}
.form-control:not(.form-control-lg) {
    font-size: .75rem;
    line-height: 1.3;
}
.custom-select-1 select, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
    -webkit-appearance: none;
}
.form-control {
    border-color: rgba(0,0,0,.09);
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-right-color: rgb(206, 212, 218);
    border-bottom-color: rgb(206, 212, 218);
    border-left-color: rgb(206, 212, 218);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
}
.form-group {
    margin-bottom: 1rem;
}
.spacer-end-of-block {
    padding-bottom: 125px;
}
.spacer-start-of-block {
    padding-bottom: 25px;
}
.form-control::placeholder, input[type="color"]::placeholder, input[type="date"]::placeholder, input[type="datetime-local"]::placeholder, input[type="datetime"]::placeholder, input[type="email"]::placeholder, input[type="month"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, input[type="week"]::placeholder, textarea::placeholder {
    color: #bdbdbd;
}
.footer-bas-bis {
    font-size: 12px;
}
.footer-bas {
    font-size: 14px;
}

.rea_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}
.alla .image img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
    border: 0px solid #fff;
}

.rea_item {
    border-radius: 15px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.rea_item_wrapper {
    position: relative;
}
.rea_item .image img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    height: 290px;
    object-fit: cover;
    border-radius: 15px;
    border: 0px solid #fff;
}
.image-b{
    position: relative;
}
.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 15px;
    height: 100%;
    /*background-color: rgba(5, 21, 100, 0.2); /* Replace with your desired color and opacity */
    pointer-events: none; /* Prevents interaction with the overlay */
}
.alla-content {
    width: 100%;
    max-width: 85%;
    padding: 15px;
    border: 2px solid #1B2740;
    border-radius: 11px;
    position: relative;
    left: 30px;
    top: -30px;
    color: #1B2740;
    background: #fff;
}
.rea_item_content {
    width: 100%;
    max-width: 85%;
    padding: 15px;
    border: 2px solid #1B2740;
    border-radius: 11px;
    position: relative;
    left: 30px;
    top: -30px;
    color: #1B2740;
    background: #fff;
}
.rea_trace{
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 10px;
    border-radius: 15px;
    background: #fff;
}
.rea_item h3 {
    color: #1B2740;
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 600;
    /*text-transform: uppercase;*/
}
@media screen and (min-width: 600px) {
    .rea_item {
        width: calc(50% - 10px);
        margin: unset;
    }
    .rea_item_content {
        max-width: 350px;
    }
}
@media screen and (min-width: 1200px) {
    .rea_item {
        width: calc(33% - 7.5px);
    }
}

.image-journees{
    border-radius: 19px 19px 0px 0px;
    overflow: hidden;
    width: 350px;
}
.bottom-journees{
    /*border-radius: 19px 19px 0px 0px;*/
}
.month-journees {
    font-size: 12px;
    font-family: "Gil-SemiBold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #c23321;
}
.day-journees {
    font-size: 34px;
    font-family: "Gil-SemiBold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #373737;
    margin-top: -5px;
}
.card-journees-title{
    font-family: "Open sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
}
.card-journees-sm{
    background: #FFFFFF;
    filter: drop-shadow(0px 19px 47px rgba(119, 115, 170, 0.10));
    border-radius: 20px;
    width: 100%;
}.card-journees{
     background: #FFFFFF;
     filter: drop-shadow(0px 19px 47px rgba(119, 115, 170, 0.10));
     border-radius: 20px;
 }
.miniPlaceNiveau {
    font-family: 'Sen', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #ABABB5;
}
.miniPlaceDetail {
    font-family: 'Sen', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #58585D;
}
.card-shadow{
    background: #FFFFFF;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.btn-circuit{
    width: 100%;
}
.best_lap{
    position: absolute;
    left: 3rem;
    top: 55px;
    padding: 30px 70px;
    border-radius: 15px;
    background: var(--bg-card-best-lap);
}
.best_lap_relative{
    padding: 40px 70px;
    background: var(--bg-card-best-lap);
}
.best_lap_first {
    color: var(--first-card-best-lap);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 19px;
}
.best_lap_second{
    color: #D9E2E6;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 40px;
}
.best_lap_third {
    color:var(--first-card-best-lap);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.best_lap_fourth{
    color: var(--fourth-card-best-lap);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.accordion-item {
    --bs-accordion-btn-bg:#f2f3f6;
    border-top: 1px;
    margin-top: 20px;
    background-color: #f2f3f6;

    letter-spacing: -0.04em;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6;
}
.accordion-header {
    background-color: #f2f3f6;
}
.accordion-button {
    flex-shrink: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: #333;
}
.accordion-body{
    background-color: #FFF;
    padding: 3rem;
}

.card-cta{
    color: #fff;
    border-radius: 20px;
    background-color: #FFF;
    /*background-image: linear-gradient(to right top, #1682e6, #3c89e6, #5290e7, #6497e7, #739ee7, #6ea9ee, #6ab4f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);*/
    /*background-image: linear-gradient(to right top, #1487e7, #007be7, #006fe5, #1361e2, #2b52dd);*/
    /*background-image: linear-gradient(to right top,#2b52dd, #1361e2, #006fe5, #007be7, #1487e7);*/

    filter: drop-shadow(0px 19px 47px rgba(119, 115, 170, 0.10));
}
.card-cta h5{
    color: #27282B;
}
.card-cta .btn-default {

    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #D22E25;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 40px;
    cursor: pointer;
    transition: background-color 0.3s ease;

}

/*
    Colorbox image lightbox
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible; background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000; padding:1px;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url('../../public/images/controls.png') no-repeat 0 0;}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

.redDot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    margin-left: 5px;
    position: relative;
    top: 0px;
    background: #FF0000;

}
.oranDot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    margin-left: 5px;
    position: relative;
    top: 0px;
    background: #FFA800;

}
.greenDot{
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    margin-left: 5px;
    position: relative;
    top: 0px;
    background: #157018;
}
.no-gutter {
    padding-left: 0rem;
    padding-right: 0rem;
}
.centp img{
    max-width: 100%;
}
.carousel-item-mobile {
    height: 412px; /* Adjust as needed */
}

.carousel-item-mobile .d-block {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.card-journees img{
    max-width: 100%;
}