@charset "iso-8859-1";


/* ==================================================
   RÉGLAGES GÉNÉRAUX
   ================================================== */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: #71364f;
    font-family: Georgia, "Times New Roman", serif;
    background-color: #e2b9bd;
    background-image: url("bgtuileceline/bglys.jpg");
    background-repeat: repeat;
}

img {
    max-width: 100%;
    height: auto;
}


/* ==================================================
   CONTENEUR PRINCIPAL
   ================================================== */

.plans-conteneur {
    width: 960px;
    max-width: calc(100% - 24px);
    margin: 40px auto;
    padding: 28px 30px 38px;
    text-align: center;
    background-color: #f6d9df;
    background-image: url("bgtuileceline/bgrosegradient.jpg");
    background-repeat: repeat;
    border: 2px solid #993366;
    border-radius: 10px;
    box-shadow: 0 5px 18px rgba(105, 44, 67, 0.20);
}


/* ==================================================
   BANNIÈRE
   ================================================== */

.plans-banniere {
    margin: 0 auto 28px;
    text-align: center;
}

.plans-banniere img {
    display: block;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}


/* ==================================================
   INTRODUCTION
   ================================================== */

.plans-introduction {
    max-width: 780px;
    margin: 0 auto 30px;
    text-align: center;
}

.plans-introduction h1 {
    margin: 0 0 20px;
    color: #812d50;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.3;
}

.plans-introduction p {
    margin: 12px 0;
    font-size: 20px;
    line-height: 1.5;
}

.plans-conseils {
    margin-top: 22px !important;
}

.plans-conseils a {
    display: inline-block;
    padding: 10px 16px;
    color: #812d50;
    font-weight: bold;
    text-decoration: none;
    background: #fff8f6;
    border: 1px solid #d9abbc;
    border-radius: 7px;
}

.plans-conseils a:hover,
.plans-conseils a:focus {
    color: #a54d70;
    text-decoration: underline;
    background: #fffdfc;
}


/* ==================================================
   BARRE DE FEUILLES
   ================================================== */

.barre-feuilles {
    margin: 25px auto;
    text-align: center;
}

.barre-feuilles img {
    display: inline-block;
    width: 392px;
    max-width: 100%;
}


/* ==================================================
   NAVIGATION RAPIDE DES PLANS
   ================================================== */

.plans-navigation {
    max-width: 820px;
    margin: 30px auto 35px;
    text-align: center;
}

.plans-navigation h2 {
    margin: 0 0 20px;
    color: #812d50;
    font-size: 27px;
    font-weight: normal;
}

.plans-navigation-liens {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.plans-navigation-liens a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 245px;
    min-height: 58px;
    padding: 10px 14px;
    color: #812d50;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    background: #fff8f6;
    border: 1px solid #d9abbc;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(105, 44, 67, 0.08);
}

.plans-navigation-liens a:hover,
.plans-navigation-liens a:focus {
    color: #a54d70;
    text-decoration: underline;
    background: #fffdfc;
}


/* ==================================================
   LISTE DES PLANS
   ================================================== */

.plans-liste {
    max-width: 820px;
    margin: 0 auto;
}

.plan-carte {
    margin: 0 auto 24px;
    padding: 24px 28px;
    text-align: left;
    background: rgba(255, 250, 248, 0.88);
    border: 1px solid #d9abbc;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(105, 44, 67, 0.08);
}

