/* Styles pour le curseur personnalisé */
.cursor {
  width: 24px;
  height: 24px;
  background-color: #000; /* Couleur de fond */
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transition: transform 0.1s ease, background-color 0.3s ease; /* Transition douce pour l'effet */
  transform: translate(-50%, -50%);
  z-index: 9999;
}

::selection {
    background-color: #000; /* Couleur de fond de la sélection */
    color: #fff; /* Couleur du texte dans la sélection */
}

html {
    scroll-behavior: smooth;
}

img {
    user-select: none;
}


body, html {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #000;
  line-height: 1.5em;
  font-weight: 500;
  overflow-x: hidden;
    font-weight: 400;
    cursor: none;
}

* {
    cursor: none;
}

.logo a {
    display: inline-flex
;
}

.parallax-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fec144;
  border-radius: 10px;
  padding: 40px;
  box-sizing: border-box;
  width: calc(100% - 80px);
  height: calc(100vh - 80px);
  margin: 40px auto;
  position: relative;
}

    #confirmation-message {
        display:none;
        margin-top: 10px;
        text-align:center;
    }

h1 {
  font-family: 'Heebo', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 1.2em;
  color: #000;
}

h4 {
  font-family: 'Lato', Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 1.2em;
}

.parallax-text {
  width: 45%;
  z-index: 2;
}

.parallax-images {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.cube-sombre, .cube-jaune, .emoji-lunettes {
  position: absolute;
  transition: transform 0.1s ease-out;
}

.cube-sombre {
  top: 30vh;
  left: 10%;
  width: 12%;
}

.cube-jaune {
  top: 0;
  left: 40%;
  width: 18%;
}

.emoji-lunettes {
  top: 12vh;
  right: -60px;
  width: 14%;
}

a.btn {
  font-size: 16px;
  font-weight: 700;
  background: #000000;
  padding: 16px 24px;
  text-decoration: none;
  line-height: 1.5em;
  border: 3px solid #000;
  display: inline-block;
  color: #FFFFFF;
}

a.btn:hover {
  background-color: transparent;
  color: #000;
}

@media (min-width: 981px) {
  .personnage {
    position: absolute;
    bottom: -120px;
    right: -120px;
    width: calc(100% + 120px);
    height: 90%;
    object-fit: contain;
    transition: transform 0.1s ease-out;
    z-index: 1;
  }
}

@media (min-width: 769px) and (max-width: 980px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

@media (max-width: 980px) {
    
    .tuileimg {
    max-height: 15vh;
}
    
    .carousel-container {
    align-items: stretch !important;
}
    
    .rectangle-left {
    height: 40vw !important;
    }
    
    .rectangle-right {
    height: 40vw !important;
    }
    
    .troisieme-section, .carousel-container, .tuile {
        height: auto !important;
    }
  .parallax-container {
    flex-direction: column;
    text-align: left;
    height: auto;
    padding: 40px;
  }
  .parallax-text, .parallax-images {
    width: 100%;
  }
  .personnage {
    margin-bottom: -80px;
    margin-right: -120px;
    width: 100%;
    height: 90%;
    object-fit: contain;
    transition: transform 0.1s ease-out;
    margin-top: 80px;
    z-index: 1;
  }
}















.logo {
    display: flex;
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 40px 40px 0 40px;
}

.header-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 40px;
}

.menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}

.menu a.btn {
    color: #fff;
    border-top: 3px solid #000;
    padding: 8px 16px;
}

.menu a.btn:hover {
    color: #000;
}

.menu ul li {
  position: relative;
}

.menu ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  padding: 8px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.menu ul li a:hover {
  border-bottom-color:#000;
}

.has-submenu .submenu {
  display: none; /* Sous-menu caché par défaut */
  position: absolute;
  top: calc(100% + 4px);
    border-top:3px solid #000;
  left: 0;
  background-color: #fff;
  z-index: 10;
    padding-left: 0;
}

.has-submenu:hover .submenu {
  display: block; /* Affiche le sous-menu au survol */
}

.submenu li {
  width: 200px;
}

.submenu li a {
  color: #000;
  padding: 7px 10px !important;
  display: block;
  font-weight: 400 !important;
}

.submenu li a:hover {
  background-color: #fec144;
  border-bottom-color:transparent !important;
}

