<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Eventum Child
 Theme URI:    http://demo.themeum.com/wordpress/eventum
 Description:  Eventum Child Theme
 Author:       Themeum
 Author URI:   http://themeum.com/
 Template:     eventum
 Version:      1.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  eventum-child
*/


@import url("../eventum/style.css");


.page-template-homepage .site-header{
	top: 0px;
}

.admin-bar.page-template-homepage .site-header{
	top: 32px;
}

.page-template-homepage .site-header {
    background: rgba(255,255,255,0.6);
    border-bottom: 0px;
}

#navigation .navbar-brand{
	height: auto;
}

.eventum-schedules.layout-tabbed .events-nav &gt;li.active{
	background-color: #183968;
}

.eventum-schedules.layout-tabbed .events-nav &gt;li{
	background-color: #FFF;
}

.eventum-schedules.layout-tabbed .events-nav &gt;li.active &gt; a,
.eventum-schedules.layout-tabbed .events-nav &gt;li.active .scedule-date-day{
	color: #f4a82f !important;
}


.eventum-schedules.layout-tabbed .events-nav &gt;li &gt; a,
.eventum-schedules.layout-tabbed .events-nav &gt;li .scedule-date &gt;span {
    color: #183968 !important;
}

.schedules-layout-tabbed .table{
	border: 0px;
}

.schedules-layout-tabbed thead{
	color: #183968;
}

.eventum-schedules.schedules-list .table-hover thead{
	border-top: 1px solid #FFf;
}

.eventum-schedules .table-hover th{
	background-color: #FFF;
}

.eventum-schedules .table-hover tbody tr {
    background-color:#f4a82f; 
}

/*Tournois*/

.tournois .eventum-schedules.layout-tabbed .events-nav &gt;li{
	background-color: #f4a82f;
}

.tournois .eventum-schedules.layout-tabbed .events-nav &gt;li.active {
    background-color: #183968;
}

.tournois .eventum-schedules .table-hover th {
    background-color: #f4a82f;
}

.tournois .eventum-schedules .table-hover tbody tr {
    background-color: #fff;
}

.tournois  .eventum-schedules.schedules-list .table-hover thead {
    border-top: 1px solid #f4a82f;
}


.underline-vol{
	position: relative;
	line-height: 34px;
}

.underline-vol:before{
	content: " ";
	position: absolute;
	bottom: -10px;
	height: 5px;
	background: #183968;
	width: 250px;
	left: 50%;
	-ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
}

.underline-vol.white-bande:before{
	background: #FFF;
}

.volant-bleu-bas{
	display: inline-block;
	width: 33px;
	height: 34px;
	background: url(./images/volant_bleu_bas.png) no-repeat;
	margin-right: 10px;
}

.volant-bleu-haut{
	display: inline-block;
	width: 33px;
	height: 34px;
	background: url(./images/volant_bleu_haut.png) no-repeat;
	margin-left: 10px;
}

.volant-jaune-bas{
	display: inline-block;
	width: 33px;
	height: 34px;
	background: url(./images/volant_orange_bas.png) no-repeat;
	margin-right: 10px;
}

.volant-jaune-haut{
	display: inline-block;
	width: 33px;
	height: 34px;
	background: url(./images/volant_orange_haut.png) no-repeat;
	margin-left: 10px;
}

.sub-title-inner h1{
	background-image: none;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}

.sub-title-inner h1:before{
	content: " ";
	position: absolute;
	bottom: -10px;
	height: 5px;
	background: #183968;
	width: 250px;
	left: 50%;
	-ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
}

.sub-title .breadcrumb{
	text-transform: none;
	font-weight: 700;
}

.wpcf7-form-control.wpcf7-submit{
	background-color: #f4a82f;
	color: #FFF;
	text-transform: uppercase;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #183968;
    color: #FFF;
}

h4.speaker-title, .speaker-designation{
	text-align: center;
}

footer {
    background: #f4a82f;
    padding: 30px 0;
}

.copyright{
	text-transform: none;
}

.copyright,
.copyright a{
	color: #FFF;
}

#main-menu .nav{
	margin-top: 40px;
}

#main-menu .nav&gt;li{
	height: 40px;
	line-height: 40px;
}

#main-menu .nav &gt; li:first-child a{
	font-size: 0px;
	background: url(./images/home.png) no-repeat center 5px;
}

.header-social{
	position: absolute;
	right: 15px;
	top: 5px;
}

.header-social ul{
	list-style: none;
}

.header-social ul li{
	display: inline;
	float: left;
	margin: 0 5px;
}

.facebook-icon{
	display: block;
	background: url(./images/facebook.png) no-repeat;
	width: 35px;
	height: 35px;
}

.instagram-icon{
	display: block;
	background: url(./images/instagram.png) no-repeat;
	width: 35px;
	height: 35px;
}


.hephaistos.tparrows{
	border-radius: 0;
	background:#183968;
	color: #FFF;
}

.hephaistos.tparrows:hover{
	background: #f4a82f;
	color: #FFF;
}

/*Back to top */
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #183968;
    color: #FFF;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    font-size: 20px;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top .glyphicon{
    line-height: 40px;
}
#back-to-top:hover {
    background: #f4a82f;
}
#back-to-top.show {
    opacity: 1;
}</pre></body></html>