/* ==========================================================
   PAGE RÉNOV LEAL’O
   ========================================================== */

.renov-page,
.renov-page *,
.renov-page *::before,
.renov-page *::after {
    box-sizing: border-box;
}

.renov-page {
    --renov-blue: #0d4053;
    --renov-blue-light: #365f70;
    --renov-orange: #f9a11b;
    --renov-yellow: #ffd500;
    --renov-cyan: #4db2c8;
    --renov-green: #a7c95a;
    --renov-white: #ffffff;
    --renov-shadow: 0 22px 55px rgba(13, 64, 83, 0.18);

    width: 100%;
    overflow: hidden;
    color: var(--renov-blue);
    background: var(--renov-white);
}

.renov-page picture,
.renov-page img {
    margin: 0;
    padding: 0;
}

.renov-page img {
    max-width: 100%;
}

.renov-container {
    position: relative;
    z-index: 2;
    width: min(100% - 48px, 1440px);
    margin-inline: auto;
}

.renov-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.renov-title {
    margin: 0;
    color: var(--renov-blue);
    font-size: clamp(34px, 3vw, 50px);
    line-height: 1.02;
    text-transform: uppercase;
}

.renov-title__bold {
    font-weight: 700;
}

.renov-title__light {
    font-weight: 300;
}

.renov-title__line {
    display: block;
}

.renov-trait {
    display: block;
    width: clamp(150px, 13.8vw, 263px);
    margin-top: 24px;
    line-height: 0;
}

.renov-trait img {
    display: block;
    width: 100%;
    height: auto;
}

.renov-copy {
    color: var(--renov-blue-light);
}

.renov-copy p {
    margin: 0;
    font-size: clamp(16px, 1.15vw, 22px);
    line-height: 1.38;
}

.renov-copy p + p {
    margin-top: 24px;
}

.renov-copy .pb {
    color: var(--renov-blue);
    font-weight: 700;
}


/* ==========================================================
   HEADER
   ========================================================== */

.renov-header {
    position: relative;
    width: 100%;
    background: var(--renov-white);
    overflow: hidden;
}

.renov-header__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  /*  max-width: 2048px;*/
    aspect-ratio: 2048 / 390;
    margin-inline: auto;
}

.renov-header__image-zone,
.renov-header__orange-zone {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.renov-header__image {
    position: absolute;
    inset: 0;
    display: block;
    line-height: 0;
}

.renov-header__image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.renov-header__orange-zone::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: var(--renov-orange);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    content: "";
}

.renov-header__content {
    position: absolute;
    z-index: 2;
    top: 45%;
    right: clamp(24px, 4vw, 86px);
    left: clamp(24px, 4vw, 86px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2vw, 34px);
    transform: translateY(-50%);
}

.renov-header__slogan {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 0;
    color: var(--renov-blue);
    text-align: right;
    line-height: 1;
    white-space: nowrap;
}

.renov-header__slogan-top,
.renov-header__slogan-bottom {
    display: block;
    font-size: clamp(28px, 2.6vw, 50px);
    line-height: 1;
}

.renov-header__slogan-top {
    font-weight: 500;
}

.renov-header__slogan-bottom {
    margin-top: 8px;
    font-weight: 700;
}

.renov-header__separator {
    flex: 0 0 2px;
    width: 2px;
    height: clamp(58px, 5vw, 78px);
    background: var(--renov-white);
}

.renov-header__brand {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    color: var(--renov-white);
}

.renov-header__brand-icon {
    display: block;
    flex: 0 0 auto;
    width: clamp(45px, 4vw, 72px);
    height: clamp(45px, 4vw, 72px);
    line-height: 0;
}

.renov-header__brand-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.renov-header__brand-text {
    display: flex;
    flex-direction: column;
    color: var(--renov-white);
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: clamp(20px, 1.7vw, 32px);
    line-height: 0.88;
    white-space: nowrap;
}

.renov-header__brand-text strong {
    font-weight: 700;
}

.renov-header__brand-text span {
    margin-top: 8px;
    font-weight: 500;
}


/* ==========================================================
   PRÉSENTATION
   ========================================================== */

.renov-presentation {
    position: relative;
    padding: clamp(70px, 7vw, 120px) 0 clamp(65px, 6vw, 100px);
    background: var(--renov-white);
}

.renov-presentation__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(60px, 8vw, 145px);
}

.renov-presentation__content {
    min-width: 0;
    max-width: 650px;
}

.renov-presentation__lead {
    margin: 36px 0 30px;
    color: var(--renov-blue);
    font-size: clamp(21px, 1.7vw, 30px);
    line-height: 1.35;
}

.renov-presentation__media {
    display: grid;
    place-items: center;
    min-width: 0;
}

.renov-presentation__image {
    display: block;
    width: min(100%, 690px);
    line-height: 0;
}

.renov-presentation__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* ==========================================================
   TEXTE RÉNOVATION + BULLE
   ========================================================== */

.renov-renovation {
    position: relative;
    padding: clamp(40px, 4vw, 72px) 0 clamp(80px, 7vw, 125px);
    background: var(--renov-white);
}

.renov-renovation__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(70px, 10vw, 180px);
}

.renov-renovation__bubble-zone {
    display: grid;
    place-items: center;
    min-width: 0;
}

.renov-renovation__bubble {
    display: block;
    width: min(100%, 590px);
    line-height: 0;
}

.renov-renovation__bubble img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.renov-renovation__content {
    max-width: 650px;
}


/* ==========================================================
   BANDEAU ATOUTS
   ========================================================== */

.renov-atouts {
    position: relative;
    display: flex;
    align-items: center;
    min-height: clamp(210px, 18.6vw, 357px);
    padding: clamp(62px, 7vw, 102px) 0;
    overflow: hidden;
}

.renov-atouts__background {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.renov-atouts__background img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.renov-atouts__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: clamp(26px, 3.5vw, 65px);
}

.renov-atouts__item {
    display: grid;
    grid-template-columns: 67px minmax(0, 1fr);
    align-items: center;
    gap: clamp(16px, 1.6vw, 28px);
    min-width: 0;
}

.renov-atouts__icon {
    display: block;
    width: 67px;
    height: 67px;
    line-height: 0;
}

.renov-atouts__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.renov-atouts__text {
    margin: 0;
    color: var(--renov-blue);
    font-size: clamp(20px, 1.65vw, 30px);
    font-weight: 700;
    font-style: italic;
    line-height: 1.12;
}


/* ==========================================================
   ASSURANCE
   ========================================================== */

.renov-assurance {
    position: relative;
    padding: clamp(85px, 8vw, 145px) 0 clamp(80px, 7vw, 130px);
    background: var(--renov-white);
    overflow: hidden;
}

.renov-assurance::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: clamp(22px, 2.8vw, 52px);
    background: linear-gradient(100deg, var(--renov-cyan), var(--renov-yellow));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 10%);
    content: "";
}

.renov-assurance__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(75px, 9vw, 160px);
}

.renov-assurance__media,
.renov-assurance__content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.renov-assurance__media {
    display: grid;
    place-items: center;
}

.renov-assurance__image {
    display: block;
    width: min(100%, 650px);
    line-height: 0;
}

.renov-assurance__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.renov-assurance__content {
    max-width: 650px;
}

.renov-assurance__content .renov-copy {
    margin-top: 34px;
}

.renov-assurance__house,
.renov-neuf__house {
    position: absolute;
    z-index: 0;
    width: clamp(270px, 31vw, 560px);
    aspect-ratio: 1 / 0.72;
    opacity: 0.1;
    pointer-events: none;
}

.renov-assurance__house {
    top: 22%;
    left: -8%;
}

.renov-assurance__house::before,
.renov-assurance__house::after,
.renov-neuf__house::before,
.renov-neuf__house::after {
    position: absolute;
    top: 16%;
    width: 58%;
    height: 12px;
    background: var(--renov-orange);
    content: "";
}

.renov-assurance__house::before,
.renov-neuf__house::before {
    left: 1%;
    transform: rotate(-40deg);
    transform-origin: right center;
}

.renov-assurance__house::after,
.renov-neuf__house::after {
    right: 1%;
    transform: rotate(40deg);
    transform-origin: left center;
}


/* ==========================================================
   RÉALISATIONS
   ========================================================== */

.renov-realisations {
    position: relative;
    min-height: clamp(500px, 46vw, 760px);
    display: grid;
    align-items: center;
    padding: clamp(70px, 7vw, 120px) 0;
    overflow: hidden;
    isolation: isolate;
}

.renov-realisations__background {
    position: absolute;
    z-index: -2;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.renov-realisations__background img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.renov-realisations::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: rgba(13, 64, 83, 0.08);
    content: "";
}

.renov-realisations__container {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    align-items: center;
    gap: clamp(60px, 8vw, 140px);
}

