/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url(/images/Fond.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.4;
  filter: blur(2px);
}

.centerr {
  padding-top: 8rem;
}

.cennter {
  padding-top: 12rem;
}

.canter {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.aere {
  text-align: center;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.8s ease-out forwards;
}

/* halo autour du texte */
.text-glow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

/* halo autour des images */
.shadow-glow {
  box-shadow: 0 0 25px rgba(138, 110, 80, 0.4); /* lumière douce dorée */
}