/* Styles pour le menu mobile */
.hamburger {
    display: none; /* Cacher par défaut */
    cursor: pointer; /* Curseur main sur le hamburger */
    font-size: 24px; /* Taille du hamburger */
    color: #000;
}

@media (max-width: 980px) {
    .menu ul {
        display: none; /* Cacher le menu desktop */
        flex-direction: column; /* Alignement vertical du menu mobile */
        background-color: #fec144; /* Fond du menu mobile */
        position: absolute; /* Positionnement absolu pour le menu */
        top: 60px; /* Juste en dessous de l'en-tête */
        left: 0;
        right: 0;
        padding: 10px 0; /* Espacement intérieur du menu mobile */
        z-index: 999; /* Assurer qu'il reste au-dessus */
    }

     .menu ul.show {
        display: flex;
        margin: 60px 0 0 0;
        background: #fff;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .hamburger {
        display: block; /* Afficher le hamburger */
    }
}











/* Styles de la deuxième section */
.second-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    padding: 40px;
    box-sizing: border-box;
    position: relative; /* Pour positionner les éléments absolument si besoin */
}

/* Section de gauche avec image et rectangles */
.second-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Image à gauche avec position centrée et z-index supérieur */
.second-image {
    max-width: 80%;
    z-index: 10; /* Au-dessus des rectangles */
    position: relative;
}

/* Conteneur de rectangles centré */
.rectangles {
    display: flex;
    gap: 30px;
    position: absolute;
    align-items: center;
    justify-content: center;
    /*top: 50%;
    transform: translateY(-50%); */ /* Centrage vertical des rectangles */
    height: 100vh;
}

/* Dimensions et apparence des rectangles */
.rectangle {
    width: 15vw; /* Largeur souhaitée */
    border-radius: 10px;
      transition: transform 0.1s ease-out, margin-top 0.3s ease; /* Animation fluide sur le margin-top */

}

.rectangle-left {
    height: 40vh; /* Hauteur souhaitée */
    background-color: #fec144; /* Couleur jaune */
}

.rectangle-right {
    height: 40vh; /* Hauteur souhaitée */
    background-color: #fec144; /* Couleur jaune */
}

/* Colonne de droite */
.second-right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.second-right h2 {
    font-size: 40px;
    font-family: 'Heebo', Helvetica, sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
    max-width: 80%;
    text-align: center;
    line-height: 1.2em;
    margin-top: 0;
}

.second-right p {
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    max-width: 80%;
}









@media (max-width: 980px) {
  .second-section {
    flex-direction: column;
    height: auto;
      gap: 40px;
  }
    

  .second-right {
    order: 1; /* Le texte passe en premier */
    width: 100%;
  }

  .second-left {
    order: 2;
    width: 100%;
  }
}




.carousel-container::-webkit-scrollbar {
  display: none; /* Masque la barre de défilement */
}














    /* Styles de la section */
    .troisieme-section {
      width: 100vw;
      min-height: calc(100vh - 160px);
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
        padding: 40px 0;
    }

    /* Styles du conteneur de tuiles */
    .carousel-container {
      gap: 40px;
      width: 100%;
    }

    /* Styles des tuiles */
    .tuile {
      width: 30%;
      min-height: calc(100vh - 160px);
      background-color: #fec144;
      border-radius: 10px;
      display: flex;
      align-items: center;
      color: #fff;
      flex-shrink: 0;
        padding: 40px;
            box-sizing: border-box;
        
    flex-direction: column;
        justify-content: space-between;
    }



@media (min-width: 769px) and (max-width: 980px) {
  .tuile {
      width: 50%;
    }
}

@media (max-width: 768px) {
  .tuile {
      width: 80%;
    }
    .carousel-container {
    & div:first-of-type {
        margin-left: 0 !important;
    }
}
}

