@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

:root {
    --smt-primary: #02ACF0;
    --smt-secondary: #F4931D;
    --smt-tertiary: #262160;
    --smt-fourth: #707070;
    --smt-fifth: #1877f2;
}

body {
    background: #eeeeee;
    font-family: 'Source Sans Pro', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.text-smt-primary {
    color: var(--smt-primary);
}

.text-smt-secondary {
    color: var(--smt-secondary);
}

.text-smt-tertiary {
    color: var(--smt-tertiary);
}

.text-smt-fourth {
    color: var(--smt-fourth);
}

.bg-smt-primary {
    background: var(--smt-primary);
}

.bg-smt-secondary {
    background: var(--smt-secondary);
}

.bg-smt-tertiary {
    background: var(--smt-tertiary);
}

.bg-smt-fourth {
    background: var(--smt-fourth);
}

.bg-smt-tranparent-primary {
    background: #02adf07c !important;
}

.bg-smt-tranparent-secondary {
    background: #f4931d7c !important;
}

.bg-smt-tranparent-tertiary {
    background: #2621607c !important;
}

.hover-text-smt-primary:hover {
    color: var(--smt-primary);
}

.hover-text-smt-fifth:hover {
    color: var(--smt-fifth);
}

.border-smt-fourth {
    border: .5px solid var(--smt-fourth);
}

main {
    margin: 0;
}

.auth-page main {
    margin: 5.5% auto;
}

.public-page main {
    padding-top: 108px;
}
.line-height-10 {
    line-height: 10px;
}

.fit-content {
    width: fit-content;
    height: fit-content;
}

.font-size-14 {
    font-size: 14px;
}

.font-weight-500 {
    font-weight: 500;
}

.word-space-1 {
    word-spacing: 1px;
}

.text-indent-3 {
    text-indent: 3px;
}

.mt-6 {
    margin-top: 14vh;
}

.login div {
    padding: 1px;
}

.focused {
    transition: box-shadow .5s;
    border: none;
    box-shadow: 0 0 2px 2px var(--smt-primary);
}

.login div,
.contacts div {
    width: 300px;
    height: fit-content;
}

.login div input:first-of-type {
    width: 100%;
    height: 40px;
    outline: none;
    border-radius: 3px;
}


.form-group input {
    width: 99.5%;
    height: 40px;
    border: none;
    outline: none;
}

textarea {
    width: 99.5%;
    height: 100%;
    margin: auto;
    outline: none;
}

.login_password {
    width: 90%;
    height: 40px;
    outline: none;
    border-radius: 3px;
}

a[href="/eye"] {
    background: none;
}

a[href="/eye"]:hover {
    color: var(--smt-fourth);
}

.login button,
.register button {
    width: 350px;
    height: 45px;
    background: var(--smt-primary);
    font-size: 18px;
    color: var(--smt-tertiary);
    outline: none;
    border-radius: 3px;
    font-weight: 500;
    box-shadow: 0 0 3px #eee;
}

.login button:hover,
.register button:hover {
    transition: filter .2s, color .2s;
    color: #eee;
    filter: brightness(.90);
    text-decoration: none;
}

.link-btn {
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding: 11px 16px;
    background: var(--smt-secondary);
    color: #fff;
    outline: none;
    border-radius: 3px;
    font-weight: 500;
    box-shadow: 0 0 3px #eee;
}

.link-btn:hover {
    transition: filter .2s, color .2s;
    color: #ddd;
    filter: brightness(.90);
    text-decoration: none;
}

.auth-footer {
    background: linear-gradient(120deg, #0b0c10 0%, #14151a 55%, #0f1014 100%);
    color: rgba(255, 255, 255, .9);
    box-shadow: 0 -18px 36px rgba(0, 0, 0, .25);
    position: relative;
    overflow: hidden;
}

.auth-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 15% 10%, rgba(2, 172, 240, .18), rgba(2, 172, 240, 0) 55%),
        radial-gradient(ellipse at 80% 20%, rgba(244, 147, 29, .14), rgba(244, 147, 29, 0) 55%),
        radial-gradient(ellipse at 50% 90%, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
}

.auth-footer .container {
    position: relative;
    z-index: 1;
    gap: 1.25rem;
}

.site-footer .footer-brand {
    gap: .65rem;
}

.site-footer .footer-logo {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    padding: 7px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .32);
}