.renov-realisations__container--gallery {
    grid-template-columns: minmax(0, 0.55fr) minmax(0, 1.45fr);
}

.renov-realisations__intro {
    color: var(--renov-white);
}

.renov-realisations__title {
    margin: 0;
    font-size: clamp(34px, 3.3vw, 56px);
    line-height: 1.04;
    text-transform: uppercase;
}

.renov-realisations__title-bold,
.renov-realisations__title-light {
    display: block;
}

.renov-realisations__title-bold {
    font-weight: 700;
}

.renov-realisations__title-light {
    margin-top: 6px;
    font-weight: 300;
}

.renov-realisations__text {
    max-width: 520px;
    margin: 28px 0 0;
    font-size: clamp(17px, 1.3vw, 22px);
    line-height: 1.45;
}

.renov-realisations__project {
    display: block;
    overflow: hidden;
    border: 7px solid rgba(255, 255, 255, 0.92);
    background: var(--renov-white);
    box-shadow: var(--renov-shadow);
    line-height: 0;
}

.renov-realisations__project img {
    display: block;
    width: 100%;
    aspect-ratio: 900 / 624;
    object-fit: cover;
    transition: transform 300ms ease;
}

.renov-realisations__project:hover img {
    transform: scale(1.025);
}

.renov-realisations__project--single {
    width: min(100%, 720px);
    justify-self: end;
    transform: rotate(-1.5deg);
}

.renov-realisations__gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 32px);
}

.renov-realisations__gallery .renov-realisations__project:nth-child(1) {
    transform: rotate(-1.4deg) translateY(18px);
}

.renov-realisations__gallery .renov-realisations__project:nth-child(2) {
    transform: rotate(1deg) translateY(-12px);
}

.renov-realisations__gallery .renov-realisations__project:nth-child(3) {
    transform: rotate(-0.8deg) translateY(10px);
}


/* ==========================================================
   TRAVAUX EN NEUF
   ========================================================== */

.renov-neuf {
    position: relative;
    padding: clamp(80px, 8vw, 135px) 0 clamp(85px, 8vw, 140px);
    border-top: 14px solid var(--renov-blue);
    border-bottom: 5px solid var(--renov-orange);
    background: var(--renov-white);
    overflow: hidden;
}

.renov-neuf__header {
    position: relative;
    z-index: 2;
    margin-bottom: clamp(55px, 6vw, 90px);
}

.renov-neuf__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(75px, 9vw, 160px);
}

.renov-neuf__grid--second {
    margin-top: clamp(65px, 7vw, 115px);
}

.renov-neuf__content {
    min-width: 0;
    max-width: 650px;
}

.renov-neuf__subtitle {
    margin: 0 0 30px;
    color: var(--renov-blue);
    font-size: clamp(21px, 1.65vw, 30px);
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
}

.renov-neuf__image {
    display: block;
    width: min(100%, 650px);
    justify-self: center;
    line-height: 0;
}

.renov-neuf__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.renov-neuf__house {
    top: 8%;
    right: -4%;
}


/* ==========================================================
   EXPERTS
   ========================================================== */

.renov-experts {
    position: relative;
    padding: clamp(75px, 7vw, 110px) 0 clamp(35px, 3vw, 55px);
    border-top: 5px solid var(--renov-orange);
    background: var(--renov-white);
}

.renov-experts__content {
    max-width: 920px;
    margin-inline: auto;
    text-align: center;
}

.renov-experts__content .renov-title {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.renov-experts__trait {
    margin: 26px auto 34px;
}

.renov-experts__text {
    max-width: 820px;
    margin-inline: auto;
}

.renov-experts__text p {
    line-height: 1.35;
}


/* ==========================================================
   ENGAGEMENTS
   ========================================================== */

.renov-engagements {
    position: relative;
    background: var(--renov-white);
}

.renov-engagements__top {
    position: relative;
    min-height: 520px;
    padding: 10px 0 0;
    overflow: hidden;
}

.renov-engagements__top::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 34px;
    background: var(--renov-yellow);
    clip-path: polygon(0 45%, 100% 100%, 100% 100%, 0 100%);
    content: "";
}

.renov-engagements__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: end;
    gap: clamp(60px, 7vw, 125px);
    min-height: 500px;
}

.renov-engagements__visual {
    position: relative;
    width: min(100%, 520px);
    justify-self: end;
    align-self: end;
}

.renov-engagements__personnage {
    display: block;
    width: min(100%, 360px);
    margin-inline: auto;
    line-height: 0;
}

.renov-engagements__personnage img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.renov-engagements__button {
    position: absolute;
    top: 54%;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 50px;
    padding: 12px 20px;
    border-radius: 999px;
    color: var(--renov-blue);
    background: var(--renov-yellow);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(13, 64, 83, 0.12);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.renov-engagements__button:hover,
.renov-engagements__button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(13, 64, 83, 0.18);
}

.renov-engagements__button-arrow {
    font-size: 24px;
    line-height: 1;
}

.renov-engagements__list-zone {
    align-self: center;
    padding-bottom: 55px;
}

.renov-engagements__list {
    display: grid;
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.renov-engagements__item {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    color: var(--renov-blue);
    font-size: clamp(18px, 1.35vw, 24px);
    line-height: 1.25;
}

.renov-engagements__check {
    display: block;
    width: 25px;
    line-height: 0;
}

.renov-engagements__check img {
    display: block;
    width: 100%;
    height: auto;
}


/* ==========================================================
   RÉSEAUX SOCIAUX
   ========================================================== */

.renov-engagements__social {
    position: relative;
    min-height: clamp(360px, 29vw, 510px);
    display: grid;
    align-items: center;
    padding: clamp(80px, 7vw, 120px) 0 clamp(70px, 6vw, 105px);
    background: var(--renov-yellow);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
}

.renov-engagements__social-content {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
}

.renov-engagements__social-title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    color: var(--renov-blue);
    font-size: clamp(34px, 3vw, 50px);
    line-height: 1;
    text-transform: uppercase;
}

.renov-engagements__social-title-bold {
    font-weight: 700;
}

.renov-engagements__social-title-light {
    font-weight: 300;
}

.renov-engagements__social-trait {
    margin: 28px auto 34px;
}

.renov-engagements__social-text {
    max-width: 610px;
    margin: 0 auto;
    color: var(--renov-blue);
    font-size: clamp(16px, 1.2vw, 21px);
    line-height: 1.35;
}

.renov-engagements__social-links {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 30px;
}

.renov-engagements__social-link {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: var(--renov-blue);
    text-decoration: none;
    transition: transform 180ms ease, opacity 180ms ease;
}

.renov-engagements__social-link:hover,
.renov-engagements__social-link:focus-visible {
    transform: translateY(-2px);
    opacity: 0.72;
}

.renov-engagements__social-link svg {
    display: block;
    width: 25px;
    height: 25px;
    fill: currentColor;
}


/* ==========================================================
   RESPONSIVE : 1200PX ET MOINS
   ========================================================== */

@media screen and (max-width: 1199.98px) {

    .renov-container {
        width: min(100% - 40px, 1100px);
    }

    .renov-header__content {
        right: 22px;
        left: 22px;
        gap: 14px;
    }

    .renov-header__slogan-top,
    .renov-header__slogan-bottom {
        font-size: clamp(25px, 3.1vw, 38px);
    }

    .renov-header__brand-icon {
        width: 48px;
        height: 48px;
    }

    .renov-header__brand-text {
        font-size: 22px;
    }

    .renov-presentation__grid,
    .renov-renovation__grid,
    .renov-assurance__grid,
    .renov-neuf__grid {
        gap: 55px;
    }

    .renov-atouts__grid {
        gap: 26px;
    }

    .renov-atouts__item {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 15px;
    }

    .renov-atouts__icon {
        width: 58px;
        height: 58px;
    }

    .renov-realisations__container,
    .renov-realisations__container--gallery {
        gap: 50px;
    }

    .renov-engagements__grid {
        gap: 45px;
    }
}


/* ==========================================================
   RESPONSIVE : TABLETTES
   ========================================================== */

