/*!
Theme Name: Theme Bootstrap L'Aqueduc
Theme URI: https://audrey-prudhomme.fr/
Author: Audrey Prud'Homme
Author URI: https://audrey-prudhomme.fr/ 
Description: Thème Bootstrap personnalisé pour le Pôle culturel L'Aqueduc
Version: 1.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2 
License URI: https://www.canopee.cc/
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: aqueduc-theme
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

a { transition: all 0.15s ease-in-out; }

/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } 

.entry-content h1,
.entry-content h2,
.entry-content h3 { margin-top: 1.75rem; }

.entry-content h4,
.entry-content h5,
.entry-content h6 { margin-top: 1.5rem; }

.entry-content a:not(.btn) { color: var(--bs-primary); }
.single-post .entry-content a:not(.btn) { color: var(--bs-tertiary); } 
.entry-content a:not(.btn):hover { color: var(--bs-black); }
.entry-content .wp-block-container:first-child,
.entry-content .wp-block-container:first-child h1,
.entry-content .wp-block-container:first-child h2,
.entry-content .wp-block-container:first-child h3 { margin-top: 0; }

.wpcf7-not-valid-tip { color: var(--bs-primary); }

/* Gutenberg */
.wp-block-container:last-child { margin-bottom: 3rem; } 

    /* Buttons */
    .entry-content .btn { margin-bottom: 1.5rem; }

    /* Images */
    .wp-block-images { margin-top: 1.5rem; margin-bottom: 1.5rem; }
    .single-event .carousel { margin-bottom: 1.5rem; }
    .wp-block-images .col-lg-4 .block-image,
    .wp-block-images .col-md-6 .block-image { margin-bottom: 1.875rem; }
    .wp-block-images .col-lg-4:last-child .block-image,
    .wp-block-images .col-md-6:last-child .block-image { margin-bottom:0; }
    .wp-block-images .block-image a,
    .single-event .carousel .block-image a { cursor: pointer; }
    .wp-block-images figcaption { font-size: 0.75rem; margin-top: .75rem; margin-bottom: -0.75rem; }

    /* Quote */
    .wp-block-quote-container { margin-bottom: 2rem; margin-top: 2rem; }

    /* Embed */
    .wp-block-embed-container { margin-bottom: 2rem; margin-top: 3rem; }
    .wp-block-embed-container .wp-block-embed__wrapper { text-align: center; }
    .wp-block-embed-container .wp-video { margin: 0 auto; }

    /* Separator */
    .wp-block-separator { border-top: 1px solid var(--bs-primary); margin: 2rem 0; }
    .single-post .wp-block-separator { border-top-color: var(--bs-tertiary); }

/* Nav */
#child-content .nav-links { display: flex; }  
#child-content .page-numbers { display: none; } 
#child-content .page-numbers.current { color:var(--bs-primary); } 

@media (min-width: 576px) { 
}
@media (min-width: 768px) { 
    .wp-block-images .col-md-6 .block-image { margin-bottom:0; }
}

@media (min-width: 992px) { 
 
    #child-content .page-numbers { display:block; margin: 0 0.5rem;  background-color: transparent; } 

}

@media (min-width: 1200px) { 
} 

