/* * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
} */

body {  
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: #16417a;
    font-family: "Inter", sans-serif;
    /* padding-top: 80px; */
}

.page {
    height: auto;
    background-color: white;
}

.book-wrapper, #book {
    /* width: 90vw; */
    /* max-width: 2000px; */
    /* height: 100vh;  */
    /* utiliser 100% de la hauteur écran */
    /* min-height: 600px; optionnel : pour les petits écrans
} */
}

.page img {
    background-color: white;
    width: auto;
    height: auto;
    object-fit: cover;
}

#logo {
    /* position: relative; */
    margin: 10px;
    /* float: left; */
    max-width: 150px;
    /* display: block; */
    /* taille max desktop */
    min-width: 80px;
    /* taille mini mobile */
    /* width: 150px;
    height: 150px; */
}

.page-title {
    /* padding-top: 63px; */
    /* white-space: nowrap; */
}


h1 {
    color: #19b6e6;
    text-align: center;
    margin: 20px;
    padding: 20px;
    font-family: "Lucida Calligraphy", sans-serif;
}

h2 {
    color: #16417a;
    size: 15px;
    text-align: right;
    margin: 5px;
    padding: 10px;
    */ font-family: "Lucida Calligraphy", sans-serif;
}

h3 {
    color: #16417a;
    text-align: left;
    /* margin: 10px;
    padding: 10px; */
    font-family: "Lucida Calligraphy", sans-serif;
}


/* p {
  font-family: "Playfair Display", sans-serif;
} */
p {
    color: #19b6e6;
    padding: 10px;
    margin: 20px;
    font-family: "Lucida Calligraphy", sans-serif;
}

.signature {
    color: #19b6e6;
    text-align: center;
    padding: 10px;
    margin: 20px;
    font-family: "Lucida Calligraphy", sans-serif;
}



.section-title {
    font-family: "Playfair Display", serif;
    font-size: 25px;
    text-align: left;
    margin-bottom: 40px;
    color: #B8A48A;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-item {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
}

.icon {
    color: #B8A48A;
    font-size: 18px;
    margin-top: 6px;
}

.service-item h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
}

.service-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

.price {
    font-weight: 400;
    color: #7A8F87;
    font-size: 14px;
}

.coming {
    font-size: 13px;
    color: #999;
    font-style: italic;
}