@charset "iso-8859-1";
 
@charset "iso-8859-1";

/*
Recettes de pots-pourris
Mon Coin de Jardin
*/


/* Réglages généraux */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

a {
    color: #8e3159;
}

a:hover,
a:focus {
    color: #b65f80;
}


/* Publicité */

.publicite-haut {
    width: 728px;
    max-width: 100%;
    min-height: 90px;
    margin: 20px auto;
    text-align: center;
}


/* Conteneur principal */

.potpourri-conteneur {
    width: 920px;
    max-width: calc(100% - 30px);
    margin: 0 auto 35px;
    padding: 10px 8px 38px;
    background: rgba(255, 250, 248, 0.95);
    border: 2px solid #a85b78;
    box-shadow: 0 4px 16px rgba(105, 44, 67, 0.18);
}


/* Bannière */

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

.potpourri-banniere img {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
}


/* Introduction */

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

.potpourri-entete h1 {
    margin: 12px 0 18px;
    color: #812d50;
    font-size: 32px;
    font-weight: normal;
}

.potpourri-entete p {
    max-width: 720px;
    margin: 0 auto 14px;
    font-size: 19px;
    line-height: 1.65;
}


/* Liens vers les deux recettes */

.potpourri-raccourcis {
    margin: 24px auto 8px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

.potpourri-raccourcis a {
    display: inline-block;
    margin: 4px 10px;
    text-decoration: none;
}

.potpourri-raccourcis a:hover,
.potpourri-raccourcis a:focus {
    text-decoration: underline;
}

.potpourri-raccourcis span {
    color: #bc8a9c;
}


/* Séparateurs */

.separateur-feuilles {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 28px auto;
}


/* Cartes des recettes */

.recette-carte {
    max-width: 780px;
    margin: 0 auto 25px;
    padding: 28px 34px;
    background: #fffaf8;
    border: 1px solid #d9abbc;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(105, 44, 67, 0.10);
    scroll-margin-top: 20px;
}

.recette-carte h2 {
    margin: 0 0 20px;
    color: #68723b;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
}

.recette-carte h3 {
    margin: 24px 0 13px;
    color: #812d50;
    font-size: 21px;
    font-weight: normal;
}

.recette-carte p {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.7;
}

.recette-introduction {
    margin-bottom: 22px !important;
    text-align: center;
    font-style: italic;
}


/* Liste des ingrédients */

.liste-ingredients {
    margin: 12px 0 25px;
    padding-left: 28px;
}

.liste-ingredients li {
    margin-bottom: 13px;
    padding-left: 6px;
    font-size: 17px;
    line-height: 1.65;
}

.liste-ingredients li::marker {
    color: #8c963f;
}


/* Conseil dans la recette */

.conseil-recette {
    margin-top: 25px;
    padding: 18px 22px;
    background: #f8edef;
    border-left: 4px solid #a8677f;
    border-radius: 5px;
}

.conseil-recette h3 {
    margin-top: 0;
}

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


/* Retour en haut */

.retour-haut {
    margin: 12px auto 26px;
    text-align: center;
}

.retour-haut a {
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.retour-haut a:hover,
.retour-haut a:focus {
    text-decoration: underline;
}


/* Note sur la poudre d'iris */

.note-iris {
    max-width: 720px;
    margin: 0 auto 25px;
    padding: 25px 30px;
    background: #f9edef;
    border: 1px solid #d9abbc;
    border-radius: 9px;
}

.note-iris h2 {
    margin: 0 0 17px;
    color: #68723b;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
}

.note-iris p {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.65;
}

.note-iris p:last-child {
    margin-bottom: 0;
}


/* Remerciement */

.potpourri-remerciement {
    max-width: 680px;
    margin: 30px auto;
    text-align: center;
}

.potpourri-remerciement p {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.6;
}

.potpourri-remerciement a {
    font-weight: bold;
    text-decoration: none;
}

.potpourri-remerciement a:hover,
.potpourri-remerciement a:focus {
    text-decoration: underline;
}


/* Liens d'accueil simples */

.liens-accueil {
    display: block;
    width: 100%;
    margin: 27px auto 35px;
    text-align: center;
}

.liens-accueil a {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 11px auto;
    color: #8e3159;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

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


/* Compteur */

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


/* Retour en haut */

.retour-haut {
    margin: 25px 0;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}


/* Écrans plus étroits */

@media (max-width: 760px) {

    .potpourri-conteneur {
        max-width: calc(100% - 16px);
        padding: 8px 12px 30px;
    }

    .potpourri-entete h1 {
        font-size: 27px;
    }

    .potpourri-entete p {
        font-size: 17px;
    }

    .potpourri-raccourcis {
        font-size: 17px;
    }

    .recette-carte {
        padding: 23px 19px;
    }

    .recette-carte h2 {
        font-size: 24px;
    }

    .recette-carte h3 {
        font-size: 20px;
    }

    .recette-carte p,
    .note-iris p {
        font-size: 17px;
    }

    .liste-ingredients {
        padding-left: 23px;
    }

    .liste-ingredients li {
        font-size: 16px;
    }

    .note-iris {
        padding: 22px 19px;
    }

    .potpourri-raccourcis span {
        display: none;
    }
}