﻿/* blockquote  utilsation*/
blockquote { /*
				            text-indent: 15%;*/
    font-size: 2.5vmin;
    border: 1px solid #b3b3b3;
    border-left: 10px solid red; /* bprdure gauche*/
    border-radius: 0px;
    background: #fafafa;
    margin: 10px;
    padding: 10px 20px;
    font-style: normal;
}

    blockquote p {
        font-size: 2.8vmin; /* font citation*/
        margin: 10px 0 0 0;
        line-height: 30px;
        padding-bottom: 20px;
        font-weight: 600;
    }

.blockquote:before {
    font-size: 3.8vmin;
    font-weight: 700; /*
				        color: rgba(0, 123, 255, 0.54);*/
    content: '\201C';
    font-family: "Noto Serif", "Georgia", "Times New Roman", "Times", serif;
    height: 3.75rem;
    float: left;
    padding-right: 15px;
}


blockquote footer {
    font-size: 1.5vmin;
    text-align: right; /*
				                font-style: italic;*/
    margin: 12px 20px 0;
}

    blockquote footer:before {
        content: "\2014 \00a0";
    }
