@charset "UTF-8";
/* ===========================
   Reset & Base
=========================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: rgb(255, 120, 0);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover,
a:focus {
  color: rgb(68, 180.3571428571, 255);
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100vw;
  min-height: 100vh;
  background-color: rgb(32, 32, 32);
  background-image: url(../images/bg-blackboard-modifié-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Merriweather", serif;
  color: rgba(255, 240, 227, 0.9);
}

/* ===========================
   Header
=========================== */
.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin-top: 3vh;
}
.header .header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-top .logo-img {
  height: clamp(6rem, 4.571rem + 3.81vw, 8rem);
  flex-shrink: 0;
}
.header .header-top .full-logo-title {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 0 10px;
  flex-shrink: 0; /* ne se réduit jamais */
  text-align: center;
}
.header .header-top .full-logo-title .word-logo-title {
  display: flex;
  align-items: baseline;
  margin: 0 10px;
}
.header .header-top .full-logo-title .word-logo-title .d {
  font-size: 60px;
  color: rgb(255, 120, 0);
  font-family: "Monotype Corsiva", "Parisienne", cursive;
  animation: color 2s forwards;
}
.header .header-top .full-logo-title .word-logo-title .logo-title {
  color: rgba(255, 240, 227, 0.9);
  font-size: 40px;
  font-family: "Monotype Corsiva", "Parisienne", cursive;
  letter-spacing: 0.2rem;
  animation: color 5s forwards;
}
.header .header-top .btn-contact {
  background: rgb(255, 120, 0);
  color: #000000;
  padding: clamp(0.5rem, 0.357rem + 0.381vw, 0.7rem) clamp(1rem, 0.7rem + 0.9vw, 1.6rem);
  font-size: clamp(1rem, 0.96rem + 0.25vw, 1.15rem);
  border-radius: 8px;
  font-family: "Merriweather", serif;
  font-weight: bold;
  text-decoration: none;
  flex-shrink: 0;
}
.header .header-top .btn-contact:hover {
  background: #11a0ff;
  color: white;
}

@keyframes color {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h2,
.subtitle {
  font-family: "Merriweather", serif;
  font-size: clamp(1.8rem, 1.2rem + 1.2vw, 2.4rem);
  color: rgba(255, 240, 227, 0.9);
  text-align: center;
  letter-spacing: 0.1rem;
  margin: 1rem 0 2rem;
}
h2::first-letter,
.subtitle::first-letter {
  color: rgb(255, 120, 0);
  font-size: clamp(2.4rem, 1.436rem + 2.571vw, 3.75rem);
  line-height: 1;
}

/* ===========================
   Layout principal
=========================== */
.container {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10%;
       column-gap: 10%;
  width: 100%;
  padding: 0 20px;
  flex-wrap: wrap;
}

/* ===========================
   Cartes (si utilisées)
=========================== */
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 250px;
  min-height: 300px;
  margin: 20px 0;
  padding: 1rem 1rem 1.25rem;
  background-color: rgba(156, 156, 156, 0.55);
  border-radius: 15px;
  box-shadow: 4px 4px 2px 3px rgba(0, 0, 0, 0.5);
}
.card .name-card {
  position: static;
  margin: 0.5rem 0 0.25rem;
  text-align: center;
  font-family: "Merriweather", serif;
  color: rgba(255, 240, 227, 0.9);
}
.card .name-card::first-letter {
  color: rgb(255, 120, 0);
  font-size: 40px;
  line-height: 1;
}
.card img {
  width: 8rem;
  height: auto;
  display: block;
  margin: 0.5rem 0 0.75rem;
}
.card .description {
  position: static;
  width: 100%;
  text-align: justify;
  padding: 0;
  margin-top: 0.25rem;
  font-family: "Merriweather", serif;
  color: rgba(255, 240, 227, 0.9);
}
.card .description::first-letter {
  color: #11a0ff;
  font-size: 28px;
  line-height: 1;
}

#contact-card {
  width: 32rem;
  height: auto;
}

#rgpd-container {
  display: block;
  width: 85%;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}

#rgpd-container > * {
  margin: 0 0 1rem 0;
}

#rgpd-container h2 {
  font-family: "Merriweather", serif;
  font-size: clamp(1.6rem, 1.2rem + 1vw, 2.2rem);
  color: rgba(255, 240, 227, 0.9);
  letter-spacing: 0.1rem;
  text-align: left;
  margin: 2rem 0 0.75rem;
}

#rgpd-container ul {
  padding-left: 1.25rem;
}

#rgpd-container li {
  margin: 0.25rem 0;
}
#rgpd-container li::first-letter {
  color: #11a0ff;
  font-weight: bold;
}

#rgpd-container p.cta-contact {
  margin-top: clamp(1.5rem, 0.071rem + 3.81vw, 3.5rem);
  padding: 0.9rem 1rem;
  border: 0.5px solid rgb(255, 120, 0);
  border-left: 4px solid rgb(255, 120, 0);
  border-radius: 8px;
  font-size: clamp(1.05rem, 1rem + 0.6vw, 1.35rem);
  line-height: 1.9;
  font-weight: 600;
}
#rgpd-container p.cta-contact a {
  color: #11a0ff;
  text-decoration: underline;
}
#rgpd-container p.cta-contact a:hover {
  color: rgb(57.8, 176.2857142857, 255);
}