.site-footer .footer-tagline {
    color: rgba(255, 255, 255, .74);
    font-weight: 700;
}

.site-footer .footer-title {
    font-weight: 900;
    letter-spacing: .35px;
    color: #fff;
}

.site-footer .footer-links .nav-link {
    padding: .35rem 0;
}

.site-footer .footer-social a {
    text-decoration: none;
}

.site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .72);
}

.auth-footer .text-muted {
    color: rgba(255, 255, 255, .72) !important;
}

.auth-footer a {
    color: rgba(255, 255, 255, .9);
}

.auth-footer a:hover {
    color: #fff;
    text-decoration: none;
}

.auth-footer .nav .nav-link {
    color: rgba(255, 255, 255, .82);
    padding: .35rem 0;
    transition: transform .2s ease, color .2s ease;
}

.auth-footer .nav .nav-link:hover {
    color: #fff;
    transform: translateX(2px);
}

.auth-footer .little_desc .h4 {
    color: #fff !important;
    letter-spacing: .3px;
}

.auth-footer .little_desc>div:first-of-type img {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .92);
    padding: 6px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .28);
}

.auth-footer .little_desc a.h2 {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.auth-footer .little_desc a.h2:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .32);
}

.little_desc>div:first-of-type img {
    width: 50px;
    height: 60px;
}

.little_logo {
    width: 100px;
    height: 100px;
}

.emailVerification {
    left: 40%;
    bottom: 0;
}

.is-invalid {
    border: rgb(253, 88, 88);
    box-shadow: 0 0 2px 2px rgb(253, 88, 88);
}

.header-nav {
    flex-wrap: wrap;
    align-items: center;
    gap: .25rem;
}

.header-nav li .nav-link {
    color: rgba(255, 255, 255, .92);
    border-radius: 999px;
    padding: .55rem .9rem;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.header-nav li .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, .12);
    transform: translateY(-1px);
}

.header-nav li:last-of-type .nav-link {
    margin-left: .4rem;
    padding: .6rem 1rem;
    background: linear-gradient(90deg, var(--smt-secondary), #ffb55c);
    color: #111;
    font-weight: 800;
    border-radius: 999px;
    box-shadow: 0 16px 32px rgba(244, 147, 29, .25);
}

.header-nav li:last-of-type .nav-link:hover,
.home_registerBtn:hover {
    transition: filter .2s, color .2s;
    color: #111;
    filter: brightness(.98);
    text-decoration: none;
}

.active {
    color: #fff !important;
    background: rgba(0, 0, 0, .16);
}

.navbar.bg-smt-primary {
    background: linear-gradient(120deg, rgba(2, 172, 240, .92), rgba(38, 33, 96, .92));
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
    backdrop-filter: blur(10px);
}

.site-header {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    z-index: 1100;
}

.navbar .navbar-brand {
    gap: .55rem;
}

.brand-logo,
.navbar .navbar-brand img {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    padding: 6px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .28);
    transition: transform .2s ease, box-shadow .2s ease;
}

.navbar .navbar-brand:hover img {
    transform: translateY(-1px) rotate(-1deg);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .32);
}

.navbar .navbar-brand span {
    letter-spacing: .4px;
}

@media (min-width: 992px) {
    .header-nav {
        flex-wrap: nowrap;
    }
}

.dropdown-menu {
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
}

.dropdown-item {
    font-weight: 700;
    border-radius: 10px;
    margin: 2px 6px;
    padding: .55rem .75rem;
}

