@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

footer{
    min-height: 1vh;
    background-color: black;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

header {
    min-height: 100vh;
    background-color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 90px;
    color: #ffffff;
}

.transition-black-cyan {
    background: #CCFBFE;
    background: linear-gradient(360deg, rgb(255, 255, 255) 18%, rgba(7, 16, 19, 1) 100%);
    min-height: 50vh;
}

#down-chevron {
    animation: bounce 1.2s infinite;
    position: relative;
    top: 250px;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
        /* Distance du saut */
    }
}

.second-page {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 100vh !important;
    background-color: white;
}

h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 90px;
    color: white;
}

h2 {
    font-size: 50px;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    color: black;
    margin-bottom: 120px;
}

h3 {
    font-size: 25px;
    font-style: normal;
    text-align: justify;
    color: black;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

h4 {
    font-size: 25px;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-align: justify;
    margin: 35px;
    letter-spacing: 1.2px;
}

.btn-dark-custom {
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: white;
    letter-spacing: 1.5px;
    background-color: black;
    letter-spacing: 2px;
}

.btn-dark-custom:hover {
    background-color: white;
    color: black;
}

.btn-info-custom {
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: black;
    letter-spacing: 2px;
}

.btn-info-custom:hover {
    background-color: black;
    color: #31d2f2;

}

.btn-success-custom {
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
}

/* Placez ça dans votre CSS */
.emoji-bounce {
    display: inline-block;
    font-size: 2rem;
    /* taille à ajuster */
    transform-origin: center bottom;
    /* point de rebond */
    animation: bounce 1.5s ease-in-out infinite;
    font-size: 22px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1) !important;  /* passe le blanc en noir */
}
/* keyframes pour le « rebond » */
@keyframes bounce {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    25% {
        transform: translateY(-8px) scale(1.1);
    }

    50% {
        transform: translateY(0) scale(1);
    }

    75% {
        transform: translateY(-4px) scale(1.05);
    }
}
.name-instgram{
    position: relative;
    bottom: 380px;
}
h5 {
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    font-style: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: black;
    letter-spacing: 2px;
}

h6 {
    font-size: 35px;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: black;
    letter-spacing: 2px;
}

.p-custom {
    font-size: 15px;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    letter-spacing: 1.2px;
}

.p-custom-strong {
    font-weight: 800;
}

input {
    border-color: black !important;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    box-shadow: none !important;
}
.custom-col-model{
    margin-top: 15px;
}
.input-group-text {
    border-color: black !important;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: none !important;
}

textarea {
    border-color: black !important;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: none !important;
    resize: none;
    min-height: 100px;
}

.error-message {
    color: red;
    font-size: 0.875em;
    margin-top: 0.25rem;
    display: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.error-message.active {
    display: block;
}

.no-resize {
    resize: none;
}
#custom-mobile-cointener{
    max-width: 90% !important;
}
.custom-witdh-carrousel{
    max-width: 70%;
}
/* ==============================
   BREAKPOINT TABLETTE (<= 992px)
   ============================== */
@media (max-width: 1025px) {
  /* Réduire un peu la hauteur du header */
     /* transformation de la ligne en colonne */
  .second-page .row.align-items-start {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    row-gap: 30px;          /* espace entre les blocs */
  }
  /* chaque “col” prend 100% de largeur */
  .second-page .row.align-items-start .col {
    width: 100% !important;
    margin-bottom: 0;       /* géré par row-gap */
  }
  h2{
    bottom: 130px;
    text-align: center;
  }
  h3{
    max-width: 100%;
    font-size: 25px;
  }
  h4{
    font-size: 18px;
  }
  #next-page-model .row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    row-gap: 30px;
  }
  #next-page-model .row .col {
    width: 100% !important;
    max-width: 400px;      /* optionnel : pour ne pas étirer à 100% d’écran */
    margin: 0 auto;
  }

  /* forcer l’affichage des captions et les placer en dessous */
  #next-page-model .carousel-caption {
    display: block !important;      /* override de d-none */
    position: static !important;
    background: transparent !important;
    color: black !important;        /* pour la lisibilité */
    margin-top: 10px;
    padding: 0;
  }

  /* styliser légèrement le lien @… */
  #next-page-model .carousel-caption h5 {
    font-size: 1rem;
    bottom: 459px;
  }
  .btn-dark-custom-mobile{
    position: relative;
    bottom: 100px;
  }
  #custom-mobile-h3{
    bottom: 0px !important;
    width: 70%;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .custom-col-model{
    position: relative;
    bottom: 50px;
}

}

/* ============================
   BREAKPOINT MOBILE (<= 576px)
   ============================ */
@media (max-width: 576px) {
  /* Encore plus de compression pour mobiles */
  .second-page .row.align-items-start {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    row-gap: 20px;          /* espace plus réduit */
  }
  .second-page .row.align-items-start .col {
    width: 100% !important;
    margin-bottom: 0;
  }
  .mobile-button-contact{
    flex-wrap: wrap;
    row-gap: 15px;
  }
  #down-chevron {
    animation: bounce 1.2s infinite;
    position: relative;
    top: 150px;
}
h2{
    font-size: 35px !important;
    text-align: center;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 20px;
    margin: 2;
    text-align: left;
    
}
#custom-mobile-cointener{
    max-width: 100% !important;
}
#custom-witdh-carrousel{
    max-width: 90%;
}
h5{
    bottom: 420px !important;
}
h6{
    font-size: 30px;
}
.custom-witdh-carrousel{
    max-width: 90% !important;
}
footer{
    margin-top: 150px;
}
}


@media (max-width: 360px) {
    .name-instgram{
        bottom: 330px;
    }

  }
@media (max-width: 1850px) {
    .name-instgram{
        bottom: 100px;
    }
    h5{
        font-size: 10px;
    }
    .btn-dark-custom-mobile{
        font-size: 15px;
    }
  }