/* ===========================
   Section Présentation / Services
=========================== */
.presentation-services {
  width: 85%;
  margin: 3rem auto;
  padding: 2rem;
  background-color: rgba(156, 156, 156, 0.55);
  border-radius: 15px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}
.presentation-services h3 {
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: clamp(1.4rem, 1.2rem + 0.8vw, 2rem);
  margin-bottom: 1rem;
  color: rgb(255, 120, 0);
}
.presentation-services h3::first-letter {
  font-size: 2rem;
  color: #11a0ff;
}
.presentation-services .intro {
  text-align: center;
  font-family: "Merriweather", serif;
  color: rgba(255, 240, 227, 0.9);
  margin-bottom: 2rem;
  line-height: 1.6;
}
.presentation-services .services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.presentation-services .services-list .service {
  background: rgba(163.65, 163.65, 163.65, 0.55);
  border-radius: 10px;
  padding: 1rem 1.1rem;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.presentation-services .services-list .service:hover {
  transform: translateY(-4px);
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.35);
}
.presentation-services .services-list .service h4 {
  font-size: 1.2rem;
  color: rgb(255, 120, 0);
  margin-bottom: 0.5rem;
  font-family: "Merriweather", serif;
}
.presentation-services .services-list .service ul {
  list-style: disc inside;
  font-size: 0.95rem;
  color: rgba(255, 240, 227, 0.9);
  line-height: 1.5;
}
.presentation-services .services-list .service ul li {
  margin-bottom: 0.25rem;
}
.presentation-services .services-cta {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.presentation-services .services-cta .btn-contact {
  background: rgb(255, 120, 0);
  color: #000000;
  font-weight: bold;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  transition: background 0.3s ease;
}
.presentation-services .services-cta .btn-contact:hover {
  background: #11a0ff;
  color: white;
}

/* ===========================
   Réseaux — icônes
=========================== */
.reseaux {
  width: 85%;
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 1rem;
  place-items: center;
}
.reseaux a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 0.6rem 1rem;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.reseaux a:hover {
  transform: translateY(-3px);
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.4);
}
.reseaux a img {
  width: 38px;
  height: 38px;
  display: block;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

/* ===========================
   HR animées
=========================== */
.hr {
  width: 70%;
  height: 1px;
  margin: 60px 0;
  border: 0;
  background: linear-gradient(-45deg, #EE7752, rgba(0, 0, 0, 0.2549019608), #EE7752, rgba(0, 0, 0, 0.2549019608));
  background-size: 400% 400%;
  animation: Gradient 10s ease infinite;
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* ===========================
   Bouton "Up"
=========================== */
.up {
  position: fixed;
  bottom: 8px;
  left: 8px;
  display: inline-block;
  z-index: 1100;
}
.up .up-img {
  width: 2rem;
  filter: invert(45%) sepia(99%) saturate(1536%) hue-rotate(0deg) brightness(101%) contrast(106%);
  transition: transform 0.2s ease;
  display: block;
}
.up:hover .up-img {
  transform: translateY(-2px);
}

/* ===========================
   Footer
=========================== */
.auteur {
  color: rgba(255, 240, 227, 0.9);
  font-size: 14px;
  margin: 20px auto 10px;
  width: 85%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.auteur a {
  color: inherit;
  text-decoration: none;
  font: inherit;
  line-height: inherit;
  transition: color 0.2s ease;
}
.auteur a:hover,
.auteur a:focus {
  color: rgb(255, 120, 0);
}
.auteur .auteur-right {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
}
.auteur .ddd {
  font-size: 16px;
  color: rgb(255, 120, 0);
  font-family: "Monotype Corsiva", "Parisienne", cursive;
}
.auteur .ddd:hover,
.auteur .ddd:focus {
  color: rgb(68, 180.3571428571, 255);
}

/* ===========================
   Responsive
=========================== */
@media (max-width: 1024px) {
  .presentation-services {
    padding: 1.5rem;
  }
  .presentation-services .services-list {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  .presentation-services .services-list .service {
    padding: 0.9rem 1rem;
  }
}
@media (max-width: 768px) {
  .header-top {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    /* ↘ rien à toucher ici : taille mobile du bouton reste celle que tu aimais */
  }
  .header-top .logo-img {
    height: 50px;
  }
  .header-top .full-logo-title {
    flex-direction: column;
    margin-top: 0.5rem;
  }
  .header-top .full-logo-title .word-logo-title {
    margin: 5px 0;
  }
  .header-top .btn-contact {
    width: 100%;
    max-width: 200px;
  }
  .presentation-services {
    width: 92%;
    margin: 2rem auto;
  }
  .presentation-services .services-list {
    grid-template-columns: 1fr;
  }
  .presentation-services .services-cta {
    gap: 0.75rem;
  }
  .presentation-services .services-cta .btn-contact {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }
  .reseaux {
    width: 92%;
    grid-template-columns: repeat(3, 1fr);
  }
  .reseaux a {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */