@charset "UTF-8";
/* ---------- new */
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Rowdies:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
:root {
  --gradient: linear-gradient(to left top, #1e1261 10%, #e22323 90%) !important;
  --primary: #003;
  --secondry: #ea0505f0 ;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: #D2CAEC;
}

main {
  overflow: hidden;
  min-height: 100vh;
}

.app-card {
  padding: 10px;
  /* background: red; */
  border-radius: 8px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-card img {
  width: 100%;
}

/*  cahier-charge start */
.btn-cahier-charge-card {
  position: fixed;
  top: 100px;
  right: 30px;
  width: 100px;
  overflow: hidden;
}

/*  cahier-charge end */
/* loader start */
#loader-pmd {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 100;
  color: #fff;
  font-weight: bold;
  background: #010E21;
  text-align: center;
}

/* loader end */
/*document start*/
.document {
  background: #fff;
  border-radius: 5px;
  width: 80%;
  margin: 0 auto;
}

.cv-card-img img {
  width: 200px;
  border: 5px solid rgba(216, 220, 238, 0.1294117647);
  border-radius: 100px;
  transition: 0.5s ease-out;
}

.cv-card-img img:hover {
  width: 200px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}

/*document end*/
/* btn croll start */
#btn-scroll {
  width: 60px;
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 65px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  border: 2px solid #e22323;
  /* Remove outline */
  /* background-color: #ea0505f0; */
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 8px;
  /* Some padding */
  border-radius: 7px;
  /* Rounded corners */
  font-size: 28px;
  /* Increase font size */
}

#btn-scroll:hover {
  background-color: #e22323;
  /* Add a dark-grey background on hover */
}

/* btn croll end */
/* breadcrumb start */
.breadcrumb-1 {
  border-radius: 0px;
}

.breadcrumb-1 a,
.breadcrumb-1 span {
  letter-spacing: 1px;
}

.breadcrumb-1 a:hover {
  color: #e22323;
  text-decoration: none;
}

/* breadcrumb end */
#creations .card {
  background: #010E21;
  border: 1px solid #dd2476;
  color: rgba(250, 250, 250, 0.8) !important;
  margin-bottom: 2rem;
}

/* button start */
.btn-primary {
  background: #011431 !important;
  border-radius: 5px;
  padding: 3px 10px 3px 10px;
  color: #fff;
}

/* .btn-1 {
  border: 5px solid;
  border-image-slice: 1;
  color: #011431!important;
  background: var(--gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  border-image-source:  var(--gradient) !important; 
  text-decoration: none;
  transition: all .4s ease;
} */
.btn-1,
#creations .btn-1:focus {
  background: var(--gradient) !important;
  -webkit-background-clip: none !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: underline;
  border: 5px solid transparent !important;
  /* box-shadow          : #222 1px 0 10px; */
}

.btn-1:hover {
  background: #e22323 !important;
  border: 5px solid #fff !important;
  box-shadow: #222 1px 0 10px;
}

.btn-2 {
  border: 5px solid;
  border-image-slice: 1;
  color: #011431 !important;
  background: var(--gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  border-image-source: var(--gradient) !important;
  text-decoration: none;
  transition: all 0.4s ease;
}

.btn-2:hover,
.btn-2:focus {
  background: var(--gradient) !important;
  -webkit-background-clip: none !important;
  -webkit-text-fill-color: #fff !important;
  border: 5px solid #fff !important;
  box-shadow: #222 1px 0 10px;
  text-decoration: underline;
}

.circle-1 {
  border: 6px solid #0b0a31;
  box-shadow: 0px 0px 8px 1px rgba(234, 5, 5, 0.9411764706);
}

.circle-1:hover {
  transition: 0.5s;
  border: 6px solid transparent;
  box-shadow: 0px 0px 8px 10px rgba(234, 5, 5, 0.9411764706);
}

.sh-2 {
  border: 6px solid #0b0a31;
  box-shadow: 0px 0px 8px 1px #fff;
}

.sh-2:hover {
  transition: 0.5s;
  border: 6px solid transparent;
  box-shadow: 0px 0px 8px 10px #fff;
}

.first {
  font-size: 3rem;
  color: rgba(234, 5, 5, 0.9411764706);
  font-weight: 700;
}

.bg-1 {
  background: #010E21;
  color: #fff !important;
}

.bg-1 a {
  color: #fff !important;
}

.bg-1 a:hover {
  color: rgba(234, 5, 5, 0.9411764706) !important;
}

.bg-2 {
  background: #011431;
}

.bg-3 {
  background: rgba(3, 19, 40, 0.6784313725);
}

.bg-4 {
  background: rgba(234, 5, 5, 0.9411764706);
}

.main-header.position-fixed {
  min-height: 60px !important;
  transition: 1s ease-in;
}

.header-page {
  background: linear-gradient(90deg, #010E21 0%, #1e1261 100%);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 3.5rem 0 2.5rem 0;
  border-radius: 0 0 2.5rem 2.5rem;
  box-shadow: 0 4px 24px rgba(0, 51, 102, 0.13);
  text-align: center;
  margin-bottom: 0.5rem;
  position: relative;
}
.header-page.header-cours {
  background: linear-gradient(90deg, #010E21 80%, rgba(234, 5, 5, 0.9411764706) 100%), url("https://images.unsplash.com/photo-1461749280684-dccba630e2f6?auto=format&fit=crop&w=1200&q=80") !important;
}
.header-page.header-formation {
  background: linear-gradient(90deg, #010E21 80%, #1e1261 100%), url("https://images.unsplash.com/photo-1461749280684-dccba630e2f6?auto=format&fit=crop&w=1200&q=80") !important;
}

.header-page h1 {
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 0.7rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
}

.header-page p {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #e3f2fd;
}

.header-page .header-icon {
  font-size: 3.2rem;
  margin-bottom: 0.5rem;
  color: #fff;
  opacity: 0.93;
  filter: drop-shadow(0 2px 8px rgba(0, 51, 102, 0.2));
}

.img-nav.img-nav-fixed {
  width: 35px;
}

.img-nav {
  width: 65px;
}

/* header nav{
    height: 80px;
    font-size: 18px;
} */
section {
  margin: 0;
  min-height: 100px;
  padding-bottom: 15px;
  overflow: hidden;
}

section > h3 {
  color: #010E21;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
}

section > p {
  color: #010E21;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

section#services {
  background: #010E21;
  color: #fff;
}

#services h3,
#services p {
  color: #fff;
}

section#home {
  /* background-image: url(../img/icons/header-2.jpg); */
  /* background-size: cover; */
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  min-height: 400px;
}

section#description {
  padding-top: 100px;
  background-image: url(../img/icons/header-2.jpg);
  background-size: cover;
}

section#error_404 {
  padding-top: 100px;
  background-image: url(../img/icons/404.jpg);
  height: 100vh;
  background-size: cover;
}

