

/* General responsive helpers */
.img-fluid { max-width: 100%; height: auto; }

/* Hero section */
.hero-title-img {
    width: 100%;
    max-width: 1083px;
    height: auto;
}
.hero-bg-img {
    width: 100%;
    max-width: 1504px;
    height: auto;
    margin-top: 20px;
    mix-blend-mode: hard-light;
}
.hero-overlay-img {
    width: 100%;
    max-width: 1393px;
    height: auto;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
}

/* Actualités section */
.actu-section {
    width: 100%;
    max-width: 1617px;
    min-height: 600px;
    /* background: linear-gradient(180deg, #FFFDFA 0%, #FFF8DE 100%); */
    background-color: white;
    box-shadow: 0px -10px 10px 3px rgba(98, 92, 72, 0.31);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
    padding: 40px 10px 80px 10px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1200px) {
    .actu-section {
        max-width: 95vw;
        padding: 30px 5px 60px 5px;
        min-height: 400px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
}

@media (max-width: 768px) {
    .actu-section {
        max-width: 100vw;
        padding: 20px 2px 40px 2px;
        min-height: 250px;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }
}
.actu-title {
    color: #254654;
    font-size: 100px;
    font-family: Italiana, serif;
    font-weight: 400;
    text-align: center;
}
.actu-subtitle {
    color: #E79A0D;
    font-size: 52px;
    font-family: Italiana, serif;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}
.actu-desc {
    color: #254654;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
.actu-img {
    width: 100%;
    max-width: 1224px;
    height: auto;
    margin-top: 40px;
    mix-blend-mode: multiply;
}

/* A la une */
.alaune-title {
    color: #E79A0D;
    font-size: 36px;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    margin: 40px 0 40px 0;
    text-align: left;
}
.alaune-title-b { 
    color: #254654;
    font-size: 36px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    margin: 40px 0 10px 0;
    text-align: center;
}
.alaune-subtitle {
    color: #254654;
    font-size: 22px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    text-align: center;
}
.alaune-main-img {
    width: 100%;
    max-width: 1259px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: block;
    margin: 0 auto;
}
.alaune-main-desc {
    width: 100%;
    max-width: 1259px;
    background: #F9F9F9;
    box-shadow: 0px 2px 2px #DFDAD2;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 0 auto;
    min-height: 100px;
}
.alaune-cat {
    color: #658694;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
}
.alaune-text {
    color: #254654;
    font-size: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 32px;
    margin-top: 10px;
    text-align: justify;
    line-height: 32px; 
    letter-spacing: -0.06px;
}

.alaune-title2 {
    color: #254654;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
}
.alaune-logo {
    width: 120px;
    height: auto;
    margin-top: 10px;
}

/* Pont du Wouri image */
.pont-img {
    width: 100%;
    max-width: 1246px;
    margin: 40px auto;
    display: block;
    mix-blend-mode: multiply;
}

/* Blog section */
.recent-title {
    color: #E79A0D;
    font-size: 36px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    margin: 40px 0 10px 0;
    text-align: center;
}
.blog-container {
    margin-top: 40px;
}
.blog-card {
    border-radius: 32px;
}
.blog-card-img {
    width: 100%;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    height: 144px;
    object-fit: cover;
}
.blog-card-img-wide {
    width: 100%;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    height: 144px;
    object-fit: cover;
}

/* Joss image */
.joss-img {
    width: 100%;
    max-width: 1207px;
    margin: 40px auto;
    display: block;
    mix-blend-mode: multiply;
}

/* Video section */
.video-title {
    color: #E79A0D;
    font-size: 36px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    margin: 40px 0 10px 0;
    text-align: center;
}
.video-container {
    margin-top: 40px;
}

/* Maire section */
.maire-title {
    color: #E79A0D;
    font-size: 48px;
    font-family: Italiana, serif;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
}
.maire-subtitle {
    color: #E79A0D;
    font-size: 28px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
}
.maire-desc {
    color: #303638;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.7;
    margin: 30px auto;
    max-width: 700px;
    text-align: center;
}
.maire-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px auto;
    display: block;
}
.actu-img{
    margin-top: -350px;
}
.hero-bg-img{
    width: 1504px; 
    height: 690px; 
    mix-blend-mode: hard-light; 
    margin-top: 20px;
}
.hero-overlay-img{
    width: 1393.46px; 
    height: 578px; 
    position: absolute; 
    top: 130px; 
    left: 50%; 
    transform: translateX(-50%);
}

.containerr {
    width: 880px !important;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive styles */

@media (max-width: 1200px) {
    .hero-title-img, .hero-bg-img, .hero-overlay-img, .actu-img, .pont-img, .joss-img, .maire-img {
        max-width: 90vw;
    }
    .actu-title { font-size: 48px; }
    .actu-subtitle { font-size: 24px; }
    .recent-title, .video-title, .maire-title { font-size: 32px; }
}

@media (max-width: 992px) {
    .hero-title-img, .hero-bg-img, .hero-overlay-img, .actu-img, .pont-img, .joss-img, .maire-img {
        max-width: 100vw;
    }
    .actu-title { font-size: 36px; }
    .actu-subtitle { font-size: 18px; }
    .recent-title, .video-title, .maire-title { font-size: 28px; }
    .maire-desc { font-size: 15px; }
}

@media (max-width: 768px) {
    .hero-title-img, .hero-bg-img, .hero-overlay-img, .actu-img, .pont-img, .joss-img, .maire-img {
        max-width: 100vw;
    }
    .actu-title { font-size: 28px; }
    .actu-subtitle { font-size: 16px; }
    .recent-title, .video-title, .maire-title { font-size: 22px; }
    .maire-desc { font-size: 14px; }
    .blog-card-img, .blog-card-img-wide { height: 120px; }
}

@media (max-width: 576px) {
    .hero-title-img, .hero-bg-img, .hero-overlay-img, .actu-img, .pont-img, .joss-img, .maire-img {
        max-width: 100vw;
    }
    .actu-title { 
        font-size: 45px!important; 
    }
    .actu-img {
        margin-top: -250px;
    }
    .hero-bg-img{
        width: 504px; 
        height: 240px; 
        mix-blend-mode: hard-light; 
        margin-top: 60px;
    }
    .hero-overlay-img{
        width: 353px; 
        height: 178px; 
        position: absolute; 
        top: 100px; 
        left: 50%; 
        transform: translateX(-50%);
    }
    .containerr {
        width: 95vw !important;
    }


    .actu-subtitle { font-size: 22px; }
    .recent-title, .video-title, .maire-title { font-size: 16px; }
    .maire-desc { font-size: 13px; }
    .blog-card-img, .blog-card-img-wide { height: 80px; }
    .maire-img { max-width: 200px; }
    .actu-section, .blog-container, .video-container { padding: 10px; }
}






.services-section {
    max-width: 1400px;
    margin: 0 auto;
}
.services-title {
    color: #E79A0D;
    font-size: 72px;
    font-family: Italiana, serif;
    font-weight: 400;
    margin-bottom: 40px;
}
.service-card {
    background: #FFF8EB;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
    border-radius: 20px;
    padding: 32px 24px 24px 24px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 20px;
    position: relative;
}
.service-icon img {
    width: 114px;
    height: 114px;
    margin-bottom: 18px;
}
.service-name {
    color: #658694;
    font-size: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin-bottom: 16px;
}
.service-desc {
    color: #254654;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 24px;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .services-title { font-size: 48px; }
    .service-card { min-height: 260px; padding: 24px 12px; }
    .service-name { font-size: 18px; }
}
@media (max-width: 992px) {
    .services-title { font-size: 36px; }
    .service-card { min-height: 220px; }
    .service-name { font-size: 16px; }
    .service-desc { font-size: 15px; }
}
@media (max-width: 768px) {
    .services-title { font-size: 28px; }
    .service-card { min-height: 180px; padding: 16px 8px; }
    .service-icon img { width: 80px; height: 80px; }
    .service-name { font-size: 15px; }
    .service-desc { font-size: 13px; }
}
@media (max-width: 576px) {
    .services-title { font-size: 20px; }
    .service-card { min-height: 120px; padding: 10px 4px; }
    .service-icon img { width: 56px; height: 56px; }
    .service-name { font-size: 13px; }
    .service-desc { font-size: 12px; }
}

.boxx {
    border-radius: 36px;
    background: #FDF5E7;
    box-shadow: 0 4px 4px 0 #F3ECE0;
}

.text-w {
    border-radius: 36px;
    background: #FFF;
}

.bg-image {
  background-image: url('assets/images/douala/fresque.png"');
  background-size: cover;       /* adapte l’image à l’espace */
  background-position: center;  /* centre l’image */
  background-repeat: no-repeat; /* pas de répétition */
  height: 400px;                /* à adapter */
}

.navvbar {
    color: #254654 !important; 
    background-color: #014c6f !important;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0px;
    text-align: left;
    line-height: 32px;
}