.plan-titre {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.plan-titre img {
    flex: 0 0 auto;
    width: 22px;
    height: 20px;
}

.plan-titre h2 {
    margin: 0;
    color: #812d50;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.35;
}

.plan-description {
    margin: 0 0 15px 32px;
    font-size: 19px;
    line-height: 1.5;
}

.plan-liens {
    margin-left: 32px;
}

.plan-liens a {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 7px 0;
    color: #812d50;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
}

.plan-liens a::before {
    content: "\2022 ";
    color: #b8758f;
}

.plan-liens a:hover,
.plan-liens a:focus {
    color: #a54d70;
    text-decoration: underline;
}

.retour-plans {
    margin: 18px 0 0;
    text-align: right;
}

.retour-plans a {
    color: #876474;
    font-size: 15px;
    text-decoration: none;
}

.retour-plans a:hover,
.retour-plans a:focus {
    color: #a54d70;
    text-decoration: underline;
}


/* ==================================================
   PAGE DES CONSEILS GÉNÉRAUX
   ================================================== */

.conseils-introduction {
    margin-bottom: 21px;
}

.conseils-amenagement {
    max-width: 780px;
    margin: 0 auto 30px;
    text-align: left;
}

.conseils-amenagement > p {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.5;
}

.conseil-section {
    margin: 28px 0;
    padding: 24px 28px;
    background: rgba(255, 250, 248, 0.88);
    border: 1px solid #d9abbc;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(105, 44, 67, 0.07);
}

.conseil-section h2 {
    margin: 0 0 15px;
    color: #812d50;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.35;
    text-align: center;
}

.conseil-section p {
    margin: 0 0 16px;
    font-size: 20px; 
    line-height: 1.3;
}

.conseil-section li {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.3;
}

.conseil-section ul {
    margin: 18px 0 22px;
    padding-left: 32px;
}


.conseil-section p:last-child {
    margin-bottom: 0;
}


/* ==================================================
   RETOUR AUX PLANS
   ================================================== */

.retour-page-plans {
    margin: 30px auto 15px;
    text-align: center;
}

.retour-page-plans a {
    display: inline-block;
    padding: 11px 18px;
    color: #812d50;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background: #fff8f6;
    border: 1px solid #d9abbc;
    border-radius: 7px;
}

.retour-page-plans a:hover,
.retour-page-plans a:focus {
    color: #a54d70;
    text-decoration: underline;
    background: #fffdfc;
}

.credit-plan {
    margin: 30px auto;
    text-align: center;
}

.credit-plan p {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #71364f;
}

/* ==================================================
   LIENS DE RETOUR
   ================================================== */

.liens-retour {
    margin: 28px auto 35px;
    text-align: center;
    line-height: 2;
}

.liens-retour a {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 3px auto;
    color: #812d50;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
}

.liens-retour a:hover,
.liens-retour a:focus {
    color: #a54d70;
    text-decoration: underline;
}

.plan-liens-bas {
    margin: 30px auto;
    text-align: center;
}

.plan-liens-bas a {
    display: block;
    margin: 12px 0;
    font-size: 19px;
    font-weight: bold;
    color: #812d50;
    text-decoration: none;
}

.plan-liens-bas a:hover {
    color: #a54d70;
    text-decoration: underline;
}

/* ==================================================
   COMPTEUR
   ================================================== */

.compteur-visiteurs {
    min-height: 35px;
    margin: 25px auto 5px;
    text-align: center;
}


/* ==================================================
   PETITS ÉCRANS
   ================================================== */

@media (max-width: 760px) {

    .plans-conteneur {
        max-width: calc(100% - 12px);
        margin: 15px auto;
        padding: 18px 14px 28px;
    }

    .plans-introduction h1 {
        font-size: 28px;
    }

    .plans-introduction p {
        font-size: 18px;
    }

    .plans-navigation-liens a {
        width: 100%;
    }

    .plan-carte {
        padding: 20px 17px;
    }

    .plan-titre {
        align-items: flex-start;
    }

    .plan-titre h2 {
        font-size: 22px;
    }

    .plan-description,
    .plan-liens {
        margin-left: 0;
    }

    .retour-plans {
        text-align: center;
    }

    .conseils-amenagement > p,
    .conseil-section p {
        font-size: 20px;
    }

    .conseil-section {
        padding: 20px 18px;
    }

    .conseil-section h2 {
        font-size: 22px;
    }
}

/* ==================================================
   TABLEAUX PLANTES ET FICHES
   ================================================== */

.tableau-plantes {
    width: 100%;
    border-collapse: separate;
    border-spacing: 35px 25px;   /* espace horizontal et vertical */
}

.tableau-plantes td {
    width: 50%;
    vertical-align: top;
}

.fiche-plante {
    font-size: 19px;
    line-height: 1.55;
    text-align: left;
}

.fiche-plante h3 {
    margin: 0 0 12px;
    color: #812d50;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
}

.fiche-plante p {
    margin: 5px 0;
}