section#about {
  background: #fff;
}

#cahier-de-charge {
  background-color: #fff;
}

.cahier-loading {
  display: none;
}

#cahier-de-charge-success {
  padding: 30px 10px;
  min-height: 400px;
  background: #fff;
}

section#cahier-de-charge h3 {
  background-color: #fff;
  font-weight: bold;
}

.cahier-de-charge-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.span-1 {
  font-size: 2rem;
  padding: 0;
  margin: 0;
  color: rgba(234, 5, 5, 0.9411764706);
  padding: 0 10px;
}

#about .about-img {
  width: 100%;
  border-radius: 5px;
}

#about .about-title {
  text-align: center;
  color: #010E21;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-top: 26px;
  letter-spacing: 1px;
}

#about .about-content {
  letter-spacing: 0px;
  line-height: 35px;
  font-size: 18px;
}

footer {
  padding-top: 20px;
  min-height: 100px;
  background: #010E21;
  color: #fff;
}

footer .col-lg-4 > p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

footer .col-lg-4 > ul li {
  list-style: none;
  padding-bottom: 10px;
  text-align: center;
}

footer .col-lg-12 > p {
  text-align: center;
}

/**

*/
/* main-header start */
[data-target="#mainMenu"] {
  position: relative;
  z-index: 999;
}

#mainMenu li > a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.main-header.fixed-nav #mainMenu li > a {
  color: #fff;
  text-decoration: none;
}

#mainMenu li:not(:last-of-type) {
  margin-right: 30px;
}

#mainMenu li > a::before {
  position: absolute;
  content: "";
  width: calc(100% - 1px);
  height: 1px;
  background: rgba(234, 5, 5, 0.9411764706);
  bottom: -6px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  z-index: -1;
  transition: transform 0.5s ease;
}

#mainMenu li > a:hover::before,
#mainMenu li > a.active::before {
  transform: scale(1, 1);
  transform-origin: left center;
}

.main-header.fixed-nav #mainMenu li > a::before {
  background: #000;
}

.main-header {
  position: relative;
  top: 0px !important;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: all 0.6s ease;
  background: #010E21;
  height: auto !important;
  border-bottom: 1px solid rgba(234, 5, 5, 0.9411764706);
}

.main-header.fixed-nav {
  top: 0;
  background: #fff;
  box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  transition: all 0.4s ease;
}

.main-header.fixed-nav .navbar-brand > img:last-of-type {
  display: block;
}

.main-header.fixed-nav .navbar-brand > img:first-of-type {
  display: none;
}

.navbar-brand {
  color: #fff;
}

.main-header .navbar-brand img {
  max-width: 40px;
  animation: fadeInLeft 0.4s both 0.4s;
}

.owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  color: white !important;
}

