:root {
    --cream: #FFF3D3;
    --salmon: #D79A8C;
    --gold: #FFEEB7;
    --teal: #5E917D;
}

body {
    box-sizing: border-box;
    position: relative;
    max-width: 1440px;
    background: #2E2E2E;
    mix-blend-mode: normal;
    margin: auto;
    font-size: 26px;
    font-family: Cormorant Infant;
    line-height: 118%;
    font-weight: 500;
}

.logo-header {
    max-height: 74px;
    max-width: 151px;
}

#header-main {
    background-color: var(--cream);
}

button {
    height: 48;
    opacity: 1;
    border-radius: 5px;
    border-width: 1px;
    gap: 10px;
    padding-top: 19px;
    padding-right: 63px;
    padding-bottom: 19px;
    padding-left: 63px;
}

a.contact-header {
    text-decoration: unset;
}

input {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.contact-header img {
    width: 52px;
    height: 52px;
    opacity: 1;

}

.contact-header span {
    color: var(--teal);
    font-weight: 700;
}

/* ========== Banner ========== */
#banner {
    position: relative;
    min-height: 669px;
    background-image: url('../images/banner 1.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}


#banner .container {
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
}


.banner-content h1 {
    font-family: Cormorant SC;
    font-size: 63px;
    max-width: 708px;
    color: var(--gold);
    padding-bottom: 30px;
}

.banner-content h1 span {
    font-weight: 700;
    font-size: 80px;
}

.banner-content p {
    font-family: Cormorant Infant;
    font-weight: 700;
    color: #fff;
    max-width: 495px;
    padding-bottom: 30px;
}

/* Button chung */
.btn-teal,
.btn-gold {
    font-weight: 500;
    padding: 14px 32px;
    border-radius: 4px;
    border: 1px solid;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;

    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;

}

/* Button Teal */
.btn-teal {
    background: transparent;
    color: var(--teal);
    border-color: var(--teal);
}

.btn-teal:hover {
    background-color: var(--teal);
    color: #fff;
    text-decoration: none;
}

/* Button Gold */
.btn-gold {
    background: transparent;
    color: var(--gold);
    border-color: var(--gold);
}

.btn-gold:hover {
    background-color: var(--gold);
    color: #333;
    text-decoration: none;
}

/* ========== About ========== */
#about {
    background-color: var(--cream);

}

.main-about {
    padding-top: 130px;
    padding-bottom: 105px;
}

#about .about-title {
    font-family: Cormorant SC;
    font-weight: 700;
    font-size: 43px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #DC9E8F;
    padding-bottom: 50px;
}

.about-text {
    position: relative;
}

img.about-quote {
    position: absolute;
    top: 10px;
    right: calc(100% + 35px);
}

.about-avatar img {
    max-width: 315px;
    max-height: 305px;
}

.about-avatar {
    text-align: left;
}

.about-btn {
    padding-top: 40px;
}

/* ========== Pour Qui ========== */
#pour {
    padding: 0;
}

#pour .container {
    max-width: 100%;
    padding: 0;
}

#pour .row {
    margin: 0;
}

#pour .row>div {
    padding: 0;
}

/* Row 1: Pour Qui (left) + Flag image (right) */
#pour .row:first-child .col-md-6:first-child {
    background-color: var(--teal);
    padding: 60px 50px;
}

.pout-title {
    font-size: 43px;
    margin-bottom: 25px;
    font-family: Cormorant SC;
    font-weight: 700;
    font-style: Bold;

}

/* Title on teal background */
#pour .row:first-child .pout-title {
    color: #FFF3B8;
}

.pour-content {
    margin-bottom: 50px;
}

.pour-content p {
    margin-bottom: 15px;
    font-family: Cormorant Infant;
    font-weight: 500;
}


/* Flag image right */
.pour-img-right {
    background-image: url('../images/Frame (1).png');
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

/* Row 2: Property image (left) + Questions (right) */
#pour .row:nth-child(2) .col-md-6:last-child {
    background-color: var(--teal);
    padding: 60px 50px;
}

/* Title on teal background (row 2) */
#pour .row:nth-child(2) .pout-title {
    color: var(--gold);
}

#pour .pour-content p {
    color: #fff;
}

/* Property image left */
.pour-img-left {
    background-image: url('../images/Rectangle.jpg');
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

/* List styling inside pour-content */
.pour-content ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 15px;
}

