/*
Theme Name:		 Vazzy
Description:	 Vazzy is a child theme of Twenty Twenty Five
Author:			 CV
Template:		 twentytwentyfive
Version:		 1.0.0
Text Domain:	 vazzy
*/


.mobilenav {
    position: absolute;
    z-index: 10000;
    right: var(--wp--preset--spacing--50);
}

@media (max-width: 600px) {
    .wp-block-site-logo img {
        width: 150px;
    }
}

.chapo {
    font-weight: bold;
}


.encart, .reference {
    border: 3px solid var(--wp--preset--color--accent-3);
    padding: 1rem;
    background-color: var(--wp--preset--color--accent-3);
    color: #FFFFFF;
    font-size: var(--wp--preset--font-size--medium)
}

.reference ul, .encart ul {
    margin-left: 15px;
}
.reference h3:first-of-type, .encart h3:first-of-type {
    margin-top: 0px;
    font-size: var(--wp--preset--font-size--x-large);
}


.encart {
    float: none;
    margin: 1rem 0 1rem 0;
}
@media (min-width: 600px) {
    .encart {
        float: right;
        width: 45%;
        margin: 0 0 1rem 2rem;
    }
}

.reference {
    margin: 1rem 0 1rem 0;
}




.wp-block-cover figure.featured figcaption {
    bottom: 3px;
    position: absolute;
    font-size: var(--wp--preset--font-size--small);
    line-height: 1.4;
    z-index: 1000;
    color: var(--wp--preset--color--base);
}




.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: none;
    color: var(--wp--preset--color--contrast);
    font-size: var(--wp--preset--font-size--small);
    line-height: 1.4;
    margin: 0;
    padding: 0;
    height: 40px;
    overflow: hidden;
    margin-top: 7px;
    text-shadow: none;
    box-sizing: initial;
    text-align: left;
    scrollbar-gutter: unset;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
    padding-bottom: 47px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    content: '';
    display: none;
}



.wp-block-eedee-block-gutenslider.content-change .slide-content {
    position: absolute !important;
    bottom: 0;
    margin: 0;
    padding: 0 !important;
    color: var(--wp--preset--color--contrast);
    font-size: var(--wp--preset--font-size--small);
    line-height: 1.4;
    height: 40px;
    overflow: hidden;
    padding-top: 7px !important;
    background-color: var(--wp--preset--color--base);
    display: block !important;
    width: 100% !important;
    text-align: left !important;
}
.wp-block-eedee-block-gutenslider.content-change .slide-content p {
    color: var(--wp--preset--color--contrast)  !important;
    font-size: var(--wp--preset--font-size--small)  !important;
    line-height: 1.4  !important;
    text-align: left !important;
}
.wp-block-eedee-block-gutenslider.gs-frontend.gs-finished-layout:not(.adaptive-height) .swiper-slide {
    padding-bottom: 47px
}

.wp-block-eedee-block-gutenslider.dot-position-bottom .eedee-gutenslider-pagination {
    bottom: 50px !important;
}