@media only screen and (max-width: 991px) {
  .owl-prev {
    left: 1rem !important;
  }
  .owl-next {
    right: 1rem !important;
  }
  .produit .produit-card-panier {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0);
  }
  .produit-card-desc {
    max-height: 40px;
    overflow: hidden;
  }
  .produit-vote {
    font-size: 10px !important;
  }
  .produit-card-nom {
    max-height: 33px !important;
    overflow: hidden;
  }
  .produit-card-img {
    width: 150px !important;
    margin: 0 auto;
  }
  .btn-produit-add {
    font-size: 0.8rem !important;
  }
  .produit-nom,
  .produit-nom:hover {
    font-size: 12px !important;
  }
  .produit-nom a:hover {
    color: rgba(234, 5, 5, 0.9411764706) !important;
  }
  .produit-prix {
    font-size: 12px !important;
  }
}
/* main-header end */
@media (max-width: 991px) {
  .sous-menu-item {
    position: relative !important;
    top: 0px !important;
  }
  /*header starts*/
  .document {
    width: 100%;
  }
  .collapse.in {
    display: block !important;
    padding: 0;
    clear: both;
  }
  .navbar-toggler {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 0;
    border: none;
    border-radius: 0;
    outline: none !important;
  }
  .main-header .navbar {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    /* text-align: center; */
  }
  #mainMenu li:not(:last-of-type) {
    margin: 3px 0 3px 0;
  }
  .main-header .navbar-nav {
    margin-top: 10px;
  }
  .main-header .navbar-nav li .nav-link {
    text-align: center;
    padding: 20px 15px;
    border-radius: 0px;
  }
  /**/
  .main-header .navbar-toggler .icon-bar {
    background-color: #fff;
    margin: 0 auto 6px;
    border-radius: 0;
    width: 30px;
    height: 3px;
    position: absolute;
    right: 0;
    transition: all 0.2s ease;
  }
  .main-header .navbar .navbar-toggler .icon-bar:first-child {
    margin-top: 3px;
  }
  .main-header .navbar-toggler .icon-bar-1 {
    width: 10px;
    top: 0px;
  }
  .main-header .navbar-toggler .icon-bar-2 {
    width: 16px;
    top: 12px;
  }
  .main-header .navbar-toggler .icon-bar-3 {
    width: 20px;
    top: 21px;
  }
  .main-header .current .icon-bar {
    margin-bottom: 5px;
    border-radius: 0;
    display: block;
  }
  .main-header .current .icon-bar-1 {
    width: 18px;
  }
  .main-header .current .icon-bar-2 {
    width: 30px;
  }
  .main-header .current .icon-bar-3 {
    width: 10px;
  }
  .main-header .navbar-toggler:hover .icon-bar {
    background-color: #fff;
  }
  .main-header .navbar-toggler:focus .icon-bar {
    background-color: #fff;
  }
  /*header ends*/
}
.footer-top,
.footer-bottom {
  background-color: #1c1f2f;
}

.footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #313646;
  background-color: #181828 !important;
  color: #b0b0b0;
  /* font-family  : rubik; */
}

/* color: #99a9b5;
    padding-top: 15px;
} */
.footer-site-info {
  font-size: 92.86%;
}

#footer-navigation,
#footer-navigation li a:hover,
.custom-footer,
.custom-footer li a:hover {
  color: white;
}

#footer-navigation,
#footer-navigation li a,
.custom-footer,
.custom-footer li a {
  color: #99a9b5;
  padding-top: 15px;
}

.footer-bottom ul {
  margin: 0;
}

.inline-inside {
  font-size: 0;
  line-height: 0;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

#footer-menu li {
  display: inline-block;
  padding: 0 21px;
  position: relative;
  line-height: 1;
}

#footer-navigation,
#footer-navigation li a,
.custom-footer,
.custom-footer li a {
  color: #99a9b5;
  padding-top: 15px;
}

#footer-navigation,
#footer-navigation li a,
.custom-footer,
.custom-footer li a {
  color: #99a9b5;
  padding-top: 15px;
}

#footer-menu li + li:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  font-size: 0;
  border-left: 1px solid #232234;
  border-right: 1px solid #333146;
}

navigation li a,
.custom-footer,
.custom-footer li a {
  color: #99a9b5;
  padding-top: 15px;
}

#footer-socials {
  text-align: right;
}

#footer-socials .socials {
  text-align: right;
  margin: 0 -7px;
  display: inline-block;
  vertical-align: middle;
}

a.socials-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: all 0.3s;
  margin: 0 5px;
  line-height: 16px;
  padding: 10px;
  border-radius: 50%;
  background-color: #141421;
  border: 1px solid #2e2e4c;
  box-shadow: 3px 9px 16px rgba(0, 0, 0, 0.4), -3px -3px 10px rgba(255, 255, 255, 0.06), inset 14px 14px 26px rgba(0, 0, 0, 0.3), inset -3px -3px 15px rgba(255, 255, 255, 0.05);
}

.socials-item i {
  display: inline-block;
  font-weight: normal;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}

.facebook {
  color: #4e64b5;
}

.whatsapp {
  color: lime;
}

.linkedin {
  color: #00aced;
}

.twitter {
  color: #00aced;
}

.instagram {
  color: #9a8f62;
}

.youtube {
  color: #c82929;
}

.telegram {
  color: #2ca5e0;
}

a:hover {
  color: rgba(234, 5, 5, 0.9411764706);
  text-decoration: none;
  font-size: 1rem;
}

a.socials-item:hover {
  box-shadow: 0 0px 20px rgba(84, 1, 74, 0.7);
  border-color: rgba(255, 6, 224, 0.61);
  background: linear-gradient(to right, rgba(255, 9, 9, 0.1294117647), rgba(192, 0, 255, 0.7098039216), rgba(255, 0, 94, 0.14));
}

.footer-bottom a:hover {
  color: white;
}

