html {
    scroll-padding-top: 110;
    scroll-behavior: smooth
}

body {
    font-family: "Roboto", "Sora", sans-serif;
    overflow-x: hidden !important;
    color: #17212a
}

::placeholder {
    color: #adb5bd;
}

form label,
label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.row>* {
    position: relative
}


a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

.nav-link {
    color: #000;
    font-weight: 600;
}

.nav-link:hover {
    color: #E4131F;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #E4131F;
    background: none;
}

.bg-toast-danger {
    background-color: #dc3545 !important;
    color: #fff !important;
}

.bg-toast-success {
    background-color: #198754 !important;
    color: #fff !important;
}

@media(min-width: 200px)and (max-width: 1024px) {
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 20px !important;
        color: #fff !important;
        background: #fff
    }

    .navbar-custom .navbar-nav {
        margin-left: 0px
    }

    .navbar-custom .navbar-nav li.active {
        border-color: rgba(0, 0, 0, 0)
    }

    .navbar-custom .navbar-nav li a {
        transition: all .4s;
        margin: 6px;
        padding: 6px 0
    }

    .navbar-custom>.container {
        width: 90%
    }

    .home-title {
        font-size: 36px
    }

    .navbar-white .navbar-toggler {
        color: #17212a !important
    }

    .navbar-custom .navbar-nav li.active a,
    .navbar-custom .navbar-nav li a:hover,
    .navbar-custom .navbar-nav li a:active {
        color: #E4131F !important
    }

    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px
    }

    .navbar-toggler:focus {
        box-shadow: none
    }

    .carousel-indicators {
        right: 0
    }

    .logo .logo-light {
        display: none
    }

    .logo .logo-dark {
        display: inline-block
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px !important
    }
}

.navbar {
    transition: all .5s ease;
    padding: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
}

.navbar .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0);
    padding: 28px 25px;
    text-transform: uppercase;
    transition: all .3s ease;
    position: relative;
    font-weight: 500
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link.active {
    color: #E4131F !important
}

.navbar .navbar-brand {
    color: #E4131F;
    font-weight: 600;
    font-size: 26px;
    margin-left: 24px;
}

.navbar .navbar-brand span {
    color: #000;
    font-weight: 800
}

.navbar .navbar-toggler {
    padding: 0px;
    border: none;
    font-size: 24px
}

.navbar .navbar-toggler:focus {
    box-shadow: none
}

.navbar .header-item {
    color: #17212a;
    transition: all .5s ease
}

.navbar-brand .logo-light {
    display: none !important
}

.navbar-brand .logo-dark {
    display: inline-block !important
}

@media(max-width: 992px) {
    .navbar-nav .dropdown .dropdown-menu {
        border: none;
        box-shadow: none;
        margin-top: 0
    }

    .navbar .navbar-brand {
        margin-left: 0;
    }
}

@media(max-width: 576px) {
    .dropdown {
        position: static
    }
}

.navbar-light .nav-item .nav-link {
    color: rgba(255, 255, 255, .5) !important
}

.navbar-light .nav-item .nav-link:hover,
.navbar-light .nav-item .nav-link:focus,
.navbar-light .nav-item .nav-link.active {
    color: #fff !important
}

.nav-sticky {
    top: 0px
}

.nav-sticky.navbar-light .nav-item .nav-link {
    color: #17212a !important
}

.nav-sticky.navbar-light .nav-item .nav-link:hover,
.nav-sticky.navbar-light .nav-item .nav-link:focus,
.nav-sticky.navbar-light .nav-item .nav-link.active {
    color: #E4131F !important
}

.nav-sticky.navbar-light .navbar-brand .logo-light {
    display: none !important
}

.nav-sticky.navbar-light .navbar-brand .logo-dark {
    display: block !important
}

.nav-sticky.navbar {
    background: #fff !important;
    margin-top: 0px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .1);
    z-index: 99;
}

.nav-sticky .nav-item .nav-link {
    color: #17212a !important
}

@media(min-width: 992px)and (max-width: 1200px) {
    .navbar .navbar-nav .nav-link {
        padding: 25px 15px
    }
}

@media(max-width: 992px) {
    .navbar {
        padding: 14px 0;
        background-color: #fff !important
    }

    .navbar .navbar-nav .nav-item .nav-link {
        padding: 8px 15px;
        color: #17212a !important
    }
}