@media screen and (max-width: 991.98px) {

    .renov-header__container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        aspect-ratio: 1920 / 430;
    }

    .renov-header__content {
        right: 12px;
        left: 12px;
        gap: 9px;
    }

    .renov-header__slogan-top,
    .renov-header__slogan-bottom {
        font-size: clamp(22px, 3.2vw, 31px);
    }

    .renov-header__separator {
        flex-basis: 1px;
        width: 1px;
        height: 46px;
    }

    .renov-header__brand-icon {
        width: 38px;
        height: 38px;
    }

    .renov-header__brand-text {
        font-size: 18px;
    }

    .renov-presentation__grid,
    .renov-renovation__grid,
    .renov-assurance__grid,
    .renov-neuf__grid,
    .renov-realisations__container,
    .renov-realisations__container--gallery {
        grid-template-columns: minmax(0, 1fr);
    }

    .renov-presentation__content,
    .renov-renovation__content,
    .renov-assurance__content,
    .renov-neuf__content {
        max-width: 760px;
        justify-self: center;
    }

    .renov-presentation__media {
        order: 2;
    }

    .renov-presentation__image,
    .renov-assurance__image,
    .renov-neuf__image {
        width: min(100%, 650px);
    }

    .renov-renovation__bubble {
        width: min(100%, 560px);
    }

    .renov-atouts {
        min-height: 420px;
        padding: 90px 0;
    }

    .renov-atouts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 48px;
    }

    .renov-atouts__item {
        width: min(100%, 330px);
        justify-self: center;
        grid-template-columns: 67px minmax(0, 1fr);
        gap: 22px;
    }

    .renov-atouts__icon {
        width: 67px;
        height: 67px;
    }

    .renov-assurance__grid {
        gap: 60px;
    }

    .renov-assurance__content {
        order: 1;
    }

    .renov-assurance__media {
        order: 2;
    }

    .renov-realisations {
        min-height: auto;
    }

    .renov-realisations__intro {
        max-width: 760px;
    }

    .renov-realisations__project--single {
        justify-self: center;
    }

    .renov-realisations__gallery {
        width: 100%;
        max-width: 900px;
        justify-self: center;
    }

    .renov-neuf__grid--first .renov-neuf__image {
        order: 2;
    }

    .renov-neuf__grid--second .renov-neuf__image {
        order: 2;
    }

    .renov-neuf__grid--second .renov-neuf__content {
        order: 1;
    }

    .renov-engagements__grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 30px;
    }

    .renov-engagements__button {
        left: -10px;
    }

    .renov-engagements__item {
        font-size: 18px;
    }
}


/* ==========================================================
   RESPONSIVE : MOBILES ET PETITES TABLETTES
   ========================================================== */

@media screen and (max-width: 767.98px) {

    .renov-container {
        width: min(100% - 32px, 680px);
    }

    .renov-title {
        font-size: clamp(30px, 8vw, 42px);
    }

    .renov-title__bold,
    .renov-title__light {
        display: block;
    }

    .renov-copy p {
        font-size: 17px;
        line-height: 1.5;
    }

    .renov-header {
        overflow: visible;
    }

    .renov-header__container {
        display: flex;
        flex-direction: column;
        aspect-ratio: auto;
        overflow: visible;
    }

    .renov-header__image-zone {
        width: 100%;
        aspect-ratio: 960 / 366;
        margin-bottom: -1px;
    }

    .renov-header__orange-zone {
        width: 100%;
        min-height: 235px;
        margin-top: -1px;
    }

    .renov-header__orange-zone::before {
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    }

    .renov-header__content {
        inset: 0;
        top: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 24px 42px;
        transform: none;
    }

    .renov-header__slogan-top,
    .renov-header__slogan-bottom {
        font-size: clamp(24px, 5vw, 34px);
    }

    .renov-header__separator {
        height: 58px;
    }

    .renov-header__brand-icon {
        width: 50px;
        height: 50px;
    }

    .renov-header__brand-text {
        font-size: 23px;
    }

    .renov-presentation,
    .renov-assurance,
    .renov-neuf {
        padding-top: 68px;
        padding-bottom: 72px;
    }

    .renov-presentation__grid,
    .renov-renovation__grid,
    .renov-assurance__grid,
    .renov-neuf__grid {
        gap: 42px;
    }

    .renov-presentation__lead {
        margin: 30px 0 25px;
        font-size: 21px;
    }

    .renov-renovation {
        padding: 25px 0 72px;
    }

    .renov-atouts {
        min-height: 620px;
        padding: 94px 0;
    }

    .renov-atouts__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .renov-atouts__item {
        width: min(100%, 300px);
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 22px;
    }

    .renov-atouts__icon {
        width: 60px;
        height: 60px;
    }

    .renov-atouts__text {
        font-size: 21px;
    }

    .renov-assurance::before {
        height: 28px;
    }

    .renov-assurance__house,
    .renov-neuf__house {
        opacity: 0.07;
    }

    .renov-realisations {
        padding: 70px 0 80px;
    }

    .renov-realisations__container,
    .renov-realisations__container--gallery {
        gap: 48px;
    }

    .renov-realisations__title {
        font-size: clamp(30px, 8vw, 43px);
    }

    .renov-realisations__gallery {
        grid-template-columns: minmax(0, 1fr);
        max-width: 560px;
        gap: 30px;
    }

    .renov-realisations__gallery .renov-realisations__project:nth-child(n) {
        transform: none;
    }

    .renov-neuf__header {
        margin-bottom: 48px;
    }

    .renov-neuf__grid--second {
        margin-top: 65px;
    }

    .renov-neuf__subtitle {
        font-size: 20px;
    }

    .renov-experts {
        padding: 65px 0 35px;
    }

    .renov-experts__content .renov-title,
    .renov-engagements__social-title {
        display: block;
    }

    .renov-experts__content .renov-title span,
    .renov-engagements__social-title span {
        display: block;
    }

    .renov-engagements__top {
        min-height: auto;
        padding-top: 20px;
    }

    .renov-engagements__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 25px;
        min-height: auto;
    }

    .renov-engagements__visual {
        justify-self: center;
        order: 2;
        width: min(100%, 480px);
    }

    .renov-engagements__list-zone {
        order: 1;
        width: min(100%, 560px);
        justify-self: center;
        padding: 10px 0 15px;
    }

    .renov-engagements__personnage {
        width: min(80%, 320px);
    }

    .renov-engagements__button {
        top: 56%;
        left: 3%;
    }

    .renov-engagements__social {
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
        padding-top: 90px;
    }
}