.footer-10 .subscribe-form .form-group .submit {
  color: #fff !important;
  display: block;
  width: 130px;
  height: 52px;
  font-size: 16px;
  background: rgba(234, 5, 5, 0.9411764706) !important;
  border: none;
  border-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.footer-10 .subscribe-form .form-group input {
  background: #fff !important;
  border: none !important;
  outline: none !important;
  color: rgba(0, 0, 0, 0.3) !important;
  font-size: 16px;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.footer-10 .subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
}

.footer-10 .footer-heading {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.footer-10 .con-info .icon {
  width: 50px;
  height: 50px;
  background: rgba(234, 5, 5, 0.9411764706);
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 10px;
}

.size-input {
  height: 52px;
  border-radius: 10px;
}

#message form textarea {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

/* #message form .btn {
    background: #ea0505f0 !important;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    width: 100%;
} */
#message form .col-lg-6 label {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

#message form .col-md-4 button {
  font-size: 25px;
}

#message form .col-lg-6 span {
  color: rgba(234, 5, 5, 0.9411764706);
}

#coordonee .col-lg-6 .tel {
  margin-right: 20px;
  color: rgba(234, 5, 5, 0.9411764706);
}

#coordonee .col-lg-6 .mail {
  margin-right: 20px;
  color: rgba(234, 5, 5, 0.9411764706);
}

section#coordonee h3 {
  color: #fff;
}

section#message {
  background-image: url(../img/icons/globe.jpg);
  background-size: cover;
}

section#message h3 {
  color: #fff;
}

#home p {
  color: #fff;
  text-align: center;
}

.home-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: rgba(234, 5, 5, 0.9411764706) 1px 0px 10px;
}

.title-404 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: rgba(234, 5, 5, 0.9411764706) 1px 0px 10px;
}

/* CAHIER DE CHARGE */
fieldset {
  /* background-color: #222; */
}

.cahier-de-charge .title {
  text-align: center;
  padding: 40px;
}

.cahier-de-charge .title h2 {
  font-weight: bold;
}

.label-1 {
  font-weight: bold;
}

.label-2 {
  margin-bottom: 4px;
}

.question-content {
  padding-inline: 2%;
}

.reponse {
  background: #011431;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  display: none;
  color: #fff;
  margin-bottom: 10px;
}

.reponse-autre {
  display: none;
}

.question-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.reponse {
  border-top: 3px solid #e22323;
}

/* header-cv start */
.header-cv {
  position: fixed;
  font-size: 15px;
  color: #fff;
  top: 60px !important;
  z-index: 98;
}

/* header-cv end */
/* errror start */
.error {
  color: #ff0909 !important;
}

/* user dropdow start */
#user-icon {
  text-align: center;
  display: inline-flex;
  cursor: pointer;
}

#user-icon img {
  display: inline-block;
  border: 2px solid #fff;
  width: 30px;
  border-radius: 50%;
}

#user-icon .user-content {
  color: #fff;
  padding-left: 5px;
}

.user-icon-dropdown hr {
  margin-bottom: 3px;
}

.user-icon-dropdown {
  background: white;
  position: absolute;
  right: -65px;
  border-radius: 5px;
  right: 0;
  display: none;
  padding: 10px;
}

.user-icon-dropdown a div:first-child {
  background: white;
  display: inline-block;
}

.user-icon-dropdown a div {
  margin-top: 10px;
  display: inline-block;
}

.user-icon-dropdown a {
  background: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #011431;
}

.user-icon-dropdown a div:first-child {
  text-align: center;
  width: 20px;
}

.user-icon-dropdown a div i {
  color: #e22323 !important;
}

/* user dropdow end */
/* start global */
.bg-1 {
  background: #010E21;
  color: #fff !important;
}

.bg-1 a {
  color: #fff !important;
}

.bg-1 a:hover {
  color: rgba(234, 5, 5, 0.9411764706) !important;
}

.bg-2 {
  background: #011431;
  color: #fff;
}

.bg-3 {
  color: #fff;
  background: rgba(3, 19, 40, 0.6784313725);
}

.bg-4 {
  background: rgba(234, 5, 5, 0.9411764706);
}

.a2 {
  color: #003;
}

.card-2 {
  box-shadow: 14px 7px 5px -2px rgba(0, 0, 0, 0.13);
}

.p-2 {
  background: #011431;
  color: #fff;
}

/* end global */
/*  start boutique */
#boutiques {
  background: #fff;
}

.produit {
  padding-bottom: 10px;
  overflow: hidden;
}

.produit-card-nom {
  height: 50px;
}

.produit-card-desc {
  height: 40px;
}

.produit-vote div {
  /* text-align: center; */
  font-size: 1em;
  padding-left: 0px !important;
  padding: 5px;
  display: inline-block;
}

.produit-vote {
  font-size: 10px;
}

.produit p {
  margin: 0;
  padding: 0;
}

.produit-prix {
  color: rgba(234, 5, 5, 0.9411764706);
  font-size: 1em;
  font-weight: bold;
}

.produit-nom {
  /* font-size: 14px; */
  font-weight: bold;
}

.produit-card-nom {
  overflow: hidden;
}

.produit-card-nom a {
  color: #003;
}

/* .produit-nom a:hover{
    color: #ea0505f0;
} */
.produit-desc {
  font-size: 14px;
}

.produit-card-img {
  width: 185px;
  margin: 0 auto;
}

.produit-card-img img {
  width: 100%;
  height: 100%;
}

.btn-produit-add {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  line-height: 1.5;
  background-color: #0b0a31;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  color: #fff;
}

