/* Fonts */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v24-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v24-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v24-latin-600.woff2') format('woff2');
}

/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 50px;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: radial-gradient(at 18% 21%, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0) 100%), radial-gradient(at 55% 86%, hsla(222, 87%, 56%, 1) 0%, hsla(222, 87%, 56%, 0) 100%), radial-gradient(at 48% 57%, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0) 100%), radial-gradient(at 19% 21%, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0) 100%);
  z-index: -1;
}

html, body {
  width: 100% !important;
  overflow-x: hidden !important;
}

h1, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

h1 {
  color: #191970;
}

h2 {
  font-weight: 700 !important;
  font-size: 3.5rem !important;
  color: #191970 !important;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}

.title {
  margin-top: 1.875rem;
  margin-bottom: 5rem;
}

.color-title {
  color: #567ff5 !important;
}

.title-light {
  color: #F5F5F5 !important;
}

section {
  scroll-margin-top: 120px;
}

/* Header & Navigation */
header nav {
  width: 100%;
  color: #fff;
  background-color: #4B7CF2;
  font-family: 'Poppins', serif !important;
  font-size: 1rem;
  font-weight: 700;
  z-index: 1000;
}

header a {
  font-family: 'Poppins', serif !important;
  margin-right: 2.5rem;
  color: #fff !important;
}

#navbarNavAltMarkup {
  justify-content: center;
  gap: 0.3125rem;
}

header #button-cta {
  background-color: #FF6F61 !important;
  color: #fff !important;
  font-family: 'Poppins', sans-serif !important;
}

header #button-cta:hover {
  background-color: #F98E8E !important;
  color: #fff !important;
  border: 1px solid #FF6F61 !important;
}

/* Hero Section */
#about {
  display: flex;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

#about ul {
  list-style-type: none;
  padding-left: 0;
}
.hero-title {
  font-size: clamp(2.0rem, 6vw, 3.2rem);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.label-section {
  display: inline-block;
  color: #4B7CF2;
  opacity: 0.8;
  padding: 0.5rem 1rem !important;
  font-size: 0.9rem !important;
  border: 1px solid #4B7CF2;
  border-radius: 50px;
  margin-bottom: 1rem !important;
  font-weight: 400;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
}

.koala-img {
  max-height: 14rem !important;
  width: auto !important;
  will-change: transform;
}

/* Box Styles */
.title-box {
  border: none;
  border-radius: 1.5625rem;
  background-color: #191970;
  padding: 1.25rem;
  vertical-align: middle;
}

.p-box2 {
  background-color: #fff;
  border: none;
  border-radius: 1.5625rem;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
  box-shadow: 0px 0.8125rem 1.75rem rgba(0, 0, 0, 0.1);
}

#why .title.why {
  color: #2E67F1 !important;
}

/* Sections */
#value-mascotte {
  padding: 3.125rem;
  color: #5D88F3;
}

/* Forms */
#contact button:disabled {
  background-color: #2E67F1 !important;
  opacity: 0.5;
  color: #fff !important;
}

#contact-form {
  padding: 2rem !important;
}

label {
  font-family: 'poppins', sans-serif !important;
  color: #000 !important;
}

.violet-asterix {
  font-size: 1rem;
  color: #2E67F1;
  font-weight: bold;
  font-family: 'poppins', sans-serif;
}

.comments {
  font-size: 0.75rem;
  font-style: italic;
  color: red;
}

/* Projets Section */
#projets h2, li {
  font-family: 'Poppins', sans-serif;
}

#projet2 .title-project {
  color: #2E67F1 !important;
}

.project-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.project-card__media {
  position: relative;
  overflow: hidden;
}

.project-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Bouton sur l’image */
.project-card__overlay-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(17, 24, 39, 0.55);
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.3px;

  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover global */
.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.project-card:hover .project-card__img {
  transform: scale(1.05);
}

.project-card:hover .project-card__overlay-btn,
.project-card:focus-within .project-card__overlay-btn {
  opacity: 1;
}

