<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width:1200px){.container{width:1040px;} .navigation{width:1010px}}
		body.boxed .body{max-width:1080px}
		@media (min-width: 1200px) {body.boxed .body .site-header, body.boxed .body .main-menu-wrapper{width:1080px;}}.recurring-info-icon{display:none;} .main-content-row{flex-direction:row}.event-detail h4 a[href^="https://www.google"]:before, .events-grid .grid-content h3 a[href^="https://www.google"]:before, h3.timeline-title a[href^="https://www.google"]:before{display:none;}
			.content{min-height:400px;}.site-header .topbar,.header-style5 .site-header,.header-style6 .site-header,.header-style6 .site-header&gt;.container{height:120px;}.site-header h1.logo{height:105px;}.home .hero-slider{top:-121px;margin-bottom:-121px;}.home .slider-revolution-new{top:-121px;margin-bottom:-121px;}.header-style4 .top-navigation &gt; li ul{top:120px;}.header-style4 .topbar .top-navigation &gt; li &gt; a{line-height:120px;}@media only screen and (max-width: 992px) {.main-menu-wrapper{top:120px;}}@media only screen and (max-width: 992px) {.header-style3 .main-menu-wrapper{top:159px;}.header-style4 #top-nav-clone{top:120px;}}@media only screen and (max-width: 767px) {.header-style3 .main-menu-wrapper{top:199px;}}.nav-backed-header{display:block;}.share-bar{display:block;}.page-header{display:block;}.breadcrumb{visibility:visible}.page-banner-image:before{opacity:.4;}.content{}body.boxed{}
		.content{}
/*========== User Custom CSS Styles ==========*/
/*
    réduction de la taile du logo
*/
header h1.logo a img{
    height:2.8em;
}

#header{
margin: 0 auto;
}
.site-header h1.logo{height:115px;}

/*
    Mise en forme de la table des réservations de l'utilisateur 
*/
table#dbem-bookings-table{
    width:100%;
    border:1px solid grey;
}
table#dbem-bookings-table thead{
    background-color:#d1e3ff;
}

table#dbem-bookings-table td{
    border:1px solid #d1e3ff;
    padding:0.2em 0.3em;
}

table#dbem-bookings-table tr:hover{
    background-color:#dae1eb;
}

/*
    Masquer la ligne d'information sur un événement qui viens dela gestion des evt
    du theme Native Church (ce bloc peut donner des informaitons qui perturbent l'utilisateur)
*/
.event-description div.row{
    display:none;
}


/*
    Customisation du bouton pour accéer à ses réservations
*/
p.mes-reservations-button a, p.customs-delphin-buttons a{
    display:inline-block;
    padding:0.5em 1em;
    background-color:#0CC9E8;
    font-size:0.9em;
    color:white;
    text-decoration:none;
    border-radius:0.2em;
}

p.mes-reservations-button a:hover, p.customs-delphin-buttons a:hover{
    background-color: #2ECFE8;
}

/*
    customisation de la page d'édition des evt 
*/

.em-events-admin-list table.events-table, 
.em-events-admin-list table.events-table th, 
.em-events-admin-list table.events-table td{
     border:1px solid grey;
}

.em-events-admin-list table.events-table th{
     background-color:grey;
     color:white;
}

.em-events-admin-list table.events-table td{
    padding:0.1em 0.2em;   
}

.em-events-admin-list table.events-table tr:hover{
    background-color:#9BF1FF;
}

/*
    masquer la barre des événements de la page d'accueil 
    (fonctionalité native du thème native church non compatible avec le système de calendrier mis en place)
*/
.home .notice-bar &gt; *{
    display:none;
}
</pre></body></html>