@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* SASS VAR */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #238E6A;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #238E6A;
}

/* HTML REDESIGN */
* {
  font-family: "Montserrat", sans-serif;
}

*:hover {
  transition: all ease-in-out 0.2s;
}

a {
  text-decoration: none;
  color: #000;
}

body {
  font-family: "Montserrat", sans-serif !important;
  color: #000 !important;
  font-weight: 300;
  font-size: 14px;
  background-color: #F3F4F6;
}

a:hover, a:active, a:focus, a:focus-visible, .btn:hover, .btn:active, .btn:focus, .btn:focus-visible, .navbar-toggler:focus:hover, .navbar-toggler:focus:active, .navbar-toggler:focus:focus, .navbar-toggler:focus:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

a:hover {
  text-decoration: none;
  color: #238E6A;
}

h1 {
  font-size: 2.8em;
  font-weight: 700;
}

h2 {
  font-size: 2.5em;
  font-weight: 700;
}

h3 {
  font-size: 1.5em;
  font-weight: 600;
}

h4 {
  font-size: 1.4em;
  font-weight: 200;
}

h5 {
  font-size: 1.2em;
  font-weight: 300;
}

h6 {
  font-size: 1em;
  font-weight: 200;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

p {
  line-height: 1.8;
}

/* ANTI BOOTSTRAP */
.text-justify {
  text-align: justify;
}

.bg-primary, .btn-primary, .btn-primary:focus, .btn-primary:focus-visible, .btn-primary:active, .btn-outline-primary:hover, .dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, kkiapay-widget button, .page-link.active, .hvr-underline-from-center:before, .navbar-nav .nav-link.active:before, .form-check-input:checked, .stripe-loading-indicator .stripe-loaded {
  background-color: #238E6A !important;
}

.bg-secondary, .btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:focus-visible, .btn-secondary:active, .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .carousel-indicators .active, .nav-pills .nav-link.active {
  background-color: #546CC9 !important;
}

.bg-info-50, .link-message .forHover, .link-message.lu .forHover .auteur {
  background-color: rgba(243, 244, 246, 0.5) !important;
}

.bg-info-pur, .bg-info, .btn-info, .link-message:hover .forHover, .btn-outline-info:hover {
  background-color: #001F54 !important;
}

.bg-dark, .btn-dark, .btn-white:hover {
  background-color: #000 !important;
}

.bg-light, .btn-light .carousel-indicators div, .newsletter form input, .link-message, .actions .list-group-item.active {
  background-color: #F3F4F6 !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-gray {
  background-color: #f4f4f5 !important;
}

.bg-white, .btn-white, .border-stack::after, .searchbox form input, #carouselProjets .carousel-indicators .active {
  background-color: #fff !important;
}

.bg-primary-trans {
  background-color: rgba(35, 142, 106, 0.9) !important;
}

.bg-danger {
  background-color: #ff0000 !important;
}

.bg-primary-gradient {
  background-image: linear-gradient(to right, rgba(20, 48, 98, 0.7), rgba(255, 149, 0, 0.7));
}

.text-primary, .btn-outline-primary, .btn-light, .link-primary, .link-dark:hover, .link-light:hover, .dropdown-menu li a, .btn-link, .dashboard-link a, .nav-tabs .active, .page-link, .accordion-button:not(.collapsed) {
  color: #238E6A !important;
}

.text-secondary, .link-secondary, .link-primary:hover, .mobile-link.active, .mobile-link:hover, .btn-outline-secondary .card-title, .navbar-nav .nav-link.active, .navbar-nav .nav-link:hover, .list-unstyled a:hover {
  color: #546CC9 !important;
}

.text-dark, .link-dark, .link-secondary:hover {
  color: #000 !important;
}

.text-info, .text-info, .badge-outline-info, .nav-link:hover, .btn-outline-info {
  color: #001F54 !important;
}

.text-light, .btn-dark, .link-light {
  color: #F3F4F6 !important;
}

.btn-primary, .btn-secondary, .bg-secondary, .bg-info, .btn-info, .btn-white:hover, .btn-outline-primary:hover, .btn-outline-secondary:hover, .bg-gradient, .link-white, .btn-outline-info:hover, .dropdown-item:hover, .dropdown-item.active, .bg-radio, .btn-light.over-btn i, .actions .list-group-item, .page-link.active, #dashboardTabs .nav-link.active, .tab-link.active, .navbar-nav .nav-link {
  color: #fff !important;
}

.border-primary, .btn-outline-primary, .btn-primary, .form-control, .form-select, .page-link.active, .form-check-input:checked {
  border-color: #238E6A !important;
}

.border-secondary, .btn-outline-secondary, .btn-secondary {
  border-color: #546CC9 !important;
}