@media (max-width: 768px) {
    .carousel-container {
        padding: 40px 0;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&display=swap');

// Define breakpoints
$breakpoints: (
  mobile: 768px,
  tablet-min: 769px,
  tablet-max: 980px,
);

@mixin mobile {
  @media screen and (max-width: map-get($breakpoints, mobile)){
    @content;
  }
}
@mixin tablet-not-mobile {
  @media screen and (min-width: map-get($breakpoints, tablet-min)) and (max-width: map-get($breakpoints, tablet-max)){
    @content;
  }
}
@mixin tablet {
  @media screen and (max-width: map-get($breakpoints, tablet-max)){
    @content;
  }
}

// Text formatting
@mixin text {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5em;
  text-align: center;
}

.carousel-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  min-height: calc(100vh - 80px);
  /* cursor: grab; */
  scrollbar-width: 0px;
  @include tablet {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  
  & div:first-of-type {
    margin-left: 25%;
    @include tablet-not-mobile {
      margin-left: calc(50% - 150px); // Adds the ability to scroll further than the beginning of the container for a better experience on mobile devices
    }
  }
  
  & div:last-of-type {
    position: relative;
    &:after {
      content: '';
      position: absolute;
      min-width: 1px;
      height: 1px;
      right: -100%;
      @include tablet-not-mobile {
        right: calc(-150px - 50%); // Adds the ability to scroll further than the end of the container for a better experience on mobile devices
      }
      @include mobile {
        right: -25%; // Adds the ability to scroll further than the end of the container for a better experience on mobile devices
      }
    }
  }
}

// Define cards design and add scrollsnap rules for mobile devices
.tuile {
  width: 300px;
  min-width: 300px;
  min-height: 475px;
  padding: 125px 50px 50px 50px;
  margin-right: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  transform: translate3d(0, 1%, 0);
  @include mobile {
    width: 80%;
    min-width: 80%;
    margin-right: 10px;
    padding: 75px 40px 40px 40px;
  }
  @include tablet {
    scroll-snap-align: center;
  }

  img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
  }

  h3 {
    @include text;
    padding-top: 35px;
    font-size: 2rem;
    font-weight: 900;
  }

  p {
    @include text;
    font-size: 1.1rem;
    line-height: 1.5em;
  }
}

// Entrance animation settings
.appears-up {
  &.slower {
    animation: appears-up 1.5s ease-out;
  }
  &.slow {
    animation: appears-up 1.25s ease-out;
  }
  animation: appears-up 1s ease-out;
  &.fast {
    animation: appears-up .75s ease-out;
  }
  &.faster {
    animation: appears-up .5s ease-out;
  }
}

@keyframes appears-up {
  0% {transform: translate3d(0, 100%, 0);}
  90% {transform: translate3d(0, 0, 0);}
  100% {transform: translate3d(0, 1%, 0);}
}

// Hide the scrollbar
.carousel-container {
  &::-webkit-scrollbar {
    width: 0;
  }
  &::-webkit-scrollbar-track {
    background: transparent;
  }
  &::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
  }
}






#tuilearrow {
    margin-top: 20px;
    height: 30vh;
    transform-origin: center; /* Assure que la rotation se fait à partir du centre de l'élément */
    transition: transform 0.1s ease-out; /* Transition fluide pour la rotation */
}


.tuile:first-child {
    background: #fff;
    justify-content: center;
}

.tuile h2 {
    font-size: 40px;
    font-family: 'Heebo', Helvetica, sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
    max-width: 80%;
    text-align: center;
    line-height: 1.2em;
    margin-top: 0;
}

.tuileimg {
    max-width: 100%;
    margin-left: -60px;
    margin-top: -60px;
    max-height: 30vh;
    align-self: flex-start;
    transition: transform 0.1s ease-out; /* Transition fluide pour la transformation */
    margin-bottom: 30px;
}



.tuile h3 {
    font-size: 26px;
    font-family: 'Heebo', Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-align: left;
    line-height: 1.2em;
    margin-bottom: 20px;
}

blockquote, .tuile p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
    color: #000;
}


.tuileimg.tuilearrow {
    margin-left: auto;
    margin-top: auto;
}





/* Style global du footer */
footer {
    background-color: #fff; /* Fond blanc */
    color: #333; /* Texte sombre pour contraster avec le fond blanc */
    padding: 40px;
    font-family: 'Poppins', sans-serif; /* Police uniforme */
    box-sizing: border-box;
}

/* Conteneur principal du footer */
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px;
}

/* Première colonne (3/7 de la largeur) */
.footer-column:first-child {
    flex: 3; /* Cette colonne prend 3 parts */
    width: 50%; /* 3/7 de la largeur du footer */
}

/* Deuxième colonne (2/7 de la largeur) */
.footer-column:nth-child(2) {
    flex: 2; /* Cette colonne prend 2 parts */
    width: 25%; /* 2/7 de la largeur du footer */
}

