@charset "UTF-8";
/*
Theme Name: Cécile Andrisi-Brémon
Theme URI: http://example.com
Author: Cécile Andrisi-Brémon
Author URI: http://example.com
Description: Un thème WordPress minimal pour démarrer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cecile-andrisi-bremon
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  margin: 0;
  padding-top: 50px;
  padding: 0;
}

header, footer {
  background: #171717;
  padding: 20px;
  color: #fff;
}

main {
  padding: 0px;
  /*overflow: hidden;*/
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  background: #171717;
  font-size: 0.9rem;
  color: #fff;
}
footer .footer-left,
footer .footer-center,
footer .footer-right {
  flex: 1;
  text-align: center;
}
footer .footer-left {
  text-align: left;
}
footer .footer-right {
  text-align: right;
}
footer .footer-right .geo-icon {
  margin-right: 0.4em;
  color: #4DD0E1;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 0.4em;
}
footer .mentions {
  color: #4DD0E1;
  text-decoration: none;
  transition: color 0.3s;
}
footer .mentions:hover {
  color: #e34afb;
}
@media (max-width: 600px) {
  footer {
    flex-direction: column;
    gap: 0.8rem;
    text-align: center;
  }
  footer .footer-left,
  footer .footer-center,
  footer .footer-right {
    text-align: center;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #171717;
  z-index: 100000000000000000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 5px;
}

.logo {
  display: flex;
  align-items: center;
}
.logo img {
  width: 150px;
  height: auto;
}
.logo .site-title {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 1.5rem;
}

/* Navigation principale */
.main-navigation {
  /* Menu mobile/tablette */
}
.main-navigation .menu-list {
  display: flex;
  flex-direction: row;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .menu-list li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  transition: color 0.3s ease-in-out;
}
.main-navigation .menu-list li a:hover {
  color: #4DD0E1;
}
@media (max-width: 768px) {
  .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #4DD0E1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 9998;
    font-size: 20px;
    text-align: center;
  }
  .main-navigation.open {
    transform: translateX(0);
    opacity: 1;
  }
  .main-navigation .menu-list {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }
  .main-navigation .menu-list li {
    width: 100%;
  }
  .main-navigation .menu-list li a {
    display: block;
    text-align: center;
    width: 100%;
    color: #171717;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
  }
  .main-navigation .menu-list li a:hover {
    color: #fff;
  }
}
@media (max-width: 480px) {
  .main-navigation {
    font-size: 24px;
  }
}

/* Burger menu */
.burger-menu {
  display: none;
  flex-direction: column;
  width: 40px;
  height: 30px;
  cursor: pointer;
  margin-left: auto;
  padding: 6px;
  gap: 6px;
  z-index: 10000;
}
.burger-menu span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.burger-menu.open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.burger-menu.open span:nth-child(2) {
  opacity: 0;
}
.burger-menu.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media (max-width: 768px) {
  .burger-menu {
    display: flex !important;
  }
  .burger-menu span {
    background: #fff;
  }
}

/* Décalage du body pour header fixe */
body {
  padding-top: 80px;
}

