html, body {
    max-width: 100%;
    overflow-x: hidden; /* Coupe tout ce qui dépasse à droite */
    position: relative;
}

#portfolio .owl-nav{
text-align: center;
    margin-bottom: 20px;
}

#portfolio .owl-nav div{
display: inline;
margin: 0px 10px;
padding: 10px;  
background: #439E99;
    color: #fff;
}

@media only screen and (min-width: 1400px) {
    .single-welcome-area {
        height: 800px;
    }
}

@media only screen and (max-width: 767px) {
    div#home{
        padding-bottom: 15px;
    }
    
    .project-area .owl-nav {
        bottom: -5% !important;
    }
    
    .primery-heading h2{
        margin-bottom: 20px;
    }
    
    a.cbtn.cbnt1 {
        top: 20px;
    }
    
    .single-welcome-area {
        height: 650px;
    }
}

div.banner {
    /* On crée un dégradé noir transparent (0.5 = 50% d'opacité) par-dessus l'image */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                      url('data/fenetre-couple.jpg');
    
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;

    /* Centrage du texte */
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* Style du texte */
    text-align: center;
}

div.banner h3 {
    font-size: 2.5rem; /* Un peu plus grand pour l'impact */
    color: white; /* Texte en blanc */
}

.stellarnav ul {
    text-align: right;
}

.wlc-title h1 {
    letter-spacing: -2px;
      font-size: 50px;
    line-height: 60px;
}

.wlc-title p.lead{
    font-size: 22px;
    padding-left: 0px;
    border-left: 0px;
}

.wlc-title p span{
    color: #439E99;
}

.primery-info-content p span{
    color: #0b0d0e;
}

p.lead {
    font-size: 1.5em;
    margin-bottom: 10px;
}

/* On cible l'image à l'intérieur de la classe .logo */
.logo img {
    width: 100%;       /* Prend toute la largeur de son parent (col-3) */
    max-width: 200px;  /* Ajuste cette valeur selon la taille voulue pour ton logo */
    height: auto;      /* FORCE Firefox à garder les proportions */
    display: block;    /* Supprime l'espace vide sous l'image */
}

.footer-area img, .logo img {
    /* Si le logo doit être blanc pur pour ressortir */
    filter: brightness(0) invert(1); 
    
    /* OU, si tu veux juste corriger la grisaille sans le rendre blanc : */
    /* filter: contrast(1.2) brightness(1.2); */
    
    /* Indispensable pour la transparence sur certains moteurs */
    mix-blend-mode: normal; 
}

p.logo-content{
    text-align: center;
    margin: 50px 0px;
    margin-top: 0px;
}

p.logo-content img{
    width: 200px;
    border-radius: 10px;
}

form button {
    background: #439E99;
    padding: 10px 30px;
    position: relative;
    z-index: 2;
    border: 1px solid transparent;
    color: #fff;
}


@media (max-width: 991px) {
    .cta-shape, 
    .memphis-wrap, 
    .pattern,
    .inner-shape1,
    .inner-shape2 {
        display: none !important;
    }
    
    .wlc-author-1 {

}


@media only screen and (min-width: 1400px) {
  .single-welcome-area {
    height: 800px;
  }
    
    .wlc-title h1 {
    font-size: 60px;
    line-height: 70px;
  }
    
}
    
    