.border-info, .btn-info, .btn-outline-info, .badge-outline-info {
  border-color: #001F54 !important;
}

.border-dark, .btn-outline-dark {
  border-color: #000 !important;
}

.border-light, .btn-outline-light, .list-group-item.active {
  border-color: #F3F4F6 !important;
}

.border-0-5 {
  border-left-width: 0 !important;
}

.border-0-5, .border-start-0-5 {
  --bs-border-width:.5px;
}

.btn {
  border-radius: 100px;
  font-size: 1em !important;
  font-weight: 600;
}

.btn, .badge {
  border-radius: 1.5rem !important;
}

.btn-primary:hover, .btn-secondary:hover, form button:hover, .btn-info:hover {
  filter: brightness(90%);
}

.btn-primary, .btn-secondary, .btn-dark, .btn-light, .btn-white, .btn-black, .btn-danger, .bootstrap-select .dropdown-toggle:focus, .btn-success, select, input, textarea {
  outline: 0 !important;
  box-shadow: none !important;
}

.carousel .carousel-indicators [data-bs-target] {
  height: 0.7rem;
  width: 0.7rem !important;
  border-radius: 50px !important;
  padding: 0.1rem;
  border-top: 0px !important;
  border-bottom: 0px !important;
  margin-bottom: 0.4rem;
}

form input, form textarea, form select {
  border-radius: 2rem !important;
}

.rounded-start {
  border-radius: 2rem 0 0 2rem !important;
}

.badge-outline-info {
  border: solid 1px;
}

.navbar-light .navbar-toggler, .dropdown-menu {
  border: none !important;
}

.nav-item {
  margin: 0 0.2em;
}

#navbarNav input {
  font-size: 0.9em !important;
  font-weight: 500;
}

.dropdown-item {
  font-size: 0.8em !important;
  font-weight: 500;
}

.navbar-nav .nav-link.active, .accordion-button:not(.collapsed) {
  font-weight: bold !important;
}

.dropdown-menu li a {
  border-radius: 4px;
}

.form-check-input:focus, .accordion-button:focus, .page-link:focus {
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.bootstrap-select {
  width: 100% !important;
  border-radius: 2rem !important;
  padding: 0px !important;
}
.bootstrap-select button {
  background-color: transparent !important;
  border-color: #238E6A !important;
}
.bootstrap-select ul {
  padding: 1rem !important;
}

.my-6 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.list-group {
  --bs-list-group-bg: #ffffff30 !important;
}

/* SOCIAL ICONE COLOR */
a:hover i.fa-facebook-square, a:hover i.fa-facebook, .list-group-item a i.fa-facebook, a:hover i.fa-facebook-f, a:hover i.fa-facebook-official {
  color: #4267B2 !important;
}

a:hover i.fa-linkedin, a:hover i.fa-linkedin-square, .list-group-item a i.fa-linkedin, a:hover i.fa-linkedin-in {
  color: #007bb6 !important;
}

a:hover i.fa-youtube, a:hover i.fa-square-youtube, a i.fa-square-youtube, a:hover i.fa-youtube-play, a:hover i.fa-youtube-square, a:hover i.fa-envelope-square, a:hover i.fa-envelope, a:hover i.fa-envelope-o {
  color: #bb0000 !important;
}

a:hover i.fa-instagram, a:hover i.fa-square-instagram, a i.fa-square-instagram {
  color: #FE295B !important;
}

a:hover i.fa-twitter, a:hover i.fa-square-x-twitter, a i.fa-square-x-twitter, a:hover i.fa-twitter-square {
  color: #000 !important;
}

a:hover i.fa-whatsapp, a:hover i.fa-square-whatsapp:hover, a i.fa-square-whatsapp {
  color: #4FCE5D !important;
}

a:hover i.fa-tiktok {
  color: #000 !important;
}

.facebook, .facebook-contact {
  background-color: #4267B2;
  border: #fff 2px solid;
  color: #fff;
}

.facebook:hover {
  border: #4267B2 2px solid;
  color: #4267B2 !important;
  background: #fff;
}

a.facebook:hover i.fa-facebook {
  color: #4267B2 !important;
}

.twitter {
  background-color: #000;
  border: #fff 2px solid;
  color: #fff;
}

.twitter:hover {
  border: #000 2px solid;
  color: #000 !important;
  background: #fff;
}

a.twitter:hover i.fa-twitter {
  color: #000 !important;
}

.youtube {
  background-color: #bb0000;
  border: #fff 2px solid;
  color: #fff;
}

.youtube:hover {
  border: #bb0000 2px solid;
  color: #bb0000 !important;
  background: #fff;
}

a.youtube:hover i.fa-youtube {
  color: #bb0000 !important;
}

.tiktok {
  background-color: #000;
  border: #fff 2px solid;
  color: #fff;
}

.tiktok:hover {
  border: #000 2px solid;
  color: #000 !important;
  background: #fff;
}

a.tiktok:hover i.fa-tiktok {
  color: #000 !important;
}

.instagram {
  background-color: #FE295B;
  border: #fff 2px solid;
  color: #fff;
}

.instagram:hover {
  border: #FE295B 2px solid;
  color: #FE295B !important;
  background: #fff;
}

a.instagram:hover i.fa-instagram {
  color: #FE295B !important;
}

.whatsapp {
  background-color: #4FCE5D;
  border: #fff 2px solid;
  color: #fff;
}

.whatsapp:hover {
  border: #4FCE5D 2px solid;
  color: #4FCE5D !important;
  background: #fff;
}

a.whatsapp:hover i.fa-whatsapp {
  color: #4FCE5D !important;
}

.linkedin {
  background-color: #007bb6;
  color: #fff !important;
  border: #fff 2px solid;
}

.linkedin:hover {
  border: #007bb6 2px solid;
  color: #007bb6 !important;
  background: #fff;
}

a.linkedin:hover i.fa-linkedin {
  color: #007bb6 !important;
}

.print {
  background-color: #F3F4F6;
  border: #fff 2px solid;
  color: #000;
}

.print:hover {
  border: #000 2px solid;
  color: #000 !important;
  background: #fff;
}

a.print:hover i.fa-print {
  color: #000 !important;
}

.envelope, .envelope-contact {
  background-color: #c00;
  border: #fff 2px solid;
  color: #fff;
}

.envelope:hover {
  border: #c00 2px solid;
  color: #c00 !important;
  background: #fff;
}

a.envelope:hover i.fa-envelope {
  color: #c00 !important;
}

.reseaux .facebook, .reseaux .twitter, .reseaux .instagram, .reseaux .whatsapp, .reseaux .linkedin, .reseaux .envelope, .reseaux .youtube, .reseaux .tiktok {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}

.social .nav-item .rounded-circle {
  width: 40px;
  height: 40px;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.7rem !important;
}

.fs-10 {
  font-size: 0.6rem !important;
}

#navbarNav form button {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box {
  width: 60vmin;
  height: 60vmin;
  position: relative;
}