@media (max-width: 480px) {
  header.site-header {
    max-width: 100%;
  }
}
.prestations {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  font-family: "Nunito", sans-serif;
  background-color: #fff;
  color: #171717;
}
.prestations h1.page-main-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #222;
  text-align: center;
}
.prestations h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 5rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.prestations h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background-color: #e34afb;
  z-index: 0;
}
.prestations .prestations-intro {
  text-align: center;
  font-size: 1.2rem;
  margin: 2rem 0 4rem;
  color: #333;
  line-height: 1.6;
}
.prestations .cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .prestations .cards {
    grid-template-columns: 1fr;
  }
}
.prestations .card {
  border: 0.5rem solid #4DD0E1;
  border-radius: 1rem;
  padding: 1.5rem;
  background-color: rgba(77, 208, 225, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.prestations .card h2 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0.8rem;
  color: #171717;
}
.prestations .card p {
  font-size: 1rem;
  line-height: 1.5;
}
.prestations .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.prestations .card.card-accent {
  background-color: rgba(227, 74, 251, 0.3);
  border-color: #e34afb;
  color: #171717;
}
.prestations .card.card-accent h2,
.prestations .card.card-accent p {
  color: #171717;
}
.prestations .card.card-accent:hover {
  box-shadow: 0 8px 20px rgba(227, 74, 251, 0.3);
}
.prestations .card-photo {
  background: #4DD0E1;
  border-radius: 1rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.prestations .card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.prestations .card-photo:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.prestations .prestations-cta {
  text-align: center;
  margin: 5rem 0 2rem;
}
.prestations .prestations-cta p {
  font-size: 1.1rem;
  color: #222;
  line-height: 1.6;
}
.prestations .prestations-cta p .btn-cta {
  display: inline-block;
  color: #171717;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .cards {
    display: flex;
    flex-direction: column;
  }
  .card-photo {
    order: 1;
  }
  .card.card-accent:nth-of-type(3) {
    order: 2;
  }
}
.zone-filtres {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem 2rem;
  margin: 2rem auto 0 auto;
  padding: 0 2rem;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .zone-filtres {
    justify-content: center;
  }
}
.zone-filtres .filtres {
  display: flex;
  gap: 1rem;
}
.zone-filtres .filtres select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #e34afb;
  border: 1px solid #ccc;
  border-radius: 3rem;
  padding: 1rem 1.4rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.zone-filtres .filtres select:hover, .zone-filtres .filtres select:focus {
  outline: none;
  border-color: rgb(178.5, 178.5, 178.5);
  background-color: #4dd0e1;
}
.zone-filtres .filtres select option {
  background: #fff;
  color: #171717;
}
.zone-filtres .filtres select option:checked {
  background: #4dd0e1;
  color: #171717;
}
.zone-filtres .filtres button,
.zone-filtres .filtres .btn-filter {
  background: #e34afb;
  color: #fff;
  font-size: 1.2rem !important;
  font-weight: 700;
  padding: 1rem 2rem;
  border: none;
  border-radius: 3rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 12px rgba(227, 74, 251, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.zone-filtres .filtres button:hover,
.zone-filtres .filtres .btn-filter:hover {
  background: #4dd0e1;
  color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
.zone-filtres .filtres button:active,
.zone-filtres .filtres .btn-filter:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.colonnes-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 2rem;
  margin: 2rem auto 0 auto;
  padding: 0 2rem;
  max-width: 1200px;
}
.colonnes-images .realisation-item {
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  border: 0.5rem solid #e34afb;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.colonnes-images .realisation-item:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  border-color: #4dd0e1;
}
.colonnes-images .realisation-item a.realisation-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.colonnes-images .realisation-item .realisation-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.colonnes-images .realisation-item .realisation-thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 208, 225, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.colonnes-images .realisation-item .realisation-thumb .overlay h2 {
  font-size: 1.6rem;
  margin: 0 0 0.5rem 0;
  font-weight: 600;
  color: #171717;
}
.colonnes-images .realisation-item .realisation-thumb .overlay .realisation-categorie,
.colonnes-images .realisation-item .realisation-thumb .overlay .realisation-date,
.colonnes-images .realisation-item .realisation-thumb .overlay .realisation-missions {
  color: #000;
  opacity: 1;
  font-weight: 600;
}
.colonnes-images .realisation-item .realisation-thumb .overlay .realisation-categorie {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}
.colonnes-images .realisation-item .realisation-thumb .overlay .realisation-date {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  transition: opacity 0.3s ease 0.1s;
  width: 100%;
  text-align: center;
}
.colonnes-images .realisation-item .realisation-thumb .overlay .realisation-missions {
  font-size: 1rem;
  margin-bottom: 1rem;
  transition: opacity 0.3s ease 0.15s;
  width: 100%;
  text-align: center;
}
.colonnes-images .realisation-item .realisation-thumb .overlay .btn-details {
  display: inline-block;
  background: #e34afb;
  color: #fff;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.3s ease;
  width: 100%;
  text-align: center;
}
.colonnes-images .realisation-item .realisation-thumb .overlay .btn-details:hover {
  background: #4DD0E1;
}
.colonnes-images .realisation-item .realisation-thumb:hover .overlay {
  opacity: 1;
}
.colonnes-images .realisation-item .realisation-thumb:hover .overlay .realisation-date,
.colonnes-images .realisation-item .realisation-thumb:hover .overlay .realisation-missions {
  opacity: 1;
}

@media (min-width: 769px) {
  .colonnes-images .realisation-item {
    flex: 0 0 calc((100% - 1.5rem) / 2);
    max-width: calc((100% - 1.5rem) / 2);
  }
}
@media (min-width: 1025px) {
  .colonnes-images .realisation-item {
    flex: 0 0 calc((100% - 2rem * 2) / 3);
    max-width: calc((100% - 2rem * 2) / 3);
  }
}
.load-more-wrap {
  text-align: center;
  margin: 3rem 0;
}
.load-more-wrap #load-more {
  border: 0.5rem solid #e34afb;
  font-weight: 500;
  background-color: #fff;
  color: #171717;
  padding: 0.6rem 1.6rem;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: uppercase;
  transition: background 0.2s ease-in-out;
}
.load-more-wrap #load-more:hover {
  border-color: #4dd0e1;
  transform: translateY(-3px);
}

.loader {
  margin: 2rem auto;
  width: 50px;
  height: 50px;
  border: 4px solid rgb(251.5769230769, 254.0961538462, 254.4230769231);
  border-top: 4px solid #4DD0E1;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .zone-filtres,
  .colonnes-images {
    gap: 1.5rem 1.5rem;
    margin: 1.5rem auto;
    padding: 0 1.5rem;
  }
  .colonnes-images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .zone-filtres,
  .colonnes-images {
    gap: 1rem 1rem;
    margin: 1rem auto;
    padding: 0 1rem;
  }
  .colonnes-images {
    grid-template-columns: 1fr;
  }
}
h2.section-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 auto 2rem auto;
}

p.intro-text {
  max-width: 800px;
  margin: 0 auto 2rem auto;
  padding: 0 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  color: #333;
  font-weight: 400;
}

