/* Ajout d'espaces de respiration pour la section Re-Architecture */

/* Plus d'espace au-dessus du titre */
.re-architecture {
    padding: 120px 0 100px; /* Augmentation du padding vertical */
}

/* Plus d'espace entre le titre et le visuel */
.re-architecture-title {
    margin-bottom: 80px; /* Augmentation de la marge en bas du titre */
}

/* Plus d'espace entre l'image et le paragraphe */
.re-architecture-text {
    margin-top: 40px; /* Ajout d'une marge en haut du texte */
}

.re-architecture-text p {
    margin-bottom: 30px; /* Plus d'espace entre les paragraphes */
}

/* Ajustements pour la section transformation */
.transformation-title {
    text-align: left;
    margin-bottom: 80px;
    padding: 0 80px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.transformation-title h2 {
    text-align: left !important;
}

.transformation-content {
    display: flex;
    gap: 60px;
    position: relative;
    z-index: 2;
    margin-top: 100px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 80px;
}

/* Alignement de la phrase d'intro avec le titre */
.signature-top {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 80px;
    text-align: left;
}

/* Styles améliorés pour la section hero */
.hero .location {
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 35px;
    font-weight: 400; /* Pas de bold */
}

.hero .main-title img {
    max-width: 800px; /* Taille augmentée */
    height: auto;
}

.hero .tagline {
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 500;
    margin-top: 35px;
}

/* Alignement des visuels dans la section transformation */
.transformation-left {
    flex: 1;
    position: relative;
}

.transformation-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.transformation-text {
    flex-grow: 1;
}

.transformation-image {
    width: 100%;
    height: auto;
    display: block;
}

.secondary-image {
    width: 100%;
    max-width: 80%;
    display: block;
    align-self: flex-end;
    margin-top: auto;
}
