/**
 * Theme Name:     BNS Theme
 * Author:         Batem-Na-Sim Theme
 * Template:       twentytwentyfour
 * Text Domain:	   bns-theme
 * Description:    Thème du site batem-na-sim.ch
 * Theme URI:      https://batem-na-sim.ch
 * Author URI:     https://www.linkedin.com/in/duhamel-tchafack/
 * Tags:           bns, batem-na-sim
 */

.is-style-default {
	height: 4px;
}

.is-position-absolute {
	position: absolute;
}

.is-overflow-hidden {
	overflow: hidden;
}

.page-feat-container {
    position: relative;
	z-index: 1;
	align-items: flex-end !important;
	justify-content: center;
	
	display: flex;
}

.page-feat-img-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.page-feat-container >  >div:nth-child(2) {
    min-width: 50%;
}

.wp-block-media-text>.wp-block-media-text__content {
	padding: 0 3%;
}

@media (min-width: 768px) {
    .page-feat-container {
        display: flex;
        min-height: 30rem;
    }
	
	
	.page-feat-container > div:nth-child(2) {
		width: 50rem;
	}
}

@media (max-width: 767px) {
    .page-feat-img-container {
        padding-bottom: 55%;
    }
}

