*{
  border: red 1 px solid ;
}

.boby{
  margin: 0px 0px 0px 0px ; 

}

/* --- HERO SECTION --- */
.EnTete{

  position: fixed;
  top: 0;            
    left: 0;          
    width: 100%;
  z-index: 1000;
}

.hero {
    background: url('/IMAGE/Fond-PG.svg') center/cover no-repeat;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px; /* Pour compenser la nav fixe */
}

.hero-content {
    text-align: center;
    color: white;
}

.hero-content h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 30px;
}

.contact-button-hero {
    background-color: #ff914d;
    color: white;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
}

/* --- SECTION HISTOIRE --- */
.section-histoire {
    padding: 80px 10%;
    background-color: #f8f9fa;
    color: #0a102b;
}


.intro-besoin { text-align: center; max-width: 800px; margin: 0 auto 50px; }
.text-accent { font-size: 1.2rem; color: #ff914d; }
.separator { border: 0; height: 1px; background: #ddd; margin: 40px 0; }

.histoire-grid {
    display: flex;
    gap: 50px;
}

.histoire-text { flex: 2; text-align: justify; }
.valeurs-box {
    flex: 1;
    background: #0a102b;
    color: #f5f2ed;
    padding: 30px;
    border-radius: 10px;
    height: fit-content;
}

.valeurs-box h4 { color: #ff914d; margin-bottom: 20px; }
.valeurs-box ul { list-style: none; padding: 0; }
.valeurs-box li { margin-bottom: 15px; }









@media(max-width: 576px)
{


/* .Logo{}*/
/* .Navbar { }*/
/* .nav-links { }*/
/* .contact-button { }*/
/* .Section1{}*/
/* .Section2{}*/
/* .Pied{}*/

}
@media(max-width: 768px)
{

.histoire-grid { flex-direction: column; }
/* .EnTete { }*/
/* .Navbar { }*/
/* .contact-button { }*/
/* .Section1{}*/
/* .Section2{}*/
/* .Pied{}*/

}