@media(max-width: 992px) {
    .navbar {
        padding: 14px 0;
        background-color: #fff !important
    }

    .navbar-toggler i {
        color: #17212a
    }

    .navbar .dropdown .dropdown-menu .dropdown-item {
        padding: 10px 30px
    }
}


.section {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative !important
}


@media(max-width: 992px) {
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative !important
    }
}


.btn {
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: all .5s;
    /* border: 1px solid #E4131F; */
    overflow: hidden;
    position: relative;
    box-shadow: 0px 3px 10px 0px rgba(23, 33, 42, .47) !important;
    transition: all .5s ease
}

.btn>a {
    text-decoration: none;
    color: inherit;
}

.btn-sm {
    padding: 6px 20px;
    font-size: 14px
}

.bg-primary {
    background-color: #E4131F !important
}

.text-primary {
    color: #E4131F !important;
}

.bg-gradiant,
.bg-outline-gradiant:hover {
    background: linear-gradient(180deg, #E4131F 0%, #ff686f 100%);
    border-color: #E4131F !important;
    color: #fff !important;
}

.inner-banner {
    background-image: url("/static/imgs/top_banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    margin-bottom: 50px;
}

.inner-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    filter: opacity(0.4);
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
}

.inner-banner .hero-heading {
    font-weight: 700;
    font-size: 50px;
    line-height: 1em;
    z-index: 1;
    padding: 10px 10px 23px 22px;
}

@media (min-width: 1200px) {
    .inner-banner .hero-heading {
        font-size: 60px;
    }
}

@media (max-width: 767.98px) {
    .inner-banner .hero-heading {
        font-size: 40px;
    }

    .inner-banner.pt-225 {
        padding-top: 180px;
    }

    .inner-banner.pb-100 {
        padding-bottom: 60px;
    }
}

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-image: url('/static/imgs/hero_banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 110%;
    filter: opacity(0.4);
    background-color: rgba(255, 255, 255, 1);
}

.hero-section::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    width: 64.3%;
    z-index: -1
}

.hero-section>.container {
    position: absolute;
    z-index: 2;
    margin-left: 30px;
}

.hero-section .home-heading {
    white-space: nowrap;
}

.hero-section .home-heading .home-title {
    font-size: 38px;
    font-weight: 700;
    white-space: break-spaces;
}

.hero-section .home-heading .sub-title {
    font-size: 30px;
    color: rgba(0, 0, 0, .7)
}

.hero-section .home-heading>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 34px;
}

.hero-section .home-img>img {
    height: 100vh;
    filter: blur(.5);
}

.hero-section .bg-shadow {
    height: 100%;
    width: 32%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-shadow: 0px 0px 30px 50px rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 1199.98px) {
    .hero-section .home-heading .home-title {
        font-size: 34px;
    }
    .hero-section {
        padding-top: 40px;
    }
}

@media screen and (max-width: 767.98px) {
    .hero-section {
        padding-top: 74px;
    }

    .hero-section .home-heading .home-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 575.98px) {
    .hero-section {
        padding-top: 78px;
    }

    .hero-section>.container {
        margin-left: 10px
    }

    .hero-section .home-heading .home-title {
        font-size: 26px;
    }

    .hero-section .home-heading>ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 12px;
    }
}

/********** Testimonials *************/
.headingHead.hhv2 .headingTitle {
    display: inline-block !important;
    margin-bottom: 0;
}

.headingTitle {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 7px;
    color: #E4131F;
}

.headingHead.hhv2 .headingTitle:before,
.headingHead.hhv2 .headingTitle:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    border-style: solid;
    border-width: 1px 0;
    margin-left: 14px;
    margin-right: 14px;
    width: 10px;
    height: 4px;
}

.headingHead.hhv2 .headingTitle+span {
    margin-top: 10px;
}

.clientQuote .imgHolder {
    width: 90px;
    height: 90px;
}

.clientQuote cite {
    font-style: normal;
}

.clientQuote .subtitle {
    color: #adb5bd;
}

.ratingList {
    line-height: 1;
    font-size: 17px;
    color: #E4131F
}

.ratingList li {
    padding-left: 1px;
    padding-right: 1px;
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}


/********** Statistics section ***********/
.cabColumn h3,
.cabColumn .h3 {
    font-size: 40px;
}

.cabColumn h4,
.cabColumn .h4 {
    color: #868e96;
    font-size: 16px;
}

/***** Footer  *****/
#pageFooter {
    background-color: #f6f6f6;
    font-size: 16px;
    z-index: 2;
}

#pageFooter p {
    margin-bottom: 0;
}

.footerInfo i {
    font-size: 30px;
}

/******** Demande Assistance *********/
section#assistance {
    position: relative;
    margin: 50px auto 60px;
    max-width: 72vw;
    height: max-content;
    padding: 40px 50px 60px;
}

@media screen and (max-width: 1199.98px) {
    section#assistance {
        max-width: 92vw;
    }
}

@media screen and (max-width: 575.98px) {
    section#assistance {
        padding: 40px 35px 60px;
    }
}


/******** Services ********/
.services-page{
    padding-bottom: 80px;
}

.services-page .title-one h2 {
    font-weight: 700;
}

.services-page .btn-three {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.services-page .btn-three img {
    width: 22px;
    margin-top: 3px;
}

.card-style-twelve .icon {
    width: 55px;
    height: 55px;
    border: 1px solid #e0e0e0;
}

.icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 1200px) {
    .services-page .title-one h2 {
        font-size: 46px;
    }
}

@media (max-width: 991.99px) {
    .services-page .title-one h2 {
        font-size: 36px;
        line-height: 1.1;
    }
}

/************ About ********/
.tp-about-thumb-wrapper .main {
    position: relative;
    overflow: hidden;
}

.tp-about-thumb-wrapper img {
    border-radius: 20px;
}

.tp-about-thumb-wrapper .main::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.tp-about-thumb-wrapper .shape-1 {
    position: absolute;
    bottom: -30%;
    right: 32px;
    z-index: 2;
    filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
}

.tp-about-thumb-wrapper .shape-2 {
    position: absolute;
    bottom: -100px;
    left: -90px;
    z-index: -1;
}

.tp-about-thumb-wrapper .shape-3 {
    position: absolute;
    right: 30px;
    top: 30%;
    z-index: -1;
    border-radius: 0;
}

@media (min-width: 1200px) {
    .tp-about-thumb-wrapper .shape-1 {
        right: 0;
    }

    .tp-about-thumb-wrapper .shape-3 {
        right: 2px;
    }
}

.tp-about-wrapper {
    margin-top: 50px;
}

.tp-section-title-pre {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #E4131F 0%, #ff686f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 10px;
}

.tp-about-title-wrapper .tp-section-title {
    margin-bottom: 13px;
}

.tp-section-title {
    font-weight: 600;
    font-size: 44px;
    letter-spacing: -1.92px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
}

.tp-about-wrapper p {
    margin-bottom: 32px;
    color: #67687A;
}

.tp-about-wrapper-list {
    display: inline-block;
    margin-bottom: 20px;
}

.tp-about-wrapper-list ul li {
    list-style: none;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #333F4D;
    margin-bottom: 10px;
}

.tp-about-wrapper-list ul li span {
    font-size: 8px;
    background: linear-gradient(90deg, #E4131F 0%, #ff686f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    margin-right: 4px;
    transform: translateY(-3px);
}

/******* PDF extract Section Style *******/
.pdf-extract-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 1rem;
    background-color: rgb(240, 242, 246);
    border-radius: 0.25rem;
    color: rgb(49, 51, 63);
}

.pdf-message-wrapper {
    margin-right: auto;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}

.upload-icon-wrapper {
    color: rgb(151, 166, 195);
    margin-right: 1rem;
}

.upload-icon {
    vertical-align: middle;
    overflow: hidden;
    color: inherit;
    fill: currentcolor;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 2.3rem;
    width: 2.3rem;
    height: 2.3rem;
}

.pdf-message {
    display: flex;
    flex-direction: column;
}

.drag-msg {
    margin-bottom: 0.25rem;
}

.file-limit-msg {
    color: rgba(49, 51, 63, 0.6);
    font-size: 14px;
    line-height: 1.25;
}

.upload-button {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 400;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    margin: 0px;
    line-height: 1.6;
    color: inherit;
    width: auto;
    user-select: none;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(49, 51, 63, 0.2);
}