@media (max-width: 1024px) {
  p.intro-text {
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  p.intro-text {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
}
.hero-cta, .realisations, .prestations {
  margin: 0 auto;
  text-align: center;
}

.realisations {
  margin-top: 2rem;
}

h1 {
  margin-top: 50px;
}

.select-wrapper {
  position: relative;
  display: inline-block;
}
.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  border-radius: 3rem;
  font-size: 1.2rem;
  font-weight: 900;
  cursor: pointer;
  background-color: #e34afb;
  color: #171717;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #171717;
  pointer-events: none;
  transition: transform 0.3s ease;
}
.select-wrapper:focus-within::after {
  transform: translateY(-50%) rotate(180deg);
}

.realisations-wave,
.competences-wave-top,
.competences-wave-bottom {
  width: 100%;
  overflow: hidden;
  position: relative;
  left: 50%;
  margin-left: -50%;
  line-height: 0;
}
.realisations-wave svg,
.competences-wave-top svg,
.competences-wave-bottom svg {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 120px;
}

.realisations-wave {
  background: #fff;
}
.realisations-wave path {
  fill: #e34afb;
}

.competences-wave-top {
  background: #fff;
  width: 100%;
  overflow-x: hidden;
}
.competences-wave-top svg {
  transform: rotate(180deg);
  width: 100%;
  overflow-x: hidden;
}
.competences-wave-top path {
  fill: #4DD0E1;
  width: 100%;
  overflow-x: hidden;
}

.competences-wave-bottom {
  background: #4DD0E1;
  width: 100%;
  overflow-x: hidden;
}
.competences-wave-bottom svg {
  transform: rotate(180deg);
  width: 100%;
  overflow-x: hidden;
}
.competences-wave-bottom path {
  fill: #4DD0E1;
  width: 100%;
  overflow-x: hidden;
}

/* .wave-separator {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;

  svg {
    display: block;
    width: 100%;
    height: 100px; // adapte la hauteur selon ton design
  }

  path {
    fill: #171717; // couleur d’arrière-plan de la section suivante
  }
}
 */
.wave-separator {
  line-height: 0;
}

.wave-separator svg {
  display: block;
  width: 100%;
  height: 120px;
}

#prestations {
  margin-top: -1.25rem;
}

#contact {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

/* ============================================================
   Titres principaux des pages : À propos, Prestations, Réalisations
   Soulignement graphique violet
   ============================================================ */
h1.page-main-title {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  position: relative;
  color: #171717;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: solid 6px;
  border-color: #e34afb;
}

