/*
Theme Name:     DISTRAZUR
Description:    Ascend Child Theme by dstgta | Team Helper
Author:         dstgta
Author URI:     https://www.team-helper.fr
Template:       ascend                         
Version:        1.4.16
*/
/* === Home Page === */
.fl-node-rwljb7t48zad{
    z-index: 1;
}
.hero-section {
  background-position: center;
  padding: 80px 20px;
  color: #333;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}
.hero-overlay {
  background-color: rgba(255, 255, 255, 0.7); /* Fond semi-transparent */
  padding: 40px;
  border-radius: 12px;
  max-width: 800px;
  margin: auto;
}
.hero-section h1 {
  margin-bottom: 20px;
}
.hero-section .highlight {
  color: #1573ff;
  font-size: 2.8rem;
  font-weight: 500;
}
.hero-section p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #444;
}
.hero-section .bold {
  font-weight: bold;
  color: #a57c00;
}
.hero-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.btn-primary,
.btn-outline {
  font-size: 2rem;
  padding: 15px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-primary {
  background-color: #1573ff;
  color: white;
  border: none;
}
.btn-primary:hover {
  background-color: #005ed8;
}
.btn-outline {
  border: 2px solid #1573ff;
  color: #1573ff;
  background: transparent;
}
.btn-outline:hover {
  background-color: #1573ff;
  color: white;
}
.fl-node-41ml2tnu9g7q .fl-photo-img-webp{
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.09);
}
.fl-node-qos8zxndairt .fl-row-content-wrap{
    background-size: 100%;
    height: 100px;
}
.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.bg-light-blue {
  background-color: #eef3ff;
}
.bg-light-green {
  background-color: #ecfaef;
}
.info-card {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.bg-primary{
    background-color: #0d6efd;
}
.bg-success{
    background-color: #198754;
}
.fw-bold{
    font-size: 2rem;
    margin-bottom: .25rem !important;
    font-weight: bold;
}
/* === End Home Page === */


.prefoot {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
    padding: 60px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

.font-handwritten {
  font-family: 'Amatic SC', cursive;
}
/* Responsive*/
@media (min-width: 768px) {

}