/* ==========================================================
   RESPONSIVE : PETITS MOBILES
   ========================================================== */

@media screen and (max-width: 520px) {

    .renov-container {
        width: min(100% - 24px, 480px);
    }

    .renov-header__image-zone {
        aspect-ratio: 16 / 7;
    }

    .renov-header__image img {
        object-position: 47% center;
    }

    .renov-header__orange-zone {
        min-height: 250px;
    }

    .renov-header__content {
        flex-direction: column;
        gap: 11px;
        padding: 18px 16px 38px;
    }

    .renov-header__slogan {
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .renov-header__slogan-top {
        font-size: clamp(23px, 6.6vw, 29px);
    }

    .renov-header__slogan-bottom {
        font-size: clamp(26px, 7.2vw, 32px);
    }

    .renov-header__separator {
        flex: 0 0 2px;
        width: min(170px, 52vw);
        height: 2px;
    }

    .renov-header__brand-icon {
        width: 45px;
        height: 45px;
    }

    .renov-header__brand-text {
        font-size: 22px;
    }

    .renov-presentation,
    .renov-assurance,
    .renov-neuf {
        padding-top: 55px;
        padding-bottom: 58px;
    }

    .renov-trait {
        width: 150px;
        margin-top: 20px;
    }

    .renov-presentation__lead {
        margin: 26px 0 22px;
        font-size: 18px;
    }

    .renov-copy p {
        font-size: 16px;
    }

    .renov-copy p + p {
        margin-top: 20px;
    }

    .renov-renovation {
        padding-bottom: 58px;
    }

    .renov-atouts {
        min-height: 590px;
        padding: 88px 0;
    }

    .renov-atouts__item {
        width: min(100%, 275px);
        grid-template-columns: 55px minmax(0, 1fr);
        gap: 18px;
    }

    .renov-atouts__icon {
        width: 55px;
        height: 55px;
    }

    .renov-atouts__text {
        font-size: 19px;
    }

    .renov-assurance__content .renov-copy {
        margin-top: 28px;
    }

    .renov-realisations {
        padding: 58px 0 68px;
    }

    .renov-realisations__text {
        margin-top: 22px;
        font-size: 16px;
    }

    .renov-realisations__project {
        border-width: 4px;
    }

    .renov-realisations__project--single {
        transform: none;
    }

    .renov-neuf {
        border-top-width: 9px;
    }

    .renov-neuf__subtitle {
        font-size: 18px;
    }

    .renov-experts__trait {
        margin-bottom: 28px;
    }

    .renov-engagements__list {
        gap: 18px;
    }

    .renov-engagements__item {
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 13px;
        font-size: 16px;
    }

    .renov-engagements__check {
        width: 22px;
    }

    .renov-engagements__button {
        left: 0;
        min-height: 44px;
        padding: 10px 16px;
        font-size: 14px;
    }

    .renov-engagements__social {
        min-height: 390px;
        padding: 82px 0 65px;
    }

    .renov-engagements__social-title {
        font-size: clamp(30px, 8.5vw, 38px);
    }

    .renov-engagements__social-text {
        font-size: 16px;
    }
}