/* Troisième colonne (2/7 de la largeur) */
.footer-column:nth-child(3) {
    flex: 2; /* Cette colonne prend 2 parts */
    width: 25%; /* 2/7 de la largeur du footer */
}

/* Logo et petit texte dans la première colonne */
.footer-logo {
    max-width: 90px;
}

.footer-column p {
    font-size: 16px;
    margin-top: 10px;
}

/* Menu du footer */
.footer-menu {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu li a {
    color: #000; /* Texte sombre */
    text-decoration: none;
    font-weight: 600;
}

.footer-contact-info a, .footer-copyright a {
    
    color: #000; /* Texte sombre */
    text-decoration: none;
}

.footer-menu li a:hover, .footer-contact-info a:hover, .footer-copyright a:hover {
    text-decoration: underline;
}

ul.footer-contact-info {
    margin: 0;
}

/* Infos de contact dans la troisième colonne */
.footer-contact-info {
    list-style-type: none;
    padding: 0;
}

.footer-contact-info li {
    margin-bottom: 8px;
}

.footer-contact-info li strong {
    font-weight: 700;
}

/* Réseaux sociaux - sur la même ligne */
.footer-social-media {
    display: flex;
    gap: 20px; /* Espacement entre les icônes */
    padding: 0;
    list-style-type: none;
}

.footer-social-media li a {
    color: #333; /* Texte sombre */
    text-decoration: none;
    font-size: 20px;
}

.footer-social-media li a:hover {
    color: #fec144; /* Survol avec couleur différente */
}

/* Icones des réseaux sociaux */
.footer-social-media i {
    font-size: 32px; /* Taille des icônes */
}

/* Copyright */
.footer-copyright {
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #000;
    margin-top: 40px;
    padding-top: 40px;
}

.footer-copyright p {
    margin: 0;
}

/* Ligne de séparation avant le copyright */
.footer-separator {
    border-top: 1px solid #000; /* Trait noir */
    margin: 40px 0;
}

ul.footer-menu {
    margin-bottom: 0;
}

/* Styles responsives */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        text-align: center;
        width: 100% !important;
        flex: 1;
    }

    .footer-logo {
        max-width: 120px;
    }

    .footer-social-media {
        justify-content: center;
    }

    .footer-menu {
        padding: 0;
        margin-top: 20px;
    }

    .footer-menu li {
        margin-bottom: 10px;
    }

    .footer-copyright {
        margin-top: 20px;
    }

.descriptif{
    text-align: center !important;
}
}


.footer-column p {
    margin-bottom: 0;
}

.descriptif{
    text-align: left;
}





/* Styles pour la section des métiers */
.services-section {
    background-color: #000;
    color: #fff;
    padding: 120px 40px;
    box-sizing: border-box;
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-intro {
    margin-bottom: 40px;
}

.services-intro h2 {
    font-size: 40px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    color: #fec144;
    margin-bottom: 16px;
    margin-top: 0;
        line-height: 1.2em;
}

.services-intro p {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.service-item {
    background-color: #1a1a1a;
    padding: 40px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateY(-10px);
}

.service-item i {
    font-size: 48px;
    color: #fec144;
    margin-bottom: 16px;
}

.service-item h3 {
    font-size: 26px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
        margin-top: 8px;
}

.service-item p {
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
}

/* Styles responsive */
@media (max-width: 980px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        height: auto !important;
    }
    .carousel-container {
    padding: 40px 0;
}
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}



@media (max-width: 980px) {
    section.troisieme-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

@media (max-width: 980px) {
    section.troisieme-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}



.service-item img {
    transition: transform 0.3s ease; /* Transition fluide appliquée en permanence */
}

.service-item:hover img {
    transform: rotate(5deg); /* Rotation légère de 5 degrés */
}









.service-item img {
    height: 130px;
}






.contact-form-container a{
    color: #000;
    text-decoration: none;
}
.contact-form-container a:hover{
    text-decoration: underline;
}


/* Styles pour le bloc contact */
.contact-section {
    position: relative;
    color: #000;
    box-sizing: border-box;
    border-radius: 10px; /* Bordure arrondie */
    width: calc(100% - 80px); /* Largeur totale moins 40px */
    margin: 40px auto; /* Centrer le bloc */
        height: calc(100vh - 80px);
}

.contact-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.contact-video {
    width: 75%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.2) sepia(0.7) hue-rotate(10deg) saturate(2); /* Applique une teinte jaune */
}

.contact-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(254, 193, 68, 0.5) 0%, #fec144 75%, #fec144 100%);
    border-radius: 10px; /* Bordure arrondie */
    z-index: 1; /* Derrière le formulaire */
}