.dropdown-item:hover {
    background: rgba(2, 172, 240, .12);
}

.contact-card .alert {
    border-radius: 14px;
    border: 0;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .10);
    font-weight: 700;
}

.contact-card .alert-success {
    color: #0b3d2a;
    background: linear-gradient(120deg, rgba(32, 201, 151, .18), rgba(40, 167, 69, .14));
}

.contact-card .alert-danger {
    color: #4a0c13;
    background: linear-gradient(120deg, rgba(220, 53, 69, .14), rgba(255, 107, 107, .14));
}

.home_container>div {
    width: 92%;
}

.home_container {
    background: url('../dist/img/home_bg.svg') no-repeat local center;
    background-size: cover;
    padding-top: 96px;
}

.header-shell>div {
    width: 92%;
}

.header-shell {
    padding-top: 16px;
}

.img img {
    width: 90%;
}

.downloadBtns .android {
    border-right: .3px solid var(--smt-primary);
}

.downloadBtns .ios {
    border-left: .3px solid var(--smt-primary);
}

.downloadBtns .android,
.downloadBtns .ios,
.home_registerBtn {
    padding: 13px 16px;
}

.downloadBtns a {
    transition: transform .25s ease, box-shadow .25s ease;
}

.downloadBtns a:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}

.titleband {
    width: 700px;
    height: 150px;
}

.categories {
    background: url('../dist/img/transp_book.png') no-repeat center;
    background-size: contain;
}

.categories ul::before {
    content: '\254';
    height: 85%;
    font-size: 10px;
    color: var(--smt-tertiary);
    background: var(--smt-tertiary);
    position: absolute;
    top: 11%;
    left: -1%;
}

.categories ul li {
    list-style: none;
}

.categories ul li::before {
    width: fit-content;
    height: fit-content;
    content: '\0025CF';
    font-size: 34px;
    position: absolute;
    left: -2%;
}

.fonctionnement {
    background: #f8f8f8;
    box-shadow: 0 3px 5px #ddd;
}

#profileField1 {
    background: url('../dist/img/polygone1.svg') no-repeat center;
}

#profileField2 {
    background: url('../dist/img/polygone2.svg') no-repeat center;
}

#profileField3 {
    background: url('../dist/img/polygone3.svg') no-repeat center;
}

#profileField1,
#profileField2,
#profileField3 {
    background-size: contain;
    position: absolute;
    left: -25%;
    top: -15%;
}

#profileField1 img,
#profileField2 img,
#profileField3 img {
    margin-left: 45%;
}

.multiplateform {
    background: url('../dist/img/library.jpg');
}

.home-hero {
    background: linear-gradient(120deg, #000 0%, #222 60%, #333 100%), url('../dist/img/home_bg.svg') center/cover no-repeat;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
    perspective: 1200px;
    transform-style: preserve-3d;
    --parallax-y: 0px;
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    transform: translateY(var(--parallax-y)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
    transition: transform .35s ease, box-shadow .35s ease;
}

.parallax-hero {
    --parallax-y: 0px;
}

.parallax-hero:not(.home-hero) {
    transform: translateY(var(--parallax-y));
    transition: transform .35s ease;
    will-change: transform;
}

.info-badge {
    display: inline-flex;
    align-items: center;
    padding: .45rem .75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    font-weight: 700;
}

.history-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--smt-secondary);
    box-shadow: 0 0 0 6px rgba(244, 147, 29, .2);
}

.history-line {
    height: 3px;
    width: 100%;
    border-radius: 999px;
    background: rgba(0, 0, 0, .12);
}

.home-hero::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 30% 10%, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0) 40%),
        radial-gradient(ellipse at 80% 60%, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0) 50%);
    transform: translateZ(-60px) scale(1.1);
    pointer-events: none;
}