.produit-card-panier {
  position: absolute;
  right: 0.5rem;
  top: 90px;
  overflow: hidden;
  transform: translateX(10px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease;
  text-align: center;
}

.produit-card-badge {
  position: absolute;
  color: #fff;
  height: 30px;
  top: 10px;
  left: 0.375rem;
  line-height: 30px;
}

.badge {
  padding: 0.375rem;
}

.badge-new {
  background-color: rgba(43, 235, 75, 0.9411764706);
}

.produit-card-categorie {
  font-size: 0.8rem;
  text-align: center;
}

.produit-card-favoris {
  position: absolute;
  right: 0.5rem;
  top: 10px;
  overflow: hidden;
  transform: translateX(10px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease;
}

.produit:hover .produit-card-favoris,
.produit:hover .produit-card-panier {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*  ./end boutique */
/*  start Tutoriels */
section#tuto {
  background-image: url(../img/icons/tutoriel.jpg);
  background-size: cover;
  height: 200px;
  background-size: 100%;
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  background-position-y: -120px;
}

section#tutoriel {
  background: #fff;
}

.row-tuto {
  margin-top: 10px;
}

.card-tuto {
  width: 100%;
  margin: 10px 0;
  min-height: 252px;
  overflow: hidden;
}

.card-tuto img {
  width: 100%;
}

.card-tuto .card-title {
  text-transform: uppercase;
}

.card-tuto .tuto-name {
  font-size: 1rem;
  font-weight: bold;
}

/*  end Tutoriels */
/* start search */
.btn-search {
  color: #fff;
}

.btn-search:hover {
  background-color: rgba(234, 5, 5, 0.9411764706);
  color: #fff;
}

/* end search */
/* Tutoriel detail */
section#tutoriel-detail {
  background-color: #fff;
  padding-top: 30px;
  min-height: 100vh;
}

.tutoriel-list-icon {
  width: 100px;
}

.tutoriel-list-btn {
  color: #fff;
}

/* Tutoriel end */
/* pagination start */
#pagination {
  display: flex;
  justify-content: center;
}

.page-item.active .page-link {
  background-color: #010E21;
  border-color: #010E21;
}

.page-link {
  color: #003;
}

.page-link:hover {
  color: #e22323;
}

/* pagination end */
/* button start */
.btn-3 {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
  border-radius: 40em;
  border-style: none;
  box-shadow: #ADCFFF 0 -12px 6px inset;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.24px;
  margin: 0;
  outline: none;
  padding: 1rem 1.3rem;
  quotes: auto;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn-3:hover {
  background-color: #010E21;
  color: #fff;
  box-shadow: rgba(234, 5, 5, 0.9411764706) 0 -6px 8px inset;
  transform: scale(1.125);
}

.btn-3:active {
  transform: scale(1.025);
}

.btn-4 {
  color: #fff;
  background: rgba(0, 0, 0, 0.5607843137);
}

.btn-4:hover {
  color: rgba(234, 5, 5, 0.9411764706);
}

/* button end */
/* tutoriel collaped start */
.tutoriel-list-btn:hover {
  text-decoration: none;
}

.tutoriel-list-btn span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 45px;
  text-decoration: none;
}

.tutoriel-list-btn:hover span::before,
.tutoriel-list-btn.active span::before {
  background-color: rgba(234, 5, 5, 0.9411764706) !important;
  animation: active-bar 0.5s ease;
}

.tutoriel-list-btn:focus span::before {
  background-color: rgba(234, 5, 5, 0.9411764706) !important;
  animation: active-bar 0.5s ease;
}

.tutoriel-list-btn.active span::before {
  background-color: rgba(234, 5, 5, 0.9411764706) !important;
  animation: active-bar 0.5s ease;
}

@keyframes active-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* tutoriel collaped start */
/* Sous menu start */
.sous-menu-item {
  display: none;
  position: absolute;
  background: #003;
  top: 50px;
  list-style: none;
  border-radius: 5px;
  padding: 0px 15px 15px 15px;
  border: 2px solid rgba(234, 5, 5, 0.9411764706);
  min-width: 200px;
}

.main-header.position-fixed .sous-menu-item {
  top: 40px;
}

.sous-menu-item li:hover {
  display: block;
}

.sous-menu-item li {
  padding-top: 10px;
}

li:hover .sous-menu-item {
  display: block;
}

/* ./Sous menu end */
/* caroussel start */
.owl-theme .owl-nav {
  margin: 0;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 40%;
}

.owl-prev {
  left: 5rem;
}

.owl-prev:hover {
  background-color: red;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent !important;
  color: #e22323 !important;
}

.owl-next {
  right: 5rem;
}

.owl-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 10px;
  color: #e22323;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #00aced;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #e22323;
}

.slide {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  /* Parallax effect */
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 14, 33, 0.4);
  /* Dark overlay to improve text readability */
  z-index: 1;
}

.slide-card {
  width: 80%;
  position: relative;
  z-index: 2;
  /* Content above the overlay */
  margin: 0 auto;
  overflow: hidden;
}

/* --- Hero Styles --- */
.hero-content {
  text-align: center;
  color: #fff;
  padding: 20px 0;
}