.upload-button:hover {
    border-color: rgb(255, 75, 75);
    color: rgb(255, 75, 75);
}


/************ Platform Forms Style *********/

#crudMarker {
    padding: 15px 0 30px;
    border-radius: 10px;
    box-shadow: 1px 2px 10px 0px #e9dddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

#listMarkersSynonyms input[type="text"], #listMarkersSynonyms select,
#crudMarker input[type="text"], #crudMarker select {
    width: 100%;
}

#crudMarker #marqueur_tabs_heading{
    font-size: 18px;
    font-weight: 600;
    text-align: start;
    margin-bottom: 12px;
    text-transform: uppercase;
}

#listMarkersSynonyms #marqueur_table_tabs, #crudMarker #marqueur_tabs {
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .7);
    padding: 6px 8px;
    width: 95%;
    justify-content: space-around;
}

#listMarkersSynonyms {
    padding: 15px 24px 30px;
    border-radius: 10px;
    box-shadow: 1px 2px 10px 0px #e9dddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

#listMarkersSynonyms #marqueur_table_tabs{
    margin: 0 auto;
    width: 100%;
}

#filter_operations_wrapper{
    padding: 15px 16px;
    border-radius: 10px;
    box-shadow: 1px 2px 10px 0px #e9dddd;
    margin-bottom: 16px;
}

input[type=radio], input[type=checkbox] {
    accent-color: rgb(255, 75, 75);
 }

 /**
 *  Dashboard admin
 */

.vertical-tab{
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    display: table;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 25%;
    min-width: 25%;
    border: none;
    vertical-align: top;

    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.vertical-tab .nav-tabs li{ float: none; margin-bottom: -1px;}
.vertical-tab .nav-tabs li a{
    color: #222;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    text-align: center;
    padding: 10px;
    margin: 0 10px 10px 0;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background: #f5f5f5;
    border: none;
}
.vertical-tab .nav-tabs li a:before{
    content: '';
    background-color: #222;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    transform: translateY(50px) scale(0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li.active a:hover:before{
    transform: translateY(0) scale(1);
}
.vertical-tab .tab-content{
    color: #222;
    background: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    padding: 15px 15px 10px 15px;
    box-shadow: 0 3px 7px rgba(0,0,0,0.15);
    border-radius: 20px;
    display: table-cell;
}
.vertical-tab .tab-content h3{
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 4px;
}
@media only screen and (max-width: 479px){
    .vertical-tab{
        padding: 15px;
        margin: 0;
    }
    .vertical-tab .nav-tabs{
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
        display: block;
    }
    .vertical-tab .nav-tabs li a{ margin-right: 0; }
    .vertical-tab .tab-content{
        font-size: 14px;
        margin-top: 0;
        display: block;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
  .large-checkbox {
    width: 24px; /* width of the checkbox */
    height: 24px; /* height of the checkbox */
    cursor: pointer;
  }
  .user-modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    padding-top: 50px;
}
.card {
    position: relative;
    margin: 150px auto;
    width: 450px;
    padding: 20px;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: 0;
    .circle {
      border-radius: 3px;
      width: 150px;
      height: 150px;
      background: black;
      position: absolute;
      right: 0px;
      top: 0;
      background-image: linear-gradient(to top, #E4131F 0%, #e96068 100%);
      border-bottom-left-radius: 170px;
    }
    .content {
      margin-top: 25px;
      display: flex;
      flex-direction: column;
    }
    h1 {
      font-size: 34px;
      font-weight: bold;
      margin-bottom: 0;
    }
    h2 {
      font-size: 18px;
      letter-spacing: 0.5px;
      font-weight: 300;
    }


    }
  
/* Spinner overlay (caché par défaut) */
#loadingOverlay {
  display: none;               /* caché quand on ne l’affiche pas */
  position: fixed;             /* recouvre toute la fenêtre */
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.8);
  align-items: center;         /* centrer verticalement le contenu */
  justify-content: center;     /* centrer horizontalement */
  z-index: 9999;               /* au-dessus de tout */
}

/* Création du spinner “maison” */
@keyframes spin {
  to { transform: rotate(360deg); }
}
.spinner {
  width: 64px;
  height: 64px;
  border: 8px solid #e5e7eb;   /* gris clair */
  border-top: 8px solid #6b21a8;/* violet XLAiner */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