/* Responsive : titres plus petits sur mobile */
@media (max-width: 768px) {
  .page-main-title {
    font-size: 2.2rem;
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
.galerie, .page-main-title-wrapper {
  text-align: center;
}
.galerie h1.page-main-title, .page-main-title-wrapper h1.page-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  color: #171717;
  margin: 50px 0 50px 0;
}
.galerie h1.page-main-title::after, .page-main-title-wrapper h1.page-main-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 6px;
  background-color: #e34afb;
  z-index: 0;
}
@media (max-width: 768px) {
  .galerie h1.page-main-title, .page-main-title-wrapper h1.page-main-title {
    font-size: 2.2rem;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

.prestations .page-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  color: #171717;
  margin: -50px 0 20px 0;
}
.prestations .page-main-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 6px;
  background-color: #e34afb;
  z-index: 0;
}
@media (max-width: 768px) {
  .prestations .page-main-title {
    font-size: 2.2rem;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.competences-wave-top {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #fff;
}
.competences-wave-top svg {
  display: block;
  width: 100%;
  height: 120px;
  position: relative;
  transform: rotate(180deg);
}
.competences-wave-top path {
  fill: #4DD0E1;
}

.competences {
  position: relative;
  background: #4DD0E1;
  width: 100%;
  min-height: 100vh;
  padding: 20px 0;
  overflow-x: hidden;
}
.competences .titre-section {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 50px;
  color: #171717;
  text-transform: uppercase;
}
.competences .titre-competences {
  color: #171717;
}
.competences .grid-competences {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .competences .grid-competences {
    justify-content: center;
  }
}
.competences .carte {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  max-width: 100%;
}
.competences .carte .icone {
  flex: 0 0 56px;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  background: white;
  border-radius: 50%;
}
.competences .carte .contenu {
  flex: 1;
}
.competences .carte .contenu h3 {
  font-size: 1.2rem;
  margin: 0 0 8px 0;
  color: #171717;
  font-weight: 900;
}
.competences .carte .contenu h3.sous-titre-competence {
  color: #e34afb;
  text-transform: uppercase;
}
.competences .carte .contenu p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #171717;
  font-weight: 400;
}
.competences .carte .contenu p strong {
  color: #171717;
  font-weight: 700;
}
.competences .carte:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 640px) {
  .competences {
    padding: 60px 0 40px 0;
  }
  .competences .titre-section {
    font-size: 1.6rem;
  }
  .competences .carte {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .competences .carte .icone {
    margin-bottom: 12px;
  }
}

.page-detail.realisation-detail {
  font-family: "Nunito", sans-serif;
  color: #171717;
  background: #fff;
  padding: 2rem;
}
.page-detail.realisation-detail .back-to-realisations {
  margin: 4rem 0;
  text-align: center;
}
.page-detail.realisation-detail .back-to-realisations a {
  border: 0.4rem solid #e34afb;
  font-weight: 600;
  background-color: #fff;
  color: #171717;
  padding: 0.8rem;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  text-transform: uppercase;
  transition: background 0.2s ease-in-out;
  text-decoration: none;
}
.page-detail.realisation-detail .back-to-realisations a:hover {
  border-color: #4DD0E1;
  background: linear-gradient(135deg, #e34afb, #4DD0E1);
  color: #fff;
}
.page-detail.realisation-detail .container-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.page-detail.realisation-detail .container-detail .image-detail {
  flex: 1 1 40%;
  justify-content: center;
  text-align: right;
}
.page-detail.realisation-detail .container-detail .image-detail .principale {
  width: 80%;
  text-align: center;
  justify-content: center;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.page-detail.realisation-detail .container-detail .infos {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-detail.realisation-detail .container-detail .infos .titre-realisation {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #e34afb;
}
.page-detail.realisation-detail .container-detail .infos .meta-realisation {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.page-detail.realisation-detail .container-detail .infos .meta-realisation li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: black;
}
.page-detail.realisation-detail .container-detail .infos .meta-realisation li strong,
.page-detail.realisation-detail .container-detail .infos .meta-realisation li span {
  color: #4DD0E1;
}
.page-detail.realisation-detail .container-detail .infos .realisation-content {
  font-size: 1rem;
  line-height: 1.6;
  color: #171717;
}
.page-detail.realisation-detail .informations-detail {
  width: 70%;
}
.page-detail.realisation-detail .bloc-separateur {
  margin: 3rem 0;
}
.page-detail.realisation-detail .bloc-separateur hr {
  border: none;
  border-top: 1px solid #eee;
}
.page-detail.realisation-detail .navigation-realisations {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.page-detail.realisation-detail .navigation-realisations .miniature-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.page-detail.realisation-detail .navigation-realisations .miniature-navigation .miniature-photo {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.page-detail.realisation-detail .navigation-realisations .miniature-navigation .miniature-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
.page-detail.realisation-detail .navigation-realisations .miniature-navigation .miniature-photo img:hover {
  transform: scale(0.95);
}
.page-detail.realisation-detail .navigation-realisations .miniature-navigation .miniature-photo.fade img {
  opacity: 0;
}
.page-detail.realisation-detail .navigation-realisations .miniature-navigation .navigation-fleches {
  display: flex;
  gap: 1rem;
}
.page-detail.realisation-detail .navigation-realisations .miniature-navigation .navigation-fleches .fleche {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #171717;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.page-detail.realisation-detail .navigation-realisations .miniature-navigation .navigation-fleches .fleche:hover {
  background: #e34afb;
  color: #fff;
}
.page-detail.realisation-detail .fleche-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.page-detail.realisation-detail .fleche-wrapper .fleche-label {
  font-size: 0.8rem;
  color: #171717;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .page-detail.realisation-detail .navigation-realisations .miniature-navigation {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .page-detail.realisation-detail .navigation-realisations .miniature-navigation .miniature-photo {
    width: 150px;
    height: 150px;
  }
}
.page-detail.realisation-detail .suggestions .titre-suggestions {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: #e34afb;
  letter-spacing: 1px;
}
.page-detail.realisation-detail .suggestions .suggestions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}
.page-detail.realisation-detail .suggestions .suggestions-grid .suggestion-item a {
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
}
.page-detail.realisation-detail .suggestions .suggestions-grid .suggestion-item a img {
  width: 60%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  transition: transform 0.3s ease;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-detail.realisation-detail .suggestions .suggestions-grid .suggestion-item a img:hover {
  transform: scale(1.03);
}
.page-detail.realisation-detail .suggestions .suggestions-grid .suggestion-item a h4 {
  font-size: 1rem;
  color: #171717;
  transition: color 0.3s ease;
}
.page-detail.realisation-detail .suggestions .suggestions-grid .suggestion-item a h4:hover {
  color: #e34afb;
}
.page-detail.realisation-detail .github-project {
  margin-top: 3rem;
  text-align: center;
}
.page-detail.realisation-detail .github-project a {
  display: inline-block;
  font-size: 0.95rem;
  text-decoration: none;
  color: #4DD0E1;
  border: 1px solid #4DD0E1;
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.page-detail.realisation-detail .github-project a:hover {
  background: #4DD0E1;
  color: #fff;
  border-color: #4dd0e1;
}
@media (max-width: 768px) {
  .page-detail.realisation-detail .container-detail {
    flex-direction: column;
  }
  .page-detail.realisation-detail .titre-suggestions {
    text-align: center;
  }
  .page-detail.realisation-detail .navigation-realisations .miniature-navigation {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .page-detail.realisation-detail .navigation-realisations .miniature-navigation .miniature-photo {
    width: 200px;
    height: 140px;
  }
}

.projet-link {
  margin-top: 2rem;
  text-align: center;
}

.btn-projet {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #171717;
  border: 0.4rem solid #171717;
  background: #fff;
  padding: 0.8rem 1.6rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.btn-projet:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  color: #171717;
  border: 0.4rem solid #171717;
  background: linear-gradient(135deg, #e34afb, #4DD0E1);
}
.btn-projet:active {
  transform: scale(0.98);
}

@media (max-width: 768px) {
  .container-detail {
    flex-direction: column;
    align-items: center;
  }
  .image-detail {
    text-align: center;
  }
  .image-detail .principale {
    width: 80%;
  }
  .infos {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    padding-left: 20%;
  }
  .navigation-realisations .navigation-fleches {
    flex-direction: column;
    gap: 0.5rem;
  }
  .navigation-realisations .navigation-fleches .fleche-wrapper {
    flex-direction: row;
    justify-content: center;
  }
  .navigation-realisations .miniature-photo {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 480px) {
  .page-detail.realisation-detail {
    padding: 1rem;
  }
  .page-detail.realisation-detail .container-detail {
    gap: 1rem;
  }
  .page-detail.realisation-detail .container-detail .image-detail .principale {
    width: 100%;
  }
  .page-detail.realisation-detail .container-detail .infos {
    width: 100%;
    max-width: none;
  }
  .page-detail.realisation-detail .navigation-realisations .miniature-navigation {
    flex-direction: column;
  }
  .page-detail.realisation-detail .navigation-realisations .miniature-navigation .miniature-photo {
    width: 120px;
    height: 120px;
  }
}
/* ===========================
   Section Contact (Fluent Forms)
   =========================== */
.contact-section {
  background-color: #171717;
  padding: 4rem 1rem 0 1rem;
  color: #fff;
  position: relative;
  /* Fluent Forms */
}
.contact-section .contact-container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 2.5rem;
  border-radius: 12px;
  /*box-shadow: $box-shadow;*/
}
@media (max-width: 480px) {
  .contact-section .contact-container {
    padding: 1.5rem;
  }
}
.contact-section .contact-container h2 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
  color: #e34afb;
}
.contact-section .fluentform {
  font-family: "Nunito", sans-serif;
  /* Bouton envoyer */
  /* Messages d'erreur */
  /* Message de succès */
}
.contact-section .fluentform .ff-el-group {
  margin-bottom: 1.5rem;
}
.contact-section .fluentform .ff-el-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #171717;
}
.contact-section .fluentform .ff-el-group .ff-el-input--content input,
.contact-section .fluentform .ff-el-group .ff-el-input--content select,
.contact-section .fluentform .ff-el-group .ff-el-input--content textarea {
  width: 100%;
  padding: 0.9rem 1.2rem;
  /*border: 1px solid $color-accent;*/
  border: 1px solid #171717;
  border-radius: 50px;
  background: #fff;
  font-size: 1rem;
  color: #171717;
  transition: border 0.3s, box-shadow 0.3s;
  /*box-shadow: 0 0 0 3px rgba($color-accent, 0.3);*/
}
.contact-section .fluentform .ff-el-group .ff-el-input--content input:focus,
.contact-section .fluentform .ff-el-group .ff-el-input--content select:focus,
.contact-section .fluentform .ff-el-group .ff-el-input--content textarea:focus {
  outline: none;
  border-color: #4DD0E1;
  /*box-shadow: 0 0 0 3px rgba($color-primary, 0.3);*/
}
.contact-section .fluentform .ff-el-group .ff-el-input--content textarea {
  border-radius: 12px;
  min-height: 140px;
}
.contact-section .fluentform .ff-btn-submit {
  display: inline-block;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #e34afb !important;
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  text-transform: uppercase;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);*/
  transition: all 0.3s ease;
}
.contact-section .fluentform .ff-btn-submit:hover {
  background-color: #4DD0E1 !important;
  color: #171717;
  transform: translateY(-3px);
}
.contact-section .fluentform .ff-el-is-error input,
.contact-section .fluentform .ff-el-is-error textarea,
.contact-section .fluentform .ff-el-is-error select {
  border-color: #e34afb;
}
.contact-section .fluentform .error-text {
  color: #e34afb;
  font-size: 0.9rem;
  margin-top: 0.4rem;
}
.contact-section .fluentform .ff-message-success {
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  background: #4dd0e1;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.contact-container h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.contact-container h2 {
  position: relative;
  text-align: center;
}

.close-contact {
  position: absolute;
  right: -20px;
  top: -30px;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  color: #e34afb;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}
.close-contact:hover {
  transform: translateY(-50%) rotate(90deg);
  color: #4DD0E1;
}

.legal-content {
  font-family: "Nunito", sans-serif;
  color: #171717;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
.legal-content p, .legal-content li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.legal-content p em, .legal-content li em {
  font-style: normal;
}
.legal-content p a, .legal-content li a {
  color: #4DD0E1;
  text-decoration: underline;
}
.legal-content p a:hover, .legal-content li a:hover {
  color: #e34afb;
}
.legal-content header.page-header {
  background: none;
  margin-bottom: 2rem;
}
.legal-content header.page-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #171717;
  text-align: center;
  margin-top: 2rem;
  background-color: #4DD0E1;
  padding: 1rem 2rem;
  border-radius: 6px;
  box-shadow: none;
  border: none;
  outline: none;
}
.legal-content section {
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.legal-content section h2 {
  font-size: 1.8rem;
  color: #e34afb;
  margin-bottom: 1rem;
  margin-top: 0;
}
.legal-content section h3 {
  font-size: 1.4rem;
  color: #4DD0E1;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}
.legal-content section p, .legal-content section li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.legal-content section p a, .legal-content section li a {
  color: #4DD0E1;
  text-decoration: underline;
}
.legal-content section p a:hover, .legal-content section li a:hover {
  color: #e34afb;
}
.legal-content section ul {
  list-style: disc inside;
  margin-left: 1rem;
}
.legal-content hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .legal-content {
    padding: 1.5rem;
  }
  .legal-content section {
    padding: 1rem 1.5rem;
  }
  .legal-content h1 {
    font-size: 2rem;
  }
  .legal-content h2 {
    font-size: 1.6rem;
  }
  .legal-content h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .legal-content {
    padding: 1rem;
  }
  .legal-content section {
    padding: 0.8rem 1rem;
  }
  .legal-content h1 {
    font-size: 1.8rem;
  }
  .legal-content h2 {
    font-size: 1.4rem;
  }
  .legal-content h3 {
    font-size: 1.1rem;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.a-propos {
  padding: 0.8rem;
  width: 80%;
  margin: 0 auto;
  font-family: "Nunito", sans-serif;
  color: #171717;
}
@media (max-width: 768px) {
  .a-propos {
    width: 100%;
  }
}
.a-propos-content {
  position: relative;
}
.a-propos-content .a-propos-photo {
  float: right;
  margin: 40px 10px 10px 10px;
}
.a-propos-content .a-propos-photo img {
  width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(-3deg);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin-left: 25px;
  margin-top: -25px;
  margin-bottom: 25px;
  float: left;
}
.a-propos-content .a-propos-photo:hover img {
  transform: rotate(0deg) scale(1.03);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.a-propos-content .a-propos-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  color: #171717;
  margin: 20px 0;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.a-propos-content .a-propos-text p {
  margin-bottom: 1.5em;
}
.a-propos-content .a-propos-text strong {
  color: #171717;
  font-weight: 700;
}
.a-propos h1.page-main-title {
  font-size: 2.5rem;
  margin: 50px 0 20px;
  color: #171717;
  text-align: center;
}
.a-propos .wp-block-heading {
  font-size: 1.7rem;
  color: #e34afb;
  margin: 1.5em 0 1em;
  font-weight: 900;
}
@media (max-width: 768px) {
  .a-propos-content .a-propos-photo {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
  }
  .a-propos-content .a-propos-photo img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .a-propos-content .a-propos-text {
    font-weight: 400;
    font-size: 1rem;
  }
  .a-propos-content .a-propos-text h1.page-main-title {
    font-size: 2rem;
  }
  .a-propos-content .a-propos-text h3 {
    font-size: 1.3rem;
    font-weight: 700;
  }
}

html, body {
  height: auto !important;
  overflow: visible !important;
}

/* ===========================
   Prestations
   =========================== */
.front-prestations {
  background-color: #e34afb;
  padding: 3rem 10rem;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.front-prestations .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #171717;
}
.front-prestations .section-content {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  color: #171717;
  line-height: 1.6;
}

.front-section .section-link {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

/* ===========================
   Double bouton compétences + prestations
   =========================== */
#competences-prestations {
  background: #e34afb;
  text-align: center;
}
#competences-prestations .section-double-link {
  display: inline-flex;
  gap: 25px;
  margin: 30px auto;
}

a.lien-competences {
  color: #171717;
  background-color: #fff;
  align-self: center;
  margin-top: 0.4rem;
}

a.lien-prestations {
  text-align: center;
  background-color: #171717;
  margin-top: 10px;
}

/* ===========================
   Harmonisation des CTA (boutons)
   =========================== */
a.cta,
a.hero-cta,
a.lien-prestations,
a.lien-competences,
a.lien-contact,
a.realisations-cta,
a.prestations-cta,
a.contact-premier {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0.75rem 1.5rem; /* Padding cohérent desktop */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
a.cta:hover,
a.hero-cta:hover,
a.lien-prestations:hover,
a.lien-competences:hover,
a.lien-contact:hover,
a.realisations-cta:hover,
a.prestations-cta:hover,
a.contact-premier:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
a.cta:active,
a.hero-cta:active,
a.lien-prestations:active,
a.lien-competences:active,
a.lien-contact:active,
a.realisations-cta:active,
a.prestations-cta:active,
a.contact-premier:active {
  transform: translateY(0);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* Responsive — padding plus compact sur mobile */
@media (max-width: 768px) {
  a.cta,
  a.hero-cta,
  a.lien-prestations,
  a.lien-competences,
  a.lien-contact,
  a.realisations-cta,
  a.prestations-cta,
  a.contact-premier {
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
  }
  .section-double-link {
    flex-direction: column;
    gap: 25px;
  }
}
/* ===========================
   Contact
   =========================== */
.front-section.contact {
  background-color: #171717;
  padding: 2rem;
  text-align: center;
  margin-top: -5px;
  padding-top: 100px;
}
.front-section.contact legend.ff_screen_reader_title {
  display: none;
}
.front-section.contact h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #e34afb;
}
.front-section.contact .section-content {
  max-width: 700px;
  margin: 0 auto;
}
.front-section.contact .section-content .fluentform {
  font-family: "Nunito", sans-serif;
}
.front-section.contact .section-content .fluentform .ff-el-group {
  margin-bottom: 1.5rem;
}
.front-section.contact .section-content .fluentform .ff-el-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.front-section.contact .section-content .fluentform .ff-el-group .ff-el-input--content input,
.front-section.contact .section-content .fluentform .ff-el-group .ff-el-input--content select,
.front-section.contact .section-content .fluentform .ff-el-group .ff-el-input--content textarea {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border: 1px solid #ccc;
  border-radius: 50px;
  background: #fff;
  color: #171717;
}
.front-section.contact .section-content .fluentform .ff-el-group .ff-el-input--content input:focus,
.front-section.contact .section-content .fluentform .ff-el-group .ff-el-input--content select:focus,
.front-section.contact .section-content .fluentform .ff-el-group .ff-el-input--content textarea:focus {
  outline: none;
  border-color: #4DD0E1;
  box-shadow: 0 0 0 3px rgba(77, 208, 225, 0.3);
}
.front-section.contact .section-content .fluentform .ff-el-group .ff-el-input--content textarea {
  min-height: 140px;
}
.front-section.contact .section-content .fluentform .ff-btn-submit {
  background: #e34afb;
  color: #fff;
  border-radius: 50px;
  padding: 0.75rem 1.5rem; /* même padding CTA */
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.front-section.contact .section-content .fluentform .ff-btn-submit:hover {
  background: #fff;
  color: #e34afb;
  transform: translateY(-2px);
}

.contact-intro {
  color: #171717;
  text-align: center;
  font-size: 20px;
  margin-bottom: 2rem;
}

.section-link {
  text-align: center;
  vertical-align: center;
}

.lien-contact {
  margin-bottom: 100px;
}
.lien-contact.cta.lien-contact:hover {
  color: #e34afb;
  background-color: #fff;
}

.contact-container-front-page {
  color: #fff;
  background-color: #4DD0E1;
}

h2.section-contact {
  color: #4DD0E1;
}

p.section-link {
  padding-bottom: 3rem;
}

/* ===========================
   Responsive général
   =========================== */
@media (max-width: 768px) {
  .realisations .colonnes-images {
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .realisations .colonnes-images {
    gap: 1rem;
  }
  .hero-header .hero-container {
    gap: 1rem;
  }
}
/* ===========================
   Ajustement des boutons sur tablettes (ex. iPad Mini)
   =========================== */
@media (max-width: 1024px) and (min-width: 600px) {
  a.cta,
  a.hero-cta,
  a.realisations-cta,
  a.prestations-cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.7rem 0.8rem;
    font-size: 0.95rem;
    max-width: 280px; /* limite la largeur */
    width: auto; /* pas de 100% automatique */
    white-space: nowrap; /* empêche le texte de passer à la ligne */
  }
  a.lien-prestations,
  a.lien-competences {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.7rem 1rem;
    font-size: 0.95rem;
    max-width: 220px; /* limite la largeur */
    width: auto; /* pas de 100% automatique */
    white-space: nowrap; /* empêche le texte de passer à la ligne */
  }
  /* Pour les boutons côte à côte */
  #competences-prestations .section-double-link {
    flex-direction: row;
    gap: 15px;
  }
  /* Pour le bouton "Voir les autres réalisations" */
  .voir-plus a.hero-cta.realisations {
    margin: 0 auto;
    display: inline-flex;
  }
}
a.realisations-cta,
a.prestations-cta {
  text-transform: lowercase;
  text-decoration: underline;
  font-size: 1.3rem;
  padding: 0;
}

/* ===========================
   Harmonisation du texte "Voir mes réalisations & prestations"
   =========================== */
/* Style par défaut sur desktop : les liens gardent leur look bouton */
.realisations-prestations {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  line-height: 1.6;
}
.realisations-prestations a.realisations-cta,
.realisations-prestations a.prestations-cta {
  color: #e34afb;
  font-weight: 700;
  text-decoration: underline;
  padding: 0; /* retire le padding global des CTA */
  background: none;
  box-shadow: none;
  text-transform: none;
}
.realisations-prestations a.realisations-cta:hover,
.realisations-prestations a.prestations-cta:hover {
  text-decoration: underline;
  transform: none;
  box-shadow: none;
}

/* Sur tablettes et smartphones → texte intégré, harmonisé */
@media (max-width: 1024px) {
  .realisations-prestations {
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.5;
  }
  .realisations-prestations a.realisations-cta,
  .realisations-prestations a.prestations-cta {
    font-size: inherit;
    font-weight: 600;
    background: none;
    color: #fff;
    padding: 0;
    border: none;
    box-shadow: none;
    text-transform: none;
    display: inline;
    vertical-align: baseline;
  }
  .realisations-prestations a.realisations-cta:hover,
  .realisations-prestations a.prestations-cta:hover {
    text-decoration: underline;
    background: none;
    transform: none;
    color: rgb(219.2810810811, 24.1027027027, 249.8972972973);
  }
}
/* ===========================
   Alignement texte "Voir mes réalisations & prestations" — iPad Pro
   =========================== */
@media (min-width: 900px) and (max-width: 1100px) {
  .realisations-prestations {
    width: 100%;
    max-width: 1200px;
    margin: 0;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
  }
  .realisations-prestations p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .realisations-prestations a {
    display: inline;
    text-decoration: underline;
    color: #e34afb;
    font-weight: 600;
    background: none;
    padding: 0;
    box-shadow: none;
    text-align: center;
  }
  .realisations-prestations a:hover {
    text-decoration: underline;
    color: rgb(219.2810810811, 24.1027027027, 249.8972972973);
  }
}
@media (min-width: 800px) and (max-width: 899px) {
  .realisations-prestations {
    text-align: left;
  }
}
/* ===========================
   Section Hero
   =========================== */
.hero-header {
  background-color: rgba(0, 0, 0, 0.9098039216);
  padding: 2rem 1rem;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse; /* inverse l'ordre des enfants */
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}
@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }
}

/* Photo */
.hero-photo {
  position: relative;
  flex: 1;
  text-align: center;
}
.hero-photo img {
  margin-top: 10%;
  max-width: 80%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px), (max-width: 480px) {
  .hero-photo {
    order: 2;
  }
}

/* Texte */
.hero-text {
  flex: 1;
  color: #fff;
}
.hero-text h1 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 2.2rem;
  }
}
.hero-text h2 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  color: #e34afb;
  font-weight: 400;
}
@media (max-width: 768px) {
  .hero-text h2 {
    font-size: 1.2rem;
  }
}
.hero-text p {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .hero-text p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .hero-text {
    order: 1;
  }
}

/* CTA boutons */
.hero-cta {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.7rem;
  background: #e34afb;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  margin-right: 20px;
  margin-left: 20px;
  z-index: 9999999;
}
.hero-cta path {
  z-index: 0;
}
.hero-cta.realisations-cta:hover, .hero-cta.prestations-cta:hover, .hero-cta.hero-cta.realisations:hover {
  color: #171717;
  background: #4DD0E1;
  transform: translateY(-3px);
}
.hero-cta.contact, .hero-cta.a-propos {
  font-weight: 800;
  background: #fff;
  color: #e34afb;
}
.hero-cta.contact:hover, .hero-cta.a-propos:hover {
  color: #171717;
  background-color: #fff;
  transform: translateY(-3px);
}

a.realisations-cta,
a.prestations-cta {
  color: #fff !important;
}

/* Boutons overlay */
/* Bouton contact repositionné */
a.hero-cta.contact-premier {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  margin: 0;
  text-align: center;
  color: #e34afb;
  background-color: #fff;
  font-weight: 900;
}
a.hero-cta.contact-premier.hero-cta.contact-premier:hover {
  color: #171717;
  background: #fff;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  a.hero-cta.contact-premier {
    bottom: 10px;
    right: 15px;
    z-index: 999;
  }
}

/* Bouton "en savoir plus" repositionné */
.hero-cta.a-propos {
  position: absolute;
  bottom: 100px;
  right: -20px;
  width: auto;
  padding: 10px 15px;
  margin: 0;
  text-align: center;
  color: #e34afb;
  background-color: #fff;
}
@media (max-width: 768px) {
  .hero-cta.a-propos {
    bottom: 75px;
    right: -10px;
    z-index: 999;
  }
}

/* Vague décorative */
.hero-wave {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background-color: rgba(0, 0, 0, 0.9098039216);
  margin-top: 0px;
}
.hero-wave svg {
  display: block;
  width: 100%;
  height: 120px;
}

section.hero-header {
  color: rgba(0, 0, 0, 0.9098039216);
}

svg {
  color: rgba(0, 0, 0, 0.9098039216);
}

/* ===========================
   Ajustements spécifiques iPad / iPad Pro
   =========================== */
@media (min-width: 900px) and (max-width: 1100px) {
  .hero-container {
    flex-direction: row-reverse; /* garde la mise en page desktop */
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 0 2rem; /* ajoute un léger padding latéral pour éviter les débordements */
    text-align: left;
  }
  .hero-text {
    flex: 1;
    padding-right: 1rem;
  }
  .hero-photo {
    flex: 1;
    text-align: center;
  }
  .hero-photo img {
    max-width: 75%; /* un peu plus petit pour iPad */
    height: auto;
  }
  /* Corrige le bouton "En savoir plus" coupé à droite */
  .hero-cta.a-propos {
    right: 20px; /* au lieu de -20px */
    bottom: 100px;
    padding: 10px 15px;
  }
  /* Corrige aussi le bouton "Contact" pour cohérence */
  a.hero-cta.contact-premier {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .hero-cta {
    display: block;
    text-align: center;
  }
  .hero-cta a.hero-cta.realisations, .hero-cta a.hero-cta.contact {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */