/*
Template Name: Softek | Software and App Landing Website Template
Author: Pillarix
Author URI: https://wrapbootstrap.com/user/pillarix
Version: 1.0
*/
/*
-- Body
-- Custom Bootstrap
-- Index
-- Navbar
-- Back To Top
-- Mobile Sidebar
-- Page Loading
*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');

/* Body */
body {
	font-family: 'Sora', sans-serif;
	font-size: 14px;
}


html, body {
    overflow-x: hidden;
    margin: 0; /* Assurez-vous qu'il n'y ait pas de marge par défaut */
    padding: 0;
    width: 100%; /* Évitez tout dépassement inattendu */
}




a {
	text-decoration: none;
	color: #1b1b1b;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #0d6efd;
}

/* Custom Bootstrap */
.btn {
	font-size: 14px;
	padding: 12px 30px !important;
	font-weight: 600;
}
.btn-primary {
	background: #6a5acd;
	border-color: #6a5acd;
}
.btn-primary:hover, .btn-primary:focus {
	background: #836fff;
	border-color: #836fff;
}

.btn-primary-or {
	background: #c4ae65 !important;
	border-color: #c4ae65 !important;
}

.btn-primary-or:hover, .btn-primary-or:focus {
	background: #c4ae65;
	border-color: #b2945b;
}


.bg-primary {
	background-color: #6a5acd !important;
}
.shadow {
  box-shadow: 0 10px 40px 0 rgba(47,47,47,.1) !important;
}
.bg-light {
	background-color: #fff5f2 !important;
}
.text-primary {
	color: #6a5acd !important;
}

/* Index */
.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}
.transition-3d-hover:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.gradient-text{
	color: #000000;
}
.icon {
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-img {
	width: 40px;
}
.admin-icon {
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-icon {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-sm {
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Navbar */
.app-nav  a.nav-link.py-4 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
	color: #000;
	font-size: 15px;
}
.app-nav .navbar-nav .nav-link:hover {
	color: #6a5acd;
}
.app-nav .navbar-nav .nav-link.active {
	color: #6a5acd;
}
.osahan-header-logo .logo {
	height: 30px;
}
.navbar-nav .dropdown-menu {
  box-shadow: 0px 24px 21px rgb(0 0 0 / 11%) !important;
}
.dropdown:hover>.dropdown-menu {
  display: block;
  animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@keyframes dropdown-show {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.dropdown-menu:hover .dropdown-item{
  opacity: 0.6;
}
.dropdown-menu .dropdown-item:hover{
  opacity: unset;
  font-weight: 500;
}
.dropdown-item{
  transition: all 0.2s ease-in-out;
  padding-right: 40px;
}
.dropdown-item:hover{
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.dropdown-item:after {
  content: "\ea6c";
  font-family: remixicon!important;
  font-style: normal;
  position: absolute;
  right: 0;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.dropdown-item:hover:after{
  opacity: unset;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.dropdown-item {
  position: relative;
}

/* Back To Top */
#back-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-shadow: 0 10px 40px 0 rgba(47,47,47,.1) !important;
	background-color: #fff;
	color: #2d2a3e;
	width: 50px;
	border-radius: 100px;
	cursor: pointer;
	height: 50px;
	border: 3px solid #ebebeb;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
#back-to-top:hover {
	box-shadow: 0 10px 40px 0 rgba(47,47,47,.1) !important;
	background-color: #2d2a3e;
	color: #ffffff;
}

/* Mobile Sidebar */
#sidebar .offcanvas-header .link-light {
    color: #000 !important;
}
#sidebar .offcanvas-body .nav-item .nav-link {
    text-align: center;
    padding: 15px 20px !important;
}
#sidebar .offcanvas-body .nav-item.dropdown {
    position: unset !important;
}
#sidebar .offcanvas-body .dropdown-menu {
    position: relative !important;
    transform: unset !important;
    box-shadow: none !important;
}
#sidebar .offcanvas-body .dropdown-menu .dropdown-mega-content .col-lg-3 {
    border: none !important;
    padding: 15px 15px !important;
    text-align: center;
}

/* Page Loading */
.page-loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s .2s ease-in-out;
	transition: all .4s .2s ease-in-out;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
}
[data-bs-theme="dark"] .page-loading {
	background-color: #121519;
}
.page-loading.active {
	opacity: 1;
	visibility: visible;
}
.page-loading-inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	opacity: 0;
}
.page-loading.active > .page-loading-inner {
	opacity: 1;
}
.page-loading-inner > span {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: normal;
	color: #6f788b;
}
[data-bs-theme="dark"] .page-loading-inner > span {
	color: #fff;
	opacity: .6;
}
.page-spinner {
	display: inline-block;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: .75rem;
	vertical-align: text-bottom;
	background-color: #d7dde2; 
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner .75s linear infinite;
	animation: spinner .75s linear infinite;
}
[data-bs-theme="dark"] .page-spinner {
	background-color: rgba(255,255,255,.25);
}
@-webkit-keyframes spinner {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
    
.icon-small {
	width: 32px;
	height: 32px;
}

#sub-header {
	position: relative;
	z-index: 999;
	padding: 2px 0;
	background-color: #c4ae65;
	border-bottom: 1px solid #b2945b;
	overflow: hidden;
	white-space: nowrap;
}

.scrolling-wrapper {
	display: flex;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	animation: scrollLoop 80s linear infinite;
}

.scrolling-wrapper li {
	flex-shrink: 0;
}


.scrolling-wrapper a {
	color: rgb(236, 244, 250);
	text-decoration: none;
	font-size: 9px;
}

@keyframes scrollLoop {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

.scrolling-wrapper::-webkit-scrollbar {
	display: none;
}

.highlight {
	color: #b99b4d !important;
	font-weight: 600 !important;
}

.icon-small {
	width: 32px;
	height: 32px;
}

.video-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.video-container video {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.video-container video {
	width: 100%;
	height: auto;
	object-fit: cover;
} 


#loadingAnimation, #successAnimation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader {
  border: 8px solid #f3f3f3; /* Couleur du cercle extérieur */
  border-top: 8px solid #3498db; /* Couleur du cercle intérieur */
  border-radius: 50%;
  width: 150px;
  height: 150px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.shorts-background {
	background-color: #1e1e2f;
	background-image:
		radial-gradient(circle at 20% 20%, rgba(100, 100, 255, 0.2), transparent 25%),
		radial-gradient(circle at 80% 30%, rgba(255, 100, 200, 0.2), transparent 25%),
		radial-gradient(circle at 50% 80%, rgba(100, 255, 180, 0.2), transparent 25%);
	background-repeat: no-repeat;
	background-size: cover;
}



@media (max-width: 768px) {
	.lead.text-muted {
		font-size: 1rem !important;
		line-height: 1.4;
	}

	.surlignage-titre {
		font-size: 1rem !important;
	}
}




.shorts-scroll-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.shorts-scroll-wrapper.mask-edges {
	mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.shorts-scroll-wrapper:not(.scroll-animate) .shorts-scroll-track {
	justify-content: center;
	display: flex;
	width: 100%;
}

.shorts-scroll-track {
	display: flex;
	width: fit-content;
}

.scroll-animate {
	animation: scrollLeft 40s linear infinite;
}

.shorts-scroll-inner {
	display: flex;
	gap: 30px;
}

.short-card {
	flex: 0 0 auto;
	width: 300px;
	height: 530px;
	border-radius: 2rem;
	overflow: hidden;
	border: 1px solid #ddd;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.short-card iframe {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 2rem;
}

@keyframes scrollLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}


@media (max-width: 768px) {
	.shorts-scroll-wrapper {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.shorts-scroll-track {
		flex-wrap: nowrap;
		width: max-content;
	}

	.shorts-scroll-inner {
		flex-wrap: nowrap;
	}
}

@media (max-width: 768px) {
	.shorts-scroll-wrapper.mask-edges {
		mask-image: none !important;
		-webkit-mask-image: none !important;
	}
}



    /* From Uiverse.io by javierBarroso */
    .social-login-icons {
        display: flex;
        align-items: center;
        gap: 10px;
        -webkit-box-reflect: below 5px linear-gradient(transparent, #00000055);
        justify-content: center !important; 
    }
    .social-login-icons svg {
        width: 40px;
    }

    .social-icon-1,
    .social-icon-1-1,
    .social-icon-2,
    .social-icon-2-2,
    .social-icon-3,
    .social-icon-3-3,
    .social-icon-4,
    .social-icon-4-4,
    .social-icon-5,
    .social-icon-5-5 {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        margin: 20px 0 0px 0;
    }

    .icon svg {
        fill: #111;
    }

    .socialcontainer {
        height: 80px;
        overflow: hidden;
    }
    .social-icon-1 {
        transition-duration: 0.4s;
        background-color: rgb(0, 0, 0);
        transition-timing-function: cubic-bezier(0.46, -0.78, 0.5, 1.56);
    }
    
    .social-icon-1 svg,
    .social-icon-2 svg,
    .social-icon-3 svg,
    .social-icon-4 svg,
    .social-icon-5 svg {
        opacity: 0;
        transition-duration: 0.5s;
        transition-delay: 0.2s;
    }
    .social-icon-1-1 {
        transition-duration: 0.4s;
        background-color: rgb(0, 0, 0, 0);
    }

    .socialcontainer:hover .social-icon-1 {
        transform: translateY(-70px);
    }

    .socialcontainer:hover .social-icon-1 svg,
    .socialcontainer:hover .social-icon-2 svg,
    .socialcontainer:hover .social-icon-3 svg,
    .socialcontainer:hover .social-icon-4 svg,
    .socialcontainer:hover .social-icon-5 svg {
        opacity: 1;
    }
    .social-icon-2 {
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.46, -0.78, 0.5, 1.56);
        background: linear-gradient(
            72.44deg,
            #ff7a00 11.92%,
            #ff0169 51.56%,
            #d300c5 85.69%
        );
    }
    .socialcontainer:hover .social-icon-2 {
        transform: translateY(-70px);
    }
    .social-icon-3 {
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.46, -0.78, 0.5, 1.56);
        background: #316ff6;
    }

    .socialcontainer:hover .social-icon-3 {
        transform: translateY(-70px);
    }
    .social-icon-4 {
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.46, -0.78, 0.5, 1.56);
        background: linear-gradient(135deg, #69c9d0 0%, #ee1d52 100%);
    }
    .socialcontainer:hover .social-icon-4 {
        transform: translateY(-70px);
    }

    .social-icon-5 {
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.46, -0.78, 0.5, 1.56);
        background: #ff0000;
    }
    .socialcontainer:hover .social-icon-5 {
        transform: translateY(-70px);
    }

    .social-icon-6,
    .social-icon-6-6 {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        margin: 20px 0 0 0;
    }

    .social-icon-6 {
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.46, -0.78, 0.5, 1.56);
        background: #0a66c2;
    }

    .socialcontainer:hover .social-icon-6 {
        transform: translateY(-70px);
    }

    .social-icon-6 svg {
        opacity: 0;
        transition-duration: 0.5s;
        transition-delay: 0.2s;
    }

    .socialcontainer:hover .social-icon-6 svg {
        opacity: 1;
    }

    @media (max-width: 1280px) {
        .container {
            max-width: 96% !important;
            padding-left: 1.5rem !important;
            padding-right: 1.5rem !important;
        }
    }

    .btn-connexion {
        background-color: #ffe9e5;
        color: #e44c2a;
        font-weight: 600;
        border: 1px solid transparent;
        transition: all 0.3s ease;
    }

    .btn-connexion:hover {
        background-color: #e44c2a;
        color: white;
        border-color: #e44c2a;
    }

    .btn-pro-com {
        background-color: #e0f7fa;
        color: #007c91;
        font-weight: 600;
        border: 1px solid transparent;
        transition: all 0.3s ease;
    }
    
    .btn-pro-com:hover {
        background-color: #007c91;
        color: white;
        border-color: #007c91;
    }
    
    .btn-depose-projet {
        background-color: #f3e8ff;
        color: #6f42c1;
        font-weight: 600;
        border: 1px solid transparent;
        transition: all 0.3s ease;
    }
    
    .btn-depose-projet:hover {
        background-color: #6f42c1;
        color: white;
        border-color: #6f42c1;
    }

    .badge-agence {
        background-color: #f3e8ff;
        color: #7e3af2;
        font-weight: 500;
        border-radius: 0.75rem;
    }

    .badge-freelance {
        background-color: #e0f7fa;
        color: #007c91;
        font-weight: 500;
        border-radius: 0.75rem;
    }

    .profile-card-compact {
        background-color: #fff;
        transition: all 0.2s ease;
    }

    .profile-card-compact:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.04);
        border-color: #dddddd;
    }

    .profile-card-expanded {
        transition: all 0.2s ease;
    }

    .profile-card-expanded:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
        border-color: #cccccc;
    }

    .surlignage-titre {
        position: relative;
        display: inline-block;
        z-index: 2;
        padding-bottom: 10px;
    }

    .surlignage-titre::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -5px;
        width: 110%;
        height: 14px;
        background: rgba(186, 85, 211, 0.4);
        border-radius: 5px;
        z-index: -1;
        transform: rotate(-2deg);
    }
    .home-section-margin {
        margin-top: 50px;
        margin-bottom: 80px;
    }

    @media (max-width: 576px) {
        .home-section-margin {
            margin-top: -40px !important;
            margin-bottom: 0px !important;
        }
    }

    @media (max-width: 768px) {
        .table-responsive {
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        table {
            width: 100%;
            min-width: max-content;
            border-collapse: collapse;
        }
    }

    .highlight-yellow {
        background-color: #fff3b0;
        border-radius: 0.25rem;
        padding: 0 0.25em;
    }
    .highlight-orange {
        background-color: #ffe0b2;
        border-radius: 0.25rem;
        padding: 0 0.25em;
    }
    .highlight-pink {
        background-color: #ffd6e0;
        border-radius: 0.25rem;
        padding: 0 0.25em;
    }
    .highlight-blue {
        background-color: #d6ecff;
        border-radius: 0.25rem;
        padding: 0 0.25em;
    }
    .highlight-green {
        background-color: #d4f9d4;
        border-radius: 0.25rem;
        padding: 0 0.25em;
    }
    .highlight-red-soft {
        background-color: #ffd6d6;
        border-radius: 0.25rem;
        padding: 0 0.25em;
    }

    @media (max-width: 767.98px) {
        .mobile-margins-connect {
            margin-top: -20px;
            margin-bottom: 20px;
        }
    }