.pour-content ul li {
    font-family: Cormorant Infant;
    color: #fff;
}

.pour-content ul li::marker {
    font-size: 20px;
}

/* ========== Securiser ========== */
#securiser {
    background-color: var(--cream);
    padding: 80px 0;
}

/* Partie 1: Cards */
.securiser-title,
.fonc-title {
    font-family: Cormorant SC;
    font-weight: 700;
    font-size: 43px;
    text-align: center;
    color: #DC9E8F;
    margin-bottom: 50px;
}

.securiser-subtitle,
.fonc-subtitle {
    font-family: Cormorant Garamond;
    font-weight: 600;
    font-size: 28px;
    line-height: 122%;
    text-align: center;
    color: var(--teal);
    margin-bottom: 50px;


}

.securiser-cards {
    margin-bottom: 80px;
}

.card-service {
    background-color: #DC9E8F;
    border-radius: 131px;
    padding: 30px 20px;
    text-align: center;
    height: 438px;
}

.card-service img {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}

.card-service h3 {
    color: #fff;
    margin-bottom: 10px;
    font-family: Cormorant Infant;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    border-top: 1px solid #fff;
    padding-top: 10px;

}

.card-service p {
    line-height: 1.5;
    color: #fff;
    font-family: Cormorant Infant;
    font-weight: 500;
    text-align: center;

}

/* Partie 2: Comment ça fonctionne */
.fonc-grid {
    margin-bottom: 50px;
}


.fonc-image {
    border-radius: 20px;
    overflow: hidden;
    height: 598px;
}

.fonc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fonc-steps {
    display: table;
    width: 100%;
}

.fonc-step {
    display: table-row;
}

.fonc-step>span,
.fonc-step>h4,
.fonc-step>p {
    display: table-cell;
    padding: 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    vertical-align: top;
}

.fonc-step:last-child>span,
.fonc-step:last-child>h4,
.fonc-step:last-child>p {
    border-bottom: none;
}

.fonc-num {
    font-family: 'Cormorant Infant', serif;
    font-weight: 700;
    color: #D79A8C;
    white-space: nowrap;
    width: 80px;
}

.fonc-step h4 {
    font-family: 'Cormorant Infant', serif;
    font-weight: 700;
    color: #5E917D;
    white-space: nowrap;
    width: 180px;
}

.fonc-step p {
    font-family: 'Cormorant Infant', serif;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.fonc-buttons {
    padding-top: 10px;
}

/* ========== Formules + Confiance ========== */
#formules {
    background-color: var(--salmon);
    padding: 80px 0;
}

/* Formules */
.formules-title,
.confiance-title {
    font-family: Cormorant SC;
    font-weight: 700;
    font-size: 43px;
    line-height: 100%;
    text-align: center;
    color: #FFEEB7;
    margin-bottom: 30px;
}

.formules-subtitle,
.confiance-subtitle {
    font-family: Cormorant Garamond;
    font-weight: 600;
    font-size: 28px;
    line-height: 122%;
    text-align: center;
    color: #fff;
    margin-bottom: 100px;
}

.formules-packs {
    gap: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.formules-pack {
    flex: 1;
    min-width: 200px;
    background-color: var(--gold);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    height: 341px;
}

.formules-pack h3 {
    margin-bottom: 10px;
    font-family: Cormorant SC;
    font-weight: 700;
    font-size: 43px;
    line-height: 100%;
    text-align: center;
    color: #D79A8C;
}

.formules-pack h4 {
    font-family: Cormorant Garamond;
    border-top: 1px solid #D79A8C;
    border-bottom: 1px solid #D79A8C;
    font-weight: 600;
    font-size: 28px;
    line-height: 122%;
    text-align: center;
    color: #5E917D;
    height: 114px;
    align-content: center;
}

.formules-pack p {
    font-family: 'Cormorant Infant', Medium;
    color: #000;
    font-weight: 500;
    text-align: center;

}

.formules-note {
    font-family: Cormorant Infant;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

/* Confiance */
.confiance-list {
    padding-left: 15px;
}

.confiance-grid {
    margin-bottom: 40px;
}

.confiance-image {
    border-radius: 20px;
    overflow: hidden;
    height: 598px;
}

.confiance-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.confiance-item {
    margin-bottom: 10px;
}

.confiance-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-top: 5px;
}

.confiance-item h4 {
    color: var(--gold);
    margin-bottom: 4px;
    font-family: Cormorant Infant;
    font-weight: 500;

}

.confiance-item p {
    font-family: Cormorant Infant;
    font-weight: 500;
    color: #fff;
}

.formules-buttons {
    padding-top: 10px;
}

/* Override btn-teal on salmon background */
#formules .btn-teal {
    color: var(--teal);
    border-color: var(--teal);
}

