body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #333;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

/* Bandeau */
.banner2 {
    width: 100%;
    height: 240px;
    background-image: url('beryl-banner.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner2::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(13, 42, 102, 0.6);
}

.banner2 h1 {
    position: relative;
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 3px;
}

.container {
    margin-bottom: 30px;
    margin-top: 60px;
}

/* Container & Grid */
.container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.grid-2>div {
    flex: 1 1 45%;
}

/* Text Colors & Fonts */
.text-blue {
    color: #1e3a8a;
    text-align: left;
}

.text-gray {
    color: #555;
}

.uppercase {
    text-transform: uppercase;
}

.font-bold {
    font-weight: bold;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

/* Buttons */
.btn-service {
    background-color: #dbeafe;
    color: #1e3a8a;
    font-weight: bold;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    display: inline-block;
    margin: 0.5rem;
    text-decoration: none;
}

/* Image Center */
/* .image-center {
  text-align: center;
} */
/* .image-center img {
  margin-top: 50px;
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
} */

/* Value Section */
.value-section {
    background-color: #bfdbfe;
    padding: 4rem 2rem;
}

/* .value-box {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
} */
/* .value-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
} */
/* --- Grid des valeurs --- */


/* --- Chaque carte valeur --- */
.map {
    width: 300px;
}

/* Values Grid */
.values-grid {
    display: flex;
    display: grid;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    justify-content: center;
    text-align: center;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 80px;
    margin-top: 80px;
}

.values-grid img {
    width: 220px;
    height: 140px;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    
}



.text-black {
    color: black;
}

.text-blue-600 {
    text-align: center;

}

.promesse-section {
    width: 100%;
    background-color: #fff;
    padding: 3rem 2rem;
}

.promesse-section h3 {
    font-size: 1.25rem;
    color: #2563eb;
    /* bleu */
}

.promesse-section h2 {
    font-size: 3rem;
    color: #111827;
    /* gris foncé */
    text-align: center;
    margin-bottom: 3rem;

}

.promesse-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.promesse-item {
    flex: 1 1 280px;
    max-width: 350px;
    text-align: center;
}

.promesse-item h4 {
    color: #374151;
    /* gris foncé */
    font-size: 1.25rem;
}

.promesse-item p {
    color: #4b5563;
    /* gris moyen */
    max-width: 20rem;
    margin: 0 auto;
}

.promesse-center {
    flex: 1 1 280px;
    display: flex;
    justify-content: center;
    position: relative;
}

.circle-center {
    width: 16rem;
    height: 16rem;
    background-color: #3b82f6;
    /* bleu */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.circle-center .icon {
    position: absolute;
}

.icon.antenna {
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
}

.icon.ear {
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.icon.bubble {
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
}

.icon.pencil {
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
}


/* --- Boutons/services --- */
.buttons-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.btn-service {
    background-color: #e0f2fe;
    /* Bleu très clair */
    border: 1px solid #bfdbfe;
    /* Bleu clair */
    color: #1e40af;
    /* Bleu foncé */
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    white-space: nowrap;
}

.btn-service:hover {
    background-color: #bae6fd;
    border-color: #7dd3fc;
}


/* --- Section Proposition de Valeur --- */
.value-section {
    background: linear-gradient(180deg, #bfdbfe 0%, #dbeafe 100%);
    padding: 3.5rem 1rem 4rem;
}

.value-section .row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.value-section h2 {
    color: #1e3a8a;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}

.value-section>.row>p {
    color: #374151;
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Boîte blanche --- */
.value-box {
    background: white;
    padding: 20px 20px;
    border-radius: 0.75rem;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    max-width: 1100px;
    margin: 0;
}

/* --- Conteneur des points (colonne gauche) --- */
.value-box>div:first-child {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

/* --- Chaque item valeur --- */
.value-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    margin-right: 50px;
}

/* --- Icônes --- */
.value-item svg {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    stroke: #1e3a8a;
    stroke-width: 2;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.value-item span {
    font-size: 20px;
    color: #1f2937;
    line-height: 1.6;
    font-weight: 400;
}

/* --- Image à droite --- */
.value-box>.image-center {
    width: 430px;
    height: 300px;
    flex-shrink: 0;
    padding-right: 30px;

}

.value-box>.image-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
    display: block;
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .value-box {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 2rem 2rem;
    }

    .value-box>.image-center {
        width: 100%;
        max-width: 450px;
        height: auto;
        margin: 0 auto;
    }

    .value-box>.image-center img {
        height: auto;
        aspect-ratio: 3/2;
    }
}

@media (max-width: 640px) {
    .value-section {
        padding: 2.5rem 1rem 3rem;
    }

    .value-section .row {
        padding: 0 1rem;
    }

    .value-section h2 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .value-section>.row>p {
        font-size: 0.875rem;
        margin-bottom: 2rem;
        line-height: 1.6;
    }

    .value-box {
        padding: 1.75rem 1.5rem;
        gap: 2rem;
    }

    .value-item {
        gap: 0.875rem;
    }

    .value-item svg {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
    }

    .value-item span {
        font-size: 0.875rem;
        line-height: 1.5;
    }
}