/*------------------------------------*\
    Général contenu wordpress
\*------------------------------------*/

.ancre:before { 
    content: ''; 
    display: block; 
    position: relative; 
    width: 0; 
    height: 5em; 
    margin-top: -5em 
}
.wp-block-quote::before, .wp-block-quote::after{
    width: 20px;
    height: 20px;
    display: block;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    font-style: italic; 
}
.wp-block-quote::before {
    content: open-quote;
    top: 0;
    left:0;
}
.wp-block-quote::after {
    content: close-quote;
    bottom: 0;
    right:0;
}
.wp-block-quote{
    position: relative;
    margin-bottom: 30px;
}
.wp-block-quote p{
    font-size: 35px !important;
    font-style: italic;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 44px;
    text-align: center;
}
.wp-block-quote cite{
    position: absolute;
    bottom: -20px;
    left: 30px;
    padding-top: 10px;
    font-style: italic;
    letter-spacing: 1px;
}
.wp-block-image img, .wp-block-media-text__media img{
    height: auto;
}
.tel {
    width:95px;
    position: fixed;
    z-index: 99999999;
    top: 15%;
    right: 15px;
}
#phone_button{
    width: 60px;
    margin: auto;
    display: block;  
}
.inside_tel span {
    text-align: center;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-shadow: 1px 1px 1px rgba(255,255,255, 1);
}
.wp-block-embed iframe {
    max-width: 100%;
    margin: auto;
    display: block;
}
.content_from_admin ul:not(.wp-block-gallery) ul, ol:not(.wp-block-gallery) ol{
    padding-left: 30px !important;
    list-style: circle;
    list-style-position: inside;
}
.content_from_admin strong{
    font-weight: bold;
}
.logged-in #main-navbar{
    margin-top: 30px;
}
/*------------------------------------*\
    Général contenu wordpress
\*------------------------------------*/
.wp-block-embed-youtube iframe {
    display: block;
    margin: auto;
    max-width: 100%;
}

/*------------------------------------*\
    Pagination
\*------------------------------------*/
.pagination{
    margin:15px;
}

.jump_to,.first_last_page,#nb_page_blog{
    padding-top: 5px;
}
.jump_to{
    margin:0 5px;
}
.border_page {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 5px 10px;
    margin-right: 2px;
    margin-left: 2px;
}
.current.border_page{
    background-color: #f0f0f0;
}
#nb_page_blog{
    margin-right: 5px;
}
/*------------------------------------*\
    Page contact
\*------------------------------------*/
span.asterisque {
    color: red;
    font-weight: bold;
    font-size: 20px;
    margin-left: 5px;
}
@media only screen and (max-width: 991px) {
    #main-navbar .dropdown-menu{
        width: 100%;
    }
    .tel {
        width: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        top: 18px;
        right: 0;
        left: 30px;
    }
    .inside_tel span{
        font-size: 15px;
    }
    #phone_button{
        width: 40px;
    }
}
a.nav-link.text-link[title="Panier"]{
    margin-right: 0 !important;
}
@media (max-width: 1024px){
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100%!important;
    }
    .wp-block-columns{
        display: block !important;
    }
}
/*------------------------------------*\
    Sous footer
\*------------------------------------*/