.hero-title {
  font-family: "Archivo", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  line-height: 1.1;
  color: #fff;
}

.hero-title .highlight {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-subtitle {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.3rem;
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-weight: 400;
  line-height: 1.6;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  text-transform: none;
  color: #fff;
}

.hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.btn-hero-primary {
  background: transparent !important;
  -webkit-background-clip: none !important;
  -webkit-text-fill-color: #fff !important;
  border: 5px solid #fff !important;
  box-shadow: #222 1px 0 10px;
  text-decoration: underline;
}

.btn-hero-secondary {
  background: transparent;
  color: #fff !important;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  padding: 12px 35px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}

.btn-hero-secondary:hover {
  background: #fff;
  color: #011431 !important;
  text-decoration: none;
}

@media (max-width: 991px) {
  .slide-card {
    width: 90% !important;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
  }
  .home-title {
    font-size: 25px !important;
  }
  .slide-home-1,
  .slide-home-2,
  .slide-home-3 {
    /* Mobile images can be updated here if needed. Using cover handles it for now. */
  }
}
.slide-home-1 {
  /* Startup Innovante : Équipe dynamique / Collaboration (Professionnels Noirs) */
  background-image: url("../img/img_7.png");
}

.slide-home-2 {
  /* Startup Innovante : Design Thinking / Agile (Professionnels Noirs) */
  background-image: url("../img/img_2.png");
}

.slide-home-3 {
  /* Startup Innovante : Code & Setup Moderne (Professionnels Noirs) */
  background-image: url("../img/img_4.png");
}

/* ./caroussel end */
/* list group */
.list-group {
  border-radius: 0;
}

.list-group-item {
  color: #000;
  padding: 0.5rem 0.375rem;
  font-size: 1rem;
}

.list-group-item span {
  margin-right: 1px;
  display: inline-block;
  width: 20px;
  text-align: center;
}

.list-group-item.active {
  background-color: #0b0a31;
  border-color: #0b0b0b;
}

/* ./list group */
section#realisation {
  min-height: 100vh;
}

.card-realisation .name {
  color: #000;
  font-weight: bold;
}

.card-img {
  width: 300px;
  margin: 0 auto;
}

.card-img img {
  width: 100%;
}

.main-timeline {
  position: relative;
}

.main-timeline:before {
  content: "";
  width: 5px;
  height: 100%;
  border-radius: 20px;
  margin: 0 auto;
  background: #242922;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main-timeline .timeline {
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
}

.main-timeline .timeline:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #ec496e;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.main-timeline .timeline-icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #ec496e;
  padding: 13px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
}

.main-timeline .timeline-icon i {
  display: block;
  border-radius: 50%;
  background: #ec496e;
  font-size: 64px;
  color: #fff;
  line-height: 100px;
  z-index: 1;
  position: relative;
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
  content: "";
  width: 100px;
  height: 4px;
  background: #ec496e;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}

.main-timeline .timeline-icon:after {
  width: 70px;
  height: 50px;
  background: #fff;
  top: 89px;
  right: -30px;
}

.main-timeline .timeline-content {
  width: 50%;
  padding: 0 50px;
  margin: 52px 0 0;
  float: right;
  position: relative;
}

.main-timeline .timeline-content:before {
  content: "";
  width: 70%;
  height: 100%;
  border: 3px solid #ec496e;
  border-top: none;
  border-right: none;
  position: absolute;
  bottom: -13px;
  left: 35px;
}

.main-timeline .timeline-content:after {
  content: "";
  width: 37px;
  height: 3px;
  background: #ec496e;
  position: absolute;
  top: 13px;
  left: 0;
}

.main-timeline .title {
  font-size: 20px;
  font-weight: 600;
  color: #ec496e;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.main-timeline .description {
  display: inline-block;
  font-size: 16px;
  color: #404040;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 30%;
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
  right: auto;
  left: -100px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
  right: auto;
  left: -30px;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: 35px;
  transform: rotateY(180deg);
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
  left: auto;
  right: 0;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
  background: #f9850f;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
  border-color: #f9850f;
}

.main-timeline .timeline:nth-child(2n) .title {
  color: #f9850f;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
  border-left-color: #f9850f;
  border-bottom-color: #f9850f;
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
  background: #8fb800;
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
  border-color: #8fb800;
}

.main-timeline .timeline:nth-child(3n) .title {
  color: #8fb800;
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
  border-left-color: #8fb800;
  border-bottom-color: #8fb800;
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
  background: #2fcea5;
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
  border-color: #2fcea5;
}

.main-timeline .timeline:nth-child(4n) .title {
  color: #2fcea5;
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
  border-left-color: #2fcea5;
  border-bottom-color: #2fcea5;
}

.main-timeline .timeline:nth-child(5n) .timeline-content:after,
.main-timeline .timeline:nth-child(5n) .timeline-icon i,
.main-timeline .timeline:nth-child(5n) .timeline-icon:before,
.main-timeline .timeline:nth-child(5n):before {
  background: rgba(39, 3, 224, 0.8117647059);
}

.main-timeline .timeline:nth-child(5n) .timeline-icon {
  border-color: rgba(39, 3, 224, 0.8117647059);
}

.main-timeline .timeline:nth-child(5n) .title {
  color: rgba(39, 3, 224, 0.8117647059);
}

.main-timeline .timeline:nth-child(5n) .timeline-content:before {
  border-left-color: rgba(39, 3, 224, 0.8117647059);
  border-bottom-color: rgba(39, 3, 224, 0.8117647059);
}

@media only screen and (max-width: 1200px) {
  .main-timeline .timeline-icon:before {
    width: 50px;
    right: -50px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -50px;
  }
  .main-timeline .timeline-content {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 990px) {
  .main-timeline .timeline {
    margin: 0 0 10px;
  }
  .main-timeline .timeline-icon {
    left: 25%;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    right: 25%;
  }
  .main-timeline .timeline-content {
    margin-top: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .main-timeline {
    padding-top: 50px;
  }
  .main-timeline:before {
    left: 80px;
    right: 0;
    margin: 0;
  }
  .main-timeline .timeline {
    margin-bottom: 70px;
  }
  .main-timeline .timeline:before {
    top: 0;
    left: 83px;
    right: 0;
    margin: 0;
  }
  .main-timeline .timeline-icon {
    width: 60px;
    height: 60px;
    line-height: 40px;
    padding: 5px;
    top: 0;
    left: 0;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 0;
    right: auto;
  }
  .main-timeline .timeline-icon:before,
  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    width: 25px;
    left: auto;
    right: -25px;
  }
  .main-timeline .timeline-icon:after,
  .main-timeline .timeline:nth-child(even) .timeline-icon:after {
    width: 25px;
    height: 30px;
    top: 44px;
    left: auto;
    right: -5px;
  }
  .main-timeline .timeline-icon i {
    font-size: 30px;
    line-height: 45px;
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    width: 100%;
    margin-top: -15px;
    padding-left: 130px;
    padding-right: 5px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    float: right;
  }
  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    width: 50%;
    left: 120px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    transform: rotateY(0);
  }
  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: 85px;
  }
}
@media only screen and (max-width: 479px) {
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding-left: 110px;
  }
  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: 99px;
  }
  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(2n) .timeline-content:after {
    left: 65px;
  }
}
/* --- Projets PMD Groupe --- */
#projets {
  background-color: #FAFAFA;
  background-image: url("../img/icons/header-2.jpg");
  background-size: cover;
  background-attachment: fixed;
  /* Parallax effect */
  background-position: center;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
  z-index: 1;
}