.spin-container {
  width: 100%;
  height: 100%;
  animation: spin 12s ease-in-out infinite alternate;
  position: relative;
}

.shape {
  width: 100%;
  height: 100%;
  transition: border-radius 1s ease-out;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  animation: morph 8s ease-in-out infinite both alternate;
  position: absolute;
  overflow: hidden;
  z-index: 5;
}

.bd {
  width: 142%;
  height: 142%;
  position: absolute;
  left: -21%;
  top: -21%;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  color: #003;
  font-size: 5vw;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  animation: spin 12s ease-in-out infinite alternate-reverse;
  opacity: 1;
  z-index: 2;
}

.p-special {
  padding: 30px 30px 30px 85px;
}

.over-form {
  border-radius: 2rem 0 0 2rem !important;
}

.text-overlay {
  bottom: 0;
  left: 0;
  right: 0;
}
.text-overlay p {
  margin-bottom: 0;
}

.value-container > div {
  position: relative;
  z-index: 2;
}

.value-container::before {
  content: "";
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 48, 98, 0.5);
  z-index: 1;
}

.post-section {
  margin-top: -20%;
}

.icon-circle {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #238E6A;
  border: 2px solid #238E6A;
  border-radius: 50%;
  font-size: 16px;
}

.cart-count {
  width: 25px;
  height: 25px;
}

.icon-rounded {
  width: 40px;
  height: 40px;
}

.item-cart {
  display: flex;
  text-align: left;
}
.item-cart .cart-image {
  min-width: 80px;
  max-width: 80px;
  margin-right: 15px;
}

.dashboard-link a {
  font-weight: bold;
}

.navbar-nav .nav-link.active:before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: 0;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.card {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
}

.hero-section {
  background: linear-gradient(135deg, #546CC9 0%, #001F54 100%);
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="rgba(255,255,255,0.1)" points="0,1000 1000,0 1000,1000"/></svg>');
  background-size: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.category-card {
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid transparent;
}
.category-card:hover {
  border-color: #238E6A;
  transform: translateY(-5px);
}

header {
  position: relative;
}
header > div {
  position: relative;
  z-index: 100;
}
header .nav-link {
  color: #fff;
  font-weight: bold;
  font-size: 1em;
}
header .nav-link:hover {
  color: #546CC9 !important;
}

.with-bg {
  position: relative;
}
.with-bg > div {
  position: relative;
  z-index: 100;
}
.with-bg:before {
  content: "";
  position: absolute;
  background-color: rgba(20, 48, 98, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}