h4{
    border-bottom: 1px solid #ff5656;
    margin: 3em 0 1em 0;
    padding-bottom: 0.5em;
    color: #54606b;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 2;
    font-size: 0.9em;
    font-family: Lato,'Roboto', Helvetica, Arial, serif;
}

figcaption{
    display: none;
}

.pageContent .wp-block-embed-youtube {
    margin-top: 1.5em;
}

.wp-block-embed__wrapper {
    position: static;
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.youtube iframe, .youtube object, .youtube embed {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 80%;
    display: block;
    margin: 0 auto;
}

/* ================
     FANCY BOX
 ================  */
.fancybox-caption h6{
    font-weight: 600;
}

.fancybox-caption .about{
    font-size: 0.7em;
    font-style:normal;
    margin-left:32px;
    font-family: Georgia, "Times New Roman", serif;
    padding-left: 48px;
    background:url('../img/blockquote.png');
    background-repeat:no-repeat;
    text-align: left;
}

.fancybox-caption {
    background: none;
    color: rgb(107, 107, 107);
    font-family: "Open Sans";
    line-height: 22px;
    font-size: 1.2em;
    z-index: 99993;
}
.fancybox-is-open .fancybox-bg {
    opacity: 1;
}
.fancybox-bg {
    background: #fff;
}

/* Bouton noir sur fond transparent  */

.fancybox-button{
    background: none;
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #000;
}
.fancybox-button:hover {
    color: #000;
}



/* Maximiser l'espace pour l'image */

.fancybox-slide--image{
    padding: 0;
}

.fancybox-caption{
    padding: 1em;
}