#projets::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(250, 250, 250, 0.92);
  /* Subtle overlay for text readability */
  z-index: -1;
}

#projets .projets-header .projets-title {
  font-family: "Archivo", sans-serif;
  color: #18181B;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

#projets .projets-header .projets-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: var(--gradient);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

#projets .projets-header .projets-subtitle {
  color: #27272A;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  text-transform: none;
}

.projets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.projet-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.projet-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.projet-image {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.projet-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}

.projet-card:hover .projet-image img {
  transform: scale(1.05);
}

.projet-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(24, 24, 27, 0.9) 0%, rgba(24, 24, 27, 0.4) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.projet-card:hover .projet-overlay {
  opacity: 1;
  transform: translateY(0);
}

.projet-overlay h4 {
  color: #F8FAFC;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.projet-overlay p {
  color: #e2e8f0;
  font-size: 0.95rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

.btn-projet {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}

.btn-projet:hover {
  color: #e22323;
  text-decoration: none;
  border-bottom-color: #e22323;
}

.btn-projet-all {
  display: inline-block;
  padding: 12px 30px;
  background: #18181B;
  color: #fff;
  border-radius: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 2px solid #18181B;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.btn-projet-all:hover {
  background: transparent;
  color: #18181B;
  text-decoration: none;
}

/* ---------------------------------------------------- */
/* Single Project & Project Grid Premium Styles        */
/* ---------------------------------------------------- */
.project-details-hero {
  background: linear-gradient(135deg, #010E21 0%, #1e1261 50%, #010E21 100%);
  position: relative;
  padding: 80px 0;
  color: #fff;
  border-bottom: 2px solid #e22323;
  overflow: hidden;
}
.project-details-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to top, #D2CAEC, transparent);
  pointer-events: none;
  opacity: 0.15;
}
.project-details-hero .project-hero-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.project-details-hero .project-hero-title span.gradient-text {
  background: linear-gradient(to right, #ffffff 30%, #e22323 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.project-details-hero .project-hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 800px;
  line-height: 1.6;
}

.project-container {
  margin-top: -40px;
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
}

.project-details-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(1, 14, 33, 0.08);
  padding: 40px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.project-details-card.sticky-card {
  position: sticky;
  top: 100px;
}

.project-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(1, 14, 33, 0.15);
  background: #010E21;
  border: 3px solid #fff;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.project-image-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(1, 14, 33, 0.25);
  border-color: #e22323;
}
.project-image-wrapper:hover img {
  transform: scale(1.03);
  filter: brightness(1.05);
}
.project-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.project-meta-box {
  margin-top: 30px;
  padding: 25px;
  background: #f8fafc;
  border-radius: 12px;
  border-left: 4px solid #1e1261;
}
.project-meta-box h5 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: #010E21;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 1px;
}
.project-meta-box .meta-item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.project-meta-box .meta-item:last-child {
  margin-bottom: 0;
}
.project-meta-box .meta-item i {
  color: #e22323;
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}
.project-meta-box .meta-item .meta-label {
  font-size: 0.85rem;
  color: #64748b;
  text-transform: uppercase;
  font-weight: 500;
}
.project-meta-box .meta-item .meta-value {
  font-size: 0.95rem;
  color: #010E21;
  font-weight: 600;
}

