/*
 Theme Name:   Bloom Child Theme
 Theme URI:    http://themechills.com/preview/bloom/
 Description:  Make your modifications to Bloom in this child theme.
 Author:       Leo Acosta
 Author URI:   http://themechills.com
 Template:     bloom
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bloom-child

 All PHP code is released under the GNU General Public Licence version 3.0
 All HTML/CSS/JavaScript code is released under Envato's Regular/Extended License

*/


/* =Theme customization starts here
----------------------------------------------------------------------------------- */

ul.ephemeride_liste
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	margin-bottom: 70px;
	margin-top: 30px;
}

ul.ephemeride_liste > li
{
	border: 0px;
	padding: 0px;
}

ul.ephemeride_liste > li p
{
	margin: 0;
}

#chills-countdown-widget-2
{
	background: url('/wp-content/uploads/2024/03/IMG_3859.jpg') !important;
}

#text-9
{
	margin-bottom: 20px;
}

#text-9 p
{
	margin-bottom: 0px;
}

#media_image-3
{
	text-align: center;
}

#primary-menu
{
/*	display: none !important;*/
}

body.page-id-611 #primary.content-area
{
	margin: 0;
	height: 100vh;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	background-attachment: fixed;
	
/*	background-image: url('/wp-content/uploads/2024/03/cropped-IMG_3865.jpeg');*/
}



body.page-id-611 main
{
	
	
	background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
    border: 10px solid rgb(255, 255, 255);
    border: 10px solid rgba(255, 255, 255, 0.5);
    background-clip: padding-box;
    width: auto;
    margin: 7.5rem 0.625rem 5rem;
    padding: 1.5rem;
    z-index: 8;
}


body.page-id-611 main .entry-content
{
	margin: 0;
	width: 100%;
}

body.page-id-611 main .entry-content .wp-block-columns,
body.page-id-611 main .entry-content .wp-block-columns p:last-child
{
	margin-bottom: 0;
}

body #page > header
{
	display: none !important;
}

.grid-byline-content
{
	opacity: 0 !important;
}

.grid-item:hover .grid-byline-content
{
	opacity: 1 !important;
}

#text-5,
#text-7,
#media_image-3
{
	max-width: 1400px;
	padding-left: 1rem;
	padding-right: 1rem;
}

#media_image-3
{
	margin-left: auto;
	margin-right: auto;
}

#chills-profiles-widget-3 a
{
	cursor: auto;
}

#text-5 p,
#text-7 p
{
	margin-bottom: 30px;
}

@media screen and (max-width: 640px)
{
	#text-9
	{
		margin-top: 0px;
	}
	#chills-events-widget-3
	{
		padding-bottom: 0px;
	}
	#text-5
	{
		margin-top: 90px;
		margin-bottom: 30px;
	}
	#text-7
	{
		margin-top: 90px;
		margin-bottom: 30px;
	}
	#text-3
	{
		margin-top: 90px;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 64em)
{
	body.page-id-611 main
	{
		border-width: 20px;
		margin: 0;
		padding: 100px;
		z-index: 1;
	}
}