/*------------------------------------*\
    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;
}
/*------------------------------------*\
    Général contenu wordpress
\*------------------------------------*/
.wp-block-embed-youtube iframe {
    display: block;
    margin: auto;
    max-width: 100%;
}
/*------------------------------------*\
    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%;
    }
a.nav-link.text-link[title="Panier"]{
    margin-right: 0 !important;
}
}