hr {
    margin-top: 0;
    margin-bottom: 10px;
}

#livreor {
    font-family: 'Roboto';
    font-style: unset;
}

blockquote{
    border-left:none !important;
    margin: 0 0 !important;
    font-style: normal;
    font-family: 'Bebas Neue';
    font-size: 18px;
    padding:10px;
}

blockquote p{
    margin-bottom:10px !important;
}

.quote-badge{
    background-color: rgba(0, 0, 0, 0.2) !important;   
}

.quote-box{
    
    overflow: hidden !important;
    margin-top: -50px !important;
    padding-top: -100px !important;
    margin-top: 0px !important;
    color:white !important;
    border-radius: 25px !important;
    box-shadow: 0 0 1px #002a59;
    margin-bottom: 20px;
    
}

.fond-un {
    background-color: #005086 !important;
}

.fond-deux {
    background-color: #f2b845 !important;
}

.quotation-mark{
    
    margin-top: -10px !important;
    font-weight: bold !important;
    font-size:60px !important;
    color:white !important;
    font-family: Georgia, Serif !important;
    line-height: initial;
    
}

.quote-text{
    
    font-size: 15px !important;
    margin-top: -40px !important;
    font-family: 'Raleway';
    font-weight: 700;
}

.container-item-livreor {
	display: grid;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    gap: 1em;
    grid-template-columns: repeat(3, 1fr);
}
.item-livreor{
    width:100%;
    text-shadow: 0.2px 0.2px 0.2px #020202b3;
}

@media (max-width: 768px){

.container-item-livreor {
    margin-right: 0;
    margin-left: 0;
    grid-template-columns: repeat(1, 1fr);
}

    .item-livreor{
    }
}

.bloc-blockquote {
    display:inline-block;
    width:100%;
}
.blog-post-bottom{
    margin-bottom:0 !important;
}




/**** HISTOIRE *****/

#histoire {
    font-size: 18px;
}
#nouvelle-edition{
    margin:20px 0;
    letter-spacing: 1px;
}
#nouvelle-edition p{
    margin:0px 0;
}
.pointille{
    /*filter: invert(1);*/
}
.btn-primary-pressed,.btn-primary-pressed:hover {
    background-color:#286090;
    border-color:#204D74;
    color:#FFFFFF;
}
.btn-success-pressed, .btn-success-pressed:hover {
    background-color: #449d44;
    border-color: #398439;
    color: #FFFFFF;
}

.btn-info-pressed, .btn-info-pressed:hover {
    background-color: #31b0d5;
    border-color: #269abc;
    color:#FFFFFF;
}
.btn-warning-pressed, .btn-warning-pressed:hover {
    background-color: #ec971f;
    border-color: #d58512;
    color:#FFFFFF;
}
.btn-danger-pressed,.btn-danger-pressed:hover {
    background-color: #c9302c;
    border-color: #761c19;
    color:#FFFFFF;
}
.btn-default-pressed,.btn-default-pressed:hover {
    background-color: white;
    border-color: #d4d3d3;
    color:black;
}
.histoire-element-recette {
    margin: 5px;
}
@media screen and (min-width: 980px) {
    .histoire-element-recette{
        display:inline-block;
    }
}


/**** EVENEMENT *****/


.evenement-paragraphe{
    margin:10px 0;
}
.evenement-bloc{
    margin:10px 0;
}
.evenement-moment-journee{
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    font-weight:bold;
    text-transform: uppercase;
    border-radius: 5px;
    width: 100%;
}
.evenement-detail{
    display: inline-block;
}
.evenement-detail-intro{
    margin: 10px 0;
    font-weight:bold;
}