.home-hero:hover {
    --tilt-x: 1.5deg;
    --tilt-y: -1.5deg;
    box-shadow: 0 28px 56px rgba(0, 0, 0, .45);
}

.hero-image-3d {
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, .6));
    transform: perspective(1000px) translateZ(24px) rotateY(-8deg) rotateX(2deg);
    transition: transform .4s ease, filter .4s ease;
    will-change: transform;
}

.hero-image-3d:hover {
    transform: perspective(1000px) translateZ(28px) rotateY(-6deg) rotateX(1deg) scale(1.02);
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, .7));
}

/* Responsive tuning for hero section */
@media (max-width: 575.98px) {
    .home-hero {
        border-radius: 12px;
        box-shadow: 0 12px 24px rgba(0, 0, 0, .25);
    }

    .home-hero::before {
        transform: translateZ(-40px) scale(1.06);
    }

    .hero-image-3d {
        transform: perspective(800px) translateZ(12px) rotateY(-4deg) rotateX(1deg);
    }

    .badge-row .badge {
        padding: .35rem .6rem;
        font-size: 12px;
    }

    .home_container>div {
        width: 100%;
    }

    .navbar {
        border-radius: 0;
        padding: .5rem 1rem;
    }

    .navbar .navbar-brand img {
        width: 40px;
        height: 40px;
    }

    .navbar .navbar-brand span {
        font-size: 18px;
    }

    .titleband {
        width: 100%;
        height: auto;
    }

    .stats-band {
        padding: 1rem;
    }

    .auth-footer .nav {
        align-items: center;
    }

    .auth-footer .nav .nav-link {
        padding: .25rem 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .home-hero {
        border-radius: 12px;
    }

    .hero-image-3d {
        transform: perspective(900px) translateZ(16px) rotateY(-5deg) rotateX(1deg);
    }

    .badge-row .badge {
        padding: .4rem .65rem;
        font-size: 13px;
    }

    .navbar {
        padding: .6rem 1.25rem;
    }

    .titleband {
        width: 92%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-image-3d {
        transform: perspective(1000px) translateZ(18px) rotateY(-7deg) rotateX(1.5deg);
    }

    .navbar {
        padding: .7rem 1.5rem;
    }

    .titleband {
        width: 88%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-image-3d {
        transform: perspective(1100px) translateZ(24px) rotateY(-8deg) rotateX(2deg);
    }

    .navbar {
        padding: .8rem 1.75rem;
    }

    .titleband {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .home-hero {
        box-shadow: 0 24px 48px rgba(0, 0, 0, .4);
    }

    .hero-image-3d {
        transform: perspective(1200px) translateZ(32px) rotateY(-8deg) rotateX(2deg);
    }

    .badge-row .badge {
        padding: .55rem .85rem;
    }

    .navbar {
        padding: .9rem 2rem;
    }
}

/* Desktop-only subtle 3D for dropdown menu */
@media (min-width: 992px) {
    .dropdown-menu {
        transform: perspective(1000px) rotateY(4deg);
        will-change: transform;
    }
}

.badge-row .badge {
    padding: .5rem .75rem;
    border-radius: 999px;
}

.feature-card {
    border: 0;
    border-radius: 12px;
    color: #fff;
}

.feature-card.dark-1 {
    background: #111;
}

.feature-card.dark-2 {
    background: #151515;
}

.feature-card.dark-3 {
    background: #1a1a1a;
}

.feature-card.dark-4 {
    background: #1f1f1f;
}

.device-overlay {
    position: relative;
    display: inline-block;
}

.overlay-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    padding: .45rem .75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: #111;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .15);
    animation: floatY 4s ease-in-out infinite;
}

.device-overlay .globe-container {
    position: absolute;
    top: 18%;
    right: 8%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .2);
    z-index: 10;
}

.device-overlay .globe-container::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    box-shadow: 0 0 22px rgba(78, 163, 255, .35), inset 0 0 28px rgba(78, 163, 255, .25), 0 0 12px rgba(244, 147, 29, .25);
    pointer-events: none;
}

.globe-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.globe-label {
    background: rgba(255, 255, 255, .92);
    color: #111;
    font-weight: 700;
    border-radius: 8px;
    padding: .25rem .5rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
    font-size: 12px;
}

@media (min-width: 992px) {
    .globe-label {
        font-size: 13px;
    }
}

.globe-container canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.globe-tooltip {
    position: absolute;
    top: 8px;
    left: 8px;
    max-width: 320px;
    background: #fff;
    color: #111;
    border-radius: 10px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .15);
    padding: .6rem .8rem;
    display: none;
    z-index: 2;
}

.globe-tooltip.visible {
    display: block;
}

.globe-panel .globe-container {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .2);
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .globe-panel .globe-container {
        width: 200px;
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .globe-panel .globe-container {
        width: 220px;
        height: 220px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .globe-panel .globe-container {
        width: 240px;
        height: 240px;
    }
}

@media (min-width: 1200px) {
    .globe-panel .globe-container {
        width: 270px;
        height: 270px;
    }
}

@media (max-width: 575.98px) {
    .device-overlay .globe-container {
        width: 130px;
        height: 130px;
        top: 20%;
        right: 6%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .device-overlay .globe-container {
        width: 170px;
        height: 170px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .device-overlay .globe-container {
        width: 190px;
        height: 190px;
    }
}

.device-overlay .globe-container {
    /* default for md and below is defined above */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .device-overlay .globe-container {
        width: 230px;
        height: 230px;
        right: 6%;
        top: 18%;
    }
}

@media (min-width: 1200px) {
    .device-overlay .globe-container {
        width: 270px;
        height: 270px;
        right: 5%;
        top: 16%;
    }
}

.overlay-chip i {
    margin-right: .4rem;
}

.overlay-chip.tl {
    top: 6%;
    left: 8%;
}

.overlay-chip.tr {
    top: 10%;
    right: 10%;
}

.overlay-chip.bl {
    bottom: 12%;
    left: 12%;
}

.overlay-chip.br {
    bottom: 8%;
    right: 12%;
}

.overlay-chip:hover {
    box-shadow: 0 0 0 6px rgba(244, 147, 29, .25), 0 12px 24px rgba(0, 0, 0, .2);
    transform: translateY(-2px) scale(1.03);
}

@keyframes floatY {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

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

@media screen and (max-width: 768px) {
    .overlay-chip {
        padding: .35rem .6rem;
        font-size: 14px;
    }

    .overlay-chip.tl {
        top: 4%;
        left: 6%;
    }

    .overlay-chip.tr {
        top: 8%;
        right: 6%;
    }

    .overlay-chip.bl {
        bottom: 10%;
        left: 8%;
    }

    .overlay-chip.br {
        bottom: 6%;
        right: 8%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .overlay-chip.tl {
        top: 3%;
        left: 5%;
    }

    .overlay-chip.tr {
        top: 12%;
        right: 6%;
    }

    .overlay-chip.bl {
        bottom: 8%;
        left: 10%;
    }

    .overlay-chip.br {
        bottom: 10%;
        right: 8%;
    }
}

@media screen and (min-width: 992px) {
    .overlay-chip.tl {
        top: 2%;
        left: 6%;
    }

    .overlay-chip.tr {
        top: 14%;
        right: 8%;
    }

    .overlay-chip.bl {
        bottom: 10%;
        left: 14%;
    }

    .overlay-chip.br {
        bottom: 6%;
        right: 14%;
    }
}

.stats-band {
    background: #0f0f10;
    color: #fff;
    border-radius: 12px;
}

.stats-item {
    transition: transform .3s ease, filter .3s ease;
}

.stats-item:hover {
    transform: translateY(-4px) scale(1.01);
    filter: brightness(1.05);
}

.tilt-card {
    transition: transform .35s ease, box-shadow .35s ease;
}

.tilt-card:hover {
    transform: perspective(800px) rotateX(2deg) rotateY(-3deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
}

.cta-bar {
    background: linear-gradient(120deg, #222, #111);
    border-radius: 12px;
}

.why-section .icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111;
    color: #fff;
}

.timeline {
    position: relative;
}

.timeline-line {
    height: 4px;
    background: #ddd;
    border-radius: 999px;
}

.timeline-step {
    text-align: center;
    transition: transform .3s ease, filter .3s ease;
}

.timeline-step:hover {
    transform: translateY(-3px);
    filter: brightness(1.05);
}

.fade-in {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .6s ease, transform .6s ease;
}

.in-view {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 768px) {
    .hero-image-3d {
        width: 95%;
    }

    .timeline {
        text-align: left;
    }

    .timeline-line {
        display: none;
    }
}

.smt-sm-showNavBtn {
    font-size: 35px;
    outline: none;
    background: none;
    display: none;
}

.smt-sm-hideNavBtn {
    font-size: 35px;
    outline: none;
    background: none;
    display: none;
}

@media screen and (max-width: 360px) {
    .opinions .col-md-3 .card .card-header {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .opopinion_author_header {
        width: 100%;
        height: fit-content;
        text-align: center;
    }

    #profileField1,
    #profileField2,
    #profileField3 {
        left: -45%;
    }

    .col-md-3-5 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 460px) {

    .login div,
    .contacts div,
    .login button,
    .register button {
        width: 290px;
        margin: auto;
    }

    .login+div {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .login+div>a {
        width: fit-content;
        height: fit-content;
        margin-right: 12%;
    }

    .lp_logo {
        width: 150px;
        height: 160px;
    }

    .login-card {
        padding: 0;
    }

    #profileField1,
    #profileField2,
    #profileField3 {
        left: -50%;
    }
}

@media screen and (max-width: 575px) {
    .categories ul::before {
        content: '';
    }

    .categories ul li::before {
        content: '';
    }

    .categories ul li {
        list-style-type: disc;
    }
}

@media screen and (max-width: 767px) {
    .categories ul li {
        list-style: none;
    }

    .categories ul {
        margin: auto;
    }

    .categories ul::before {
        content: '';
    }

    .categories ul li::before {
        content: '';
    }
}

@media screen and (min-width: 768px) and (max-width: 1075px) {
    .categories ul li::before {
        left: -2.5%;
    }

    .opinions .col-md-3 .card .card-header {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .col-md-3-5 {
        -ms-flex: 0 0 30% !important;
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }

    .opopinion_author_header {
        width: 100%;
        height: fit-content;
        text-align: center;
    }

    #profileField1,
    #profileField2,
    #profileField3 {
        background-size: contain;
        position: relative;
    }

    #profileField1 img,
    #profileField2 img,
    #profileField3 img {
        margin-left: 45%;
    }
}

@media screen and (min-width: 1075px) and (max-width: 1440px) {
    .col-md-3-5 {
        -ms-flex: 0 0 30% !important;
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }

    #profileField1,
    #profileField2,
    #profileField3 {
        left: -35%;
    }
}

@media screen and (max-width: 1159px) {
    .smt-sm-h4 {
        font-size: 19px;
    }
}


@media screen and (max-width: 767px) {
    .smt-sm-showNavBtn {
        display: block;
    }

    .navContainer {
        width: 100vw;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1200;
        display: none;
        justify-content: flex-end;
        backdrop-filter: blur(6px);
    }

    .smt-sm-hideNavBtn {
        display: block;
    }

    .smt-sm-sidebar {
        width: 0%;
        height: 100%;
        background: var(--smt-primary);
        overflow-x: hidden;
        animation: spread .5s;
        box-shadow: -20px 0 40px rgba(0, 0, 0, .35);
    }

    .smt-sm-sidebar ul {
        width: fit-content;
        height: fit-content;
        display: block;
        margin: auto;
        text-align: center;
    }

    .smt-sm-sidebar ul li {
        margin: 10px auto;
    }

}

@keyframes spread {
    from {
        width: 0%;
    }

    to {
        width: 80%;
    }
}

/* media queries login */

/* moto g4 */
@media (max-width:360px) {
    .fit-content .flex img {
        width: 200px;
        height: 125px;
    }

    .fit-content .flex .display-4,
    span {
        font-size: smaller;
    }

    .padding {
        padding: 0px;
    }

    .mx-auto button {
        width: 150px;
        margin-right: 50px;
    }

    /* register bouton */
    .fit-content .word-space-1 {
        margin-left: 40px;
    }

    .card-header h1 {
        font-size: x-large;
    }

    .text-md-right,
    input {
        font-size: medium;
    }
}

@media (max-width:414px) {

    .emailVerification {
        display: none;
    }

    .mx-auto button {
        width: 150px;
        margin-right: 50px;
    }

    /* register bouton */
    .fit-content .word-space-1 {
        margin-left: 40px;
    }

    .card-header h1 {
        font-size: x-large;
    }

    .text-md-right,
    input {
        font-size: medium;
    }
}

.c {
    width: 300px;
}

.fond {
    width: 100%;
    height: 240px;
}

.fond_last {
    width: 100px;
    height: 120px;
}

.bordure {
    border-top: 2px solid rgb(155, 155, 155);
    width: 95%;
    margin: auto;
}

.size_titre {
    width: 300px;
    height: 120px;
}

.bordure_bottom {
    border-top: 2px solid rgb(172, 169, 169);
    width: 100%;
    height: 120px;
    margin: auto;
}

.margin_top {
    margin-top: 58px;
}

/* page a propo */

.line {
    line-height: 50px;
}

.top {
    margin-top: 75px;
}

/* reduction de la taille des mots sur le login */
.reduction-size {
    font-size: smaller;
}

.page-hero {
    background: linear-gradient(120deg, #0f0f10 0%, #151515 60%, #1b1b1b 100%);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
}

.page-hero.mini {
    padding: 1.5rem;
    border-radius: 12px;
}

.glow-icon {
    text-shadow: 0 6px 16px rgba(78, 163, 255, .35);
}

.blog-card {
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .12);
}

.blog-card:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, .2);
}

.faq .faq-list ul {
    padding: 0;
}

.faq-item {
    list-style: none;
    margin-bottom: 14px;
    padding: .9rem 1rem;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
}

.faq-item a {
    display: inline-block;
    font-weight: 700;
}

.faq-item .icon-help {
    margin-right: .5rem;
}

.faq-item .icon-help:hover {
    filter: brightness(1.1);
    text-shadow: 0 6px 14px rgba(244, 147, 29, .35);
}

.underline-anim {
    position: relative;
    display: inline-block;
}

.underline-anim::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, var(--smt-secondary), rgba(244, 147, 29, 0));
    box-shadow: 0 0 10px rgba(244, 147, 29, .35);
    transition: width .25s ease;
}

.blog-card:hover .underline-anim::after,
.contact-card .underline-anim::after,
.faq-item:hover .underline-anim::after,
.feature-card:hover .underline-anim::after {
    width: 100%;
}

.contact-card {
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
}

.contacts input,
.contacts textarea {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
}

.contacts input:focus,
.contacts textarea:focus {
    box-shadow: 0 0 0 4px rgba(2, 172, 240, .15);
}

.contact-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
}

.contact-icon:hover {
    box-shadow: 0 0 0 8px rgba(244, 147, 29, .25);
    transform: translateY(-2px) scale(1.03);
}


/* .main-clean .home-hero {background: none !important; box-shadow: none;}
.main-clean .home-hero::before {display: none;}
.main-clean .text-white, .main-clean .text-white-50 {color: #111 !important;} */