/* Mobile : bouton toujours visible */
@media (max-width: 768px) {
  .project-card__overlay-btn {
    opacity: 1;
    background: rgba(17, 24, 39, 0.4);
  }
}



.full-width-link {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.full-width-link button {
  width: 100%;
}

/* Services & Pricing */
#services h3, #pricing h3 {
  color: #2E67F1 !important;
  font-weight: bold;
  font-size: 2rem;
}

#services ul, #pricing ul {
  padding-left: 0;
}

#services ul li, #pricing ul li {
  list-style-type: none;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-bottom: 0.5rem;
  font-weight: 350;
}

#services h4, #pricing h4 {
  color: #2E67F1 !important;
  font-weight: bold;
  font-size: 1.5rem;
}

/* Containers */
.border-offer-container {
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 5rem !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(at 60% 60%, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0) 100%), radial-gradient(at 74% 8%, hsla(224, 81%, 84%, 1) 0%, hsla(224, 81%, 84%, 0) 100%), radial-gradient(at 77% 23%, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0) 100%), radial-gradient(at 7% 65%, hsla(224, 81%, 84%, 1) 0%, hsla(224, 81%, 84%, 0) 100%), radial-gradient(at 4% 96%, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0) 100%);
}

.border-offer-container-white {
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 5rem !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

/* Buttons */
.btn {
  background-color: #FF6F61 !important;
  height: 3.3rem !important;
  border: none !important;
  font-weight: bold !important;
  color: #fff !important;
}

.btn:hover {
  background-color: #e86356 !important;
  color: #f4f0f0 !important;
}

.my-color-button {
   display:flex;
  justify-content:center;
  align-items:center;
  background-color: #FF6F61 !important;
  color: #fff !important;
}

/* RDV Section */
#rdv h3 {
  color: #4B7CF2 !important;
}

#rdv ul {
  list-style-type: none !important;
}

/* Footer */
footer {
  background-color: #4B7CF2;
  color: #f4f0f0;
  padding: 3.125rem 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

footer h5 {
  font-family: 'Poppins', serif;
  font-size: 1.25rem;
  padding-bottom: 1.25rem;
}

footer #menu-footer ul {
  padding-left: 0 !important;
}

#menu-footer ul li {
  list-style-type: none;
  margin-bottom: 0.625rem;
}

#menu-footer ul li a {
  color: #fff;
}

.mention-rgpd a {
  color: #fff !important;
  margin-right: 0.5rem;
  font-size: 12px;
}

/* Accessibility */
:focus {
  outline: 2px solid #4B7CF2;
  outline-offset: 2px;
}

a {
  color: #4B7CF2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.navbar a:focus, .navbar .nav-link:focus, .navbar .dropdown-item:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Pricing Cards */
.card-premium {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

#training .card-premium {
  width: 100%;
  text-align: left;
}

.most-popular-badge {
  background-color: #FF6F61;
  color: white;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
}

.card-premium:hover {
  transform: translateY(-5px);
}

.pricing-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.pricing-price {
  font-size: 26px;
  font-weight: bold;
  color: #4A6CF7;
  margin-bottom: 20px;
}

.pricing-features {
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  flex-grow: 1;
}

/* Responsive */
@media screen and (max-width: 768px) {
  section #about {
    min-height: 80vh;
  }
  
  h1, h2 {
    font-size: 2rem !important;
  }
  
  .navbar-toggler {
    border-color: #fff;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  
  .title {
    font-size: 2rem !important;
  }
  
  .title-box {
    font-size: 2rem !important;
  }
  
  .koala-img {
    height: 100px !important;
    transform: translate(-40px, 0) !important;
  }
  
  .d-flex.flex-column.flex-md-row {
    flex-direction: row !important;
    align-items: center !important;
  }
}

@media screen and (max-width: 576px) {
  .btn {
    width: 100% !important;
    height: auto !important;
  }
  
  .form-control, .btn {
    width: 100% !important;
  }
}










