/*  ---------  CSS to customize skin6-guppy-01 for secondary page blog  ----------- */

.T1entrow0 { padding: 10px 0;background-color: #7F7F7F; }
.T1entrow3 { padding: 10px 0; }
.T1entrow4 { display: none; }
.T1entrow6 { display: none; }
.B1entrow1 { padding: 20px 40px !important; }
@media screen and (min-width: 768px) and (max-width: 1080px) {
.B1entrow2 .col-md-3 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 100%; }
}

/* ===== STYLE CARNET VINTAGE ===== */

#MainContent {
    background: #fdfaf3;
    padding: 30px;
    border: 1px solid #d6cfc2;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    font-family: Georgia, serif;
}

/* Titres */
#MainContent h1 {
    text-align: center;
    letter-spacing: 1px;
}

#MainContent h2 {
    border-left: 4px solid #8b6f47;
    padding-left: 10px;
    margin-top: 30px;
}

/* Lettrine */
#MainContent p:first-of-type::first-letter {
    float: left;
    font-size: 3em;
    padding-right: 8px;
    color: #8b6f47;
}

/* Séparateurs */
.separator {
    text-align: center;
    margin: 30px 0;
    color: #8b6f47;
}

/* Notes */
.note {
    background: #f4efe6;
    padding: 15px;
    border-left: 3px solid #8b6f47;
    font-style: italic;
    margin: 25px 0;
}

/* Photos style polaroid */
.photo img {
    max-width: 100%;
    border: 8px solid #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.photo:nth-child(even) img {
    transform: rotate(1deg);
}

.photo:nth-child(odd) img {
    transform: rotate(-1deg);
}

/* Légendes */
.caption {
    text-align: center;
    font-size: 0.9em;
    color: #6b5e4a;
    margin-top: 8px;
    font-style: italic;
}