.badge-custom {
  display: inline-block;
  padding: 6px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
}
.badge-custom.badge-custom-active {
  background-color: #dcfce7;
  color: #15803d;
}
.badge-custom.badge-custom-archived {
  background-color: #f1f5f9;
  color: #475569;
}

.project-description-box {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
}
.project-description-box h3.section-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #010E21;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.project-description-box h3.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #e22323, #1e1261);
}
.project-description-box .project-description-content {
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #334155;
}
.project-description-box .project-description-content p {
  margin-bottom: 20px;
}
.project-description-box .project-description-content ul,
.project-description-box .project-description-content ol {
  margin-bottom: 25px;
  padding-left: 20px;
}
.project-description-box .project-description-content ul li,
.project-description-box .project-description-content ol li {
  margin-bottom: 10px;
}
.project-description-box .project-description-content strong {
  color: #010E21;
  font-weight: 600;
}
.project-description-box .project-description-content blockquote {
  border-left: 4px solid #e22323;
  padding: 15px 20px;
  background: #f8fafc;
  border-radius: 0 8px 8px 0;
  margin: 25px 0;
  font-style: italic;
  color: #475569;
}

.btn-projet-cta {
  background: var(--gradient);
  color: #fff !important;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 18px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 10px 20px rgba(226, 35, 35, 0.2);
  transition: all 0.3s ease;
  display: inline-block;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  cursor: pointer;
}
.btn-projet-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(226, 35, 35, 0.35);
  color: #fff;
  text-decoration: none;
}

.btn-projet-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #010E21;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn-projet-back:hover {
  color: #e22323;
  text-decoration: none;
  transform: translateX(-5px);
}

/* ---------------------------------------------------- */
/* Project Grid Catalog Styles                          */
/* ---------------------------------------------------- */
.catalog-section {
  background: #fff;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

.projet-card-new {
  background: #010E21;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(226, 35, 35, 0.3);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}
.projet-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(1, 14, 33, 0.3);
  border-color: #e22323;
}
.projet-card-new:hover .projet-img-container img {
  transform: scale(1.05);
  filter: brightness(1.05);
}
.projet-card-new:hover .projet-content-new {
  background: linear-gradient(to top, #1e1261, #010E21);
}
.projet-card-new .projet-img-container {
  height: 240px;
  overflow: hidden;
  position: relative;
  background: #010E21;
}
.projet-card-new .projet-img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.projet-card-new .projet-content-new {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #010E21;
  transition: all 0.3s ease;
}
.projet-card-new .projet-content-new h4 {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.projet-card-new .projet-content-new p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 20px;
  flex-grow: 1;
}
.projet-card-new .projet-content-new .projet-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}
.projet-card-new .projet-content-new .projet-footer .view-more-link {
  color: #e22323;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}
.projet-card-new .projet-content-new .projet-footer .view-more-link:hover {
  color: #fff;
  transform: translateX(3px);
  text-decoration: none;
}

@media (max-width: 768px) {
  .project-details-hero {
    padding: 50px 0;
    text-align: center;
  }
  .project-container {
    margin-top: -20px;
  }
  .project-details-card {
    padding: 25px;
  }
  .catalog-grid {
    grid-template-columns: 1fr;
  }
}
/* style de la page cours */
section#tuto {
  background-image: url(https://via.placeholder.com/500);
  background-size: cover;
  height: 200px;
  background-size: 100%;
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  background-position-y: -120px;
}

section#tutoriel {
  background: #fff;
}

.row-tuto {
  margin-top: 10px;
}

.card-tuto {
  width: 100%;
  margin: 10px 0;
}

.card-tuto img {
  width: 100%;
}

.card-tuto .card-title {
  text-transform: uppercase;
}

.card-tuto .tuto-name {
  font-size: 1rem;
  font-weight: bold;
}

/* tutoriel collaped start */
.tutoriel-list-btn:hover {
  text-decoration: none;
}

.tutoriel-list-btn span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 45px;
  text-decoration: none;
}

.tutoriel-list-btn:hover span::before {
  background-color: red !important;
  animation: active-bar 0.5s ease;
}

.tutoriel-list-btn:focus span::before {
  background-color: red !important;
  animation: active-bar 0.5s ease;
}

.tutoriel-list-btn.active span::before {
  background-color: red !important;
  animation: active-bar 0.5s ease;
}

/*  end Tutoriels */
/* pagination start */
#pagination {
  display: flex;
  justify-content: center;
}

.page-item.active .page-link {
  background-color: #010E21;
  border-color: #010E21;
}

.page-link {
  color: #003;
}

.page-link:hover {
  color: #e22323;
}

/* pagination end */
/* start search */
.btn-search {
  color: #fff;
}

.btn-search:hover {
  background-color: red;
  color: #fff;
}

/* end search */
.card-2 {
  box-shadow: 14px 7px 5px -2px rgba(0, 0, 0, 0.13);
}

.a2 {
  color: #003;
}/*# sourceMappingURL=pmd.css.map */