.contact-form-container {
    position: relative;
    width: 50%; /* Formulaire occupant 50% du bloc */
    padding: 40px;
    z-index: 2;
    box-sizing: border-box;
}

.contact-form-container h2 {
    font-size: 40px;
    font-family: 'Heebo', Helvetica, sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 32px;
    text-align: center;
    line-height: 1.2em;
    margin-top: 0;
}

.contact-form-container p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 50px;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 20px;
    padding: 12px;
    border: none;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.5em;
    font-family: "Montserrat", sans-serif;
}

.contact-form button {
    font-size: 16px;
    font-weight: 700;
    background: #000000;
    padding: 16px 24px;
    text-decoration: none;
    line-height: 1.5em;
    border: 3px solid #000;
    display: inline-block;
    color: #FFFFFF;
}

.contact-form button:hover {
  background-color: transparent;
  color: #000;
}


.visuel-contact {
    position: relative;
    width: 50%;
    padding: 40px;
    z-index: 2;
    box-sizing: border-box;
    text-align: center;
}


.visuel-contact img {
    position: relative;
    max-width: 100%;
    max-height: 100vh;
}



#contact-bras {
    position: absolute;
    z-index: -1;
    animation: wave 2s ease-in-out infinite;
    transform-origin: center left;
}
/* Animation de rotation du bras */
@keyframes wave {
    0% {
        transform: rotate(0deg); /* Position initiale */
    }
    50% {
        transform: rotate(-5deg); /* Retour à la position initiale */
    }
    100% {
        transform: rotate(0deg); /* Retour à la position initiale */
    }
}







/* Styles responsives */
@media (max-width: 980px) {
    .contact-content {
        flex-direction: column;
        align-items: center;
    }
    
    .visuel-contact {
        padding-bottom: 0 !important;
    }


    .contact-form-container {
        width: 100%; /* Formulaire prend toute la largeur sur petit écran */
    }
    
    .contact-video {
        width: 100%;
    }
    section.contact-section {
        padding: 0 !important;
        height: auto !important;
    }
}



/* Désactive les effets de focus pour les input et textarea */
input:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

/* Désactive l'effet de surbrillance sur les appareils iOS */
input,
textarea,
button {
    -webkit-appearance: none; /* Désactive l'apparence par défaut de Safari */
    -webkit-tap-highlight-color: transparent; /* Supprime la surbrillance bleue sur les appareils iOS */
}









/* Styles pour la section réalisations */
.realisations-section {
    padding: 120px 40px;
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.realisations-intro {
    text-align: center;
}

.realisations-intro h2 {
    font-size: 40px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
    margin-top: 0;
    line-height: 1.2em;
}

.realisations-intro p {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.5em;
}

/* Styles du carrousel */
.carousel-realisations {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.carousel-container-realisations {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel-slide {
    flex: 0 0 100%;
    transition: transform 0.5s ease;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-slide.active {
    opacity: 1;
    position: relative;
}

.carousel-slide img {
    width: 100%;
    height: auto;
}

/* Boutons de navigation */
.carousel-button {
    background: #000;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: none;
    position: absolute;
    z-index: 2;
    transition: transform 0.3s ease;
}

.carousel-button:hover {
    transform: scale(1.1);
}

.carousel-button.prev {
    left: -25px;
}

.carousel-button.next {
    right: -25px;
}

.carousel-button i {
    font-size: 20px;
}

/* Styles responsive */
@media (max-width: 980px) {
    .realisations-section {
        padding: 40px;
    }
    
    .carousel-button {
        width: 40px;
        height: 40px;
    }
    
    .carousel-button.prev {
        left: -20px;
    }
    
    .carousel-button.next {
        right: -20px;
    }
}

@media (max-width: 768px) {
    .carousel-button {
        display: none;
    }
}



.carousel-slide {
    transition: opacity 0.5s ease;
    opacity: 0;
}

.carousel-slide.active {
    opacity: 1;
}

#mentions-legales a {
    text-decoration: none;
    font-weight: bold;
    color: #fec144;
}