#formules .btn-teal:hover {
    background-color: var(--teal);
    color: #fff;
}

/* ========== FAQ ========== */
#faq {
    background-color: var(--cream);
    padding: 80px 0;
}

.faq-title {
    color: #DC9E8F;
    margin-bottom: 50px;
    font-family: Cormorant SC;
    font-weight: 700;
    font-size: 43px;
    line-height: 100%;
    text-align: center;

}

#faq .accordion {
    max-width: 1060px;
    margin: 0 auto;
}

#faq .accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 12px;
}

#faq .accordion-button {
    color: #000;
    background-color: #FFEDB6;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    padding: 18px 25px;

    font-size: 26px;
    font-family: Cormorant Infant;
    font-weight: 500;
    text-align: center;


}

#faq .accordion-button:not(.collapsed) {
    background-color: var(--gold);
    box-shadow: none;
}

#faq .accordion-button:focus {
    box-shadow: none;
}

#faq .accordion-button::after {
    content: '+';
    background-image: none;
    width: auto;
    height: auto;
    line-height: 1;
    transform: none;


    font-family: Cormorant Infant;
    font-weight: 500;
    font-size: 48px;

}

#faq .accordion-button:not(.collapsed)::after {
    content: '×';
    transform: none;
}

#faq .accordion-body {
    color: #000;
    padding: 15px 25px 20px;
    background-color: #FFEEB7;
    border-radius: 0 0 10px 10px;
    margin-top: 15px;
    font-size: 26px;
    font-family: Cormorant Infant;
    font-weight: 500;
}

/* ========== Commence ========== */
#commence {
    background-color: var(--teal);
    padding: 80px 0;
}

.commence-title {
    font-family: Cormorant SC;
    font-weight: 700;
    font-size: 43px;
    line-height: 100%;
    text-align: center;
    color: #FFEEB7;
    max-width: 850px;
    margin: 0 auto 40px;
}

.commence-text {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    color: var(--cream);
    margin: 0 auto 40px;
    color: #fff;
}

.commence-buttons {
    margin-bottom: 50px;
}

.commence-label {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
}

.commence-email {
    display: block;
    color: var(--gold);
    margin-bottom: 10px;
    font-family: Cormorant Garamond;
    font-weight: 700;
    font-size: 28px;
    line-height: 122%;
    text-align: center;
    text-decoration: none;
}

.commence-email:hover {
    color: #fff;
}

.commence-phone {
    display: block;
    color: var(--gold);
    font-family: Cormorant Garamond;
    font-weight: 700;
    font-size: 40px;
    line-height: 122%;
    text-align: center;
    text-decoration: none;
}

.commence-phone:hover {
    color: #fff;
}

/* ========== Footer ========== */
#site-footer {
    background-color: #FFEEB7;
    padding: 40px 0;
}

.footer-grid {
    gap: 40px;
}

.footer-left {
    flex: 1;
}

.footer-logo {
    max-height: 74px;
    max-width: 151px;
    margin-bottom: 10px;
}

.footer-address {
    color: #000;
    margin-bottom: 15px;
    font-family: Cormorant Infant;
    font-weight: 700;
    font-size: 20px;
}

.footer-contacts {
    flex-wrap: wrap;
}

.footer-contact-item {
    text-decoration: none;
}

.footer-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
}

.footer-contact-item span {
    color: #DC9E8F;
    font-family: Cormorant Infant;
    font-weight: 700;
    font-size: 20px;
}

.footer-contact-item:hover span {
    color: var(--teal);
}

.footer-divider {
    width: 1px;
    background-color: var(--salmon);
    align-self: stretch;
    opacity: 0.4;
}

.footer-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}

.footer-disclaimer {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-size: 20px;
    color: #111;
    margin-bottom: auto;
}

.footer-links a {
    font-family: Cormorant Infant;
    font-weight: 700;
    font-size: 20px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #D6998B;
}

.footer-links a:hover {
    color: var(--teal);
}